gst/playback/gstplaybin.c: Fix race condition when rapidly switching visualisations...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-28  Wim Taymans  <wim@fluendo.com>
2
3         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4
5         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
6         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
7         Fix race condition when rapidly switching visualisations in playbin.
8         Fixes #401029.
9
10 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11
12         * tests/check/Makefile.am:
13         Include local stuff before system installed things in LDFLAGS and
14         CFLAGS.
15
16 2007-02-28  Wim Taymans  <wim@fluendo.com>
17
18         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
19         Improve debugging.
20
21 2007-02-28  Wim Taymans  <wim@fluendo.com>
22
23         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
25         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
26         Fix duration and timestamping, taking latency into account.
27         Implement latency query.
28
29 2007-02-28  Wim Taymans  <wim@fluendo.com>
30
31         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
32         (gst_audio_clock_new):
33         Fix clock name.
34
35         * gst-libs/gst/audio/gstbaseaudiosink.c:
36         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
37         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
38         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
39         (gst_base_audio_src_create):
40         Improve latency query code.
41         Use proper clock names.
42
43 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
44
45         * tests/check/generic/states.c: (GST_START_TEST):
46           Copy the states.c test from core again
47         * tests/check/Makefile.am:
48           ignore cdio and cdparanoiasrc
49
50 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
51
52         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
53         (double_hq), (audio_convert_get_func_index), (check_default),
54         (audio_convert_prepare_context), (audio_convert_convert):
55           Also make valgrind happy and avoid copying data in some cases.
56
57 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
60         (double_hq), (audio_convert_get_func_index),
61         (audio_convert_prepare_context), (audio_convert_convert):
62         * gst/audioconvert/gstaudioconvert.c:
63         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
64         (gst_audio_convert_transform_caps):
65         * tests/check/elements/audioconvert.c: (GST_START_TEST),
66         (audioconvert_suite):
67           Don't run inplace if that overwrites source data as we go. Add more
68           tests. Fixes #339837 even more.
69
70 2007-02-27  Julien MOUTTE  <julien@moutte.net>
71
72         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
73         (msg_segment_done): Fix various seeking bugs (Slider was not
74         updating when doing a non flushing seek, Reverse playback 
75         on segment seek was wrong).
76
77 2007-02-26  Wim Taymans  <wim@fluendo.com>
78
79         * tests/examples/seek/seek.c: (stop_seek):
80         When we stop scrubbing, don't leave the pipeline PLAYING when we
81         requested a PAUSED state.
82
83 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
84
85         Patch by: René Stadler <mail at renestadler de>
86
87         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
88           Parse date strings in vorbis comments that have an invalid (zero)
89           month or day (#410396).
90
91         * tests/check/libs/tag.c: (GST_START_TEST):
92           Test case for the above.
93
94 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
95
96         Patch by: Loïc Minier <lool+gnome at via ecp fr>
97
98         * configure.ac:
99         * ext/alsa/Makefile.am:
100         * gst/audiotestsrc/Makefile.am:
101           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
102
103 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
104
105         * gst/playback/gstplaybin.c:
106           Improve docs: point out that the application needs to assist playbin
107           with buffering.
108
109 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
110
111         * gst-libs/gst/utils/install-plugins.c:
112         * gst-libs/gst/utils/missing-plugins.c:
113         * tests/check/libs/utils.c: (missing_msg_check_getters):
114           Change GStreamer marker prefix in detail string from 'gstreamer.net'
115           to just 'gstreamer'. Document the caps string component of the
116           decoder/encoder detail a bit better, since not everyone will be
117           familiar with the GStreamer media type/caps system (but they better
118           enjoy nested itemized lists).
119
120 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
121
122         * gst-libs/gst/netbuffer/gstnetbuffer.c:
123         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
124           Fix copying of GstNetBuffer (would crash before, or at least lead to
125           invalid memory access, #410772), for now by copying the GstBuffer copy
126           code from the core over here so we can copy the GstBuffer fields on a
127           provided buffer instance (of type GstNetBuffer in this case). Would be
128           better to fix this with some support by the core though (and in the long
129           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
130
131         * tests/check/Makefile.am:
132           Enable unit test for GstNetBuffer.
133
134 2007-02-22  Andy Wingo  <wingo@pobox.com>
135
136         * gst-libs/gst/audio/gstbaseaudiosink.c
137         (gst_base_audio_sink_init): Disable pull-mode activation until we
138         figure out how to make audio sinks go to PLAYING.
139
140 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
141
142         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
143         (double_hq), (audio_convert_get_func_index),
144         (audio_convert_prepare_context), (audio_convert_convert):
145         * gst/audioconvert/audioconvert.h:
146         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
147         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
148         * gst/audioconvert/gstchannelmix.h:
149         * tests/check/elements/audioconvert.c: (GST_START_TEST):
150           Add float as an intermediate format, as well as float mixing. Enable
151           test that was failing before. Fixes #339837
152
153 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * tests/examples/seek/seek.c: (do_seek):
156         Undo the previous commit: -1 as a stop time implies that the stop
157         time is the end of file, clearing any previously configured segment.
158
159 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
160
161         * tests/examples/seek/seek.c: (do_seek):
162         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
163
164 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
165
166         * gst/volume/gstvolume.c: (volume_process_int16),
167         (volume_process_int16_clamp), (volume_set_caps):
168           Unbreak volume, value remains gint.
169
170 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
171
172         * gst/volume/gstvolume.c: (volume_choose_func),
173         (volume_update_real_volume), (gst_volume_set_volume),
174         (gst_volume_init), (volume_process_double), (volume_process_float),
175         (volume_process_int16), (volume_process_int16_clamp),
176         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
177         * gst/volume/gstvolume.h:
178           Extend float audio support (double) and some int->uint cleanups.
179
180 2007-02-20  Edward Hervey  <edward@fluendo.com>
181
182         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
183         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
184         (sort_end_pads), (gst_decode_group_expose),
185         (gst_decode_group_hide):
186         Don't free groups from the streaming threads. Just put them aside and
187         free them in dispose.
188
189 2007-02-20  Edward Hervey  <edward@fluendo.com>
190
191         * gst/playback/gstdecodebin2.c: (connect_element),
192         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
193         (sort_end_pads), (gst_decode_group_expose):
194         Handle dynamic pads within groups.
195         Sort pads before exposing them in order to make playbin happy.
196         There still is a race with the multiqueue filling up. This should be
197         solved separately.
198         Fixes #398721
199
200 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
201
202         * gst-libs/gst/utils/base-utils.c:
203         * gst-libs/gst/utils/descriptions.c:
204         * gst-libs/gst/utils/install-plugins.c:
205         * gst-libs/gst/utils/missing-plugins.c:
206           Some more docs (and descriptions for two subtitle formats).
207
208 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * gst-libs/gst/audio/audio.c:
211           Fix documentation.
212
213 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
214
215         Patch by: Yves Lefebvre  <ivanohe abacom com>
216
217         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
218           Don't leak caps. Fixes #408278.
219
220 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
221
222         * ext/cdparanoia/gstcdparanoiasrc.h:
223         * ext/ogg/gstoggdemux.h:
224         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
225         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
226         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
227         * gst-libs/gst/audio/audio.h:
228         * gst-libs/gst/audio/gstaudiofilter.h:
229         * gst-libs/gst/interfaces/videoorientation.h:
230         * gst/adder/gstadder.h:
231           More docs coverage and some ChangeLog surgery (add missing names)
232
233 2007-02-15  Wim Taymans  <wim@fluendo.com>
234
235         * sys/ximage/ximagesink.c:
236         (gst_ximagesink_calculate_pixel_aspect_ratio):
237         * sys/xvimage/xvimagesink.c:
238         (gst_xvimagesink_calculate_pixel_aspect_ratio):
239         Small constifications.
240
241 2007-02-15  Wim Taymans  <wim@fluendo.com>
242
243         * gst-libs/gst/audio/gstbaseaudiosink.c:
244         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
245         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
246         (gst_base_audio_sink_async_play),
247         (gst_base_audio_sink_change_state):
248         Answer latency query.
249         Use configured latency when syncing.
250         Fix clock slaving.
251
252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
253         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
254         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
255         Fix possible memleak.
256         Implement latency query.
257         Small cleanups.
258
259 2007-02-15  Wim Taymans  <wim@fluendo.com>
260
261         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
262         Ignore errors in reset, these are not fatal. They also grab the element
263         lock which is already taking when this function is called. Fixes
264         #405451.
265
266 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
267
268         * configure.ac:
269           Remove 'tests/examples/xerror/Makefile' from output files again.
270
271 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
272
273         * configure.ac:
274         * docs/plugins/Makefile.am:
275           Also crossref against gst-plugins-base-libs.
276
277 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
278
279         * configure.ac:
280         * docs/libs/Makefile.am:
281         * docs/plugins/Makefile.am:
282           Add crossreferences to glib/gobject/gstream docs.
283
284         * gst-libs/gst/audio/audio.h:
285           Source formatting.
286
287         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
288           Add own debug category.
289
290 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
291
292         Patch by: René Stadler <mail at renestadler de>
293
294         * gst-libs/gst/tag/gstvorbistag.c:
295           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
296           (#403597).
297
298 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * gst/playback/gstplaybasebin.c: (setup_source):
301           When we have external subtitles and wait for the subtitle decodebin
302           to get up and running, we set up a (sync) bus handler for the
303           subtitle decodebin, so we can stop waiting when it posts an error
304           message. However, we should do that before we set the subtitle
305           decodebin's state to playing, otherwise things are racy and we might
306           miss error messages posted before we had a chance to set up the bus.
307           This should finally fix totem hanging on .txt pseudo-subtitle files.
308           
309 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
310
311         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
312           Use gst_gdouble_to_guint64 for conversions.
313         * win32/common/config.h.in:
314           Add a define for GST_INSTALL_PLUGINS_HELPER
315         * win32/common/libgstaudio.def:
316         * win32/common/libgstcdda.def:
317         * win32/common/libgstnetbuffer.def:
318         * win32/common/libgstrtp.def:
319         * win32/common/libgutils.def:
320           Add new exported functions.
321         * win32/vs6/gst_plugins_base.dsw:
322         * win32/vs6/libgstdecodebin.dsp:
323         * win32/vs6/libgstnetbuffer.dsp:
324         * win32/vs6/libgstplaybin.dsp:
325         * win32/vs6/libgstrtp.dsp:
326         * win32/vs6/libgstvorbis.dsp:
327         * win32/vs6/libgstcdda.dsp:
328         * win32/vs6/libgstgdp.dsp:
329         * win32/vs6/libgstutils.dsp:
330           Update and add new project files.
331
332 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
333
334         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
335         (subrip_remove_unhandled_tags), (parse_subrip):
336           For SubRip (.srt) subtitles, ignore all markup tags we don't
337           handle (like font tags, for example).
338
339         * tests/check/elements/subparse.c:
340           Add test for this.
341
342 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst/playback/gstdecodebin.c: (add_fakesink),
345         (gst_decode_bin_change_state):
346         * gst/playback/gstdecodebin2.c: (add_fakesink),
347         (gst_decode_bin_change_state):
348           Don't error out if there is no fakesink in the NULL to READY state
349           change, since when decodebin is re-used, we're only adding the
350           fakesink element in READY to PAUSED.
351
352         * tests/check/elements/decodebin.c:
353         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
354         (decodebin_suite):
355           Minimal unit test to make sure we can use the same decodebin
356           instance twice (at least with audiotestsrc input).
357
358 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
361           Try to get devic-name from device string first, and from handle only
362           as fallback (seems to yield better results and is more robust
363           against buggy probing code on the application side).
364
365 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
366
367         Based on patch by: Julien Puydt <julien.puydt at laposte net>
368
369         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
370         (gst_alsa_find_device_name):
371         * ext/alsa/gstalsa.h:
372         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
373         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
374           Improve device-name detection a bit, especially in the case where
375           the device is not actually open (#405020, #405024). Move common code
376           into gstalsa.c instead of duplicating it.
377
378 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
379
380         * gst/audioconvert/gstaudioconvert.c:
381           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
382
383 2007-02-06  Julien MOUTTE  <julien@moutte.net>
384
385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
386         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
387         (gst_xvimagesink_interface_supported),
388         (gst_xvimagesink_probe_get_properties),
389         (gst_xvimagesink_probe_probe_property),
390         (gst_xvimagesink_probe_needs_probe),
391         (gst_xvimagesink_probe_get_values),
392         (gst_xvimagesink_property_probe_interface_init),
393         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
394         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
395         (gst_xvimagesink_get_type):
396         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
397         for XVAdaptors so that one can choose the adaptor to use with 
398         gstreamer-properties.
399
400 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
401
402         * gst/audioconvert/gstaudioconvert.c:
403           Also mention that a conversion from double to float is suboptimal still.
404
405 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst-libs/gst/audio/gstaudiofilter.c:
408         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
409           Clear our formats structure and free the caps contained in it when
410           shutting down.
411
412 2007-02-05  Andy Wingo  <wingo@pobox.com>
413
414         * gst-libs/gst/audio/gstbaseaudiosink.c
415         (gst_base_audio_sink_callback): Update basesink->offset so that we
416         pull monotonically increasing offsets instead of, um, seeking back
417         to 0 each time. Fixes alsasrc ! alsasink!
418
419 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst/videoscale/gstvideoscale.c:
422           A width and height of 1 makes us crash, so increase minimum size to
423           2x2 pixels until someone feels like fixing this (#404512).
424
425 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
428           Add small test to make sure request pads are cleaned up properly
429           even if oggmux never changes state out of NULL.
430
431 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
432
433         * tests/check/libs/utils.c: (GST_START_TEST):
434           Fix unit test. Turns out things work much better when you
435           NULL-terminate string arrays. Should make p5 build bot happy again.
436
437 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
438
439         * gst-libs/gst/audio/Makefile.am:
440         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
441         (gst_audio_filter_template_base_init),
442         (gst_audio_filter_template_class_init),
443         (gst_audio_filter_template_init),
444         (gst_audio_filter_template_set_property),
445         (gst_audio_filter_template_get_property),
446         (gst_audio_filter_template_setup),
447         (gst_audio_filter_template_filter),
448         (gst_audio_filter_template_filter_inplace), (plugin_init):
449           Oops, forgot to commit fixed-up example.
450
451 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
452
453         * docs/libs/gst-plugins-base-libs-sections.txt:
454         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
455         (gst_audio_filter_class_init), (gst_audio_filter_init),
456         (gst_audio_filter_set_caps),
457         (gst_audio_filter_class_add_pad_templates):
458         * gst-libs/gst/audio/gstaudiofilter.h:
459           Port GstAudioFilter to 0.10. This change technically breaks
460           API and ABI (and thus also every library developer's heart),
461           but seems justifiable on the grounds that the base class was
462           completely unusable before (ie. would crash immediately when
463           actually used). Fixes #403963 (and eventually also #403572).
464           Also document all of this a bit.
465
466 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
467
468         * gst-libs/gst/utils/install-plugins.c:
469         (gst_install_plugins_spawn_child):
470         * tests/check/libs/utils.c:
471         (test_base_utils_install_plugins_do_callout):
472           Lowering log level to see why things fail on the p5 build bot;
473           fix some typos in unit test messages.
474
475 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * tests/check/libs/utils.c:
478         (test_base_utils_install_plugins_do_callout):
479           Don't hard-code temp directory for test helper; use GLib functions
480           to write out file and do error checking etc.
481
482 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * gst-libs/gst/utils/Makefile.am:
485         * gst-libs/gst/utils/base-utils.h:
486         * gst-libs/gst/utils/install-plugins.c:
487         (gst_install_plugins_context_set_xid),
488         (gst_install_plugins_context_new),
489         (gst_install_plugins_context_free),
490         (gst_install_plugins_get_helper),
491         (gst_install_plugins_spawn_child),
492         (gst_install_plugins_return_from_status),
493         (gst_install_plugins_installer_exited),
494         (gst_install_plugins_async), (gst_install_plugins_sync),
495         (gst_install_plugins_return_get_name),
496         (gst_install_plugins_installation_in_progress):
497         * gst-libs/gst/utils/install-plugins.h:
498           API: add API for applications to initiate installation of missing
499           plugins, ie. gst_install_plugins_async() primarily.
500           Based on libgimme-codec by Ryan Lortie.
501
502         * configure.ac:
503           Add --with-install-plugins-helper configure option so distros can specify
504           the path of the helper script or program to call when plugin installation
505           is requested (distros: please do any argument munging in this helper
506           script instead of patching GStreamer to pass arguments differently
507           to another program directly).
508
509         * docs/libs/gst-plugins-base-libs-docs.sgml:
510         * docs/libs/gst-plugins-base-libs-sections.txt:
511           Build and document new API.
512
513         * tests/check/libs/utils.c: (result_cb),
514         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
515         (libgstbaseutils_suite):
516           Some simple checks for the new API.
517
518 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * tests/check/elements/audioconvert.c: (test_float_conversion):
521           Add small test for 32bit float <=> 64bit float conversion (works
522           only one way so far, 32=>64 produces structured noise).
523
524 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
525
526         * gst/audioconvert/gstaudioconvert.c:
527         (set_structure_widths_32_and_64), (make_lossless_changes):
528           We don't support floats with a width of 40, 48 or 56 bits.
529
530 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
531
532         * gst/audioconvert/audioconvert.c: (float), (double),
533         (audio_convert_get_func_index):
534         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
535         (make_lossless_changes):
536           Support for 64-bit float audio in audioconvert (#339837)
537
538 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
539
540         Patch by: Holger Wansing  <linux wansing-online de>
541
542         * po/LINGUAS:
543         * po/de.po:
544           Add German translation (#352069).
545
546 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
547
548         reviewed by: Wim Taymans <wim@fluendo.com>
549
550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
551         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
552         Use newly added GstCollectPads API to free the allocated resources in
553         the GstOggPad structures (#402393).
554
555 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
556
557         * gst/playback/gstplaybin.c: (gen_vis_element):
558           Add audioresample+audioconvert in front of the visualisation
559           element, so that elements like libvisual 0.4 that don't support all
560           samplerates can work.
561
562           Fixes: #402505
563
564 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
567         (gst_play_base_bin_get_streaminfo_value_array):
568           Take some locks and make a copy of the streaminfo value array we
569           maintain while holding the lock, so that the application can
570           retrieve the stream-info as a value array in a thread-safe way.
571
572 2007-01-30  Wim Taymans  <wim@fluendo.com>
573
574         * gst/audioconvert/gstaudioconvert.c:
575         Don't fail on 0 sized buffers. Fixes #396835.
576
577 2007-01-29  David Schleef  <ds@schleef.org>
578
579         * gst/typefind/gsttypefindfunctions.c:
580           Detect BBCD as video/x-dirac, so we can play raw dirac
581           streams.
582
583 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
584
585         * ext/theora/theoraenc.c: (theora_enc_chain):
586           Check return value of theora_encode_header(), or we might try to
587           allocate a random number of bytes. theora_encode_header() can fail
588           if libtheora has been compiled with encoding support disabled.
589           Fixes #398110.
590
591 2007-01-29  Wim Taymans  <wim@fluendo.com>
592
593         * tests/check/gst/.cvsignore:
594         Do as buildbot says.
595
596 2007-01-29  Wim Taymans  <wim@fluendo.com>
597
598         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
599         Fix strides in libvisual. Gst uses X strides.
600         Inspired by: <ed at catmur dot co dot uk> and 
601         <tim at centricular dot net>
602         Fixes #401118.
603
604 2007-01-27  Wim Taymans  <wim@fluendo.com>
605
606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
607         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
608         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
609         (gst_ogg_demux_perform_seek),
610         (gst_ogg_demux_bisect_forward_serialno),
611         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
612         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
613         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
614         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
615         * ext/ogg/gstoggdemux.h:
616         Properly propagate streaming errors when we are scanning the file for
617         chains so that we don't crash when shut down. Might fix some crashers
618         when quickly switching oggs in RB such as #332503 and #378436.
619
620 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
623           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
624           error code as well.
625
626 2007-01-25  Wim Taymans  <wim@fluendo.com>
627
628         * gst/playback/gstplaybasebin.c: (remove_source):
629         Don't try to disconnect a signal from a finalized object.
630
631 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
632
633         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
634           Cast lock macro parameters to make sure we're actually accessing the
635           lock member at the right class level. Free list itself in _dispose()
636           as well and NULL it in case dispose gets called multiple times.
637
638 2007-01-25  Edward Hervey  <edward@fluendo.com>
639
640         * gst/playback/gstdecodebin2.c:
641         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
642         Free GstDecodeGroups no longer used.
643         (gst_decode_group_expose):
644         Don't unlock too many times !
645         (deactivate_free_recursive):
646         Free iterator once we're done with it.
647         Fix for recursively deactivating elements (stop at ghostpads).
648
649 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
650
651         * gst/playback/gstplaybin.c: (handoff):
652           Fix up caps on the frame buffer before we save it and potentially
653           make it accessible to other threads via g_object_get; also use
654           gst_buffer_replace() instead of gst_mini_object_replace().
655
656 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
659           Make getting the current frame thread-safe.
660
661 2007-01-25  Edward Hervey  <edward@fluendo.com>
662
663         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
664         (gst_decode_group_new), (gst_decode_group_free):
665         Set queues to bigger sizes to cope with HD contents.
666         Fix some mutex freeing and add comment about MT safe methods.
667
668 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
671         (gst_text_overlay_text_event):
672           Don't unnecessarily ref (and then leak) upstream events if the text
673           pad is not linked. Fixes #399948.
674
675         * tests/check/gst-plugins-base.supp:
676           Add suppression for pango on edgy/x86 for textoverlay test.
677
678 2007-01-24  Wim Taymans  <wim@fluendo.com>
679
680         * gst-libs/gst/rtp/gstrtpbuffer.h:
681         Add some more fixed payloads.
682
683 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
686           Error out properly if we get an error from libogg while reading the
687           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
688
689 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
692           Don't leak mutex.
693
694         * tests/check/elements/playbin.c:
695         (test_sink_usage_video_only_stream),
696         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
697         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
698         (test_missing_suburisource_handler),
699         (test_missing_primary_decoder), (playbin_suite):
700           Run all tests once with decodebin and once with decodebin2.
701           One test does not pass yet with decodebin2.
702
703 2007-01-23  Edward Hervey  <edward@fluendo.com>
704
705         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
706         Fix the cases where oggmux doesn't properly figure out that all
707         sinkpads have gone EOS, and therefore doesn't push out the remaining
708         buffers and the final EOS event.
709         Fixes #363379
710
711 2007-01-23  Julien MOUTTE  <julien@moutte.net>
712
713         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
715         Don't lock on navigation event push, just on keysym to string.
716         Fixes #397673 again.
717
718 2007-01-22  Edward Hervey  <edward@fluendo.com>
719
720         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
721         (get_current_group), (group_demuxer_event_probe),
722         (gst_decode_group_expose), (deactivate_free_recursive),
723         (gst_decode_group_free):
724         Cleanups.
725         Don't forget to emit 'no-more-pads' once a group is exposed.
726         Cleanup elements from a DecodeGroup once we remove it.
727         Protect call to gst_decode_group_expose() with the decodebin lock.
728
729 2007-01-22  Julien MOUTTE  <julien@moutte.net>
730
731         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
733         Looking at Xorg code i can't figure out if that XKeysymToString
734         function is thread sensible or not. Lock it just in case as
735         recommended by Radek Doulik <rodo at ximian dot com>.
736
737 2007-01-22  Julien MOUTTE  <julien@moutte.net>
738
739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
741         Lock that X Call as well. Fixes #397673.
742
743 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
746           Don't go into an endless loop if the file starts with 00 00 01 2X,
747           like quicktime redirect files might. Fixes #396042.
748
749         * tests/check/Makefile.am:
750         * tests/check/gst/.cvsignore:
751         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
752         (typefindfunctions_suite):
753           Add unit test for the above.
754
755 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
756
757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
758           On second thought, use "depth" field rather than "bpp" field.
759
760 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
761
762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
763           Camtasia caps apparently need a bpp field (#398875).
764
765 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst/playback/gstplaybasebin.c: (setup_subtitle),
768         (gen_source_element), (gst_play_base_bin_change_state):
769           Attempt at a better error message in case we don't have the required
770           URI handler installed; post missing-plugin message also when we're
771           missing an URI handler for the subtitle URI; clean up properly also
772           when an error occurs and we never made it to PAUSED state.
773
774         * tests/check/elements/playbin.c: (GST_START_TEST),
775         (playbin_suite):
776           Check that we're also getting a missing-plugin messsage for a
777           missing subtitle URI handler (and clean up properly).
778
779 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
780
781         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
782           Plug a few reference leaks.
783
784 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
785
786         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
787           Lower probability a bit if the marker isn't right at the start,
788           to decrease the chance of false positives.
789
790 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
791
792         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
793           Small mpeg2 system stream typefinding improvement: make typefinder
794           probe a bit into the stream instead of just looking for a marker
795           at the beginning. Fixes #397810.
796
797 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst/audioconvert/gstchannelmix.c:
800           Remove compatibility cruft for prehistoric GLib versions.
801
802 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * gst/playback/Makefile.am:
805         * gst/playback/gstdecodebin.c: (close_pad_link):
806         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
808         (gst_play_base_bin_handle_message_func), (unknown_type):
809           Let decodebin be the element to post missing-plugin messages for
810           missing decoders (rather than playbin); make playbin implement
811           GstBin::handle_message so we can suppress missing-plugin messages
812           for types we're not handling on purpose (don't want to bring up an
813           installer in those cases).
814
815 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
818         * gst-libs/gst/tag/gstvorbistag.c:
819         (gst_tag_list_to_vorbiscomment_buffer):
820         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
821           Fix potentially unaligned access (#397207).
822
823 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
824
825         * tests/examples/seek/seek.c: (set_scale), (update_scale),
826         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
827         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
828         (main):
829           Allow to toggle looping while it plays. Fix callback prototype. Clean
830           up code a bit more. Add copyright header.
831
832 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
833
834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
835           Red and blue mask was swapped (spotted by Dan Williams).
836
837 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
838
839         * gst-libs/gst/tag/gstid3tag.c:
840         * gst-libs/gst/tag/gstvorbistag.c:
841           Use new beats-per-minute tag from core.
842
843 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * po/POTFILES.in:
846           Add new files with translatable strings, so they actually make it
847           into the template file one day.
848
849 2007-01-12  Andy Wingo  <wingo@pobox.com>
850
851         * gst-libs/gst/audio/gstbaseaudiosink.c
852         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
853         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
854         stuff, as the base class handles this now. Actually tell the ring
855         buffer to start.
856         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
857         How did this work before? Maybe I'm not as awesome a programmer as
858         I think.
859
860         * gst-libs/gst/audio/gstbaseaudiosrc.c
861         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
862         of a pad function.
863
864 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
867           Remove more fields so that the application can better blacklist
868           formats that have been tried before.
869
870 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
871
872         * gst-libs/gst/audio/mixerutils.h:
873           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
874           used when compiling with c++ compilers as well.
875
876 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst/typefind/gsttypefindfunctions.c:
879           Fix comment.
880
881 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst/playback/gstplaybin.c: (post_missing_element_message),
884         (gen_video_element), (gen_text_element), (gen_audio_element),
885         (gen_vis_element):
886           Post missing-plugin messages also when we error out because
887           converters, textoverlay or auto*sinks are missing (#161922).
888
889 2007-01-10  Wim Taymans  <wim@fluendo.com>
890
891         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
892         (is_demuxer_element), (new_caps):
893         * gst/playback/gstplaybasebin.c: (source_new_pad):
894         Fix the case where we try to ref a NULL element when we delay a link
895         because of unfixed caps.
896         Set the state of autoplugged decodebins to PAUSED.
897         RTSP now works in playbin, we can remove it from the blacklist.
898
899 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * gst/playback/Makefile.am:
902         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
903         (unknown_type), (setup_subtitle), (gen_source_element):
904         * gst/playback/gstplaybin.c: (plugin_init):
905           Post missing-plugin messages on the bus for missing sources and
906           missing decoders/demuxers/depayloaders; fix error code used when
907           we're missing an URI handler source; for media types that we are not
908           handling on purpose at the moment, don't print "don't know how to
909           handle xyz" messages to the terminal or post missing-plugin
910           messages on the bus.
911
912         * tests/check/elements/playbin.c: (create_playbin),
913         (GST_START_TEST), (gst_codec_src_uri_get_type),
914         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
915         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
916         (gst_codec_src_init_type), (gst_codec_src_base_init),
917         (gst_codec_src_create), (gst_codec_src_class_init),
918         (gst_codec_src_init), (plugin_init), (playbin_suite):
919           Add some tests for the missing-plugin stuff.
920
921 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * configure.ac:
924         * gst-libs/gst/Makefile.am:
925         * gst-libs/gst/utils/Makefile.am:
926         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
927         * gst-libs/gst/utils/base-utils.h:
928         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
929         (find_format_info), (caps_are_rtp_caps),
930         (gst_base_utils_get_source_description),
931         (gst_base_utils_get_sink_description),
932         (gst_base_utils_get_decoder_description),
933         (gst_base_utils_get_encoder_description),
934         (gst_base_utils_get_element_description),
935         (gst_base_utils_add_codec_description_to_tag_list),
936         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
937         * gst-libs/gst/utils/descriptions.h:
938         * gst-libs/gst/utils/missing-plugins.c:
939         (missing_structure_get_type), (copy_and_clean_caps),
940         (gst_missing_uri_source_message_new),
941         (gst_missing_uri_sink_message_new),
942         (gst_missing_element_message_new),
943         (gst_missing_decoder_message_new),
944         (gst_missing_encoder_message_new),
945         (missing_structure_get_string_detail),
946         (missing_structure_get_caps_detail),
947         (gst_missing_plugin_message_get_installer_detail),
948         (gst_missing_plugin_message_get_description),
949         (gst_is_missing_plugin_message):
950         * gst-libs/gst/utils/missing-plugins.h:
951           API: add new libgstbaseutils library with functions
952           - to create and parse missing-plugins messages
953           - that provide (translated) descriptions for caps/decoders/sources/etc.
954           Closes #392393.
955
956         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
957         * pkgconfig/gstreamer-plugins-base.pc.in:
958           Add new lib.
959
960         * docs/libs/gst-plugins-base-libs-docs.sgml:
961         * docs/libs/gst-plugins-base-libs-sections.txt:
962           Generate docs for new lib and API.
963
964         * tests/check/Makefile.am:
965         * tests/check/libs/.cvsignore:
966         * tests/check/libs/utils.c: (missing_msg_check_getters),
967         (GST_START_TEST), (libgstbaseutils_suite):
968           Add some basic unit tests.
969
970 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
971
972         * ext/ogg/Makefile.am:
973           Dist gstoggdemux.h to fix 'make distcheck'.
974
975         * sys/v4l/Makefile.am:
976           Fix 'make distcheck' even more.
977
978 2007-01-09  Wim Taymans  <wim@fluendo.com>
979
980         * docs/plugins/Makefile.am:
981         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
982         * docs/plugins/gst-plugins-base-plugins-sections.txt:
983         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
984         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
985         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
986         (gst_ogg_demux_perform_seek):
987         * ext/ogg/gstoggdemux.h:
988         Added docs.
989         Add some more comments.
990         Small cleanups.
991
992 2007-01-09  Wim Taymans  <wim@fluendo.com>
993
994         * ext/theora/theoradec.c:
995         * ext/vorbis/vorbisdec.c:
996         * gst-libs/gst/audio/gstringbuffer.c:
997         (gst_ring_buffer_commit_full):
998         * gst-libs/gst/audio/gstringbuffer.h:
999         * gst-libs/gst/rtp/gstrtpbuffer.c:
1000         * gst-libs/gst/tag/gstvorbistag.c:
1001         Small documentation updates/fixes
1002
1003 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * configure.ac:
1006           Require core CVS HEAD for Andy's basesrc/sink API additions.
1007
1008 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1011
1012         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1013         (plugin_init):
1014           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1015           on flac.sf.net (there appear to be other versions of the first
1016           ogg page in the wild) (#391365).
1017
1018 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * configure.ac:
1021           Check if localtime_r() is available.
1022
1023         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1024           If localtime_r() is not available, fall back to localtime(). Should
1025           fix build on MingW (#393310).
1026
1027 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1030         * gst/subparse/gstsubparse.h:
1031           Remove spurious 1000 subtrahend when calculating the timestamp from
1032           the frame number and the frame rate . Also, use the frames/second
1033           value specified in the first line of the file, if one is specified
1034           there. Should fix #357503.
1035
1036         * tests/check/elements/subparse.c: (do_test),
1037         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1038         (subparse_suite):
1039           Add some basic unit tests for the microdvd subtitle format.
1040
1041 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1042
1043         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1044         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1045         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1046         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1047         (gst_xvimagesink_set_xwindow_id),
1048         (gst_xvimagesink_set_event_handling),
1049         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1050         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1051         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1052         Fixes : #390076.
1053         Add an adaptor property to select a specific XV adaptor.
1054         * sys/xvimage/xvimagesink.h:
1055
1056 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1057
1058         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1059         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1060         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1061         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1062         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1063         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1064         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1065         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1066         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1067         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1068         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1069         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1070         Use flow_lock much more to protect every access to xwindow.
1071         Try to catch erros while creating images in case some drivers are
1072         just generating an XError when the requested image is too big.
1073         Should fix : #354698, #384008, #384060.
1074         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1075         Implement some stress testing of setting window xid.
1076
1077 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1078
1079         * win32/common/libgsaudio.def:
1080           Add new exported function.
1081         * win32/common/libgstogg.dsp:
1082           Add gstoggaviparse.c to the build.
1083         * win32/common/libgstvideoscale.dsp:
1084           Add vs_4tap.c to the build.
1085         * win32/common/libgstvorbis.dsp:
1086           Add vorbistag.c to the build.
1087         
1088 2007-01-06  Andy Wingo  <wingo@pobox.com>
1089
1090         * gst-libs/gst/audio/gstbaseaudiosink.c
1091         (gst_base_audio_sink_class_init)
1092         (gst_base_audio_sink_init): 
1093         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1094         to baseaudiosink, and tell basesink that we can work in pull mode.
1095         This way the ring buffer thread drives the pipeline directly, if
1096         pull mode is possible. There is some lingering nastiness regarding
1097         capsnego, however.
1098         (gst_base_audio_sink_callback): Implement the callback to pull
1099         data. This interface is a bit light, though -- it should get a
1100         GstFlowReturn return value at least.
1101
1102 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1105         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1106         * gst/playback/gstdecodebin2.c:
1107         (gst_decode_group_check_if_blocked):
1108           Printf format and missing argument fixes.
1109
1110 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1111
1112         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1113         (gst_ogm_parse_change_state):
1114         Activate pads before adding them to the element.
1115
1116 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * tests/examples/seek/scrubby.c: (main):
1119         * tests/examples/seek/seek.c: (main):
1120           Call g_thread_init() first thing in main() (see #391278).
1121
1122 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * tests/check/Makefile.am:
1125         * tests/check/libs/.cvsignore:
1126         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1127         (netbuffer_suite):
1128           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1129           for the time being, since it's broken, see #393099.
1130
1131 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * tests/check/Makefile.am:
1134           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1135
1136 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1137
1138         * configure.ac:
1139           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1140           so that GST_BASE_CFLAGS can go inbetween them, making sure
1141           we use uninstalled gst-libs headers
1142         * docs/libs/Makefile.am:
1143         * ext/alsa/Makefile.am:
1144         * ext/cdparanoia/Makefile.am:
1145         * ext/gnomevfs/Makefile.am:
1146         * ext/libvisual/Makefile.am:
1147         * ext/ogg/Makefile.am:
1148         * ext/theora/Makefile.am:
1149         * ext/vorbis/Makefile.am:
1150         * gst-libs/gst/audio/Makefile.am:
1151         * gst-libs/gst/cdda/Makefile.am:
1152         * gst-libs/gst/interfaces/Makefile.am:
1153         * gst-libs/gst/riff/Makefile.am:
1154         * gst-libs/gst/rtp/Makefile.am:
1155         * gst-libs/gst/tag/Makefile.am:
1156         * gst/adder/Makefile.am:
1157         * gst/audioconvert/Makefile.am:
1158         * gst/audiorate/Makefile.am:
1159         * gst/audioresample/Makefile.am:
1160         * gst/playback/Makefile.am:
1161         * gst/tcp/Makefile.am:
1162         * gst/videoscale/Makefile.am:
1163         * gst/volume/Makefile.am:
1164         * sys/ximage/Makefile.am:
1165         * sys/xvimage/Makefile.am:
1166         * tests/icles/Makefile.am:
1167           adapt
1168
1169 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1170
1171         * gst-libs/gst/interfaces/xoverlay.c:
1172         (gst_x_overlay_handle_events):
1173         * gst-libs/gst/interfaces/xoverlay.h:
1174         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1175         (gst_ximagesink_set_xwindow_id),
1176         (gst_ximagesink_set_event_handling),
1177         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1178         (gst_ximagesink_get_property), (gst_ximagesink_init),
1179         (gst_ximagesink_class_init):
1180         * sys/ximage/ximagesink.h:
1181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1182         (gst_xvimagesink_set_xwindow_id),
1183         (gst_xvimagesink_set_event_handling),
1184         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1185         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1186         (gst_xvimagesink_class_init):
1187         * sys/xvimage/xvimagesink.h:
1188         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1189         Add a method to the XOverlay interface to allow disabling of 
1190         event handling in x[v]imagesink elements. This will let X events
1191         propagate to parent windows which can be usefull in some cases.
1192         Be carefull that the application is then responsible of pushing
1193         navigation events and expose events to the video sink.
1194         Fixes: #387138.
1195
1196 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1197
1198         * gst-libs/gst/tag/gstvorbistag.c:
1199         * tests/check/libs/tag.c: (GST_START_TEST):
1200           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1201           (fixes #392070).
1202
1203 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * configure.ac:
1206         * docs/Makefile.am:
1207         * docs/design/Makefile.am:
1208           Dist design docs.
1209
1210 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1211
1212         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1213         typo. Fixes: #390063.
1214
1215 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1216
1217         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1219         caps leak.
1220         * win32/common/config.h: Updated.
1221
1222 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1225         (setup_gdpdepay_streamheader):
1226         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1227         (setup_gdppay_streamheader):
1228           Fix the dp tests, but activating the pads for the streamheader tests
1229           too and cleaning up conditionaly
1230
1231 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1232
1233         * gst/ffmpegcolorspace/avcodec.h:
1234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1235         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1236         (gst_ffmpegcsp_avpicture_fill):
1237         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1238         (img_get_alpha_info):
1239         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1240         other end of the word. Fixes: #387073.
1241
1242         Add some inconsequential branch hints in a couple of places.
1243
1244 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1245
1246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1247         (gst_ffmpeg_caps_to_smpfmt):
1248           The "signed" field in raw audio caps is of boolean type, trying to
1249           extract the value with _get_int() will fail (fix to keep in sync with
1250           the copy in gst-ffmpeg)
1251
1252 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1253
1254         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1255         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1256         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1257         (cleanup_gdpdepay):
1258         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1259         * tests/check/elements/subparse.c: (teardown_subparse):
1260         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1261         * tests/check/elements/videorate.c: (cleanup_videorate):
1262         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1263         * tests/check/elements/volume.c: (cleanup_volume):
1264         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1265         (cleanup_vorbisdec):
1266         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1267         (cleanup_vorbistag):
1268           consistent pad (de)activation
1269
1270 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1273           Forgot to register the extensions.
1274
1275 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1278         (plugin_init):
1279           Add typefinder for VIVO files (my christmas present to the 90s).
1280
1281 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * gst/playback/gstdecodebin.c: (type_found):
1284           Special-case the text/plain media type: we only want to recognise it
1285           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1286           parser, but not if the entire stream is of text/plain type. If the
1287           entire stream is text/plain, we should just error out.
1288
1289           This fixes playback of audio files with lyrics in totem. Totem can't
1290           distinguish between text files and subtitle files and passes any
1291           .txt file with the same basename as the main file to playbin as
1292           suburi, and playbin will then throw a 'subtitle found, but no video
1293           stream' error, which isn't entirely helpful. See #380342.
1294
1295           Also, with this change we'll show a slightly more correct error
1296           message in case totem passes a playlist file to us (although a
1297           custom error message wording instead of the default text would
1298           probably not be a bad idea either).
1299
1300           Same problem also needs to be fixed for playbin+decodebin2.
1301
1302         * tests/check/Makefile.am:
1303         * tests/check/elements/decodebin.c: (src_handoff_cb),
1304         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1305         (decodebin_suite):
1306           Add simple unit test for decodebin for the above.
1307
1308 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1311         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1312           Refuse to change state to READY when we failed to create any of the
1313           required elements in our instance init function.
1314
1315 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * docs/libs/gst-plugins-base-libs-sections.txt:
1318           Small docs fixes/updates.
1319
1320         * gst-libs/gst/video/gstvideosink.h:
1321           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1322           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1323           removed from the base sink API between 0.9.6 and 0.9.7).
1324           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1325           accessor macros, so we don't do a runtime GObject type check every
1326           time we use them.
1327
1328 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1329
1330         * Makefile.am:
1331         * gst-plugins-base.doap:
1332         * gst-plugins-base.spec.in:
1333           add doap file
1334
1335 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         Patch by: Jens Granseuer <jensgr at gmx net>
1338
1339         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1340         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1341         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1342         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1343         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1344           Declare variables at the beginning of a block. Fixes #383195.
1345
1346 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1347
1348         * configure.ac:
1349         Bump version nano - back to CVS.
1350
1351
1352 === release 0.10.11 ===
1353
1354 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1355
1356         * configure.ac:
1357           releasing 0.10.11, "Dumb things"
1358
1359 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1360
1361         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1362         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1363         Handle the case where an element has multiple pads with 
1364         unfixed caps as well as still possibly producing more dynamic 
1365         pads by storing each case as a distinct entry in the dynamic list.
1366         Fixes #38223 again.
1367
1368 2006-12-04  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst/playback/gstdecodebin.c: (close_pad_link):
1371         Fix #382223, add more dynamic caps handling.
1372
1373 2006-12-04  Wim Taymans  <wim@fluendo.com>
1374
1375         reviewed by: <delete if not using a buddy>
1376
1377         * gst-libs/gst/audio/gstringbuffer.h:
1378         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1379         (gst_netaddress_set_ip4_interface),
1380         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1381         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1382         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1383         (gst_netaddress_get_ttl):
1384         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1385         * gst/playback/gstdecodebin.c: (close_pad_link):
1386         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1387         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1388         * win32/common/config.h:
1389
1390 2006-12-01  Michael Smith  <msmith@fluendo.com>
1391
1392         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1393           Delete bad debug code.
1394           Fixes #381219
1395
1396 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1397
1398         * gst/videoscale/vs_4tap.c:
1399         * win32/MANIFEST:
1400         * win32/common/config.h:
1401         * win32/vs8/libgstvideoscale.vcproj:
1402         Fix compilation on win32 under VS8
1403         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1404         Partially fixes #381175
1405
1406 2006-11-30  Michael Smith  <msmith@fluendo.com>
1407
1408         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1409         (GST_START_TEST):
1410           It would be very bad if, after a discont buffer, we thought every
1411           single following buffer was also discont. So, add to the test to
1412           ensure that this isn't the case.
1413           
1414         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1415           ... it was the case. So fix it.
1416
1417 2006-11-28  Wim Taymans  <wim@fluendo.com>
1418
1419         * gst/playback/gstplaybasebin.c: (check_queue_event):
1420         Improve debug.
1421
1422         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1423         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1424         padtemplate caps. Refixes #357577.
1425
1426 2006-11-28  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst/playback/gstplaybasebin.c: (check_queue_event),
1429         (queue_threshold_reached), (queue_out_of_data),
1430         (gen_preroll_element):
1431         Add event probe to see when EOS is in a queue and we can disable the
1432         underrun signals. Fixes #357577.
1433
1434 2006-11-28  Edward Hervey  <edward@fluendo.com>
1435
1436         * gst/playback/Makefile.am:
1437         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1438         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1439         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1440         (gst_decode_bin_init), (gst_decode_bin_dispose),
1441         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1442         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1443         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1444         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1445         (connect_element), (expose_pad), (type_found),
1446         (pad_added_group_cb), (pad_removed_group_cb),
1447         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1448         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1449         (are_raw_caps), (multi_queue_overrun_cb),
1450         (multi_queue_underrun_cb), (gst_decode_group_new),
1451         (get_current_group), (group_demuxer_event_probe),
1452         (gst_decode_group_control_demuxer_pad),
1453         (gst_decode_group_control_source_pad),
1454         (gst_decode_group_check_if_blocked),
1455         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1456         (gst_decode_group_hide), (gst_decode_group_free),
1457         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1458         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1459         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1460         (plugin_init):
1461         New decodebin2 element.
1462         Closes #370092
1463         * gst/playback/gstplay-marshal.list:
1464         Added marshallers for new signals in decodebin2
1465         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1466         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1467         is set.
1468
1469 2006-11-28  Wim Taymans  <wim@fluendo.com>
1470
1471         * gst/playback/gstplaybasebin.c: (setup_source),
1472         (gst_play_base_bin_change_state):
1473         Disable rtsp:// uris for the release, it's not good enough yet.
1474         Remove unused var.
1475
1476 2006-11-26  Wim Taymans  <wim@fluendo.com>
1477
1478         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1479         (theora_dec_push_forward), (theora_dec_push_reverse),
1480         (theora_handle_data_packet), (theora_dec_decode_buffer),
1481         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1482         (theora_dec_chain_forward), (theora_dec_chain):
1483         Implement reverse playback.
1484
1485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1486         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1487         (vorbis_dec_chain_forward):
1488         Clear buffers used for reverse playback in _reset.
1489         No need to set the eos flag, we clip samples using the segment.
1490
1491 2006-11-24  Wim Taymans  <wim@fluendo.com>
1492
1493         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1494         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1495         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1496         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1497         Some cleanups.
1498         Handle continued pages in reverse mode.
1499
1500 2006-11-24  Wim Taymans  <wim@fluendo.com>
1501
1502         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1503         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1504         (vorbis_dec_flush_decode):
1505         Small cleanups.
1506         Don't try to add invalid timestamps.
1507         Clipping will unref the buffer.
1508
1509 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * gst/adder/gstadder.h:
1512         * gst/audiotestsrc/gstaudiotestsrc.h:
1513           remove obsolete _factory_init protos
1514
1515 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1516
1517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1518           Fix spacing in debug message.
1519
1520 2006-11-23  Wim Taymans  <wim@fluendo.com>
1521
1522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1523         (gst_ogg_demux_chain):
1524         Don't just ignore return values from _pad_push().
1525         Small debug improvements.
1526
1527 2006-11-23  Michael Smith  <msmith@fluendo.com>
1528
1529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1530           If our incoming buffer is marked as DISCONT, then increment the page
1531           number (so that the discontinuity is marked in the final ogg
1532           bitstream) and flush the previous page.
1533
1534 2006-11-22  Michael Smith  <msmith@fluendo.com>
1535
1536         * ext/theora/gsttheoraenc.h:
1537         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1538         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1539         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1540         (theora_enc_chain), (theora_enc_change_state):
1541           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1542
1543         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1544         (GST_START_TEST), (theoraenc_suite):
1545           Enable discontinuity test, fix it.
1546
1547 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1550         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1551         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1552         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1553         (gst_text_overlay_change_state):
1554         * ext/pango/gsttextoverlay.h:
1555           Some textoverlay fixes: for one, in the video chain function,
1556           actually wait for a text buffer to come in if there is none at the
1557           moment and there should be one; also, deal more gracefully with
1558           incoming buffers that do not have a timestamp or duration; discard
1559           text buffer when not needed any longer. Fixes #341681.
1560
1561         * tests/check/Makefile.am:
1562         * tests/check/elements/.cvsignore:
1563         * tests/check/elements/textoverlay.c:
1564         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1565         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1566         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1567         (test_video_waits_for_text_send_text_newsegment_thread),
1568         (test_video_waits_for_text_shutdown_element),
1569         (test_render_continuity_push_video_buffers_thread),
1570         (textoverlay_suite):
1571           Add some unit tests for textoverlay.
1572
1573 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1576           Avoid integer underflow when the found probability for mp3 is
1577           smaller than the 'penalty' we subtract if there's not a clean
1578           mp3 header sync at offset 0.
1579
1580 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * docs/libs/gst-plugins-base-libs-sections.txt:
1583           Add some new symbols to the docs
1584
1585 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * tests/check/Makefile.am:
1588         * tests/check/elements/ffmpegcolorspace.c:
1589         (ffmpegcolorspace_suite):
1590           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1591           (for now not for valgrinding though, since it takes too long).
1592
1593 2006-11-20  Wim Taymans  <wim@fluendo.com>
1594
1595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1596         (gst_ffmpeg_pixfmt_to_caps):
1597         Fix RGBA32 caps. Fixes #357038.
1598
1599 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1600
1601         * gst-libs/gst/interfaces/mixertrack.h:
1602           Add FIXME so we can add some padding here in 0.11
1603
1604 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1607           Fix GstBaseRTPAudioPayload structure so the whole GObject
1608           inheritance business actually works (parent class instance structure
1609           must always come first in the derived class instance structure).
1610
1611 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1612
1613         * gst/videotestsrc/Makefile.am:
1614         * tests/check/Makefile.am:
1615           Make sure our checks and the videotestsrc plugin link against the
1616           local uninstalled gst libs and not any installed gst libs that
1617           might happen to exist as well.
1618
1619         * tests/check/elements/adder.c: (message_received),
1620         (test_event_message_received), (test_play_twice_message_received):
1621         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1622           Fix compiler warnings when compiling against core with disabled
1623           debugging system.
1624
1625 2006-11-16  Michael Smith  <msmith@fluendo.com>
1626
1627         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1628         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1629           Fix audiorate, so that it accurately sets offsets and timestamps.
1630           Doesn't change the fundamental algorithmic decisions; so should be
1631           safe.
1632
1633         * tests/check/Makefile.am:
1634           Enable audiorate test now that it passes.
1635
1636 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1637
1638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1639           clear xv when going to NULL, remove // commented non-existant proto
1640
1641         * tests/examples/seek/seek.c: (main):
1642           add missing tooltip description for scrub and play_scrub
1643
1644 2006-11-14  David Schleef  <ds@schleef.org>
1645
1646         * configure.ac:
1647           Bump liboil requirement to 0.3.8.
1648         * gst-libs/gst/riff/riff-media.c:
1649           Add Dirac fourcc.
1650         * gst/videoscale/vs_image.h:
1651         * gst/videoscale/vs_scanline.h:
1652           Use liboil's stdint.h.
1653         * gst/videotestsrc/videotestsrc.c:
1654           Remove liboil related ifdef's, since they aren't needed now, and
1655           won't work with future versions.
1656
1657 2006-11-14  David Schleef  <ds@schleef.org>
1658
1659         * gst/videoscale/Makefile.am:
1660         * gst/videoscale/gstvideoscale.c:
1661         * gst/videoscale/gstvideoscale.h:
1662         * gst/videoscale/vs_4tap.c:
1663         * gst/videoscale/vs_4tap.h:
1664         * gst/videoscale/vs_image.c:
1665         * gst/videoscale/vs_image.h:
1666         * gst/videoscale/vs_scanline.c:
1667         * gst/videoscale/vs_scanline.h:
1668           Add a 4-tap image scaler.  Theoretically looks much prettier.
1669           The tap calculation could use some improvement.
1670
1671 2006-11-14  Wim Taymans  <wim@fluendo.com>
1672
1673         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1674
1675         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1676         (gst_riff_parse_strf_iavs):
1677         * gst/subparse/gstsubparse.c: (convert_encoding):
1678         * gst/tcp/gstmultifdsink.c:
1679         (gst_multi_fd_sink_handle_client_write):
1680         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1681         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1682         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1683         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1684         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1685         (gst_ximagesink_ximage_new):
1686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1687         Various gsize and gssize printf fixes. Fixes #372507.
1688
1689 2006-11-13  Wim Taymans  <wim@fluendo.com>
1690
1691         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1692         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1693         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1694         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1695         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1696         * ext/vorbis/vorbisdec.h:
1697         First stab at vorbis reverse playback.
1698
1699 2006-11-13  Wim Taymans  <wim@fluendo.com>
1700
1701         * gst-libs/gst/audio/gstbaseaudiosink.c:
1702         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1703         * gst-libs/gst/audio/gstbaseaudiosink.h:
1704         Make the clock sync code more accurate wrt resampling and playback
1705         at different rates.
1706         
1707         * gst-libs/gst/audio/gstringbuffer.c:
1708         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1709         * gst-libs/gst/audio/gstringbuffer.h:
1710         Use better algorithm to interpolate sample rates. 
1711
1712 2006-11-13  Michael Smith  <msmith@fluendo.com>
1713
1714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1715           Improve a debug line slightly.
1716
1717         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1718           Call gst_riff_init() in plugin_init, to avoid getting errors from
1719           the debug system (unrelated changes to another plugin made this turn
1720           up; not sure why).
1721
1722 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1723
1724         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1725
1726         * win32/common/libgsttag.def:
1727           Add missing symbol (#366492).
1728
1729 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1730
1731         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1732           Don't unref a NULL pad.
1733
1734 2006-11-09  Wim Taymans  <wim@fluendo.com>
1735
1736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1737         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1738         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1739         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1740         (gst_ogg_demux_loop):
1741         Implement first stab at reverse playback.
1742
1743 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1744
1745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1746         (gst_riff_create_video_template_caps):
1747           add h263/h264 variants to the caps, Fixes #363118
1748
1749 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1752         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1753           Use g_strerror instead of strerror so we get UTF-8.
1754
1755 2006-11-03  David Schleef  <ds@schleef.org>
1756
1757         * ext/ogg/gstoggdemux.c:
1758         * ext/ogg/gstoggmux.c:
1759           Add/remove KW-DIRAC header here, since it is ogg-specific.
1760
1761 2006-11-03  Michael Smith  <msmith@fluendo.com>
1762
1763         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1764           Recognise more mpeg4 elementary video streams.
1765
1766 2006-11-02  Edward Hervey  <edward@fluendo.com>
1767
1768         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1769         Lower the probability of mp3 typefinding functions if we don't find a
1770         valid mp3 header at the start of the file.
1771         Closes #369482
1772
1773 2006-11-02  Wim Taymans  <wim@fluendo.com>
1774
1775         * ext/theora/gsttheoradec.h:
1776         * ext/theora/theoradec.c: (gst_theora_dec_init),
1777         (theora_dec_sink_event), (theora_dec_chain_forward),
1778         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1779         (theora_dec_chain):
1780         Document and partially implement an algorithm for doing reverse playback
1781         of theora video.
1782
1783 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1784
1785         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1786
1787         * win32/common/config.h:
1788         * win32/common/interfaces-enumtypes.c:
1789         * win32/common/libgsttag.def:
1790         * win32/vs8/gst-plugins-base.sln:
1791         * win32/vs8/libgstaudioresample.vcproj:
1792         * win32/vs8/libgstinterfaces.vcproj:
1793         * win32/vs8/libgstogg.vcproj:
1794         * win32/vs8/libgstriff.vcproj:
1795         * win32/vs8/libgsttag.vcproj:
1796         * win32/vs8/libgsttheora.vcproj:
1797         * win32/vs8/libgstvideoscale.vcproj:
1798         * win32/vs8/libgstvorbis.vcproj:
1799           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1800           to libgsttag.def; add missing dependencies for some vs8 projects;
1801           re-arrange placement of .def files in vs8 projects (#366334).
1802
1803 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * ext/ogg/gstogg.c:
1806           Remove unused variable.
1807
1808         * ext/ogg/gstoggdemux.c:
1809           Fix Wim's surname in plugin description.
1810
1811 2006-10-31  Wim Taymans  <wim@fluendo.com>
1812
1813         * gst-plugins-base.spec.in:
1814         spec new .h file. Fixes #368310.
1815
1816 2006-10-31  Michael Smith  <msmith@fluendo.com>
1817
1818         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1819         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1820         (gst_multi_fd_sink_get_stats),
1821         (gst_multi_fd_sink_remove_client_link),
1822         (gst_multi_fd_sink_queue_buffer),
1823         (gst_multi_fd_sink_handle_clients):
1824         * gst/tcp/gstmultifdsink.h:
1825           Make using the remove or clear signals threadsafe.
1826           Make calling get-stats with an invalid fd not segfault.
1827           Fixes 368273.
1828
1829 2006-10-31  Wim Taymans  <wim@fluendo.com>
1830
1831         * gst-libs/gst/rtp/Makefile.am:
1832         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1833         (gst_base_rtp_audio_payload_init):
1834         Fix and activate base audio payloader.
1835
1836 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1839         (plugin_init):
1840           Add typefinder for QuickTime Image Files (see #366156).
1841
1842 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1845           Another typo fix (#366212).
1846
1847 2006-10-27  Wim Taymans  <wim@fluendo.com>
1848
1849         * gst/volume/gstvolume.c: (volume_transform_ip):
1850         Use stream time to synchronize volume property instead of rather random
1851         timestamps. This is needed when gnonlin does its time shifting.
1852
1853 2006-10-27  Wim Taymans  <wim@fluendo.com>
1854
1855         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1856
1857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1858         Remove the pad from the element in release_pad. Fixes #364812.
1859
1860 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1861
1862         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1864           Explicitly create our custom buffer classes at a thread-safe
1865           location as well, since g_type_class_ref() doesn't seem to be
1866           entirely thread-safe either (#365501; also see #349410).
1867
1868 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1871         (gst_riff_parse_info):
1872           If strings in INFO chunk are not UTF-8, do something similar to
1873           what we do for ID3v1 tags: check a number of environment variables
1874           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1875           character sets to try, otherwise try the current locale and/or fall
1876           back on ISO-8859-1. Fixes #360552.
1877
1878 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * gst/videotestsrc/gstvideotestsrc.c:
1881         (gst_video_test_src_pattern_get_type),
1882         (gst_video_test_src_set_pattern):
1883         * gst/videotestsrc/gstvideotestsrc.h:
1884         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1885         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1886         (gst_video_test_src_checkers8):
1887         * gst/videotestsrc/videotestsrc.h:
1888           Add a bunch of exciting new checkers patterns.
1889
1890 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * gst/subparse/Makefile.am:
1893         * gst/subparse/gstsubparse.c:
1894         (gst_sub_parse_data_format_autodetect),
1895         (gst_sub_parse_format_autodetect), (handle_buffer),
1896         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1897         * gst/subparse/gstsubparse.h:
1898         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1899         (parse_tmplayer):
1900         * gst/subparse/tmplayerparse.h:
1901           Add support for TMPlayer-type subtitles (#362845).
1902
1903         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1904         (GST_START_TEST), (subparse_suite):
1905           Add some basic unit tests for the above.
1906
1907 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * tests/check/elements/audiorate.c: (test_injector_base_init),
1910         (test_injector_class_init), (test_injector_chain),
1911         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1912         (GST_START_TEST), (audiorate_suite):
1913           More tests for audiorate: inject buffers to check behaviour when
1914           buffers overlap.
1915
1916 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * tests/check/Makefile.am:
1919         * tests/check/elements/.cvsignore:
1920         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1921         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1922           Add some basic unit tests for audiorate. Disabled at the moment
1923           since it doesn't pass yet (see bug #363119).
1924
1925 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1926
1927         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1928         (parse_subrip), (handle_buffer):
1929           Add missing closing tags for markup and fix broken markup,
1930           otherwise pango won't render anything (fixes #357531). Also,
1931           make sure the text we send out is always NUL-terminated
1932           (better safe than sorry etc.).
1933
1934         * tests/check/elements/subparse.c: (test_srt_do_test),
1935         (test_srt):
1936           Some more tests for .srt incl. tests for the above stuff.
1937
1938 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1939
1940         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1942         Patch by: Stefan Kost  <ensonic@users.sf.net>
1943         Try to redraw borders only when needed. Apparently this consumes
1944         resources on small devices... :-O (#363607)
1945
1946 2006-10-20  Michael Smith  <msmith@fluendo.com>
1947
1948         * gst/tcp/gstmultifdsink.c:
1949         (gst_multi_fd_sink_client_queue_buffer):
1950           If caps change, then update the client's idea of the caps so that we
1951           don't end up re-sending streamheaders for every single buffer after
1952           the caps change.
1953
1954 2006-10-20  Michael Smith  <msmith@fluendo.com>
1955
1956         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1957         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1958           Set caps on pushed buffers; fix up refcounting of caps objects.
1959
1960 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1963         (plugin_init):
1964           Typefind mmsh header data packet to application/x-mmsh (#362625).
1965
1966 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * tests/check/Makefile.am:
1969         * tests/check/elements/.cvsignore:
1970         * tests/check/elements/subparse.c: (buffer_from_static_string),
1971         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1972         (GST_START_TEST), (subparse_suite):
1973           Add very simple unit test for subparse.
1974
1975 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1978         (parse_subrip):
1979           Strip trailing newlines from subtitle text output.
1980
1981 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1982
1983         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1984         (gst_sub_parse_change_state):
1985           Fix memleak; clear subparse->textbuf n state change function.
1986
1987 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1988
1989         * gst/subparse/gstsubparse.c:
1990         (gst_sub_parse_data_format_autodetect):
1991           Don't require subrip (.srt) files to start with a chunk number of 1.
1992
1993 2006-10-18  Wim Taymans  <wim@fluendo.com>
1994
1995         * gst-libs/gst/audio/gstbaseaudiosink.c:
1996         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1997         * gst-libs/gst/audio/gstbaseaudiosink.h:
1998         Extract rate from the NEWSEGMENT event.
1999         Use commit_full to also take rate adjustment into account when writing
2000         samples to the ringbuffer.
2001         
2002         * gst-libs/gst/audio/gstringbuffer.c:
2003         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2004         (gst_ring_buffer_read):
2005         * gst-libs/gst/audio/gstringbuffer.h:
2006         Added _commit_full() to also take rate into account.
2007         Use simple interpolation algorithm to resample audio.
2008         API: gst_ring_buffer_commit_full()
2009
2010         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2011         * tests/examples/seek/seek.c: (segment_done):
2012         Don't try to seek with 0.0 rate, just pause instead.
2013         Remove bogus debug line.
2014
2015 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2016
2017         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2018         (setup_source):
2019           Catch async errors when starting up the subtitle bin, so we can
2020           stop waiting and continue with the main film instead of hanging
2021           forever. Fixes #339366.
2022
2023         * tests/check/elements/playbin.c: (playbin_suite):
2024           Enable unit test for the above.
2025
2026 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2027
2028         * tests/check/Makefile.am:
2029         * tests/check/elements/.cvsignore:
2030         * tests/check/elements/playbin.c: (GST_START_TEST),
2031         (gst_red_video_src_uri_get_type),
2032         (gst_red_video_src_uri_get_protocols),
2033         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2034         (gst_red_video_src_uri_handler_init),
2035         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2036         (gst_red_video_src_create), (gst_red_video_src_class_init),
2037         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2038           Some small and basic unit tests for playbin; not very useful yet,
2039           but at least a start.
2040
2041 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2042
2043         * gst/playback/gstplaybin.c: (setup_sinks):
2044           The old pad activation spiel.
2045
2046 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/playback/gstplaybasebin.c: (setup_source):
2049           Don't hang forever if the subbin already fails to start up in 
2050           the state change to PAUSED (#339366).
2051
2052 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2055         (gst_tuner_set_channel), (gst_tuner_get_channel),
2056         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2057         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2058         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2059         (gst_tuner_find_channel_by_name):
2060           Fix some function guards, add some more function guards.
2061
2062 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2063
2064         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2065         (remove_element_chain):
2066         Don't return a pad from get_our_ghost_pad unless it is actually the
2067         one we want.
2068         Change a cast in remove_element_chain slightly.
2069
2070 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2071
2072         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2073         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2074         Segment seeking needs to use the rate and set stop to -1.
2075
2076 2006-10-13  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst-libs/gst/audio/gstbaseaudiosink.c:
2079         (gst_base_audio_sink_setcaps):
2080         Don't crash when ringbuffer is not yet created.
2081         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2082         Fixes #361634.
2083
2084         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2085         * gst/playback/gststreamselector.c:
2086         (gst_stream_selector_request_new_pad):
2087         Activate pads befre adding them to running elements.
2088
2089 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2090
2091         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2092         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2093         updater when we start grabing the slider. Don't wait for the
2094         pipeline to be PAUSED.
2095
2096 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2099         (gst_mixer_set_volume), (gst_mixer_get_volume),
2100         (gst_mixer_set_mute), (gst_mixer_set_option),
2101         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2102         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2103         (gst_mixer_option_changed):
2104           Guard mixer interface functions against bogus arguments.
2105
2106 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2107
2108         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2109         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2110         (msg_state_changed), (main): Use state-changed messages to trigger
2111         start/stop of scale update timer. Indeed the scale slider was
2112         jumping here and there because the update timer was activated 
2113         before seek completed. This fixes instant applying of rate changes
2114         by pressing the spinbutton like a crazy man !
2115
2116 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2117
2118         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2119
2120         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2121         (gst_basertppayload_finalize):
2122           Fix two small memory leaks (#361456).
2123
2124 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2125
2126         * tests/examples/seek/seek.c: (do_seek),
2127         (rate_spinbutton_changed_cb): When changing spinbutton we try
2128         to change the rate on the fly.
2129
2130 2006-10-10  Wim Taymans  <wim@fluendo.com>
2131
2132         * gst-libs/gst/riff/riff-ids.h:
2133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2134         (gst_riff_create_audio_template_caps):
2135         Add WMS caps.
2136
2137 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2138
2139         Patch by: Josep Torre Valles <josep@fluendo.com>
2140
2141         * ext/gnomevfs/gstgnomevfssink.c:
2142         * ext/gnomevfs/gstgnomevfssrc.c:
2143         Fix URI interface implementation return type.
2144         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2145         Fix what looks like a copy/paste issue when assigning values.
2146         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2147         (gst_audio_filter_template_get_type):
2148         Cast to prevent Forte warnings.
2149         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2150         Fix URI interface implementation return type.
2151         gst_pad_query_position requires a signed integer pointer as
2152         3rd parameter, GstClockTime is unsigned.
2153         * gst/audioconvert/audioconvert.c:
2154         Fix integer overflow when treated as signed.
2155         * gst/audioresample/resample.c: (resample_add_input_data):
2156         Cast to prevent warnings on Forte.
2157         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2158         Fix integer overflow when treated as signed.
2159         * gst/ffmpegcolorspace/imgconvert_template.h:
2160         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2161         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2162         (cleanup_decodebin):
2163         Who initialises a guint to -1!
2164         Cast function pointers to prevent warnings on Forte.
2165         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2166         (queue_threshold_reached):
2167         Cast function pointers correctly to prevent warnings on Forte.
2168         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2169         Cast function pointers correctly to prevent warnings on Forte.
2170         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2171         Obvious change to unsigned, 0xEF > max signed char.
2172         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2173         GstClockTime is unsigned, initialise correctly.
2174         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2175         Cast so pointer arithemetic doesn't cause warnings on Forte.
2176         * gst/videorate/gstvideorate.c:
2177         Use correct return value.
2178         * tests/examples/seek/scrubby.c:
2179         GstClockTime is unsigned, initialise correctly.
2180
2181 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2182
2183         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2184
2185         * gst/typefind/gsttypefindfunctions.c:
2186           Recognise XML files and XML-like files shorter than 256 bytes as
2187           well (fixes #359237).
2188
2189 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2190
2191         Patch by: Renato Filho <renato.filho@indt.org.br>
2192         
2193         * gst/typefind/gsttypefindfunctions.c:
2194         Added typefind functions to video/x-nuv media.
2195         
2196 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst-libs/gst/interfaces/xoverlay.c:
2199         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2200           Some more guards against invalid input.
2201
2202 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2203
2204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2205         Useless goto.
2206         * tests/examples/seek/seek.c: (do_seek),
2207         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2208         seek example to experiment with rates != 1.0 (reverse playback !)
2209
2210 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2211
2212         * gst-libs/gst/interfaces/xoverlay.c:
2213           Unref message in doc-example (spotted by Robert McQueen)
2214
2215 2006-10-06  Wim Taymans  <wim@fluendo.com>
2216
2217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2218         (mpeg1_parse_header), (mpeg1_sys_type_find):
2219         printf fix.
2220
2221 2006-10-06  Wim Taymans  <wim@fluendo.com>
2222
2223         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2224         (close_pad_link):
2225         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2226         Activate dynamic pads before adding them to the element.
2227
2228 2006-10-06  Michael Smith  <msmith@fluendo.com>
2229
2230         * gst-libs/gst/floatcast/floatcast.h:
2231           Fix obviously-bogus macros; use the correct types.
2232
2233 2006-10-06  Wim Taymans  <wim@fluendo.com>
2234
2235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2236         (gst_base_rtp_depayload_change_state):
2237         Also call parent state change function to activate pads.
2238
2239         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2240         (mpeg1_parse_header), (mpeg1_sys_type_find):
2241         Add some more debug info in mpeg typefinding.
2242
2243 2006-10-06  Michael Smith  <msmith@fluendo.com>
2244
2245         * ext/theora/theoradec.c: (theora_dec_chain):
2246           Zero byte theora packets are valid and well-defined; don't warn on
2247           them.
2248
2249 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2250
2251         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2252         (gst_multi_fd_sink_get_stats), (find_limits),
2253         (gst_multi_fd_sink_queue_buffer):
2254           API: add dropped_buffers to the get-stats GValueArray
2255
2256 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * ext/alsa/gstalsadeviceprobe.c:
2259         (gst_alsa_device_property_probe_get_values):
2260         * ext/alsa/gstalsasink.c: (set_hwparams):
2261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2262         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2264         (gst_ogg_mux_process_best_pad):
2265         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2266         (gst_ogg_parse_chain):
2267         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2268         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2270         (gst_vorbis_enc_buffer_check_discontinuous):
2271         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2272         * gst-libs/gst/audio/gstbaseaudiosink.c:
2273         (gst_base_audio_sink_render):
2274         * gst-libs/gst/cdda/gstcddabasesrc.c:
2275         (gst_cdda_base_src_handle_track_seek):
2276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2277         (gst_base_rtp_depayload_push_full):
2278         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2279         * gst/audioresample/resample.c: (resample_input_pushthrough):
2280         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2281         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2282         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2283         (wavpack_type_find):
2284         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2285         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2286         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2287         * tests/check/elements/volume.c: (GST_START_TEST):
2288           Printf format fixes.
2289
2290 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2291
2292         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2293           Fix a simple mistake (see the docs)
2294           Fixes #359580
2295
2296 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2297
2298         * docs/plugins/Makefile.am:
2299         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2300         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2301         * docs/plugins/gst-plugins-base-plugins.args:
2302         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2303         * docs/plugins/inspect/plugin-adder.xml:
2304         * docs/plugins/inspect/plugin-alsa.xml:
2305         * docs/plugins/inspect/plugin-audioconvert.xml:
2306         * docs/plugins/inspect/plugin-audiorate.xml:
2307         * docs/plugins/inspect/plugin-audioresample.xml:
2308         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2309         * docs/plugins/inspect/plugin-cdparanoia.xml:
2310         * docs/plugins/inspect/plugin-decodebin.xml:
2311         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2312         * docs/plugins/inspect/plugin-gdp.xml:
2313         * docs/plugins/inspect/plugin-gnomevfs.xml:
2314         * docs/plugins/inspect/plugin-libvisual.xml:
2315         * docs/plugins/inspect/plugin-ogg.xml:
2316         * docs/plugins/inspect/plugin-pango.xml:
2317         * docs/plugins/inspect/plugin-playbin.xml:
2318         * docs/plugins/inspect/plugin-subparse.xml:
2319         * docs/plugins/inspect/plugin-tcp.xml:
2320         * docs/plugins/inspect/plugin-theora.xml:
2321         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2322         * docs/plugins/inspect/plugin-video4linux.xml:
2323         * docs/plugins/inspect/plugin-videorate.xml:
2324         * docs/plugins/inspect/plugin-videoscale.xml:
2325         * docs/plugins/inspect/plugin-videotestsrc.xml:
2326         * docs/plugins/inspect/plugin-volume.xml:
2327         * docs/plugins/inspect/plugin-vorbis.xml:
2328         * docs/plugins/inspect/plugin-ximagesink.xml:
2329         * docs/plugins/inspect/plugin-xvimagesink.xml:
2330           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2331
2332 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2335
2336         * ext/vorbis/Makefile.am:
2337         * ext/vorbis/vorbis.c: (plugin_init):
2338         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2339         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2340         * ext/vorbis/vorbisparse.h:
2341         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2342         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2343         (gst_vorbis_tag_parse_packet):
2344         * ext/vorbis/vorbistag.h:
2345           Add new vorbistag element which derives from vorbisparse
2346           and is essentially the same as well, only that it implements
2347           the GstTagSetter interface and can modify the stream's
2348           vorbiscomment on the fly (#335635).
2349
2350         * tests/check/Makefile.am:
2351         * tests/check/elements/.cvsignore:
2352         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2353         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2354         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2355         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2356           Add unit test for new vorbistag element.
2357
2358 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2361         (vorbis_parse_push_headers), (vorbis_parse_chain):
2362           Set BOS flag in packet structure to fix 'jump depends
2363           on unitialized value' errors in valgrind; various minor
2364           clean-ups.
2365
2366 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2367
2368         * gst/playback/gstdecodebin.c: (close_pad_link):
2369         Fix typo in a debug statement.
2370
2371         * gst/playback/gstplaybasebin.c: (probe_triggered),
2372         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2373         (gen_source_element), (source_new_pad), (analyse_source),
2374         (setup_source):
2375         When handling no_more_pads in new_decoded_pad, make sure to treat
2376         subtitle pads correctly. Fixes playback with subtitle files.
2377
2378         Move a recurring message to LOG level.
2379
2380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2381         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2382         which ends up as -1 when cast to an int. Make the logic handle the
2383         max value as an unsigned mask and only change the colorkey when it's
2384         a value we recognise.
2385
2386 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2387
2388         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2389         Removed empty * between paragraphs
2390
2391 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2392
2393         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2394         * gst-libs/gst/rtp/README:
2395         Moved some documentation into .c file
2396
2397 2006-09-29  Wim Taymans  <wim@fluendo.com>
2398
2399         * gst/playback/gstdecodebin.c: (no_more_pads):
2400         Fix compilation.
2401
2402 2006-09-29  Wim Taymans  <wim@fluendo.com>
2403
2404         * gst/playback/gstdecodebin.c: (new_caps):
2405         Remove g_print
2406
2407         * gst/playback/gstplaybin.c:
2408         Add some docs.
2409
2410 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2411
2412         * tests/check/Makefile.am:
2413           Re-enable cddabasesrc test to see if it works again
2414           now.
2415
2416 2006-09-29  Wim Taymans  <wim@fluendo.com>
2417
2418         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2419         (gen_source_element):
2420         Handle invalid URIs a bit more gracefully.
2421
2422 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2423
2424         * tests/check/pipelines/oggmux.c:
2425           Remove obsolete comment.
2426
2427 2006-09-29  Michael Smith  <msmith@fluendo.com>
2428
2429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2430         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2431         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2432         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2433         (gst_ogg_mux_collected):
2434           Commit patch from James "Doc" Livingston, adds proper EOS handling
2435           in oggmux. GStreamer can, for the first time ever, create a valid
2436           Ogg file! Yay!
2437
2438         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2439         (oggmux_suite):
2440           Reenable tests now that they pass.
2441
2442 2006-09-29  Wim Taymans  <wim@fluendo.com>
2443
2444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2445         Stop reading commands when EOF (we read 0) as well.
2446
2447 2006-09-28  Wim Taymans  <wim@fluendo.com>
2448
2449         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2450         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2451         (find_dynamic), (unlinked), (close_link):
2452         Implement delayed caps linking needed for element with a lot of
2453         different caps on the src pads that get fixed at runtime.
2454         Improve management of dynamic elements.
2455
2456         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2457         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2458         (gen_preroll_element), (remove_groups), (unknown_type),
2459         (add_element_stream), (no_more_pads_full), (no_more_pads),
2460         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2461         (new_decoded_pad), (setup_subtitle), (array_has_value),
2462         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2463         (analyse_source), (remove_decoders), (make_decoder),
2464         (remove_source), (setup_source), (finish_source), (prepare_output),
2465         (gst_play_base_bin_change_state):
2466         * gst/playback/gstplaybasebin.h:
2467         Use more _CAST instead of full type checking casts.
2468         Small cleanups, plug some leaks.
2469         Handle dynamic sources.
2470         Add some helper functions to create lists of strings used for
2471         blacklisting and other stuff.
2472         Refactor some code dealing with analysing the source.
2473         Re-enable sources without pads (like cd:// or other selfcontained
2474         elements).
2475
2476 2006-09-28  Wim Taymans  <wim@fluendo.com>
2477
2478         * gst-libs/gst/audio/gstbaseaudiosink.c:
2479         (gst_base_audio_sink_render):
2480         When we have a timestamp, we can still perform clipping.
2481         When we have no clock, we must play the sample ASAP.
2482
2483 2006-09-28  Wim Taymans  <wim@fluendo.com>
2484
2485         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2486         Set caps on outgoing buffers.
2487
2488         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2489         (gst_video_rate_event), (gst_video_rate_chain):
2490         * gst/videorate/gstvideorate.h:
2491         Fix videorate some more. Fixes #357977
2492
2493 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         * tests/check/elements/adder.c: (adder_suite):
2496           Don't set timeout to 6 seconds when we're running
2497           in valgrind ... (and how is 6 seconds longer than
2498           the default anyway?)
2499
2500 2006-09-28  Wim Taymans  <wim@fluendo.com>
2501
2502         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2503         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2504         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2505         Keep sink and src segment to keep track of time and support more
2506         input formats.
2507         Fix bogus next_offset and run_time calculation, don't understand how
2508         this could have worked before. Fixes #357976.
2509         Remove some unneeded vars.
2510
2511 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst/playback/gstplaybin.c: (remove_sinks):
2514           Only remove visualisation from visbin if there is a visbin (or:
2515           don't throw warnings when closing totem without playing a file).
2516
2517 2006-09-27  Wim Taymans  <wim@fluendo.com>
2518
2519         * gst-libs/gst/audio/gstbaseaudiosink.c:
2520         (gst_base_audio_sink_render):
2521         Add some more info in a WARNING.
2522
2523         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2524         (gst_base_audio_src_create):
2525         Handle PAUSE in create function, use new -core addition to
2526         wait for playing. Fixes pausing and resuming capture from an
2527         audiosrc.
2528
2529         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2530         (gst_ring_buffer_read):
2531         Constify some more.
2532         Caller supports interrupted reads now.
2533
2534 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * tests/check/Makefile.am:
2537           Another attempt to make the gen64 buildbot happy.
2538
2539 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2540
2541         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2542
2543         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2544         (gst_visual_chain), (gst_visual_change_state):
2545           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2546           correctly. Fixes #357800
2547
2548 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2549
2550         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2551           Add timeout to _get_state() so we see which pipeline it is
2552           that causes trouble on the gen64 build bot.
2553
2554 2006-09-27  Wim Taymans  <wim@fluendo.com>
2555
2556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2557         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2558         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2559         (gst_base_rtp_depayload_set_gst_timestamp):
2560         the source pad always uses fixed caps.
2561
2562 2006-09-27  Wim Taymans  <wim@fluendo.com>
2563
2564         * docs/libs/gst-plugins-base-libs-docs.sgml:
2565         * docs/libs/gst-plugins-base-libs-sections.txt:
2566         * gst-libs/gst/audio/gstaudioclock.c:
2567         * gst-libs/gst/audio/gstaudioclock.h:
2568         * gst-libs/gst/audio/gstaudiosink.c:
2569         * gst-libs/gst/audio/gstaudiosink.h:
2570         * gst-libs/gst/audio/gstaudiosrc.c:
2571         * gst-libs/gst/audio/gstbaseaudiosink.c:
2572         (gst_base_audio_sink_render):
2573         * gst-libs/gst/audio/gstbaseaudiosink.h:
2574         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2575         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2576         * gst-libs/gst/audio/gstringbuffer.h:
2577         Added docs for the audio libs.
2578
2579 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         * tests/check/Makefile.am:
2582           Temporarily disable test that fails on the bots for unknown reasons.
2583
2584 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2585
2586         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2587         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2588         Moved AudioCodecType into priv
2589         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2590
2591 2006-09-25  Wim Taymans  <wim@fluendo.com>
2592
2593         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2594         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2595         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2596         (new_pad):
2597         Cleanups and small leak fixes.
2598         Added Depayloaders to valid list of autopluggable elements.
2599
2600 2006-09-25  Wim Taymans  <wim@fluendo.com>
2601
2602         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2603         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2604         (gen_video_element), (gen_text_element), (gen_audio_element),
2605         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2606         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2607         Detect NO_PREROLL state change returns and disable clock distribution to
2608         the sinks so that sync is disabled.
2609         Avoid some type checking and do simple casts instead.
2610         Small cleanups, fix some FIXMEs.
2611         Be more robust when linking user specified elements, catch an report
2612         errors. Fixes #357404.
2613         Fix some leaks in the error paths.
2614
2615 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2616
2617         * ChangeLog:
2618           ChangeLog surgery for missing bug-number
2619
2620 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         Patch by: Peter Kjellerstedt  <pkj at axis com>
2623
2624         * gst/playback/test.c:
2625           Fix compilation with uClibc and -Werror (#357591).
2626
2627 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2628
2629         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2630           Parse dates that are followed by a time as well (#357532).
2631
2632         * tests/check/libs/tag.c: (test_vorbis_tags):
2633           Add unit test for this.
2634
2635 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2638         (gst_audio_convert_transform_caps):
2639         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2640         * gst/videotestsrc/videotestsrc.h:
2641           A few array const-ifications.
2642
2643 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2644
2645         * tests/check/Makefile.am:
2646           See if this makes the build bots happy.
2647
2648         * tests/check/libs/cddabasesrc.c:
2649           UTF8-ise my name.
2650
2651 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2652
2653         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2654
2655         * gst/subparse/samiparse.c: (handle_start_font),
2656         (fix_invalid_entities):
2657           More case-insensitivity for certain tags; recognise entities with
2658           decimal codes as special entities as well (#357330).
2659
2660 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2661
2662         * gst-libs/gst/Makefile.am:
2663           Need to build tag directory before cdda.
2664
2665 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2666
2667         * docs/libs/gst-plugins-base-libs-sections.txt:
2668         * gst-libs/gst/cdda/Makefile.am:
2669         * gst-libs/gst/cdda/gstcddabasesrc.c:
2670         (gst_cdda_base_src_base_init):
2671         * gst-libs/gst/cdda/gstcddabasesrc.h:
2672         * gst-libs/gst/tag/tag.h:
2673         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2674         (gst_tag_register_musicbrainz_tags):
2675           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2676           depend on libgsttag. This is required so we can extract/read tags like
2677           DISCID without depending on libgstcddabasesrc (which used to register
2678           them).
2679
2680         * gst-libs/gst/tag/gstvorbistag.c:
2681           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2682           tags (also see #347848).
2683
2684         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2685           Log vorbis comments we are actually writing. Const-ify array.
2686
2687 2006-09-23  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2690         Improve buffering a bit by avoiding a deadlock because we cannot assume
2691         the underrun is always called.
2692
2693 2006-09-23  Wim Taymans  <wim@fluendo.com>
2694
2695         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2696
2697         * gst-libs/gst/riff/riff-ids.h:
2698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2699         (gst_riff_create_audio_template_caps):
2700         Added MPEG-4 AAC and id and caps. Fixes #357289
2701         Added WMA9 Lossless id.
2702
2703 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2704
2705         * ext/gnomevfs/gstgnomevfssrc.c:
2706           Fix misleading docs addition.
2707
2708         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2709           Get rid of compiler warning the right way.
2710
2711 2006-09-22  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2714         (gst_base_rtp_depayload_finalize),
2715         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2716         (gst_base_rtp_depayload_push_full),
2717         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2718         (gst_base_rtp_depayload_process),
2719         (gst_base_rtp_depayload_set_gst_timestamp),
2720         (gst_base_rtp_depayload_queue_release):
2721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2722         Small cleanups.
2723         Fix some leaks.
2724         Refactored the process method and added methods to push from the process
2725         vmethod.
2726         Use _scale functions.
2727         API: gst_base_rtp_depayload_push_ts
2728         API: gst_base_rtp_depayload_push
2729
2730         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2731         timestamps are uint.
2732
2733 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * gst-libs/gst/interfaces/xoverlay.c:
2736           Remove unused statement from doc example.
2737
2738 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * gst-libs/gst/interfaces/videoorientation.c:
2741         (gst_video_orientation_iface_init),
2742         (gst_video_orientation_get_hflip),
2743         (gst_video_orientation_get_vflip),
2744         (gst_video_orientation_get_hcenter),
2745         (gst_video_orientation_get_vcenter),
2746         (gst_video_orientation_set_hflip),
2747         (gst_video_orientation_set_vflip),
2748         (gst_video_orientation_set_hcenter),
2749         (gst_video_orientation_set_vcenter):
2750           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2751           in ChangeLog)
2752
2753 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * tests/check/Makefile.am:
2756         * tests/check/elements/.cvsignore:
2757         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2758         (create_rgb_conversions), (rgb_conversion_free),
2759         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2760         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2761           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2762           but disable for now since it doesn't pass (something wrong with
2763           RGBA somewhere).
2764
2765 2006-09-21  Wim Taymans  <wim@fluendo.com>
2766
2767         * gst/playback/gstplaybasebin.c: (group_commit),
2768         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2769         (queue_out_of_data), (gen_preroll_element),
2770         (preroll_remove_overrun), (probe_triggered):
2771         Refactor handling of overrun detection.
2772         Separate handling of group completion and deadlock detection when doing
2773         network buffering. This should fix some deadlocks that were not detected
2774         because the group was completed.
2775         Add more comments, improve debugging.
2776
2777 2006-09-21  Wim Taymans  <wim@fluendo.com>
2778
2779         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2780         * tests/check/libs/audio.c:
2781         Some more compilation fixes.
2782
2783 2006-09-21  Wim Taymans  <wim@fluendo.com>
2784
2785         * gst-libs/gst/audio/gstringbuffer.c:
2786         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2787         (gst_ring_buffer_read):
2788         Early morning compilation fix.
2789
2790 2006-09-20  Wim Taymans  <wim@fluendo.com>
2791
2792         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2793         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2794         * tests/check/elements/videorate.c: (GST_START_TEST):
2795         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2796         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2797         Fix some warnings.
2798
2799 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2802         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2803         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2804           Handcrafted merge to help CVS understanding what I changed and what
2805           not.
2806
2807 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2808
2809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2810         (gst_xvimagesink_get_times):
2811           change colorkey behaviour back according to #354773 comment 6/7
2812
2813 2006-09-19  Michael Smith  <msmith@fluendo.com>
2814
2815         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2816         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2817         (gst_multi_fd_sink_recover_client),
2818         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2819         (gst_multi_fd_sink_get_property):
2820         * gst/tcp/gstmultifdsink.h:
2821           Implement stubbed out properties unit-type, units-soft-max,
2822           units-max, to allow specifying maximum sizes in units other than
2823           buffers.
2824           Fixes #355935
2825
2826 2006-09-19  Wim Taymans  <wim@fluendo.com>
2827
2828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2829         (gst_riff_create_audio_template_caps):
2830         Reorder the audio formats a bit for clarity.
2831         Detect and create caps for MSGSM and MSN (WAV49).
2832         Fixes #356596.
2833
2834         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2835         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2836         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2837         Small cleanups, move error handling out of normal flow for clarity.
2838
2839 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2840
2841         * docs/libs/gst-plugins-base-libs-docs.sgml:
2842         * docs/libs/gst-plugins-base-libs.types:
2843         * gst-libs/gst/interfaces/Makefile.am:
2844         * gst-libs/gst/interfaces/videoorientation.c:
2845         (gst_video_orientation_get_type),
2846         (gst_video_orientation_iface_init),
2847         (gst_video_orientation_get_hflip),
2848         (gst_video_orientation_get_vflip),
2849         (gst_video_orientation_get_hcenter),
2850         (gst_video_orientation_get_vcenter),
2851         (gst_video_orientation_set_hflip),
2852         (gst_video_orientation_set_vflip),
2853         (gst_video_orientation_set_hcenter),
2854         (gst_video_orientation_set_vcenter):
2855         * gst-libs/gst/interfaces/videoorientation.h:
2856           API: Add new interface to control video orientation (fixes #354908)
2857
2858 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2859
2860         * gst/videotestsrc/gstvideotestsrc.c:
2861           Use G_UNLIKELY in _create and log one more detail.
2862           
2863         (gst_video_test_src_get_times), (gst_video_test_src_create):
2864         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2865           Use gst_util_uint64_scale_int in _get_times().
2866
2867 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2868
2869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2870           Give better warning message (add object and detail).
2871
2872 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2873
2874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2875         (gst_xvimagesink_get_times):
2876           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2877           #354773), use gst_util_uint64_scale_int in _get_times()
2878
2879 2006-09-18  Michael Smith  <msmith@fluendo.com>
2880
2881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2882           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2883           always true, leading to dropping all timestamps.
2884
2885 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2886
2887         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2888         (gst_visual_chain), (gst_visual_change_state):
2889           update to work also with libvisual 0.4 API, fix double unref (#355914)
2890           
2891         * tools/gst-launch-ext.1.in:
2892         * tools/gst-visualise.1.in:
2893           remove references to old man-pages
2894
2895         * tests/examples/seek/seek.c: (main):
2896           add real meadi-buttons, add tool-tips for the seek-options, arrange
2897           seek options in a table
2898
2899 2006-09-18  Michael Smith  <msmith@fluendo.com>
2900
2901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2902         (gst_ogg_mux_push_buffer):
2903           Don't generate out-of-order timestamps from oggmux, instead clamp
2904           output timestamps to be >= the previously output ts.
2905           Fixes #355595
2906
2907 2006-09-18  Michael Smith  <msmith@fluendo.com>
2908
2909         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2910         (gst_multi_fd_sink_class_init):
2911           Updates, fixes, and typo corrections for multifdsink. No functional
2912           changes.
2913
2914 2006-09-17  Michael Smith  <msmith@fluendo.com>
2915
2916         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2917           Don't crash on truncated files - check that we got an 8 byte buffer
2918           before trying to memcmp it.
2919
2920 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2921
2922         * gst/playback/gstplaybasebin.c: (get_active_source):
2923           Make stream-switching appear instant to the application
2924           (ie. make sure that a g_object_get on 'current-foo' returns
2925           the stream previously set with g_object_set(). Totem needs
2926           this to update stream-related meta-info (like audio-codec)
2927           correctly when switching streams.
2928
2929 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2930
2931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2932         (gst_alsa_mixer_ensure_track_list):
2933           Try harder to guess which mixer track is the master mixer
2934           track (instead of just taking the first one that has a pvolume).
2935           Fixes #342228.
2936
2937 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2938
2939         reviewed by: <delete if not using a buddy>
2940
2941         * gst-libs/gst/audio/audio.h:
2942         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2943
2944 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2945
2946         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2947         (gst_audio_convert_transform_caps):
2948           Get structure-name just once.
2949
2950 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2951
2952         * tests/check/elements/audioresample.c: (GST_START_TEST):
2953         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2954         * tests/check/elements/volume.c: (GST_START_TEST):
2955         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2956         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2957         (test_pipeline), (GST_START_TEST):
2958         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2959         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2960           Fix big batch of compiler warnings.
2961
2962 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2963
2964         * ext/gnomevfs/gstgnomevfssrc.c:
2965           Add docs about icydemux usage in connection with gnomevfssrc
2966
2967         * ext/libvisual/visual.c:
2968         * ext/ogg/gstoggaviparse.c:
2969         * ext/ogg/gstoggdemux.c:
2970         * ext/ogg/gstoggmux.c:
2971         * ext/ogg/gstoggparse.c:
2972         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2973         * gst-libs/gst/audio/gstaudiosink.c:
2974         * gst-libs/gst/audio/gstaudiosrc.c:
2975         * gst/audiorate/gstaudiorate.c:
2976           More G_OBJECT macro fixing.
2977
2978         * gst/audiotestsrc/gstaudiotestsrc.h:
2979           Fix wrong info in header due to copy & paste
2980
2981 2006-09-15  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst-libs/gst/audio/gstbaseaudiosink.c:
2984         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2985         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2986         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2987         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2988         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2989         Do the delay calculation in the source/sink base classes as this is
2990         specific for the capture/playback mode.
2991         Try to fixate a bit better, like round depth up to a multiple of 8
2992         bigger than width.
2993         Handle underruns correctly by marking DISCONT on buffers and adjusting
2994         timestamps to handle the gap.
2995         Set offset/offset_end correctly on buffers.
2996
2997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2998         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2999         (gst_ring_buffer_read):
3000         Remove resync and underrun recovery from the ringbuffer.
3001         Fix ringbuffer read code on under/overrun.
3002
3003 2006-09-15  Wim Taymans  <wim@fluendo.com>
3004
3005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3006         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3007         (queue_threshold_reached), (gst_play_base_bin_set_property),
3008         (gst_play_base_bin_get_property):
3009         * gst/playback/gstplaybasebin.h:
3010         Don't use a 0 low watermark when buffering, it is catching starvation
3011         way too late. Instead, use a 3 second queue with 30 and 95
3012         percent low/high watermarks. 
3013         Added queue-min-threshold property to configure low watermark.
3014         Use new _buffering message API.
3015         Make queue_threshold variable big enough to store a uint64 time value.
3016         API: playbin::queue-min-threshold property.
3017
3018 2006-09-15  Wim Taymans  <wim@fluendo.com>
3019
3020         * configure.ac:
3021         We require 0.10.10.1 now because of _wait_preroll().
3022
3023         * gst-libs/gst/audio/gstbaseaudiosink.c:
3024         (gst_base_audio_sink_render):
3025         Use gst_base_sink_wait_preroll().
3026
3027 2006-09-15  Wim Taymans  <wim@fluendo.com>
3028
3029         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3030         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3031         Use DEBUG_OBJECT more.
3032
3033 === release 0.10.10 ===
3034
3035 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3036
3037         patch by: Michael Smith <msmith at fluendo dot com>
3038
3039         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3040         (gst_multi_fd_sink_client_queue_buffer),
3041         (gst_multi_fd_sink_new_client):
3042         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3043         (multifdsink_suite):
3044           Fix implementation of sync-method 'next-keyframe'
3045           Closes #354594
3046
3047 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3048
3049         patch by: Wim Taymans <wim at fluendo dot com>
3050
3051         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3052         This patch removes the RANDOM flag that was incorrectly introduced with
3053         revision 1.91.  Fixes #354590
3054
3055 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * tests/check/Makefile.am:
3058           Random variation in Makefile line to see if it makes the
3059           gen64-base-full bot any happier.
3060
3061 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3064           Disable test that fails at the moment (killed after timeout).
3065
3066 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         Patch by: James Livingston  <doclivingston at gmail.com>
3069
3070         * tests/check/Makefile.am:
3071         * tests/check/pipelines/.cvsignore:
3072         * tests/check/pipelines/oggmux.c: (get_page_codec),
3073         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3074         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3075         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3076         (test_theora_vorbis), (oggmux_suite):
3077           Add simple unit test for oggmux from #337026 with checking for the
3078           EOS flags disabled for the time being.
3079
3080 2006-09-04  Wim Taymans  <wim@fluendo.com>
3081
3082         patch by: Alessandro Dessina <alessandro nnva org>
3083
3084         * ext/ogg/gstoggmux.c:
3085         Add cmml caps to oggmux. Fixes #353912
3086
3087 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3090           Returning a return value often helps. In this case, we
3091           don't need the return value anyway, so just get rid of it.
3092           Should make build bots much happier.
3093
3094 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3097         (paint_get_structure), (gst_video_test_src_get_size),
3098         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3099         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3100         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3101         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3102         * gst/videotestsrc/videotestsrc.h:
3103           Add support for AYUV and the various RGBA formats. Initialise
3104           fields of paintinfo structs allocated on the stack.
3105
3106         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3107         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3108         (check_rgb_buf), (videotestsrc_suite):
3109           Add unit tests for videotestsrc's RGB output.
3110
3111 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3112
3113         * gst/videotestsrc/gstvideotestsrc.c:
3114         (gst_video_test_src_pattern_get_type),
3115         (gst_video_test_src_set_pattern):
3116         * gst/videotestsrc/gstvideotestsrc.h:
3117         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3118         (gst_video_test_src_black), (gst_video_test_src_white),
3119         (gst_video_test_src_red), (gst_video_test_src_green),
3120         (gst_video_test_src_blue):
3121         * gst/videotestsrc/videotestsrc.h:
3122           Add more uni-colour patterns ("white", "red", "green", and "blue").
3123
3124 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3125
3126         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3127           Fix stride for YVYU, should be word-aligned (#353658).
3128
3129 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3130
3131         * gst/adder/gstadder.c: (gst_adder_src_event):
3132           Fix build.
3133
3134 2006-08-31  Edward Hervey  <edward@fluendo.com>
3135
3136         * gst/adder/gstadder.c: (forward_event_func),
3137         (gst_adder_src_event), (gst_adder_collected),
3138         (gst_adder_change_state):
3139         * gst/adder/gstadder.h:
3140         Remember the start position asked in the incoming seeks, so we can
3141         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3142         of assuming it will always be 0).
3143
3144 2006-08-31  Edward Hervey  <edward@fluendo.com>
3145
3146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3147         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3148         (gst_ogg_demux_loop):
3149         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3150
3151 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3152
3153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3154         (gst_ffmpegcsp_get_unit_size):
3155           Return FALSE instead of returning a random false unit
3156           size when the format isn't known/supported (even if
3157           this shouldn't happen under normal circumstances).
3158
3159 2006-08-29  Wim Taymans  <wim@fluendo.com>
3160
3161         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3162
3163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3164         (gst_gnome_vfs_src_start):
3165         Try harder to get the size from a uri by using _info_uri() when
3166         _info_from_handle() does not give us enough info. 
3167         Also follow symlinks when getting the size.
3168         Partially Fixes #332864.
3169
3170 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3173
3174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3175         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3176         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3177         (gst_alsa_mixer_set_record):
3178         * ext/alsa/gstalsamixertrack.c:
3179         (gst_alsa_mixer_track_update_alsa_capabilities),
3180         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3181         (gst_alsa_mixer_track_update):
3182         * ext/alsa/gstalsamixertrack.h:
3183           Improve and fix mixer track handling, in particular better handling
3184           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3185           separate track objects for tracks that have both capture and playback
3186           volume (and label them differently as well so they're not mistakenly
3187           assumed to be duplicates); classify mixer tracks that only affect
3188           the audible volume of something (rather than the capture volume)
3189           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3190           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3191           (following the meaning documented in the mixer interface header
3192           file); add support for alsa's exclusive cswitch groups; update/sync
3193           state/flags better if mixer settings are changed by another
3194           application. Fixes #336075.
3195
3196 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3197
3198         * gst/playback/gstplaybin.c:
3199           Improve docs: add section about BUFFERING messages sent by playbin.
3200
3201 2006-08-29  Michael Smith  <msmith@fluendo.com>
3202
3203         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3204         (gst_vorbis_enc_buffer_check_discontinuous),
3205         (gst_vorbis_enc_chain):
3206           Ignore explicit DISCONT marked on buffers (which is often spurious,
3207           particularly when using multiple segments), in favour of solely
3208           using the timestamps/durations.
3209
3210 2006-08-29  Edward Hervey  <edward@fluendo.com>
3211
3212         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3213         Don't rely on incoming buffers offset anymore, since it is completely
3214         broken when using multiple segments.
3215         Instead convert the incoming buffers timestamp to running time, and
3216         then convert that value to the offsets.
3217         Also inform GstSegment of the last outputted stop position, which is
3218         needed if we received several segments with an unknown stop value.
3219
3220 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3221
3222         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3223           fix buffer unreffing on a header push failure
3224
3225 2006-08-28  Wim Taymans  <wim@fluendo.com>
3226
3227         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3228         (gst_audio_rate_chain):
3229         Make the metadata of the buffer writable before changing its
3230         flags.
3231
3232 2006-08-28  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3235         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3236         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3237         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3238         Fix audiorate some more.
3239         Reset and resync counters on flush and READY.
3240         Handle the DISCONT flag correctly.
3241         Use GstSegment to track position.
3242         Fail when not negotiated.
3243         Fixes #353234.
3244
3245 2006-08-25  Michael Smith  <msmith@fluendo.com>
3246
3247         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3248           Fix spelling.
3249           Remove accidently included debug line.
3250
3251 2006-08-25  Wim Taymans  <wim@fluendo.com>
3252
3253         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3254         Small cleanups.
3255         If a buffer is received with no caps, make the buffer metadata
3256         writable and set the caps, making sure that we don't screw up the
3257         refcounts.
3258
3259 2006-08-25  Michael Smith  <msmith@fluendo.com>
3260
3261         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3262         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3263           Fix memory leaks and misleading debug messages, add a couple of
3264           comments.
3265
3266         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3267         (gst_multi_fd_sink_render):
3268           Do not use gst_buffer_make_writable() in a basesink render method,
3269           as it may incorrectly unref the buffer. Instead, use convoluted
3270           dance to avoid copying the buffer except when we need to.
3271
3272 2006-08-25  Michael Smith  <msmith@fluendo.com>
3273
3274         * ext/vorbis/vorbisenc.c:
3275         (gst_vorbis_enc_buffer_check_discontinuous):
3276           Allow very small discontinuities in the timestamps. These we can't
3277           do anything useful with anyway (because vorbis's timestamps have
3278           only sample granularity), and are commonly produced by elements with
3279           minor bugs. Allow up to 1/2 a sample out.
3280           Fixes #351742.
3281
3282 2006-08-24  Wim Taymans  <wim@fluendo.com>
3283
3284         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3285         (play_scrub_toggle_cb), (main):
3286         Add a checkbox to enable play scrubbing. Makes it possible to disable
3287         normal scrubbing.
3288
3289 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3290
3291         * tests/check/elements/.cvsignore:
3292           make buildbot happy
3293
3294 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3297         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3298         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3299         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3300         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3301         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3302         (gst_ogm_text_parse_strip_trailing_zeroes),
3303         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3304         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3305           Refactor ogm parse, do better input checking, misc. clean-ups.
3306           Cache incoming events and push them once the source pad has
3307           been created. Don't pass unterminated strings to sscanf().
3308           Strip trailing zeroes from subtitle text output, since they
3309           are not valid UTF-8. Don't push vorbiscomment packets on
3310           the subtitle text pad. Output perfect streams if possible.
3311
3312 2006-08-23  Wim Taymans  <wim@fluendo.com>
3313
3314         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3315         Waits for tasks to settle down so that we clean up correctly for 
3316         valgrind.
3317
3318 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3321           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3322           actually return return value in taglists_are_equal.
3323
3324 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3325
3326         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3327           Fix crash due to broken bitstream parsing on x86-64: can't make
3328           any assumptions about sizeof(struct) due to alignment/packing
3329           differences on different architectures. Fixes #351790.
3330
3331 2006-08-22  Wim Taymans  <wim@fluendo.com>
3332
3333         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3334         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3335         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3336         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3337         (gst_riff_parse_info):
3338         Protect public functions against bad input.
3339         Do some cleanups.
3340         Fix documentation.
3341
3342 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * gst-libs/gst/riff/riff-ids.h:
3345         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3346           Add voxware audio IDs (even if we can't play it) (#351795).
3347
3348 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst-libs/gst/riff/riff-media.c:
3351         (gst_riff_create_video_template_caps),
3352         (gst_riff_create_audio_template_caps),
3353         (gst_riff_create_iavs_template_caps):
3354           Const-ify some arrays and use G_N_ELEMENTS instead
3355           of wasting oodles of RAM on terminator bits.
3356
3357 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * gst-libs/gst/tag/gstvorbistag.c:
3360         (gst_tag_list_to_vorbiscomment_buffer):
3361         * tests/check/libs/tag.c: (GST_START_TEST):
3362           And the same for _to_vorbiscomment_buffer(): allow
3363           id_data_len == 0 for speex.
3364
3365 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3366
3367         * configure.ac:
3368         * docs/plugins/Makefile.am:
3369         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3370         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3371         * docs/plugins/inspect/plugin-gdp.xml:
3372         * gst/gdp/Makefile.am:
3373         * tests/check/Makefile.am:
3374           Move GDP plugin to -base from -bad.  Closes #347783.
3375
3376 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * gst-libs/gst/tag/gstvorbistag.c:
3379         (gst_tag_list_from_vorbiscomment_buffer):
3380           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3381           Also add some checks to make sure we don't memcmp() beyond the end of
3382           vorbiscomment buffer if the ID to check for is larger than the buffer.
3383
3384         * tests/check/libs/tag.c: (GST_START_TEST):
3385           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3386
3387 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3390         (gst_vorbis_enc_set_metadata):
3391           Use vorbis comment utility functions from libgsttag
3392           instead of re-inventing the wheel (partially fixes #347091).
3393
3394 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3395
3396         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3397         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3398         as some that won't.
3399
3400 2006-08-21  Wim Taymans  <wim@fluendo.com>
3401
3402         * docs/libs/Makefile.am:
3403         * docs/libs/gst-plugins-base-libs-sections.txt:
3404         * docs/libs/gst-plugins-base-libs.types:
3405         Don't try to GObject scan the netbuffer as it's not a GObject.
3406         Fixes #351308.
3407
3408         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3409         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3410         Document GstNetBuffer.
3411
3412 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3413
3414         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3415         (audioconvert_suite):
3416           Add testcase for caps-size-explosion
3417
3418 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3419
3420         * gst/audioconvert/gstaudioconvert.c:
3421         (gst_audio_convert_get_unit_size), (set_structure_widths):
3422           Lower debug, use g_assert in _get_unit_size
3423
3424         * gst/audioresample/gstaudioresample.c:
3425         (audioresample_get_unit_size):
3426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3427         (gst_ffmpegcsp_get_unit_size):
3428         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3429           use g_assert in _get_unit_size
3430
3431 2006-08-18  Wim Taymans  <wim@fluendo.com>
3432
3433         * docs/libs/gst-plugins-base-libs-sections.txt:
3434         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3435         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3436         (gst_rtp_buffer_get_payload_buffer):
3437         * gst-libs/gst/rtp/gstrtpbuffer.h:
3438         Document GstRTPBuffer.
3439         Added function to efficiently strip payload headers.
3440         API: gst_rtp_buffer_get_payload_subbuffer()
3441
3442 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3445         (gst_tag_to_vorbis_comments):
3446           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3447           tags and deserialise them properly as well (#347091).
3448           Add some more gtk-doc blurbs and also some g_return_if_fail().
3449
3450         * tests/check/libs/tag.c: (GST_START_TEST),
3451         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3452           More tests.
3453
3454 2006-08-17  Wim Taymans  <wim@fluendo.com>
3455
3456         * ext/ogg/Makefile.am:
3457         * ext/ogg/gstogg.c: (plugin_init):
3458         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3459         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3460         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3461         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3462         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3463         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3464         Added ogg-in-avi parser element. Fixes #140139.
3465
3466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3467         Fixed a bug in oggdemux debug code.
3468
3469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3470         (gst_riff_create_audio_template_caps):
3471         Recognise Ogg in the AVI extensible wave format.
3472
3473 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3476           Make buffer durations add up (duration should be next_ts-ts for
3477           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3478           from CVS.
3479
3480         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3481         (test_buffer_timestamps), (cddabasesrc_suite):
3482           Add unit test for the above.
3483
3484         * tests/check/Makefile.am:
3485           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3486           to see what happens.
3487
3488 2006-08-16  Wim Taymans  <wim@fluendo.com>
3489
3490         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3491         (gst_alsasink_open):
3492         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3493         (gst_alsasrc_open):
3494         Avoid setting and using a NULL device name.
3495         Print more info when we fail to open a device.
3496
3497 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * docs/libs/gst-plugins-base-libs-sections.txt:
3500         * gst-libs/gst/tag/tag.h:
3501         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3502           API: add gst_tag_parse_extended_comment() (#351426).
3503
3504         * tests/check/Makefile.am:
3505         * tests/check/libs/.cvsignore:
3506         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3507           Add unit test for gst_tag_parse_extended_comment().
3508
3509 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3513           Fix leak (#351502).
3514
3515 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3519         * docs/plugins/gst-plugins-base-plugins.args:
3520         * gst/playback/gstplaybin.c:
3521           Document playbin.
3522           
3523         * docs/plugins/inspect/plugin-adder.xml:
3524         * docs/plugins/inspect/plugin-alsa.xml:
3525         * docs/plugins/inspect/plugin-audioconvert.xml:
3526         * docs/plugins/inspect/plugin-audiorate.xml:
3527         * docs/plugins/inspect/plugin-audioresample.xml:
3528         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3529         * docs/plugins/inspect/plugin-cdparanoia.xml:
3530         * docs/plugins/inspect/plugin-decodebin.xml:
3531         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3532         * docs/plugins/inspect/plugin-gnomevfs.xml:
3533         * docs/plugins/inspect/plugin-ogg.xml:
3534         * docs/plugins/inspect/plugin-pango.xml:
3535         * docs/plugins/inspect/plugin-playbin.xml:
3536         * docs/plugins/inspect/plugin-subparse.xml:
3537         * docs/plugins/inspect/plugin-tcp.xml:
3538         * docs/plugins/inspect/plugin-theora.xml:
3539         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3540         * docs/plugins/inspect/plugin-video4linux.xml:
3541         * docs/plugins/inspect/plugin-videorate.xml:
3542         * docs/plugins/inspect/plugin-videoscale.xml:
3543         * docs/plugins/inspect/plugin-videotestsrc.xml:
3544         * docs/plugins/inspect/plugin-volume.xml:
3545         * docs/plugins/inspect/plugin-vorbis.xml:
3546         * docs/plugins/inspect/plugin-ximagesink.xml:
3547         * docs/plugins/inspect/plugin-xvimagesink.xml:
3548           Update to CVS version.
3549
3550 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3553         (gst_play_bin_set_property), (gst_play_bin_get_property),
3554         (value_list_append_structure_list),
3555         (gst_play_bin_handle_redirect_message),
3556         (gst_play_bin_handle_message):
3557           API: GstPlayBin::connection-speed
3558           Add "connection-speed" property; re-order redirect messages with
3559           multiple redirect locations depending on the minimum bitrate if
3560           that information is available and a connection speed is set
3561           (#350399).
3562
3563 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst/playback/gstplaybin.c:
3566           Update max volume to the same value that the volume element uses.
3567
3568 2006-08-14  Wim Taymans  <wim@fluendo.com>
3569
3570         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3571         Less uglyness..
3572
3573 2006-08-14  Wim Taymans  <wim@fluendo.com>
3574
3575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3576         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3577         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3578         Add some more debug info.
3579         Don't crash when a seek failed.
3580         Actually return the result of the seek instead of TRUE.
3581         Ignore multiple BOS pages with the same serial so that we don't create
3582         the same stream multiple times.
3583         Post an error when we fail to do the initial seek.
3584
3585 2006-08-13  Wim Taymans  <wim@fluendo.com>
3586
3587         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3588         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3589         Small code cleanup.
3590
3591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3592         (gst_alsa_mixer_new):
3593         Remove hack that always set the device to hw:0*.
3594         Properly find the card name for whatever device was configured.
3595         Do some better debugging.
3596         Fixes #350784.
3597
3598         * ext/alsa/gstalsamixerelement.c:
3599         (gst_alsa_mixer_element_set_property),
3600         (gst_alsa_mixer_element_change_state):
3601         Cleanups.
3602         Handle setting of a NULL device name better.
3603
3604 2006-08-11  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/adder/gstadder.c:
3607         Don't clip float values. Fixes #350900.
3608
3609 2006-08-11  Andy Wingo  <wingo@pobox.com>
3610
3611         * gst/tcp/gsttcp.c: Really fix the build?
3612
3613         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3614         fixes the build.
3615
3616 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3619           Float caps shouldn't have a "signed" field.
3620
3621 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3622
3623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3624           Implement SEEKING query in its most basic form, so that we can
3625           at least check if we're seekable or not (#350655).
3626
3627 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3628
3629         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3630           The checks here are not even close to anything that would
3631           justify MAXIMUM probability, lowering to POSSIBLE until someone
3632           fixes the checks (case at hand: quicktime redirection files
3633           might start with 00 00 01 XX and pass the checks here just
3634           fine, see #350399).
3635
3636 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         Patch by: Sjoerd Simons  <sjoerd at luon net>
3639
3640         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3641           Better detection for multipart/x-mixed-replace: accept leading
3642           whitespaces before the boundary marker as well (as our very own
3643           multipartmux used to produce) (#349068).
3644
3645 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3646
3647         Patch by: Young-Ho Cha  <ganadist at chollian net>
3648
3649         * gst-libs/gst/riff/riff-ids.h:
3650         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3651         (gst_riff_create_audio_template_caps):
3652           Detect DTS audio streams (#350157).
3653
3654 2006-08-05  Andy Wingo  <wingo@pobox.com>
3655
3656         * ext/theora/gsttheoraparse.h:
3657         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3658         (theora_parse_dispose, theora_parse_set_property)
3659         (theora_parse_get_property, theora_parse_munge_granulepos)
3660         (theora_parse_push_buffer, theora_parse_change_state):
3661         API: GstTheoraParse::synchronization-points
3662         Add a property 'synchronization-points' to fix badly synchronized oggs.
3663
3664 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         * tests/check/Makefile.am:
3667         * tests/check/libs/.cvsignore:
3668         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3669         (fixed_caps_have_channel_positions), (GST_START_TEST),
3670         (audio_suite), (main):
3671           Add a few tests for the channel position stuff in libgstaudio.
3672
3673 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3674
3675         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3676         (gst_alsa_detect_channels):
3677         * ext/alsa/gstalsasink.c:
3678           Add support for cards that (only) do more than 8 channels,
3679           like the Delta 44 (#345188).
3680
3681         * gst-libs/gst/audio/multichannel.c:
3682         (gst_audio_check_channel_positions):
3683         * gst-libs/gst/audio/multichannel.h:
3684           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3685           unspecified channel position and cannot be combined with any
3686           of the other audio channel positions; adjust position layout
3687           checks accordingly (#345188).
3688
3689 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3692           Recognise ancient RealAudio files (see #349779).
3693
3694 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         Patch by: Jens Granseuer  <jensgr at gmx net>
3697
3698         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3699           Add typefinder for Interplay's MVE format (#348973).
3700
3701 2006-08-02  Wim Taymans  <wim@fluendo.com>
3702
3703         Patch by: Marcel Moreaux <marcelm at luon dot net>
3704
3705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3706         (gst_base_rtp_depayload_add_to_queue):
3707         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3708         Handle RTP sequence number rollover.
3709         Disable jitterbuffer by default.
3710
3711 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3712
3713         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3714         (audioresample_set_caps):
3715         Don't leak references to the incoming caps. Clean them up when
3716         stopping.
3717
3718         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3719         (gst_video_scale_finalize):
3720         Don't leak our temporary pixel buffer.
3721
3722         * tests/check/Makefile.am:
3723         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3724         (GST_START_TEST), (simple_launch_lines_suite):
3725
3726         Fix leaks and re-enable the test for valgrind checking.
3727
3728 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         Patch by: Sjoerd Simons  <sjoerd at luon net>
3731
3732         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3733         (plugin_init):
3734           Add typefind function for multipart/x-mixed-replace (#348916).
3735
3736 2006-07-28  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst/adder/gstadder.c: (gst_adder_setcaps),
3739         (gst_adder_query_duration):
3740         Fix leak in duration query.
3741         Reflow some docs and notes.
3742
3743 2006-07-28  Michael Smith  <msmith@fluendo.com>
3744
3745         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3746         (vorbisenc_suite):
3747           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3748           aspect of it.
3749
3750 2006-07-28  Michael Smith  <msmith@fluendo.com>
3751
3752         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3753         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3754         (gst_vorbis_enc_push_buffer),
3755         (gst_vorbis_enc_buffer_check_discontinuous),
3756         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3757         * ext/vorbis/vorbisenc.h:
3758           Handle discontinuities in the input vorbis stream correctly,
3759           so that the output is properly timestamped (and has good granulepos
3760           values). Needs some oggmux fixes too.
3761
3762 2006-07-27  Wim Taymans  <wim@fluendo.com>
3763
3764         patch by: Kai Vehmanen <kv2004 eca cx>
3765
3766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3767         (gst_base_rtp_depayload_chain),
3768         (gst_base_rtp_depayload_handle_sink_event),
3769         (gst_base_rtp_depayload_change_state):
3770         Don't send multiple newsegments with different formats.
3771         Fixes #348677.
3772
3773 2006-07-26  Wim Taymans  <wim@fluendo.com>
3774
3775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3776         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3777         Make seeking in ogg more accurate again by doing the more correct
3778         granuletime to stream time conversion.
3779
3780 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3781
3782         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3783         (gst_multi_fd_sink_new_client):
3784           debug a little more understandably
3785           do not use goto as a substitute for break, especially if
3786           break is also being used
3787
3788 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3791         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3792           Remove GLib-2.6 compatibility cruft.
3793
3794 2006-07-24  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst-libs/gst/audio/gstbaseaudiosink.c:
3797         (gst_base_audio_sink_render):
3798         Don't try to align a sample to an unknown value.
3799
3800 2006-07-24  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst-libs/gst/audio/gstbaseaudiosink.c:
3803         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3804         When the audio clock is slaved to another clock, never try to align
3805         samples but trust the rate interpolation algorithm.
3806
3807 2006-07-24  Wim Taymans  <wim@fluendo.com>
3808
3809         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3810         Don't try to calculate silence samples, base class does this much
3811         better now.
3812
3813         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3814         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3815         (gst_ring_buffer_acquire):
3816         Calculate silence samples correctly.
3817
3818         * gst-libs/gst/audio/gstringbuffer.h:
3819         Add _CAST macro.
3820
3821 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3822
3823         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3824           Limit search for the first markup tag to the first few kB of
3825           the file. If we don't find one there, it's highly unlikely that
3826           this is an XML(-ish) file.
3827
3828 2006-07-21  Andy Wingo  <wingo@pobox.com>
3829
3830         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3831         test to the one in vorbisenc. Also commented out.
3832
3833         * tests/check/pipelines/vorbisenc.c: 
3834         (test_discontinuity): New test, commented out until Mike lands
3835         some elite vorbisenc patches.
3836
3837         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3838         Bufferstraw was actually factored out of these tests. Now we share
3839         code yay.
3840
3841         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3842         for bufferstraw addition to gstcheck.
3843
3844 2006-07-21  Wim Taymans  <wim@fluendo.com>
3845
3846         * ext/theora/theoradec.c: (clip_buffer):
3847         Better clipping.
3848
3849 2006-07-21  Wim Taymans  <wim@fluendo.com>
3850
3851         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3852         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3853         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3854         Fix leak.
3855         Avoid type casting when we can.
3856
3857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3858         Fix mem leak.
3859
3860 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         * ext/alsa/gstalsamixerelement.c:
3863         (gst_alsa_mixer_element_change_state):
3864           Make state change fail if the specified device can't be opened
3865           for some reason.
3866
3867 2006-07-20  Wim Taymans  <wim@fluendo.com>
3868
3869         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3870         (cb_newpad), (main):
3871         Example of a small audio/video player using decodebin.
3872
3873 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3874
3875         * gst-libs/gst/riff/riff-ids.h:
3876           Add 'fact' chunk id
3877
3878 2006-07-19  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3881         (gst_base_rtp_depayload_chain),
3882         (gst_base_rtp_depayload_change_state):
3883         Don't assert when not negotiated but post a meaningfull 
3884         error message. Fixes #347918.
3885
3886         * gst-libs/gst/rtp/gstbasertppayload.c:
3887         Add comment about better default MTU size.
3888
3889         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3890         Small cleanups, start docs.
3891
3892 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3893
3894         Patch by: Martin Szulecki
3895
3896         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3897           If "device-name" is requested and the device is not
3898           open, try to temporarily open it to obtain this
3899           information (#342494).
3900
3901 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3902
3903         * gst-libs/gst/tag/gstid3tag.c:
3904           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3905
3906         * gst-libs/gst/tag/gsttageditingprivate.h:
3907         * gst-libs/gst/tag/gstvorbistag.c:
3908           Some more random const-ifications.
3909
3910 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3911
3912         * gst-libs/gst/riff/riff-ids.h:
3913         * gst-libs/gst/riff/riff-media.c:
3914         (gst_riff_create_video_template_caps):
3915           Add more FOURCCs (sort list to make stuff easier to find),
3916           add comment what those 16 bytes in struct _gst_riff_strh according to
3917           one avi-dumper are
3918
3919 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * gst-libs/gst/audio/multichannel.c:
3922         (gst_audio_check_channel_positions),
3923         (gst_audio_fixate_channel_positions):
3924           Const-ify two arrays.
3925
3926 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3927
3928         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3929           Fix typo, so that alsasink also advertises 8 channels
3930           if that's supported (tags: can, worms, open, alsa, ph34r).
3931
3932 2006-07-17  Wim Taymans  <wim@fluendo.com>
3933
3934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3935         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3936         *sigh*, when is the compiler going to warn when the comments
3937         are out-of-sync with the code.. Refix case of busted theora
3938         headers with 0 granule pos.
3939
3940 2006-07-14  Wim Taymans  <wim@fluendo.com>
3941
3942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3943         (gst_base_rtp_depayload_wait),
3944         (gst_base_rtp_depayload_change_state),
3945         (gst_base_rtp_depayload_set_property),
3946         (gst_base_rtp_depayload_get_property):
3947         Fix 99% cpu load by waiting for absolute times on the
3948         clock. Fixes #347300.
3949
3950 2006-07-14  Andy Wingo  <wingo@pobox.com>
3951
3952         * ext/theora/gsttheoraparse.h: 
3953         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3954         (theora_parse_push_headers, theora_parse_clear_queue)
3955         (theora_parse_drain_queue_prematurely, )
3956         (theora_parse_sink_event, theora_parse_change_state): Queue events
3957         until we initialized our state, like in vorbisparse.
3958
3959         * ext/vorbis/vorbisparse.h: 
3960         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3961         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3962         (vorbis_parse_drain_queue_prematurely, )
3963         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3964         until we have initialized our state. Fixes seeking after an
3965         initial pad block.
3966
3967 2006-07-14  Andy Wingo  <wingo@pobox.com>
3968
3969         Patch by: Iain Holmes <iaingnome@gmail.com>
3970         
3971         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3972
3973 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3974
3975         * configure.ac:
3976         Bump nano back to CVS
3977
3978 === release 0.10.9 ===
3979
3980 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3981
3982         * configure.ac:
3983           releasing 0.10.9, "I walk the line"
3984
3985 2006-07-14  Michael Smith  <msmith@fluendo.com>
3986
3987         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3988           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3989           (commonly happens when running this test under valgrind) when trying
3990           to remove the buffer probe.
3991
3992 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3993
3994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3995         Fix missing g_unlock from the previous commit
3996
3997 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3998
3999         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4000         (gst_ximagesink_change_state):
4001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4002         (gst_xvimagesink_change_state):
4003         Implement a locking order to ensure we always take the object lock
4004         before the x_lock and never vice-versa.
4005
4006 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4007
4008         * gst/playback/gstdecodebin.c: (find_compatibles):
4009         Fix a caps leak when linking (#347304)
4010
4011         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4012         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4013         (gst_ximagesink_change_state):
4014         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4015         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4016         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4017         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4018         Don't leak shared memory resources. Use the object lock to protect
4019         against the xcontext disappearing while returning a buffer from the
4020         pipeline. (#347304)
4021
4022 2006-07-12  Edward Hervey  <edward@fluendo.com>
4023
4024         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4025         (vorbis_handle_comment_packet):
4026         gst_tag_list_merge() returns a new object. Take that into account when
4027         using it. This avoids memleak.
4028         Revert previous commit which is not needed.
4029
4030 2006-07-12  Edward Hervey  <edward@fluendo.com>
4031
4032         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4033         Reset the decoder in finalize so that all fields get cleared.
4034
4035 2006-07-12  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4038         (gst_base_audio_src_set_clock),
4039         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4040         Don't try to post an error message when setting the clock fails
4041         as this can happen when adding an element to a bin which will then
4042         deadlock. Fixes #347296.
4043
4044 2006-07-12  Edward Hervey  <edward@fluendo.com>
4045
4046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4047         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4048         (vorbis_handle_type_packet):
4049         Post tag messages on the bus even if we're not initialized.
4050         If we're not initialized, we still postpone the event pushing of tags.
4051
4052 2006-07-12  Wim Taymans  <wim@fluendo.com>
4053
4054         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4055         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4056         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4057         Revert last two changes that broke the freeze.
4058
4059 2006-07-12  Wim Taymans  <wim@fluendo.com>
4060
4061         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4062         basesink calculates silence sample correctly for us.
4063
4064 2006-07-12  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4067         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4068         Calculate correct silence samples so we don't fill our ringbuffer
4069         with noise.
4070
4071 2006-07-12  Edward Hervey  <edward@fluendo.com>
4072
4073         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4074         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4075         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4076         * ext/vorbis/vorbisdec.h:
4077         Delay sending events (newsegment, tags) until the decoder is properly
4078         initialized.
4079         Fixes #347295
4080
4081 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4082
4083         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4084         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4085           Patch from #347221 adding a test for audioconvert
4086           channel remappings.
4087
4088 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4091         (gst_ssa_parse_parse_line):
4092           Don't include the terminating NUL in the buffer size,
4093           it's only there for extra paranoia (would add random
4094           '*' characters at the end of each subtitle since the
4095           terminator itself is not valid UTF-8 technically).
4096           Also fix indenting after boilerplate macro.
4097
4098 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst/playback/gstdecodebin.c: (close_pad_link):
4101           Also emit 'unknown-type' signal (which should really be
4102           called unhandled-type) if we found potential decoders/demuxers
4103           in the registry but none of them worked in the end (as in the
4104           case where the plugins don't exist any longer but are still
4105           listed in the registry). Fixes #329798.
4106
4107 2006-07-08  Andy Wingo  <wingo@pobox.com>
4108
4109         * theoraparse.c (theora_parse_push_buffer)
4110         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4111         Add some more debugging. Fix granulepos reconstruction in the face
4112         of discontinuities.
4113
4114 2006-07-06  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst-libs/gst/audio/gstbaseaudiosink.c:
4117         (gst_base_audio_sink_class_init),
4118         (gst_base_audio_sink_provide_clock):
4119         Use gobject_class instead of G_OBJECT_CLASS (klass)
4120
4121         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4122         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4123         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4124         (gst_base_audio_src_get_time),
4125         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4126         (gst_base_audio_src_create_ringbuffer):
4127         Fix latency and buffer-time constants and properties ala basesink.
4128         Implement pull based scheduling. Fixes #346527.
4129         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4130         one segment.
4131         Refuse slaving to another clock instead of silently not working.
4132         Only provide a clock when we are actually able to do so.
4133         Various small cleanups and compiler hints.
4134
4135 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         Patch by: Lutz Mueller <lutz at topfrose de>
4138
4139         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4140         (plugin_init):
4141           Add typefinding for text/html (#346581).
4142
4143 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4146         (xml_check_first_element), (xml_type_find), (smil_type_find):
4147           Fix SMIL typefinding, make xml_check_first_element() more
4148           useful.
4149
4150 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4153         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4154         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4155         * gst/playback/gstplaybasebin.h:
4156           Protect list of elements with a subtitle-encoding property and
4157           the subtitle encoding member itself with a lock of their own
4158           instead of using the object lock. This prevents a dead-lock in
4159           the element-remove callback in some circumstances when shutting
4160           down playbin.
4161
4162 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4163
4164         * win32/common/libgsttag.def:
4165         Export some new functions.
4166         * win32/vs6/libgstogg.dsp:
4167         Add a link to libgsttag-0.10.lib.
4168
4169 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4172           Some const-ification.
4173
4174 2006-07-04  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4177         Improve checking if we are dealing with a stream. Added some
4178         more uris that need buffering.
4179
4180 2006-07-03  Edward Hervey  <edward@fluendo.com>
4181
4182         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4183         Remove unused variable.
4184
4185 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4186
4187         * Makefile.am:
4188           include lcov.mak
4189         * configure.ac:
4190           add GCOV_LIBS to GST_LIBS
4191
4192 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4195
4196         * ext/alsa/gstalsasrc.c:
4197           Add 32 bps to template caps and increase channels range
4198           from [1,2] to [1,MAX]. See #346326.
4199
4200 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4203           Recognise 'WMVA' video codec fourcc (#345879).
4204           
4205 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4206          
4207         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4208           Fixed nasty memory leak
4209
4210 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4211
4212         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4213         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4214           fix logging
4215
4216 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4217
4218         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4219         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4220         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4221         Protect remove_fakesink using a mutex, so that we don't try and
4222         remove the fakesink simultaneously from multiple threads.
4223
4224         When going from READY to PAUSED, restore the fakesink, so that
4225         it is there when decodebin gets reused.
4226
4227 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4231         * gst-libs/gst/rtp/gstbasertppayload.c:
4232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4233         * gst/tcp/gstmultifdsink.c:
4234         * gst/tcp/gsttcpclientsink.c:
4235         * gst/tcp/gsttcpclientsrc.c:
4236         * gst/tcp/gsttcpserversink.c:
4237         * gst/tcp/gsttcpserversrc.c:
4238         * gst/videorate/gstvideorate.c:
4239         * gst/videotestsrc/gstvideotestsrc.c:
4240         * sys/v4l/gstv4ljpegsrc.c:
4241         * sys/v4l/gstv4lmjpegsink.c:
4242         * sys/v4l/gstv4lsrc.c:
4243         * tests/examples/seek/scrubby.c:
4244         * tests/examples/seek/seek.c:
4245           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4246
4247 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4250           Second field in GEnumValue shouldn't be a description,
4251           but a stringified version of the enum value.
4252
4253 2006-06-22  Wim Taymans  <wim@fluendo.com>
4254
4255         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4256         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4257         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4258         Avoid type checking in buffer casts.
4259         Avoid caps copy in buffer_alloc when we can.
4260         Use pad_peer_accept.
4261
4262 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4263
4264         * gst-libs/gst/tag/tag.h:
4265           Oops, make that 'Since: 0.10.9'.
4266
4267 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4268
4269         * docs/libs/gst-plugins-base-libs-sections.txt:
4270         * gst-libs/gst/tag/tag.h:
4271         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4272         (gst_tag_image_type_get_type):
4273           API: add GstTagImageType enum to describe images contained
4274           in image tags (#345641).
4275
4276 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4279           Fix warnings with gst-inspect: "buffers-min" property
4280           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4281           typo in property description.
4282
4283 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         Patch by: Cody Russell <bratsche at gnome org>
4286
4287         * gst/audioresample/gstaudioresample.c:
4288         (gst_audioresample_class_init):
4289         * gst/playback/gststreamselector.c:
4290         (gst_stream_selector_class_init):
4291         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4293         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4294         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4295         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4296         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4297         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4298         * gst/videotestsrc/gstvideotestsrc.c:
4299         (gst_video_test_src_class_init):
4300         * gst/volume/gstvolume.c: (gst_volume_class_init):
4301           Avoid unnecessary class cast check in class_init
4302           functions (#337747).
4303
4304 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4307         (gst_text_overlay_video_chain):
4308           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4309           and doesn't validate its input either (and neither did
4310           textoverlay it seems). Let's do that then and fix #345206.
4311
4312 2006-06-19  Wim Taymans  <wim@fluendo.com>
4313
4314         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4315         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4316         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4317         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4318         (find_syncframe), (find_limits), (assign_value),
4319         (count_burst_unit), (gst_multi_fd_sink_new_client),
4320         (gst_multi_fd_sink_handle_client_write),
4321         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4322         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4323         (gst_multi_fd_sink_change_state):
4324         * gst/tcp/gstmultifdsink.h:
4325         Added shiny new burst-on-connect methods.
4326         Add properties to control the minimal amount of data queued.
4327         Small cleanups.
4328         API: bytes-min property
4329         API: time-min property
4330         API: buffers-min property
4331         API: burst-unit property
4332         API: burst-value property
4333         API: add-full signal
4334
4335         * gst/tcp/gsttcp-marshal.list:
4336         Added new marshaller code for the new signal.
4337
4338         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4339         (multifdsink_suite):
4340         Added testcases for new burst methods.
4341
4342 2006-06-19  Edward Hervey  <edward@fluendo.com>
4343
4344         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4345         Implement clipping for accurate seeking.
4346         Closes #345225
4347
4348 2006-06-19  Wim Taymans  <wim@fluendo.com>
4349
4350         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4351
4352         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4353         (gst_video_scale_transform):
4354         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4355
4356 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * configure.ac:
4359           Fix --disable-external (can't set conditionals conditionally,
4360           #343602).
4361
4362 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * tests/check/elements/audioresample.c: (test_reuse),
4365         (audioresample_suite):
4366           Add test case for bug #342789 fixed below.
4367
4368 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * gst/audioresample/gstaudioresample.c:
4371         (gst_audioresample_class_init), (gst_audioresample_init),
4372         (audioresample_start), (audioresample_stop),
4373         (gst_audioresample_set_property), (gst_audioresample_get_property):
4374           Implement GstBaseTransform::start and ::stop so that audioresample
4375           can clear its internal state properly and be reused instead of
4376           causing non-negotiated errors with playbin under some circumstances
4377           (#342789).
4378
4379         * tests/check/elements/audioresample.c: (setup_audioresample),
4380         (cleanup_audioresample):
4381           Need to set element state here so that ::start and ::stop are
4382           called.
4383
4384 2006-06-16  Wim Taymans  <wim@fluendo.com>
4385
4386         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4387
4388         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4389         Parse extra data better, apparently it's right behind
4390         the normal strf header size. Fixes #343500.
4391
4392 2006-06-16  Wim Taymans  <wim@fluendo.com>
4393
4394         * ext/alsa/gstalsasink.c: (set_hwparams):
4395         If we fail to set the buffer_time and period_time alsa
4396         parameters, post a warning and leave alsa select a 
4397         default instead of failing. Fixes #342085
4398
4399 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         * docs/libs/gst-plugins-base-libs-sections.txt:
4402         * gst-libs/gst/cdda/gstcddabasesrc.h:
4403           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4404           out in the header file and shouldn't be listed in the docs.
4405
4406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4407           Must dereference pointer to fourcc in the debug statement.
4408
4409 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4410
4411         * docs/libs/Makefile.am:
4412         * docs/libs/gst-plugins-base-libs-docs.sgml:
4413         * docs/libs/gst-plugins-base-libs-sections.txt:
4414         * docs/libs/gst-plugins-base-libs.types:
4415         add remaining symbols into correct setions
4416         
4417         * gst-libs/gst/audio/gstringbuffer.c:
4418         fix incomplete docs
4419         
4420         * gst-libs/gst/audio/gstringbuffer.h:
4421         comment out not yet implemented function
4422         
4423         
4424         * gst-libs/gst/floatcast/floatcast.h:
4425         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4426         add short descriptions
4427         
4428         
4429         * gst-libs/gst/interfaces/propertyprobe.c:
4430         fix return value docs   
4431         
4432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4433         simplify debug logging
4434         
4435         * gst-libs/gst/riff/riff-read.h:
4436         sync function prototype and docs
4437         
4438         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4439         remove left over symbol
4440
4441 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * autogen.sh:
4444         * configure.ac:
4445         * docs/Makefile.am:
4446           Use GST_PLUGIN_DOCS macro in configure.ac, add
4447           --enable-plugin-docs default to autogen.sh and use
4448           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4449
4450 2006-06-15  Wim Taymans  <wim@fluendo.com>
4451
4452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4453         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4454         (gst_ogg_demux_loop):
4455         Combine GstFlowReturn from the source pads to give a
4456         meaningfull result to the upstream peer or to stop the
4457         processing task in case of errors.
4458
4459 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/playback/gststreaminfo.c: (cb_probe):
4462           Try GST_TAG_CODEC as fallback when extracting the
4463           codec name; more debug info.
4464
4465 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * ext/ogg/Makefile.am:
4468         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4469           Extract language tags from ogm subtitle streams, so that
4470           the subtitle menu choices are labelled correctly in
4471           Totem (fixes #344708).
4472
4473 2006-06-14  Wim Taymans  <wim@fluendo.com>
4474
4475         Patch by: Alessandro Decina <alessandro at nnva dot org>
4476
4477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4478         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4479         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4480         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4481         Fix various leaks. Fixes #343699.
4482         Add x-smoke mime type.
4483
4484 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * gst-libs/gst/riff/riff-ids.h:
4487           Add IDs for 'bext' chunks (see #343837).
4488
4489 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4490
4491         Patch by: Young-Ho Cha  <ganadist at chollian net>
4492
4493         * gst/subparse/samiparse.c: (sami_context_pop_state),
4494         (handle_start_font), (end_sami_element):
4495           Honour font face tags in SAMI subtitles (#344503).
4496
4497 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4498
4499         * po/POTFILES.in:
4500           add missing files containing translatable strings
4501
4502 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4503
4504         * docs/libs/tmpl/.cvsignore:
4505           we don't want those *.sgml files in CVS either
4506
4507 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4508
4509         * docs/libs/.cvsignore:
4510         * tests/check/elements/.cvsignore:
4511         * tests/check/libs/.cvsignore:
4512           ignore more
4513
4514 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4515
4516         * docs/libs/Makefile.am:
4517           also commiting the changed Makefile.am (added more libs to the
4518           doc-build)
4519
4520 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4521
4522         * docs/libs/gst-plugins-base-libs-docs.sgml:
4523         * docs/libs/gst-plugins-base-libs-sections.txt:
4524         * docs/libs/gst-plugins-base-libs.types:
4525           first batch of reordering things, add index & hierarchy
4526
4527 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * configure.ac:
4530           use GST_PKG_CHECK_MODULES, cleans up output
4531
4532 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4533
4534         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4535           Add support for burn:// URIs (#343385); const-ify things a bit,
4536           use G_N_ELEMENTS instead of hard-coded array size.
4537
4538 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         Patch by: Young-Ho Cha  <ganadist at chollian net>
4541
4542         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4543           Fix up broken entities before passing them to libxml *sigh*.
4544           (#343303).
4545           
4546 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4547
4548         * configure.ac:
4549           back to TRUNK
4550
4551 === release 0.10.8 ===
4552
4553 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4554
4555         * configure.ac:
4556           releasing 0.10.8, "Moar gij ziet mij nie"
4557
4558 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4559
4560         * configure.ac:
4561         * po/af.po:
4562         * po/az.po:
4563         * po/cs.po:
4564         * po/en_GB.po:
4565         * po/hu.po:
4566         * po/it.po:
4567         * po/nb.po:
4568         * po/nl.po:
4569         * po/or.po:
4570         * po/sq.po:
4571         * po/sr.po:
4572         * po/sv.po:
4573         * po/uk.po:
4574         * po/vi.po:
4575         * win32/common/config.h:
4576           0.10.7.2 prerelease
4577
4578 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4579
4580         * docs/libs/tmpl/gstaudio.sgml:
4581         * docs/libs/tmpl/gstcolorbalance.sgml:
4582         * docs/libs/tmpl/gstmixer.sgml:
4583         * docs/libs/tmpl/gstringbuffer.sgml:
4584         * docs/libs/tmpl/gsttuner.sgml:
4585         * docs/libs/tmpl/gstxoverlay.sgml:
4586         * gst-libs/gst/audio/audio.c:
4587         * gst-libs/gst/audio/gstringbuffer.c:
4588         * gst-libs/gst/interfaces/colorbalance.c:
4589         * gst-libs/gst/interfaces/mixer.c:
4590         * gst-libs/gst/interfaces/tuner.c:
4591         * gst-libs/gst/interfaces/xoverlay.c:
4592           move last template doc snippets to source code and delete them
4593
4594 2006-06-06  Michael Smith  <msmith@fluendo.com>
4595
4596         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4597         (theora_parse_drain_queue):
4598           Mark DELTA_UNIT on non-keyframes.
4599
4600 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4601
4602         * gst-libs/gst/audio/gstbaseaudiosink.c:
4603         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4604         * gst-libs/gst/audio/gstbaseaudiosink.h:
4605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4606         (gst_ring_buffer_samples_done):
4607         * gst-libs/gst/audio/gstringbuffer.h:
4608         Document better the fact that latency_time and buffer_time are values
4609         stored in microseconds, and not the usual GStreamer nanoseconds.
4610         Change the variables (compatibly) that store them from GstClockTime 
4611         to guint64 to make it more clear that they're not storing clock times.
4612         Also, remove the bogus property description that says the user can
4613         specify -1 to get the default value, since that's never been the case.
4614
4615         When computing the default segment size for the ring buffer, make it
4616         an integer number of samples.
4617
4618         When the sub-class indicates a delay greater than the number of
4619         samples we've written return 0 from the audio sink get_time method.
4620
4621 2006-06-02  Michael Smith  <msmith@fluendo.com>
4622
4623         * tests/check/elements/audioconvert.c: (set_channel_positions),
4624         (get_float_mc_caps), (get_int_mc_caps):
4625         * tests/check/elements/audioresample.c:
4626         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4627         * tests/check/elements/videorate.c:
4628         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4629         * tests/check/elements/volume.c:
4630         * tests/check/elements/vorbisdec.c:
4631         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4632           Don't busy-wait in tests; this was causing test timeouts very
4633           frequently when running under valgrind.
4634
4635 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4636
4637         * gst/tcp/README:
4638         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4639         (gst_multi_fd_sink_remove_client_link),
4640         (gst_multi_fd_sink_client_queue_caps),
4641         (gst_multi_fd_sink_client_queue_buffer),
4642         (gst_multi_fd_sink_handle_client_write),
4643         (gst_multi_fd_sink_render):
4644         * gst/tcp/gstmultifdsink.h:
4645           make multifdsink properly deal with streamheader:
4646           - streamheader is taken from caps
4647           - buffers marked with IN_CAPS are not sent
4648           - streamheaders are sent, on connection, from the caps of the
4649             buffer where the client gets positioned to
4650           - further streamheader changes are done every time the client
4651             will receive a buffer with different caps
4652         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4653         (gst_multifdsink_create_streamheader):
4654           add tests for this
4655
4656 2006-06-02  Michael Smith  <msmith@fluendo.com>
4657
4658         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4659           Reinstate limit on channel count. Vorbis does not define the meaning
4660           of > 6 channels, so they're just independent channels. Gstreamer
4661           currently has no mechanism to represent N independent channels.
4662
4663 2006-06-02  Michael Smith  <msmith@fluendo.com>
4664
4665         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4666           Don't arbitrarily restrict channel counts and rate in vorbis.
4667           In terms of effects likely on real-world files, this fixes 96kHz
4668           playback of vorbis.
4669
4670 2006-06-02  Michael Smith  <msmith@fluendo.com>
4671
4672         * gst/audioconvert/audioconvert.c: (float):
4673           More correct float->int conversion.
4674
4675 2006-06-02  Michael Smith  <msmith@fluendo.com>
4676
4677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4678           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4679           value. Fixes g-critical on trying to play back ogg containing
4680           unknown codec.
4681
4682 2006-06-02  Wim Taymans  <wim@fluendo.com>
4683
4684         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4685         (setup_source):
4686         * gst/playback/gstplaybasebin.h:
4687         Make the subtitle detection work from any thread so we don't
4688         deadlock. Fixes #343397.
4689
4690 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4691
4692         * gst/volume/Makefile.am:
4693           Seriously, it's not *that* hard to get compilation right.  Even
4694           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4695
4696 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4697
4698         * gst/volume/gstvolume.c: (volume_choose_func),
4699         (volume_update_real_volume), (gst_volume_class_init),
4700         (gst_volume_init), (volume_process_float), (volume_process_int16),
4701         (volume_process_int16_clamp), (volume_set_caps),
4702         (volume_transform_ip), (plugin_init):
4703         * gst/volume/gstvolume.h:
4704         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4705         another property desc., remove unused param from process function
4706         
4707         * tests/check/elements/volume.c: (volume_suite):
4708         reactivate the passthrough test
4709
4710 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4711
4712         * ext/alsa/gstalsamixerelement.h:
4713         * ext/alsa/gstalsamixeroptions.h:
4714         * ext/alsa/gstalsamixertrack.h:
4715         * ext/gnomevfs/gstgnomevfssink.h:
4716         * ext/gnomevfs/gstgnomevfssrc.h:
4717         * ext/theora/gsttheoradec.h:
4718         * ext/theora/gsttheoraenc.h:
4719         * ext/theora/gsttheoraparse.h:
4720         * ext/vorbis/vorbisparse.h:
4721         * gst-libs/gst/audio/gstaudioclock.h:
4722         * gst-libs/gst/audio/gstaudiofilter.h:
4723         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4724         * gst/audioconvert/gstaudioconvert.h:
4725         * gst/audioresample/gstaudioresample.h:
4726         * gst/audiotestsrc/gstaudiotestsrc.h:
4727         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4728         * gst/playback/gststreamselector.h:
4729         * gst/tcp/gstmultifdsink.h:
4730         * gst/tcp/gsttcpclientsink.h:
4731         * gst/tcp/gsttcpclientsrc.h:
4732         * gst/tcp/gsttcpserversink.h:
4733         * gst/tcp/gsttcpserversrc.h:
4734         * gst/videorate/gstvideorate.h:
4735         * gst/videoscale/gstvideoscale.h:
4736         * gst/videotestsrc/gstvideotestsrc.h:
4737         * gst/volume/gstvolume.h:
4738         * sys/v4l/gstv4ljpegsrc.h:
4739         * sys/v4l/gstv4lmjpegsink.h:
4740         * sys/v4l/gstv4lmjpegsrc.h:
4741         * sys/v4l/gstv4lsrc.h:
4742         * sys/ximage/ximagesink.h:
4743         * sys/xvimage/xvimagesink.h:
4744         * tests/old/testsuite/alsa/sinesrc.h:
4745         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4746
4747 2006-05-31  Wim Taymans  <wim@fluendo.com>
4748
4749         * ext/libvisual/visual.c: (gst_visual_reset),
4750         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4751         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4752         Handle DISCONT.
4753         Use running time before doing QoS.
4754         Handle mono too.
4755
4756 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4757
4758         * docs/libs/Makefile.am:
4759           set a magic variable to indicate we know the docs are incomplete
4760
4761 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4762
4763         * win32/common/libgstvideo.def:
4764           export gst_video_calculate_display_ratio
4765         * win32/vs6/libgstvideoscale.dsp:
4766           add link to libgstvideo-0.10.lib
4767
4768 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4769
4770         * gst/playback/gstplaybasebin.c: (gen_source_element):
4771           Throw a more comprehensible error for rtsp:// URIs (rather
4772           than erroring out with a negotiation error later on) until
4773           we fix playbin to handle rtspsrc etc.
4774
4775 2006-05-30  Wim Taymans  <wim@fluendo.com>
4776
4777         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4778         (gst_text_overlay_text_event):
4779         Added some FIXMEs.
4780
4781 2006-05-30  Wim Taymans  <wim@fluendo.com>
4782
4783         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4784         (gst_adder_request_new_pad), (gst_adder_release_pad):
4785         * gst/adder/gstadder.h:
4786         Implement release_request_pad.
4787         Make padcounter atomic.
4788
4789         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4790         Added check for release_pad in adder.
4791
4792 2006-05-30  Wim Taymans  <wim@fluendo.com>
4793
4794         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4795         Fix build again.
4796
4797 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4798
4799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4800         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4801         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4802         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4803         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4804         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4805         (gst_ogg_demux_bisect_forward_serialno),
4806         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4807         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4808           add more debugging
4809           clean up printf formats for granulepos and serialno
4810
4811 2006-05-30  Michael Smith  <msmith@fluendo.com>
4812
4813         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4814         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4815         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4816         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4817         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4818         * ext/vorbis/vorbisenc.h:
4819           Multi-channel caps negotiation, so we can do proper multichannel
4820           vorbis encoding, negotiated through audioconvert.
4821
4822 2006-05-30  Wim Taymans  <wim@fluendo.com>
4823
4824         * tests/check/elements/adder.c: (test_event_message_received),
4825         (test_play_twice_message_received), (GST_START_TEST),
4826         (adder_suite):
4827         Added check to show that #339935 is fixed with ongoing
4828         adder and collectpads fixes.
4829
4830 2006-05-29  Wim Taymans  <wim@fluendo.com>
4831
4832         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4833         Don't leak pad name.
4834
4835 2006-05-29  Wim Taymans  <wim@fluendo.com>
4836
4837         * gst/adder/gstadder.c: (gst_adder_query_duration),
4838         (forward_event_func), (forward_event), (gst_adder_src_event):
4839         Fix adder seeking.
4840         Make query/seeking code threadsafe.
4841
4842         * tests/check/Makefile.am:
4843         * tests/check/elements/adder.c: (test_event_message_received),
4844         (GST_START_TEST), (test_play_twice_message_received):
4845         Fix adder test case.
4846
4847 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         Patch by: Young-Ho Cha  <ganadist at chollian net>
4850
4851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4852         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4853         (set_encoding_element), (decodebin_element_added_cb),
4854         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4855         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4856         * gst/playback/gstplaybasebin.h:
4857           Add 'subtitle-encoding' property to playbin, so applications can
4858           force a subtitle encoding for non-UTF8 subtitles (#342268).
4859
4860         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4861         (gst_sub_parse_set_property):
4862           Rename recently-added 'encoding' property to 'subtitle-encoding'
4863           (so it can be proxied by playbin/decodebin in a generic way
4864           with less danger of false positives).
4865
4866 2006-05-29  Michael Smith  <msmith@fluendo.com>
4867
4868         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4869         (append_with_other_format), (set_structure_widths),
4870         (gst_audio_convert_transform_caps):
4871           Patch from #341562: give more specific audio caps in get_caps, so
4872           that basetransform  can make better decisions on what caps to
4873           negotiate.
4874
4875 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4876
4877         * tests/check/elements/volume.c:
4878         make it compile again
4879
4880 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4881
4882         * tests/check/elements/volume.c: (volume_suite):
4883         disable test until #343196 gets resolved
4884
4885 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4886
4887         * gst/adder/gstadder.c: (gst_adder_get_type):
4888         Make it easier to copy&paste
4889         
4890         * gst/volume/Makefile.am:
4891         * gst/volume/gstvolume.c: (volume_update_real_volume),
4892         (gst_volume_set_volume), (gst_volume_set_mute),
4893         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4894         (volume_transform_ip), (volume_update_mute),
4895         (volume_update_volume):
4896         * gst/volume/gstvolume.h:
4897         Add own debug category, move duplicate code to helper function, fix
4898         property texts, add more comments and prepare ffor liboil-goodness
4899         
4900         * tests/check/Makefile.am:
4901         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4902         add test for mute and passtrough case, be a bit more verbose to track
4903         failure
4904         
4905         * tests/check/generic/states.c: (GST_START_TEST):
4906         catch elements that fail to instantiate
4907
4908 2006-05-28  Edward Hervey  <edward@fluendo.com>
4909
4910         * tests/check/pipelines/simple-launch-lines.c:
4911         * tests/check/pipelines/theoraenc.c:
4912         * tests/check/pipelines/vorbisenc.c:
4913         Comment out tests using parse_launch() if core was built without
4914         parsing capabilities.
4915
4916 2006-05-27  Edward Hervey  <edward@fluendo.com>
4917
4918         * tests/check/Makefile.am:
4919         Extra bonus points for whoever explains to ensonic that you are meant
4920         to test unit tests thoroughly before commiting them, especially if
4921         you know it's going to break.
4922         De-activated element/adder tests.
4923
4924 2006-05-27  Edward Hervey  <edward@fluendo.com>
4925
4926         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4927         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4928         Marking caps conversion issues as GST_WARNING is way too verbose,
4929         Moving them to GST_LOG.
4930
4931 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * README:
4934           Replace current README (containing the release notes from
4935           some 0.9.x version) with a proper README taken from the core.
4936
4937 2006-05-26  Wim Taymans  <wim@fluendo.com>
4938
4939         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4940         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4941         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4942         (vorbis_dec_change_state):
4943         Small cleanups.
4944         Add some FIXMEs
4945         Clip output samples to segment boundaries.
4946
4947 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4948
4949         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4950         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4951         Improve the errors produced on bad output, including some human
4952         readable description strings.
4953         Handle the (theoretical for ximagesink) case where the XServer 
4954         has a different idea about the size required for a particular 
4955         frame and gives us too small a memory allocation.
4956
4957 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4958
4959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4960         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4961         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4962         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4963         Improve the errors produced on bad output, including some human 
4964         readable description strings.
4965         Handle RGB Xv formats properly by transforming them into our 
4966         big-endian caps description.
4967         Use gst_caps_truncate to ensure that we never try and choose a
4968         non-fixed caps in buffer_alloc.
4969         Handle the case where the XServer has a different idea about the size
4970         required for a particular frame and gives us too small a memory
4971         allocation.
4972         Use -1 to indicate 'no image format', because 0 is a valid XServer
4973         image format number.
4974         Put RGB Xv formats at the end of the caps, so that we always prefer
4975         YUV format frames.
4976         Iterate the available Xv Encodings to determine the maximum width and
4977         height, and then return that in our caps.
4978         (Closes #315312, #337544)
4979
4980 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4981
4982         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4983         When there is only one unfinished pad and it receives an event that
4984         doesn't match our requirements, we need to set alldone=FALSE so that
4985         the fakesink is not removed yet.
4986
4987 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4990           Use gst_type_find_helper_for_buffer() to find the type
4991           of stream from the first packet.
4992
4993         * configure.ac:
4994           Bump requirements to core CVS (needed for vorbis
4995           typefinding to work).
4996
4997 2006-05-24  Edward Hervey  <edward@fluendo.com>
4998
4999         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5000         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5001         contain.  Else they play perfectly fine with qtdemux.
5002
5003 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5004
5005         * ext/theora/theoradec.c:
5006         * ext/theora/theoraenc.c:
5007         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5008         * gst/audiorate/gstaudiorate.c:
5009           make more debug catagories static
5010         
5011         * tests/check/Makefile.am:
5012         * tests/check/elements/adder.c: (message_received),
5013         (test_event_message_received), (GST_START_TEST),
5014         (test_play_twice_message_received), (adder_suite):
5015           added test case for using element twice, extra bonus points for anyone
5016           who can make these test run reliably
5017
5018 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5019
5020         * ext/theora/theoradec.c: (theora_dec_chain):
5021           Make work with time-stamped input buffers that do not
5022           have a granulepos in BUFFER_OFFSET_END (like theora
5023           buffers coming from matroskademux). Fixes #342448.
5024
5025 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         Patch by: Peter Kjellerstedt  <pkj at axis com>
5028
5029         * gst/tcp/Makefile.am:
5030           fdstresstest doesn't need Gtk+, fix compilation if 
5031           gtk is not available (#342566).
5032
5033 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5034          
5035         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5036           80 line columns
5037           Removed redundant floor()
5038
5039 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5042           On second thought, just skip JUNK chunks automatically, so
5043           the caller doesn't have to handle this. Fixes #342345.
5044           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5045           not GST_FLOW_ERROR.
5046
5047 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5050           Don't bail out on JUNK chunks with a size of 0 (would try to
5051           pull_range 0 bytes before, which sources don't like too much).
5052           See #342345.
5053
5054 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5055
5056         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5058         Use the gstutil scaling function to preserve 64 bits while calculating
5059         output width and height from the display-aspect-ratio. (A continuation
5060         of #341542)
5061
5062 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5063
5064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5065         (gst_xvimagesink_buffer_alloc):
5066         * sys/xvimage/xvimagesink.h:
5067         When performing buffer allocations, remember the caps and image format
5068         we return so that if the same caps are asked for next time we can
5069         return them immediately without doing any caps intersections.
5070
5071 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5072          
5073         * gst-libs/gst/rtp/README:
5074           Some new documentation
5075         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5076           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5077         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5078         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5079           New RTP audio base payloader class. Supports frame or sample based
5080           codecs.  Not enabled in Makefile.am until approved.
5081
5082 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * tests/check/elements/alsa.c: (test_device_property_probe):
5085           Fix test case: don't try to free NULL GValueArray when there
5086           are no devices.
5087
5088 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5089
5090         * tests/check/Makefile.am:
5091         * tests/check/elements/alsa.c: (test_device_property_probe),
5092         (alsa_suite), (main):
5093           Add simple test that runs a device property probe on alsasrc,
5094           alsasink and alsamixer. Disable valgrind check for now (too
5095           many leaks in libasound, and valgrind ignored my suppressions
5096           additions).
5097
5098 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5101         (gst_alsa_device_property_probe_probe_property),
5102         (gst_alsa_device_property_probe_needs_probe),
5103         (gst_alsa_device_property_probe_get_values),
5104         (gst_alsa_type_add_device_property_probe_interface):
5105         * ext/alsa/gstalsadeviceprobe.h:
5106         * ext/alsa/gstalsamixerelement.c:
5107         (gst_alsa_mixer_element_init_interfaces):
5108         * ext/alsa/gstalsamixerelement.h:
5109           Clean up and simplify alsa device probing. Make it actually work
5110           for multiple classes. Don't cache results any longer.
5111
5112         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5113         (gst_alsasink_init):
5114         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5115         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5116         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5117           Make alsasink and alsasrc implement the GstPropertyProbe interface
5118           for device probing (#342181).
5119           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5120
5121 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst/subparse/samiparse.c: (handle_start_font):
5124           Don't ignore return value of strtol (++compiler_happiness).
5125
5126 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         Patch by: Young-Ho Cha  <ganadist chollian net>
5129
5130         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5131         (gst_sub_parse_class_init), (gst_sub_parse_init),
5132         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5133         (convert_encoding):
5134         * gst/subparse/gstsubparse.h:
5135           Add 'encoding' property (#341681).
5136
5137         * gst/subparse/samiparse.c: (characters_sami):
5138           Output is pango markup, so we need to escape text
5139           between tags (#342143).
5140
5141 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst-libs/gst/audio/multichannel.c:
5144         (gst_audio_check_channel_positions):
5145           It's okay to have caps with channels=1 and a channel position
5146           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5147           (deinterleavers might want to keep the position in the caps,
5148           so that they can be re-interleaved again properly later).
5149           Leave check for unexpected 2-channel layouts intact for now.
5150
5151 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5152
5153         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5154         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5155         basesrc can do its job correctly.
5156
5157 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5158
5159         * ext/alsa/Makefile.am:
5160         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5161         (gst_alsa_detect_formats), (get_channel_free_structure),
5162         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5163         (gst_alsa_probe_supported_formats):
5164         * ext/alsa/gstalsa.h:
5165         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5166           Refactor and improve caps probing code: probe signedness
5167           when we probe the supported formats/widths; set endianness
5168           to the one we actually probed for (ie. cpu endianness).
5169           
5170         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5171         (gst_alsasrc_close):
5172         * ext/alsa/gstalsasrc.h:
5173           Implement caps probing for alsasrc.
5174
5175 2006-05-15  Wim Taymans  <wim@fluendo.com>
5176
5177         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5178         (theora_dec_src_query), (theora_dec_src_event),
5179         (theora_dec_sink_event), (theora_handle_comment_packet),
5180         (theora_handle_data_packet), (theora_dec_change_state):
5181         Cleanups, add some G_LIKELY.
5182         Use segment helpers instead of our own wrong code.
5183         Clear queued buffers on seek and READY.
5184
5185         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5186         (vorbis_dec_convert), (vorbis_dec_src_query),
5187         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5188         (vorbis_handle_comment_packet), (vorbis_dec_push),
5189         (vorbis_handle_data_packet), (vorbis_dec_chain),
5190         (vorbis_dec_change_state):
5191         * ext/vorbis/vorbisdec.h:
5192         Remove old useless packetno variable.
5193         Do position query properly.
5194         Add some G_LIKELY.
5195         Do cleanup of queued buffers in new helper function
5196         and use it.
5197
5198 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5201           Query supported sample rates. Fixes #341732.
5202
5203 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5204
5205         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5206         (gst_decode_bin_change_state): Make decodebin reusable
5207         when going from PAUSE_TO_READY and then back to PAUSED.
5208         Fixes #331678.
5209
5210 2006-05-15  Wim Taymans  <wim@fluendo.com>
5211
5212         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5213         (vorbis_dec_convert), (vorbis_dec_src_query),
5214         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5215         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5216         (vorbis_dec_clean_queued), (vorbis_dec_push),
5217         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5218         Cleanups. Use refcounting and DEBUG_OBJECT.
5219         Reset segment on flush, use code methods instead of our
5220         own wrong version.
5221         Fix potential memleak.
5222
5223 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5226         (gst_alsasink_init):
5227         * ext/alsa/gstalsasink.h:
5228           Don't leak allocated snd_output_t structure if there's
5229           more than one alsasink instance at a time (#341873).
5230           Also fix GObject macros in header file.
5231           
5232 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst/subparse/gstsubparse.c:
5235         (gst_sub_parse_data_format_autodetect):
5236           Don't use libxml functions in the typefinding code.
5237
5238 2006-05-15  Wim Taymans  <wim@fluendo.com>
5239
5240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5241         Fix seeking performance in the case where a non-header 
5242         packet has a 0 granulepos (busted theora case). 
5243         Fixes #341719
5244         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5245          the first place, you limelight stealer you)
5246
5247 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * gst/subparse/gstsubparse.c:
5250         (gst_sub_parse_data_format_autodetect):
5251           Improve SAMI typefinding: handle case where there are
5252           whitespaces or newlines in front of the first <SAMI>
5253           tag (#169936).
5254
5255 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5256
5257         * configure.ac:
5258           Build video4linux plugin even if there's no XVIDEO, just
5259           without implementing the GstXOverlay interface (#334002).
5260          
5261 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * configure.ac:
5264         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5265         (plugin_init):
5266           Add tentative support for libvisual-0.4 (#336881).
5267
5268 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         Patch by: Young-Ho Cha <ganadist at chollian net>
5271
5272         * gst/subparse/samiparse.c: (handle_start_font):
5273           Need to map "silver" colour explicitly (#169936).
5274
5275 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         Patch by: Young-Ho Cha  <ganadist at chollian net>
5278
5279         * gst/subparse/Makefile.am:
5280         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5281         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5282         (gst_sub_parse_format_autodetect), (feed_textbuf),
5283         (gst_subparse_type_find), (plugin_init):
5284         * gst/subparse/gstsubparse.h:
5285         * gst/subparse/samiparse.c:
5286         * gst/subparse/samiparse.h:
5287           Add support for SAMI subtitles (#169936).
5288
5289 2006-05-14  Michael Smith  <msmith@fluendo.com>
5290
5291         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5292           Fix #341696: crash when mixing L+R+C to mono or stereo.
5293         * tests/check/Makefile.am:
5294         * tests/check/elements/audioconvert.c: (set_channel_positions),
5295         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5296         (audioconvert_suite):
5297           Add test for the above, including some generic framework bits for
5298           testing multichannel things.
5299
5300 === release 0.10.7 ===
5301
5302 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5303
5304         * configure.ac:
5305           releasing 0.10.7, "Leave the gun"
5306
5307 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5308
5309         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5311         Fix the build.
5312
5313 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5314
5315         * docs/libs/gst-plugins-base-libs-docs.sgml:
5316         * docs/libs/gst-plugins-base-libs-sections.txt:
5317         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5318         * gst-libs/gst/video/video.h:
5319         * gst/videoscale/Makefile.am:
5320         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5322         * tests/check/Makefile.am:
5323         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5324         (main):
5325           Fix integer overflow problem with pixel-aspect-ratio calculations
5326           in videoscale and xvimagesink (#341542)
5327
5328 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst-libs/gst/tag/gstid3tag.c:
5331           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5332
5333 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5334
5335         * win32/MANIFEST:
5336           update win32 files listing
5337
5338 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5339
5340         patch by: Sjoerd Simons (sjoerd@luon.net)
5341
5342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5343         (group_create), (group_destroy), (add_stream),
5344         (gst_play_base_bin_get_property),
5345         (gst_play_base_bin_get_streaminfo_value_array):
5346         * gst/playback/gstplaybasebin.h:
5347           API: GstPlayBaseBin::stream-info-value-array property
5348           use a more bindings-friendly way of exposing streaminfo
5349           using a GValueArray.  Tested in ipython.
5350           Closes #341114
5351
5352 2006-05-11  Wim Taymans  <wim@fluendo.com>
5353
5354         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5355         (queue_underrun_cb), (queue_filled_cb):
5356         Also catch queue underruns but don't do anything yet.
5357         Refactor and comment queue enlarging code a bit.
5358
5359         * gst/playback/gstplaybasebin.c: (queue_overrun),
5360         (queue_threshold_reached), (queue_out_of_data),
5361         (gen_preroll_element):
5362         If a queue over/underruns check that we don't create nasty
5363         deadlocks when the min-threshold is not reached but the
5364         max-bytes is. In those cases disable max-bytes when we
5365         know that the queue is fed timed data.
5366         Add more comments.
5367
5368 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * gst/playback/gstplaybin.c: (gen_audio_element):
5371           Make playbin automatically plug an 'audioresample'
5372           element before the audio sink as well. This solves
5373           problems with sinks that only accept a very specific
5374           sample rate, like esdsink (e.g. #340379).
5375
5376 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * gst/playback/gstplaybasebin.c: (gen_source_element):
5379           Make http sources send special headers so that we receive
5380           icecast metadata if the http stream is an icecast stream
5381           (otherwise the server will just ignore them). This also
5382           means that from now on users will need the 'icydemux'
5383           element from gst-plugins-good installed if they want to
5384           listen to icecast radio streams. (#341432, #333657).
5385
5386 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5387
5388         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5389         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5390           remove stupid example from docs - it should come with a simple
5391           C program instead.
5392           Clean up/fix docs
5393         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5394         (fail_if_can_read), (GST_START_TEST),
5395         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5396           add a test for changing streamheader which exposes a bug in
5397           multifdsink
5398
5399 2006-05-11  Michael Smith  <msmith@fluendo.com>
5400
5401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5402         (gst_gnome_vfs_src_received_headers_callback):
5403         * ext/gnomevfs/gstgnomevfssrc.h:
5404           Don't set icy-caps unless we have a sane interval value. Move
5405           interval to a local variable; we never use it outside this function.
5406
5407 2006-05-11  Wim Taymans  <wim@fluendo.com>
5408
5409         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5411         Register special buffer types along with the objects so
5412         that they are not registered at runtime from N different
5413         streaming threads since they are not threadsafe.
5414
5415 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5416
5417         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5418         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5419           add two more tests, one doing streamheader
5420
5421 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5422
5423         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5424           clean up the bufqueue when shutting down
5425         * tests/check/Makefile.am:
5426         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5427         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5428         (main):
5429           add a test for the leak that was just fixed
5430
5431 2006-05-10  Wim Taymans  <wim@fluendo.com>
5432
5433         * gst/adder/gstadder.c: (gst_adder_setcaps),
5434         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5435         (gst_adder_src_event), (gst_adder_sink_event),
5436         (gst_adder_class_init), (gst_adder_finalize),
5437         (gst_adder_request_new_pad), (gst_adder_collected):
5438         * gst/adder/gstadder.h:
5439         Updated some docs. Added comments and FIXMEs all over the place.
5440         Improve debugging info.
5441         Fix leak on finalize by not calling the parent.
5442         Implement duration query.
5443         Make event forwarding threadsafe.
5444         Correctly send NEWSEGMENT at start and after flush.
5445         Handle EOS correctly.
5446         Post error when not negotiated.
5447
5448         * tests/check/elements/adder.c: (GST_START_TEST):
5449         Added FIXME in the test.
5450
5451 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5454         (gst_text_overlay_halign_get_type),
5455         (gst_text_overlay_wrap_mode_get_type):
5456         * ext/theora/theoradec.c: (theora_handle_type_packet),
5457         (theora_handle_data_packet):
5458         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5459         (theora_enc_sink_setcaps), (theora_enc_chain):
5460         * gst-libs/gst/cdda/gstcddabasesrc.c:
5461         (gst_cdda_base_src_mode_get_type):
5462         * gst/audiotestsrc/gstaudiotestsrc.c:
5463         (gst_audiostestsrc_wave_get_type):
5464         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5465         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5466         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5467         (gst_sync_method_get_type), (gst_unit_type_get_type),
5468         (gst_client_status_get_type):
5469         * gst/videoscale/gstvideoscale.c:
5470         (gst_video_scale_method_get_type):
5471         * gst/videotestsrc/gstvideotestsrc.c:
5472         (gst_video_test_src_pattern_get_type):
5473         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5474         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5475         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5476         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5477         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5478         (paint_setup_RGB565), (paint_setup_xRGB1555):
5479           Const-ify GEnumValue and GFlagsValue arrays. Use
5480           GST_ROUND_UP_* macros instead of home-made ones.
5481
5482 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * configure.ac:
5485           Require core CVS for the new newsegment stuff.
5486
5487 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5488
5489         Patch by: Sjoerd Simons  <sjoerd at luon net>
5490
5491         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5492           Register nick for enum value (#341160).
5493
5494 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5495
5496         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5497         (plugin_init):
5498          backout typefind patch #340375
5499          
5500         * tests/check/elements/adder.c: (message_received),
5501         (GST_START_TEST), (adder_suite):
5502           redo, signal-handling of test
5503
5504 2006-05-09  Wim Taymans  <wim@fluendo.com>
5505
5506         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5507         (gst_adder_collected):
5508         * gst/adder/gstadder.h:
5509         Remove bogus segment merging and forwarding, we don't
5510         care about timestamps anyway and we just produce a
5511         continuous stream. 
5512         Also create a nice NEWSEGMENT event when we start.
5513         Use _scale_int some more.
5514
5515 2006-05-09  Edward Hervey  <edward@fluendo.com>
5516
5517         * tests/icles/stress-xoverlay.c:
5518         Fix if core was built without parsing support.
5519
5520 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5523           Add SEDG (Samsung MPEG-4) fourcc.
5524
5525 2006-05-09  Edward Hervey  <edward@fluendo.com>
5526
5527         * tests/icles/stress-xoverlay.c:
5528         * tests/examples/volume/volume.c:
5529         Fix if core was built without parsing support.
5530
5531         * tests/examples/seek/seek.c:
5532         Disable the parse_launch example if core was built without parsing
5533         support.
5534
5535 2006-05-08  Edward Hervey  <edward@fluendo.com>
5536
5537         * autogen.sh: (CONFIGURE_DEF_OPT): 
5538         libtoolize on Darwin/MacOSX is called glibtoolize
5539
5540 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5541
5542         * tests/check/Makefile.am:
5543         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5544           Disable the adder test, until the build-slaves posses the kindness to 
5545           either like it or to give valid reason for not doing so 
5546
5547 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5548
5549         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5550         (adder_suite):
5551           Shuffle NULL state change around and raise timeout more
5552
5553 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5554
5555         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5556         (mp4_type_find), (plugin_init):
5557           Add typefind to distinguish between "audio/x-m4a" and new type
5558           "video/mp4". Fixes #340375
5559
5560         * tests/check/elements/adder.c: (adder_suite):
5561           Raise timeout to make buildbot happy
5562
5563 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5564
5565         * gst/adder/gstadder.c: (gst_adder_sink_event),
5566         (gst_adder_request_new_pad), (gst_adder_change_state):
5567         * gst/adder/gstadder.h:
5568         * tests/check/Makefile.am:
5569         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5570         (adder_suite), (main):
5571           Add sink-event handling to adder. It tries to merge incomming
5572           newsegment-events. Added test to check if segment_done is comming
5573           through. Fixes #340060
5574
5575 2006-05-05  Andy Wingo  <wingo@pobox.com>
5576
5577         * ext/theora/theoraparse.c (gst_theora_parse_init)
5578         (theora_parse_src_convert, theora_parse_src_query):
5579         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5580         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5581         query functions on the source pads of the theora and vorbis parse
5582         elements. Fixes position querying when doing a remux.
5583
5584 2006-05-05  Michael Smith  <msmith@fluendo.com>
5585
5586         * ext/theora/theoraparse.c: (parse_granulepos),
5587         (theora_parse_drain_queue_prematurely),
5588         (theora_parse_queue_buffer), (theora_parse_sink_event):
5589           Fix flushing.
5590           Fix invalid granulepos outputs when starting with a non-keyframe.
5591
5592 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5593
5594         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5595         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5596         Rearrange MPEG system stream detection, fixing some memleaks in the
5597         process.
5598         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5599         they clean up their data correctly.
5600         Remove unused ogganx caps and move the 'is_annodex' check to inside
5601         the 'is_ogg' if statement.
5602
5603 2006-05-05  Wim Taymans  <wim@fluendo.com>
5604
5605         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5606         Properly remove ghostpads. Fixes #340392
5607
5608 2006-05-04  David Schleef  <ds@schleef.org>
5609
5610         * gst/typefind/gsttypefindfunctions.c:
5611
5612 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5613
5614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5615         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5616
5617         When typefinding an MP3 in push-based mode, don't penalise the
5618         probability down to 74% when we found 5 valid frames just because we
5619         can't peek the end of the file.
5620
5621         Make the probability for detecting MPEG Transport Streams based on the
5622         number of sequential headers we successfully detected.
5623
5624 2006-05-03  Wim Taymans  <wim@fluendo.com>
5625
5626         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5627         (vorbis_dec_push), (vorbis_dec_chain):
5628         Still produce an error when we receive an empty packet.
5629
5630 2006-05-03  Wim Taymans  <wim@fluendo.com>
5631
5632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5633         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5634         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5635         Mark buffers with DISCONT after seek and after activating new
5636         chains.
5637
5638         * ext/theora/gsttheoradec.h:
5639         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5640         (theora_get_query_types), (theora_dec_sink_event),
5641         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5642         (theora_dec_change_state):
5643         Fix frame counter.
5644         Detect and mark DISCONT buffers.
5645
5646         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5647         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5648         (vorbis_dec_change_state):
5649         * ext/vorbis/vorbisdec.h:
5650         Use GstSegment.
5651         Detect and mark DISCONT buffers.
5652         Don't crash on 0 sized buffers.
5653
5654 2006-05-03  Wim Taymans  <wim@fluendo.com>
5655
5656         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5657         (volume_transform_ip):
5658         Increase "volume" property to 10.0. Fixes #340369.
5659         Set the process function to NULL when capsnego fails so that
5660         we properly error out.
5661
5662 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5663
5664         * gst/playback/gstplaybin.c: (add_sink):
5665         * gst/playback/test.c: (main):
5666         * gst/playback/test5.c: (dump_element_stats):
5667         * gst/playback/test6.c: (main):
5668           free caps using gst_caps_unref, don't leak caps-strings
5669
5670 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5673         (plugin_init):
5674           Refine musepack typefinding a bit. Return MAXIMUM
5675           probability when we detect stream version 7 to make
5676           sure the mpeg audio typefinder doesn't trump us.
5677
5678 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5681           Protect against unexpected NULL strf_data buffer.
5682
5683 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5684
5685         * tests/check/elements/audioconvert.c: (verify_convert),
5686         (GST_START_TEST):
5687           interpret the out[] buffer in the order the bytes are actually
5688           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5689           Other tests should use BYTE_ORDER since the array is filled in
5690           with actual values
5691
5692 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5693
5694         * tests/check/elements/audioconvert.c: (verify_convert),
5695         (GST_START_TEST):
5696           when a test fails, give an indication of which it is
5697
5698 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5699
5700         * gst-libs/gst/cdda/gstcddabasesrc.c:
5701           compile fix; strtol() needs <stdlib.h>
5702
5703 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5704
5705         * ext/alsa/gstalsamixerelement.c:
5706         * ext/alsa/gstalsasrc.c:
5707         * ext/cdparanoia/gstcdparanoiasrc.c:
5708         * ext/gnomevfs/gstgnomevfssink.c:
5709         * ext/gnomevfs/gstgnomevfssrc.c:
5710         * ext/ogg/gstoggdemux.c:
5711         * ext/ogg/gstoggmux.c:
5712         * ext/ogg/gstoggparse.c:
5713         * ext/ogg/gstogmparse.c:
5714         * ext/pango/gstclockoverlay.c:
5715         * ext/pango/gsttextoverlay.c:
5716         * ext/pango/gsttextrender.c:
5717         * ext/pango/gsttimeoverlay.c:
5718         * ext/theora/theoradec.c:
5719         * ext/theora/theoraenc.c:
5720         * ext/vorbis/vorbisdec.c:
5721         * ext/vorbis/vorbisenc.c:
5722         * gst-libs/gst/audio/gstaudiofilter.c:
5723         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5724         * gst/audioconvert/gstaudioconvert.c:
5725         * gst/audiorate/gstaudiorate.c:
5726         * gst/audioresample/gstaudioresample.c:
5727         * gst/audiotestsrc/gstaudiotestsrc.c:
5728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5729         * gst/playback/gstdecodebin.c:
5730         * gst/playback/gstplaybin.c:
5731         * gst/playback/gststreamselector.c:
5732         * gst/subparse/gstsubparse.c:
5733         * gst/tcp/gstmultifdsink.c:
5734         * gst/tcp/gsttcpclientsink.c:
5735         * gst/tcp/gsttcpclientsrc.c:
5736         * gst/tcp/gsttcpserversink.c:
5737         * gst/tcp/gsttcpserversrc.c:
5738         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5739         * gst/videorate/gstvideorate.c:
5740         * gst/videoscale/gstvideoscale.c:
5741         * gst/videotestsrc/gstvideotestsrc.c:
5742         * gst/volume/gstvolume.c:
5743         * sys/v4l/gstv4ljpegsrc.c:
5744         * sys/v4l/gstv4lmjpegsink.c:
5745         * sys/v4l/gstv4lmjpegsrc.c:
5746         * sys/v4l/gstv4lsrc.c:
5747         * sys/ximage/ximagesink.c:
5748         * sys/xvimage/xvimagesink.c:
5749         * tests/check/libs/cddabasesrc.c:
5750           make GstElementDetails const
5751
5752 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5753
5754         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5755         (gst_adder_init):
5756           send events from src-pad to all sink-pads fixes #338657
5757
5758 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5759
5760         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5761         (alsasink_parse_spec):
5762           query width capabilities from alsa, fixes #338919
5763
5764 2006-04-28  Wim Taymans  <wim@fluendo.com>
5765
5766         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5767         (gst_multi_fd_sink_remove_client_link):
5768         * gst/tcp/gstmultifdsink.h:
5769         Fix race condition in multifdsink that can lead to spurious 
5770         duplicate clients. this patch adds a new signal that is fired when
5771         multifdsink has removed all references to the fd.
5772         Fixes #339574.
5773         Updated documentation.
5774         API: client-fd-removed signal added
5775
5776 2006-04-28  Michael Smith  <msmith@fluendo.com>
5777
5778         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5779           When asking g_value_array_new to prealloc elements, we may as well
5780           ask for the right number of elements.
5781
5782 2006-04-28  Wim Taymans  <wim@fluendo.com>
5783
5784         * gst-libs/gst/audio/gstbaseaudiosink.c:
5785         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5786         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5787         patch to make timestamp checking more tollerant to rounding 
5788         errors given that real discontinuities are to be marked on
5789         buffers. Fixes some asf files and #338778.
5790         Also avoid some crashers when we receive an event in the 
5791         NULL state.
5792
5793 2006-04-28  Michael Smith  <msmith@fluendo.com>
5794
5795         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5796         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5797         (gst_gnome_vfs_src_get_property),
5798         (gst_gnome_vfs_src_send_additional_headers_callback),
5799         (gst_gnome_vfs_src_received_headers_callback),
5800         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5801         (gst_gnome_vfs_src_stop):
5802         * ext/gnomevfs/gstgnomevfssrc.h:
5803           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5804           proper shared support within icydemux.
5805
5806 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5807
5808         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5809         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5810           fix up docs
5811           fix a leak when no caps negotiated
5812           fix counting of input frames
5813         * tests/check/elements/.cvsignore:
5814         * tests/check/elements/videorate.c: (assert_videorate_stats),
5815         (GST_START_TEST), (videorate_suite):
5816           add tests for these
5817
5818 2006-04-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst-libs/gst/audio/gstringbuffer.c:
5821         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5822         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5823         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5824         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5825         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5826         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5827         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5828         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5829         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5830         Check arguments passed to public functions instead of
5831         crashing.
5832
5833 2006-04-28  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5836         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5837         GstBaseAudioSrc must be live or it does not work.
5838
5839         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5840         Don't set live to TRUE as this is the default in the parentclass.
5841
5842 2006-04-28  Wim Taymans  <wim@fluendo.com>
5843
5844         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5845         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5846         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5847         fixation cases better. Fixes #338991
5848
5849 2006-04-28  Wim Taymans  <wim@fluendo.com>
5850
5851         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5852         Handle 0/1 framerate correctly Fixes #331901.
5853
5854 2006-04-28  Wim Taymans  <wim@fluendo.com>
5855
5856         * tests/check/elements/audioconvert.c: (get_float_caps),
5857         (GST_START_TEST), (audioconvert_suite):
5858         Added check for correct clipping when doing float samples
5859         in audioconvert.
5860
5861 2006-04-28  Wim Taymans  <wim@fluendo.com>
5862
5863         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5864         (gst_video_rate_chain):
5865         Print more debugging info.
5866
5867 2006-04-28  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5870         (resample_set_state_from_caps):
5871         Add support for other formats audioresample can handle such as
5872         32 bits in and float and 64 bits float. Fixes #301759
5873
5874 2006-04-28  Wim Taymans  <wim@fluendo.com>
5875
5876         * gst/audioconvert/audioconvert.c: (float):
5877         correctly clip float samples > 1.0. Fixes #338718
5878
5879 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         Patch by: Young-Ho Cha  <ganadist at chollian net>
5882
5883         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5884         (gst_text_overlay_render_text):
5885           Don't strip newlines from the text. Also, center lines
5886           within multi-line paragraphs (#339405).
5887
5888 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5891           Fix wavpack typefinding to work in more cases (don't peek
5892           for chunks of multiple hundred kBs at once, but process
5893           things step-by-step in smaller units). Fixes #339786.
5894
5895 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5896
5897         * configure.ac:
5898           back to HEAD
5899
5900 === release 0.10.6 ===
5901
5902 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5903
5904         * configure.ac:
5905           releasing 0.10.6, "Chao"
5906
5907 2006-04-26  David Schleef  <ds@schleef.org>
5908
5909         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5910           Fixes #338897.
5911
5912 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5913
5914         * configure.ac:
5915         * win32/common/config.h:
5916           new prerelease
5917
5918 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5919
5920         patch by: Wim Taymans
5921
5922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5923         (gst_ogg_demux_perform_seek):
5924           make sure correct newsegments are sent, so that the decoder
5925           and the demuxer agree on timestamps.  Fixes playback of a lot
5926           of Ogg files that do not start from 0.  Fixes #339833.
5927
5928 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5929
5930         Patch by: Edward Hervey  <edward@fluendo.com>
5931
5932         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5933         * tests/check/Makefile.am:
5934         * tests/check/elements/videorate.c: (assert_videorate_stats),
5935         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5936         (videorate_suite), (main):
5937           Fix an infinite loop if frames are passed in with wrongly ordered
5938           timestamps.  Fixes #339013.
5939
5940 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5941
5942         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5945           fix typefinding on some ISO files.  Fixes #339212.
5946
5947 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5948
5949         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5952           add another H264 fourcc.  Fixes #339047.
5953
5954 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5955
5956         Patch by: Jan Schmidt
5957
5958         * gst/playback/gststreamselector.c:
5959         (gst_stream_selector_bufferalloc):
5960           Restore old StreamSelector behaviour.
5961           Fixes #338419.
5962
5963 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5964
5965         * configure.ac:
5966         * win32/common/config.h:
5967           prerelease
5968
5969 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5970
5971         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5972
5973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5974         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5975           Fix some memory leaks: on finalize, free buffers left in the queue
5976           before destroying the queue; in _push(), unref rtp_buf even if
5977           the process vfunc returned a NULL buffer as output buffer (#337548);
5978           demote some recuring debug messages to LOG level.
5979
5980 2006-04-11  Wim Taymans  <wim@fluendo.com>
5981
5982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5983         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5984         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5985         (gst_ogg_demux_loop):
5986         More cleanups.
5987         Respect segment stop when emiting EOS or SEGMENT_DONE.
5988         Fixes (#337945).
5989
5990 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * gst/playback/gststreamselector.c:
5993         (gst_stream_selector_get_property):
5994           Don't leak pad name.
5995
5996 2006-04-10  Michael Smith  <msmith@fluendo.com>
5997
5998         * tests/check/Makefile.am:
5999         * tests/check/gst-plugins-base.supp:
6000           Suppress an old libtheora bug (fixed in more recent versions), so 
6001           that FC4 buildslaves can pass.
6002
6003 2006-04-10  Wim Taymans  <wim@fluendo.com>
6004
6005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6006         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6007         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6008         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6009         (gst_ogg_demux_loop):
6010         Don't leak events.
6011         Remember what error we got when finding chains, if we
6012         were shutdown, that would not be an error.
6013
6014 2006-04-10  Wim Taymans  <wim@fluendo.com>
6015
6016         * gst-libs/gst/audio/gstbaseaudiosink.c:
6017         (gst_base_audio_sink_event):
6018         Starting the ringbuffer when we did not acquire it can cause
6019         a deadlock, is pointless and causes nasty things for
6020         subclasses. 
6021         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6022
6023 2006-04-10  Wim Taymans  <wim@fluendo.com>
6024
6025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6026         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6027         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6028         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6029         (gst_ogg_demux_deactivate_current_chain),
6030         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6031         (gst_ogg_demux_bisect_forward_serialno),
6032         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6033         Add some more debugging.
6034
6035 2006-04-10  Wim Taymans  <wim@fluendo.com>
6036
6037         * ext/theora/theoradec.c: (theora_dec_src_event),
6038         (theora_handle_data_packet):
6039         Some more debug info.
6040
6041         * tests/examples/seek/seek.c: (start_seek), (main):
6042         Print element messages too.
6043
6044 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6045
6046         * gst/audioresample/debug.h:
6047           replace debug macros with variable number of parameters
6048           by a simple alias to gstreamer standard debug macros 
6049          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6050           supported by MSVC 6.0 and 7.1)
6051         * gst/audioresample/resample.h:
6052           define M_PI and rint for WIN32
6053         * win32/common/libgstaudio.def:
6054         * win32/common/libgstriff.def:
6055         * win32/common/libgsttag.def:
6056         * win32/common/libgstvideo.def:
6057           add new exported functions
6058         * win32/vs6:
6059           update project files
6060
6061 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6062
6063         * ext/alsa/gstalsamixeroptions.c:
6064         (gst_alsa_mixer_options_class_init):
6065         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6068         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6069         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6070         * gst-libs/gst/audio/gstaudiofilter.c:
6071         (gst_audio_filter_class_init):
6072         * gst-libs/gst/audio/gstaudiosink.c:
6073         (gst_audioringbuffer_class_init):
6074         * gst-libs/gst/audio/gstaudiosrc.c:
6075         (gst_audioringbuffer_class_init):
6076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6077         * gst-libs/gst/interfaces/colorbalancechannel.c:
6078         (gst_color_balance_channel_class_init):
6079         * gst-libs/gst/interfaces/mixeroptions.c:
6080         (gst_mixer_options_class_init):
6081         * gst-libs/gst/interfaces/mixertrack.c:
6082         (gst_mixer_track_class_init):
6083         * gst-libs/gst/interfaces/tunerchannel.c:
6084         (gst_tuner_channel_class_init):
6085         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6086         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6087         (gst_netbuffer_class_init):
6088         * gst-libs/gst/rtp/gstbasertppayload.c:
6089         (gst_basertppayload_class_init):
6090         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6091         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6092         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6093         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6094         * gst/playback/gststreamselector.c:
6095         (gst_stream_selector_class_init):
6096         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6097         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6098         * sys/v4l/gstv4lcolorbalance.c:
6099         (gst_v4l_color_balance_channel_class_init):
6100         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6101         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6102         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6103         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6104         (gst_v4l_tuner_norm_class_init):
6105         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6107         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6108         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6109
6110 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6111
6112         * ext/pango/gsttextrender.h:
6113         * gst-libs/gst/audio/gstaudiosink.h:
6114         * gst-libs/gst/audio/gstaudiosrc.h:
6115         * gst-libs/gst/audio/gstbaseaudiosink.h:
6116         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6117         * gst-libs/gst/audio/gstringbuffer.h:
6118         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6119         * gst-libs/gst/rtp/gstbasertppayload.h:
6120         * gst-libs/gst/video/gstvideofilter.h:
6121         * gst-libs/gst/video/gstvideosink.h:
6122         * gst/playback/gstplaybasebin.h:
6123         * gst/tcp/gstmultifdsink.h:
6124         * sys/v4l/gstv4lelement.h:
6125         Fix broken GObject macros
6126
6127 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6130         More debug to trace why my USB headset is not working with gst
6131
6132 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6133
6134         * gst/playback/gstplaybasebin.c: (group_destroy):
6135         Clean up our group elements properly in the case where it never 
6136         got committed - it still got added unconditionally to the bin.
6137
6138 2006-04-07  Wim Taymans  <wim@fluendo.com>
6139
6140         * ext/theora/theoradec.c: (theora_dec_sink_event),
6141         (theora_handle_data_packet), (theora_dec_chain):
6142         Unref unhandled events.
6143         Protect against empty buffers.
6144         Perform QoS on running time.
6145
6146 2006-04-07  Michael Smith  <msmith@fluendo.com>
6147
6148         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6149         (gst_vorbis_enc_chain):
6150           Remove leaks from vorbisenc.
6151           Mostly minor changes, the only significant one is that now the
6152           buffers we set as 'streamheader' on the caps are copies of the
6153           original buffers, to avoid circular refcounting problems.
6154
6155 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6156
6157         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6158           Don't remove our mute-probe if someone else already did so.
6159           Don't set a 2nd one if there is already one pending on the pad.
6160
6161         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6162         (do_playbin_seek):
6163           When a seek fails, ensure that playbin is still set back to playing.
6164           
6165         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6166         (mpeg_ts_type_find), (plugin_init):
6167           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6168
6169 2006-04-06  Andy Wingo  <wingo@pobox.com>
6170
6171         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6172         (gst_video_rate_init): Caps-related parameters should not be reset
6173         by a flush -- move their inits to the instance init function.
6174         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6175         is not OK, just return the result.
6176
6177         * gst/audiotestsrc/gstaudiotestsrc.c
6178         (gst_audio_test_src_class_init)
6179         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6180         broken by Stefan's commit on 24 March.
6181
6182         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6183         buffers being pushed out. Fixes oggmux ! multifdsink.
6184
6185 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6188         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6189         * ext/vorbis/vorbisdec.h:
6190         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6191         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6192         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6193         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6194         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6195         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6196         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6197         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6198         (gst_vorbis_enc_buffer_from_packet),
6199         (gst_vorbis_enc_buffer_from_header_packet),
6200         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6201         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6202         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6203         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6204         (gst_vorbis_enc_change_state):
6205         * ext/vorbis/vorbisenc.h:
6206           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6207           vorbisenc adhere to the official nomenclature; use boilerplate
6208           macro.
6209
6210 2006-04-04  Andy Wingo  <wingo@pobox.com>
6211
6212         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6213         Whoops, fix bug introduced. Bad hacker!
6214         
6215         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6216         Properly handle the case where you get EOS before any buffers are
6217         received. Use gst_buffer_make_metadata_writable where appropriate.
6218
6219         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6220         is often negative -- make it signed so as not to wrap around.
6221         Fixes segfaults introduced on 9 March.
6222
6223 2006-04-03  Wim Taymans  <wim@fluendo.com>
6224
6225         * ext/theora/gsttheoradec.h:
6226         * ext/theora/theoradec.c: (theora_dec_src_event):
6227         Don't try to store a gdouble in a gboolean.
6228         Small cleanups.
6229
6230 2006-04-03  Michael Smith  <msmith@fluendo.com>
6231
6232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6233           Oggmux sucks.
6234           Make it suck slightly less by writing out the final page.
6235           Still can't encode a vorbis-in-ogg file correctly, though.
6236
6237 2006-04-03  Andy Wingo  <wingo@pobox.com>
6238
6239         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6240         a g_print.
6241
6242         * ext/theora/theora.c (plugin_init): Register theoraparse.
6243
6244         * ext/theora/gsttheoraparse.h: 
6245         * ext/theora/theoraparse.c: New files implementing a theora
6246         parser. Now we can properly remux ogg/theora+vorbis, yay.
6247
6248         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6249
6250 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6251
6252         * gst/audiotestsrc/gstaudiotestsrc.c:
6253           Fixed the sample pipeline (see #323798)
6254
6255 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         * configure.ac:
6258         * win32/common/config.h:
6259         * win32/common/config.h.in:
6260           use AS_VERSION and AS_NANO
6261           more cleanups
6262
6263 2006-03-31  Andy Wingo  <wingo@pobox.com>
6264
6265         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6266         uninitialized variable return that would happen.
6267         
6268         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6269         uninitialized variable return that would never happen.
6270
6271         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6272         (vorbis_parse_sink_event): Add an event function to flush our
6273         state on a seek, and to drain buffers on a premature EOS.
6274         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6275         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6276         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6277         (vorbis_parse_drain_queue): Queue up buffers until we can set
6278         their timestamps and granulepos values.
6279
6280         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6281         and keep track of data needed for deriving granulepos and
6282         timestamps for buffers.
6283
6284 2006-03-29  Wim Taymans  <wim@fluendo.com>
6285
6286         Patch by: j^ <j at bootlab dot org>
6287
6288         * ext/alsa/gstalsamixerelement.c:
6289         (gst_alsa_mixer_element_class_init):
6290         * ext/alsa/gstalsasink.c:
6291         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6292         * ext/ogg/gstoggdemux.c:
6293         * ext/ogg/gstoggmux.c:
6294         * ext/ogg/gstoggparse.c:
6295         * ext/pango/gstclockoverlay.c:
6296         * ext/pango/gsttextoverlay.c:
6297         * ext/pango/gsttextrender.c:
6298         * ext/pango/gsttimeoverlay.c:
6299         * ext/theora/theoradec.c:
6300         * ext/theora/theoraenc.c:
6301         * ext/vorbis/vorbisdec.c:
6302         * ext/vorbis/vorbisenc.c:
6303         * gst/audioconvert/gstaudioconvert.c:
6304         * gst/subparse/gstsubparse.c:
6305         * gst/tcp/gstmultifdsink.c:
6306         * gst/tcp/gsttcpclientsink.c:
6307         * gst/tcp/gsttcpclientsrc.c:
6308         * gst/tcp/gsttcpserversink.c:
6309         * gst/tcp/gsttcpserversrc.c:
6310           better/unified long descriptions
6311           Fixes #336477
6312
6313 2006-03-29  Wim Taymans  <wim@fluendo.com>
6314
6315         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6316         (stop_seek):
6317         Don't let double and triple clicks mess up our state.
6318
6319 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst/playback/gstplaybin.c: (gen_video_element),
6322         (gen_text_element), (gen_audio_element), (gen_vis_element):
6323           Error out gracefully when we can't create any of the usual
6324           conversion elements for some reason. Also, don't try to
6325           create an audioscale (sic) element that's not used anyway.
6326
6327 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/playback/gstplaybasebin.c: (setup_source):
6330           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6331           element for a particular protocol, that's confusing for users.
6332           Instead, post a RESOURCE_FAILED error, so that our own error
6333           message is actually shown in totem etc. (#336303).
6334
6335 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6336
6337         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6338
6339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6340         (gst_gnome_vfs_src_get_icy_metadata):
6341           Fix some minor memory leaks (#336194).
6342
6343 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         * ext/gnomevfs/gstgnomevfs.c:
6346         (gst_gnome_vfs_location_to_uri_string):
6347         * ext/gnomevfs/gstgnomevfs.h:
6348         * ext/gnomevfs/gstgnomevfssink.c:
6349         (gst_gnome_vfs_sink_set_property):
6350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6351           Make gnomevfssink accept filenames as well as URIs for the
6352           "location" property, just like gnomevfssrc does (and
6353           filesrc/filesink do) (#336190).
6354
6355 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6356
6357         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6358           set to NULL before unreffing, fixes a valgrind leak.
6359           Why was this not triggering the error that an object needs to
6360           be NULL before unreffing ?
6361         * win32/common/config.h:
6362           update
6363
6364 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6365
6366         * gst/subparse/gstsubparse.c: (convert_encoding),
6367         (gst_sub_parse_change_state):
6368         * gst/subparse/gstsubparse.h:
6369           Text subtitle files may or may not be UTF-8. If it's not, we
6370           don't really want to see '?' characters in place of non-ASCII
6371           characters like accented characters. So let's assume the input
6372           is UTF-8 until we come across text that is clearly not. If it's
6373           not UTF-8, we don't really know what it is, so try the following:
6374           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6375           is set; if not, check (b) if the current locale encoding is
6376           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6377           the current locale encoding is UTF-8 and the environment variable
6378           was not set to any particular encoding. Not perfect, but better
6379           than nothing (and better than before, I think) (fixes #172848).
6380
6381 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6382
6383         * configure.ac:
6384           update core requirement to 0.10.4.1 because of async_playback
6385           vmethod on GstBaseSink
6386
6387 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6388
6389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6390         * gst/adder/gstadder.c: (gst_adder_init):
6391         use DEBUG_FUNCPTR for collectpads
6392
6393 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6394
6395         * docs/plugins/Makefile.am:
6396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6398         * ext/cdparanoia/gstcdparanoiasrc.c:
6399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6400         (gst_gnome_vfs_sink_class_init):
6401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6403         * ext/ogg/gstoggmux.c:
6404         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6405         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6406         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6407         * ext/pango/gsttextoverlay.c:
6408         * ext/pango/gsttextrender.c:
6409         * ext/theora/theoradec.c:
6410         * ext/theora/theoraenc.c:
6411         * ext/vorbis/vorbisdec.c:
6412         * ext/vorbis/vorbisenc.c:
6413         * gst-libs/gst/audio/gstaudiofilter.c:
6414         (gst_audio_filter_base_init):
6415         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6416         (gst_audio_filter_template_base_init):
6417         * gst/adder/gstadder.c: (gst_adder_get_type):
6418         * gst/adder/gstadder.h:
6419         * gst/audioconvert/gstaudioconvert.c:
6420         * gst/audiotestsrc/gstaudiotestsrc.c:
6421         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6422         (gst_audio_test_src_create):
6423         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6424         * gst/playback/gstdecodebin.c:
6425         * gst/playback/gstplaybin.c:
6426         * gst/playback/gststreamselector.c:
6427         (gst_stream_selector_base_init):
6428         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6429         * gst/volume/gstvolume.c:
6430         * sys/v4l/gstv4lmjpegsink.c:
6431         * sys/v4l/gstv4lmjpegsrc.c:
6432         * tests/check/libs/cddabasesrc.c:
6433         * tests/old/examples/gob/gst-identity2.gob:
6434           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6435           define GstElementDetails at the top
6436
6437 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6438
6439         * win32/common/libgstinterfaces.def:
6440         Add a lot of export functions for gst-python
6441         * win32/vs6/libgstinterfaces.dsp:
6442         Add a missing include folder in the project configuration
6443         
6444 2006-03-23  Wim Taymans  <wim@fluendo.com>
6445
6446         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6447         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6448         (gst_base_audio_src_change_state):
6449         Fix audio sources, forgot to make the ringbuffer
6450         startable...
6451
6452 2006-03-23  Wim Taymans  <wim@fluendo.com>
6453
6454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6455         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6456         (gst_base_audio_src_change_state):
6457         unparent instead of unref the ringbuffer.
6458
6459 2006-03-23  Wim Taymans  <wim@fluendo.com>
6460
6461         * gst-libs/gst/audio/gstbaseaudiosink.c:
6462         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6463         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6464         Implement new async_play vmethod to start slaving and allow
6465         playback start in case of async PLAY state changes. 
6466
6467         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6468         Enable QoS with new method in base class.
6469
6470 2006-03-23  Wim Taymans  <wim@fluendo.com>
6471
6472         Patch by: Julien MOUTTE <julien at moutte dot net>
6473
6474         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6475         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6476         Partially handle 0 framerate, only EOS after the first frame
6477         is missing.
6478
6479 2006-03-23  Wim Taymans  <wim@fluendo.com>
6480
6481         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6482
6483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6484         (gst_riff_create_video_template_caps):
6485         * gst/ffmpegcolorspace/avcodec.h:
6486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6487         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6488         (gst_ffmpegcsp_avpicture_fill):
6489         * gst/ffmpegcolorspace/imgconvert.c:
6490         Patch for support of YVU9 AVI files (#334822)
6491
6492 2006-03-22  Edward Hervey  <edward@fluendo.com>
6493
6494         * docs/design/design-decodebin.txt:
6495         Added design document for new decodebin
6496         (Target Caps): text/x-pango-markup is also a default target caps.
6497
6498 2006-03-22  Wim Taymans  <wim@fluendo.com>
6499
6500         * gst-libs/gst/audio/gstbaseaudiosink.c:
6501         (gst_base_audio_sink_dispose):
6502         Since we _parent the ringbuffer, we also need to
6503         _unparent instead of a plain _unref.
6504
6505 2006-03-22  Wim Taymans  <wim@fluendo.com>
6506
6507         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6508         (stop_seek), (scrub_toggle_cb), (main):
6509         Add scrub checkbox.
6510
6511 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6514         (gst_ogg_parse_chain):
6515           Fix very inefficient usage of linked lists (#335365).
6516
6517 2006-03-21  Edward Hervey  <edward@fluendo.com>
6518
6519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6520         * gst/playback/gstplaybin.c: (handoff):
6521         * gst/playback/gststreamselector.c:
6522         (gst_stream_selector_set_property):
6523         gcc 4.1 unreferenced pointer fixes.
6524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6526         gst_buffer_ref() now takes a GstBuffer*.
6527
6528 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6529
6530         * sys/xvimage/xvimagesink.c:
6531         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6532         by Jan Schmidt.
6533
6534 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6537         (id3v1_type_find), (apetag_type_find), (plugin_init):
6538           Can't do tag preferences via probability, as tags would then
6539           lose against types that are recognised with MAXIMUM probability
6540           (like .wav); so let all tag typefinders return MAXIMUM themselves
6541           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6542           that we can prefer APE to ID3v1 (fixes #335028).
6543           
6544 2006-03-17  Wim Taymans  <wim@fluendo.com>
6545
6546         * gst-libs/gst/audio/gstbaseaudiosink.c:
6547         (gst_base_audio_sink_change_state):
6548         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6549         (gst_ring_buffer_may_start):
6550         * gst-libs/gst/audio/gstringbuffer.h:
6551         Only start playback if we are playing.
6552         should fix #330748.
6553
6554 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6555
6556         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6557         * win32/common/config.h:
6558           Revert accidental commits to these files.
6559
6560 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6563
6564         * tests/Makefile.am:
6565           Don't try to build tests in tests/icles if we
6566           don't have X (#323852)
6567
6568 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst-libs/gst/tag/gstid3tag.c:
6571           Add TXXX frame identifiers for replaygain stuff as used
6572           by some taggers (see #323721).
6573
6574 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6575
6576         * gst/playback/gststreamselector.c:
6577         (gst_stream_selector_set_property),
6578         (gst_stream_selector_bufferalloc):
6579           Preserve the existing buggy streamselector behaviour by performing
6580           a fallback buffer allocation when downstream isn't linked yet.
6581           This should really be fixed in playbin by blocking pads until it's
6582           linked them.
6583           Also, use gst_pad_alloc_buffer instead of
6584           gst_pad_alloc_buffer_and_set.
6585
6586 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst-libs/gst/tag/gstid3tag.c:
6589           Don't crash on unknown ID3v2 TXXX frames.
6590           
6591 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6592
6593         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6594           Chain up to the parent finalize method.
6595           Add 32-bit sample size to the template caps.
6596
6597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6598         (gst_riff_create_video_template_caps):
6599           Add the fourcc that the VMWare codec uses.
6600           
6601         * gst/playback/gststreamselector.c:
6602         (gst_stream_selector_set_property),
6603         (gst_stream_selector_bufferalloc),
6604         (gst_stream_selector_request_new_pad):
6605           For the active pad, forward buffer-alloc requests, otherwise
6606           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6607           having to memcpy every frame when used by playbin.
6608
6609         * gst/tcp/gstmultifdsink.c:
6610         (gst_multi_fd_sink_handle_client_write):
6611           Get negotiated caps from the sink pad, rather than the sink
6612           pad's peer.
6613
6614 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6617         
6618         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6619           Don't forget to set src->callbacks_pushed to FALSE again when
6620           popping them, otherwise re-activation in a different mode won't
6621           work (#334620).
6622
6623 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         Patch by: Sebastien Moutte  <sebastien moutte net>
6626
6627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6628         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6629         (gst_ffmpeg_smpfmt_to_caps):
6630           Replace __VA_ARGS__ caps creation macros with varargs functions.
6631           Makes things compile on MSVC (#320765), looks nicer, and we can
6632           tell the compiler to check for the NULL terminator.
6633
6634 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6637
6638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6639           Make sure the buffer we copy into is really always big
6640           enough, this time for real (#333488).
6641           
6642 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6645           Add support for 24bpp DIB (#305279).
6646
6647 2006-03-14  Wim Taymans  <wim@fluendo.com>
6648
6649         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6650         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6652         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6653         (gst_video_scale_init), (gst_video_scale_src_event):
6654         Re-enable QoS after the release.
6655         Rework videoscale to use the base class src_event handler.
6656
6657 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * configure.ac:
6660           back to CVS.
6661
6662 === release 0.10.5 ===
6663
6664 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6665
6666         * configure.ac:
6667           releasing 0.10.5, "Net"
6668
6669 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * docs/plugins/Makefile.am:
6672           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6673           
6674 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6677         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6678         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6679           Add cdparanoiasrc to docs.
6680
6681         * gst-libs/gst/cdda/gstcddabasesrc.c:
6682           More GstCddaBaseSrc docs.
6683
6684 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * docs/libs/gst-plugins-base-libs-sections.txt:
6687         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6688         * gst-libs/gst/tag/tag.h:
6689           API: libgsttag: new method gst_tag_from_id3_user_tag().
6690
6691 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6694           NULL-terminate array of mpeg4 video file extensions.
6695           Fixes crash on PPC (#334226).
6696
6697 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * ext/gnomevfs/gstgnomevfssrc.c:
6700         (gst_gnome_vfs_src_check_get_range):
6701           gnome_vfs_uri_is_local() alone is not a good indicator
6702           whether we can operate in pull-mode with a specific URI,
6703           as it returns FALSE for file:// URIs that point to an
6704           NFS-mounted path. Be more conservative here: whitelist
6705           local files, blacklist http URIs and use the old
6706           mechanism for anything else (fixes #334216).
6707
6708 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6709
6710         * configure.ac:
6711           back to trunk
6712
6713 === release 0.10.4 ===
6714
6715 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6716
6717         * configure.ac:
6718           releasing 0.10.4, "Power"
6719
6720 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6721
6722         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6723         Disable max-lateness by setting it to -1 for now, so that 
6724         we can bed QoS stuff in thoroughly between now and the next
6725         release.
6726
6727 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         Patch by: Fabrizio Gennari
6730
6731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6732           Make sure we don't read beyond the palette buffer in case of
6733           broken or manipulated files (#333488)
6734
6735 2006-03-10  Edward Hervey  <edward@fluendo.com>
6736
6737         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6738         Fix for variable not initialized.
6739
6740 2006-03-09  Wim Taymans  <wim@fluendo.com>
6741
6742         * ext/libvisual/visual.c: (gst_visual_get_type),
6743         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6744         (gst_visual_chain):
6745         Small cleanups.
6746
6747         * ext/theora/gsttheoradec.h:
6748         * ext/theora/theoradec.c: (gst_theora_dec_init),
6749         (gst_theora_dec_reset), (_theora_granule_time),
6750         (theora_dec_src_convert), (theora_dec_sink_convert),
6751         (theora_dec_src_query), (theora_dec_src_event),
6752         (theora_dec_sink_event), (theora_handle_comment_packet),
6753         (theora_handle_header_packet), (theora_dec_push),
6754         (theora_handle_data_packet), (theora_dec_chain),
6755         (theora_dec_change_state):
6756         Add simple QoS.
6757
6758 2006-03-09  Wim Taymans  <wim@fluendo.com>
6759
6760         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6761         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6762         Some cleanups.
6763
6764 2006-03-09  Wim Taymans  <wim@fluendo.com>
6765
6766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6767         Don't try to activate NULL chains.
6768
6769 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6770
6771         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6772           Fix invalid memory access to region before peek'd data (#332964).
6773
6774 2006-03-09  Wim Taymans  <wim@fluendo.com>
6775
6776         Patch by: Christophe Fergeau
6777
6778         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6779         * ext/pango/gsttextrender.c: (gst_text_render_init):
6780         * gst/adder/gstadder.c: (gst_adder_init):
6781         Don't leak padtemplates, closes #333510.
6782
6783 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6786           Fix invalid memory access: make sure string passed to
6787           regexec() is NUL-termianted.
6788
6789 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6792         (mp3_type_find):
6793           Refactor mpeg/audio typefinding to make it more maintainable
6794           and easier to fine-tune. Make probing into middle of the file
6795           work properly (fixes #333900, also see #152688).
6796
6797 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * gst/typefind/gsttypefindfunctions.c:
6800         (utf8_type_find_have_valid_utf8_at_offset):
6801           Remove part from previous commit that was bogus:
6802           g_utf8_validate() does in fact not accept embedded
6803           zeroes, so we don't need to check for those (thanks
6804           to Mike for the hint).
6805
6806 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         * gst/typefind/gsttypefindfunctions.c:
6809         (utf8_type_find_count_embedded_zeroes),
6810         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6811           Make plain/text typefinder more conservative: firstly, check
6812           for embedded zeroes, which are perfectly valid UTF-8 characters,
6813           but also a fairly good sign that something is not a plain text
6814           file; secondly, probe into the middle of the file if possible.
6815           If we can't probe into the middle, limit the probability value
6816           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6817
6818 2006-03-08  Michael Smith  <msmith@fluendo.com>
6819
6820         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6821           Make typefind function name for mpeg4 video unique.
6822
6823 2006-03-08  Wim Taymans  <wim@fluendo.com>
6824
6825         * ext/libvisual/visual.c: (gst_visual_init),
6826         (gst_visual_clear_actors), (gst_visual_dispose),
6827         (gst_visual_reset), (gst_visual_src_setcaps),
6828         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6829         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6830         (gst_visual_chain), (gst_visual_change_state):
6831         Cleanups, post nice errors.
6832         Handle sink and src events.
6833         Implement simple QoS.
6834
6835         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6836         Use new basesink methods to configure max-lateness.
6837         Small doc update.
6838
6839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6840         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6841         Debug statement cleanups.
6842
6843         * gst/volume/gstvolume.c: (gst_volume_class_init):
6844         Simple cleanup.
6845
6846 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6849         (gst_text_overlay_init), (gst_text_overlay_set_property),
6850         (gst_text_overlay_get_property):
6851           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6852           as string type properties, but mark them deprecated. Add
6853           'halignment' and 'valignment' properties that use enums
6854           instead of strings.
6855
6856 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         Patch by: Fabrizio Gennari
6859
6860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6861           Allow palettes with less than 256 colours in AVI files
6862           (#333488)
6863
6864 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6865
6866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6867         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6868         pad. We were releasing the queued text buffer when we should keep
6869         it until video pad gets EOS or discard the text buffer because it's
6870         too old. That was eating the last subtitle buffer. Add some more
6871         debug.
6872
6873 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6876         (gst_text_overlay_video_chain):
6877           Fix invalid memory access (we can't access a buffer after it's been
6878           pushed downstream without taking a reference); fix memory leak (if
6879           there's no text to render, bail out before allocating stuff).
6880
6881 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6884         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6885         * ext/pango/gsttextoverlay.h:
6886           If input is plain text, escape it before passing it to
6887           pango_layout_set_markup().
6888
6889 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6892           Don't ignore flow return from gst_pad_push().
6893
6894 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         Patch by: Fabrizio Gennari
6897
6898         * ext/libvisual/visual.c: (gst_visual_getcaps),
6899         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6900         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6902         (gst_vorbisenc_convert_sink):
6903         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6904         (gst_audio_duration_from_pad_buffer):
6905         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6906         (gst_audio_filter_chain):
6907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6908         (gst_base_rtp_depayload_setcaps):
6909         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6910         (gst_video_get_size):
6911         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6912           Don't leak references returned by gst_pad_get_parent()
6913           (#333663)
6914
6915 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6916
6917         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6918           change location param details
6919         * gst/volume/gstvolume.c: (plugin_init):
6920           correct plugin description
6921
6922 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6925         (gst_gnome_vfs_src_check_get_range):
6926           Override GstBaseSrc::check_get_range() in order to avoid opening
6927           the resource just to check whether we can operate in pull-mode or
6928           not - we can predict that pretty well from the URI alone. Should
6929           fix problems with last.fm (#331690). (Requires latest core CVS).
6930
6931 2006-03-06  Wim Taymans  <wim@fluendo.com>
6932
6933         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6934         (gst_video_sink_class_init):
6935         Throw away frames that are later than 20 ms.
6936
6937 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         Patch by: Fabrizio Gennari
6940
6941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6942           Set depth on WMA caps (#333545)
6943
6944 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6945
6946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6947         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6948           put Theora BOS pages before others.  This hardcodes
6949           the Ogg/Theora I profile, but hey.
6950
6951 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6952
6953         * ext/ogg/README:
6954           updated with some examples
6955         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6956         (granulepos_add), (theora_buffer_from_packet):
6957         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6958         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6959         (gst_vorbisenc_chain):
6960           implement strategy from ext/ogg/README
6961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6962         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6963         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6964         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6965           Fix muxer so that oggz-validate is happy with all streams;
6966           except for no eos mark, and the BOS page ordering
6967         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6968         (check_buffer_granulepos):
6969         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6970           update tests to check for OFFSET being set as requested
6971           fixed type of granulepos, it's not a ClockTime
6972
6973 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6974
6975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6976         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6977         Check that the xvimage we are creating has a correct size
6978         before returning it. (#314897)
6979
6980 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6983           Give id3 and ape tag typefinders a rank slightly higher
6984           than PRIMARY to ensure they're always run before any of
6985           the other typefinders (in particular wav and mp3) (#324186).
6986
6987 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6990           Add support for '3IVD' fourcc (#333403).
6991
6992 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * configure.ac:
6995           Bump requirements to GStreamer CVS for the new error enum.
6996
6997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6998           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6999           space left on the device (fixes #333352).
7000
7001 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7002
7003         * win32/vs6:
7004           add a project file for libgstvolume
7005           update the workspace
7006
7007 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7008
7009         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7010         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7011         (GST_START_TEST):
7012           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7013           Set IN_CAPS on header buffers
7014
7015 2006-03-02  Wim Taymans  <wim@fluendo.com>
7016
7017         * docs/plugins/Makefile.am:
7018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7020         Add audioresample to docs.
7021
7022         * gst/audioconvert/gstaudioconvert.c:
7023         Add revision date.
7024
7025         * gst/audioresample/gstaudioresample.c:
7026         (gst_audioresample_base_init), (gst_audioresample_class_init),
7027         (gst_audioresample_init), (gst_audioresample_dispose),
7028         (audioresample_get_unit_size), (audioresample_transform_caps),
7029         (resample_set_state_from_caps), (audioresample_transform_size),
7030         (audioresample_set_caps), (audioresample_event),
7031         (audioresample_do_output), (audioresample_transform),
7032         (audioresample_pushthrough), (gst_audioresample_set_property),
7033         (gst_audioresample_get_property), (plugin_init):
7034         * gst/audioresample/gstaudioresample.h:
7035         Added docs.
7036         Small code cleanups.
7037
7038 2006-03-02  Wim Taymans  <wim@fluendo.com>
7039
7040         * docs/plugins/Makefile.am:
7041         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7042         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7043         Added videoscale to docs.
7044
7045         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7046         (gst_video_rate_swap_prev), (gst_video_rate_event),
7047         (gst_video_rate_chain):
7048         Fix typo in docs.
7049
7050         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7051         (gst_video_scale_init), (gst_video_scale_prepare_size),
7052         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7053         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7054         * gst/videoscale/gstvideoscale.h:
7055         Added docs, examples.
7056         Some code cleanups.
7057         Post errors instead of g_warning.
7058
7059 2006-03-02  Wim Taymans  <wim@fluendo.com>
7060
7061         * docs/libs/gst-plugins-base-libs-docs.sgml:
7062         * docs/libs/gst-plugins-base-libs-sections.txt:
7063         * docs/libs/gst-plugins-base-libs.types:
7064         * docs/plugins/Makefile.am:
7065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7066         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7067         Added some more docs to libs and plugins.
7068
7069         * gst-libs/gst/audio/gstringbuffer.c:
7070         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7071         * gst-libs/gst/audio/gstringbuffer.h:
7072         Document ringbuffer some more.
7073
7074         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7075         (gst_video_rate_setcaps), (gst_video_rate_reset),
7076         (gst_video_rate_init), (gst_video_rate_flush_prev),
7077         (gst_video_rate_swap_prev), (gst_video_rate_event),
7078         (gst_video_rate_chain), (gst_video_rate_change_state):
7079         * gst/videorate/gstvideorate.h:
7080         Fix videorate to use segments.
7081         Make it work with 0/1 framerates (closes #331903)
7082         Handle EOS correctly.
7083         Added docs.
7084
7085 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7086
7087         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7088         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7089         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7090           In state change function, first chain up to parent class,
7091           then handle downwards state change stuff. Remove some
7092           commented out cruft from 0.8 code.
7093
7094 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7095
7096         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7097         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7098         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7099         (gst_ogm_parse_chain):
7100           Don't remove/re-add source pad if the new caps are the same as
7101           the old caps anyway (#333042). When removing source pad, don't
7102           unref it afterwards - we didn't ref it when adding. Sprinkle some
7103           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7104           after using gst_pad_get_parent(). Return downstream flow return
7105           value in chain function.
7106
7107 2006-03-02  Wim Taymans  <wim@fluendo.com>
7108
7109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7110         * docs/plugins/gst-plugins-base-plugins.args:
7111         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7112         * docs/plugins/gst-plugins-base-plugins.interfaces:
7113         * docs/plugins/gst-plugins-base-plugins.signals:
7114         Fix hierarchy, added some more elements to the docs.
7115
7116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7117         (gst_ffmpegcsp_get_type):
7118         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7119         Fix docs for ffmpegcolorspace.
7120
7121 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7124         (apetag_type_find), (ape_type_find), (plugin_init):
7125           Some typefinding fine-tuning:
7126           - rank ID3/APE tags in order of preference via probabilities, so that
7127             ID3v2 > APEv2 > APEv1 > ID3v1.
7128           - three or four bytes don't really justify MAXIMUM probability,
7129             change those to 'very likely' (musepack and monkeysaudio).
7130
7131 2006-03-01  Wim Taymans  <wim@fluendo.com>
7132
7133         * docs/plugins/Makefile.am:
7134         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7135         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7136         * ext/alsa/gstalsamixer.c:
7137         * ext/alsa/gstalsamixer.h:
7138         * ext/alsa/gstalsamixerelement.c:
7139         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7140         * ext/alsa/gstalsamixerelement.h:
7141         * ext/alsa/gstalsasink.c:
7142         * ext/alsa/gstalsasink.h:
7143         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7144         (gst_alsasrc_init):
7145         * ext/alsa/gstalsasrc.h:
7146         Added alsa docs.
7147         Small code cleanups.
7148
7149 2006-03-01  Wim Taymans  <wim@fluendo.com>
7150
7151         * ext/theora/Makefile.am:
7152         Dist new header too,
7153
7154 2006-03-01  Wim Taymans  <wim@fluendo.com>
7155
7156         * docs/plugins/Makefile.am:
7157         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7158         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7159         * ext/gnomevfs/gstgnomevfssink.h:
7160         * ext/gnomevfs/gstgnomevfssrc.h:
7161         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7162         * ext/vorbis/vorbisdec.h:
7163         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7164         * ext/vorbis/vorbisenc.h:
7165         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7166         (vorbis_parse_chain), (vorbis_parse_change_state):
7167         * ext/vorbis/vorbisparse.h:
7168         * gst/audioconvert/gstaudioconvert.h:
7169         * gst/tcp/gsttcpserversink.h:
7170         * gst/videotestsrc/gstvideotestsrc.c:
7171         * gst/videotestsrc/gstvideotestsrc.h:
7172         * gst/volume/gstvolume.c:
7173         * gst/volume/gstvolume.h:
7174         Fix some more docs.
7175         Added docs for vorbisdec and vorbisparse.
7176         Fix vorbisparse.
7177
7178 2006-03-01  Wim Taymans  <wim@fluendo.com>
7179
7180         * docs/plugins/Makefile.am:
7181         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7182         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7183         * ext/pango/gstclockoverlay.h:
7184         * ext/pango/gsttextoverlay.h:
7185         * ext/pango/gsttextrender.h:
7186         * ext/pango/gsttimeoverlay.h:
7187         * ext/theora/gsttheoradec.h:
7188         * ext/theora/gsttheoraenc.h:
7189         * ext/theora/theoradec.c:
7190         * ext/theora/theoraenc.c:
7191         * gst/audioconvert/gstaudioconvert.h:
7192         * gst/audiotestsrc/gstaudiotestsrc.h:
7193         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7194         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7195         * gst/tcp/gstmultifdsink.h:
7196         Updated/added documentation.
7197
7198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7199         (gst_text_overlay_halign_get_type),
7200         (gst_text_overlay_wrap_mode_get_type),
7201         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7202         (gst_text_overlay_init), (gst_text_overlay_set_property),
7203         (gst_text_overlay_get_property):
7204         Fix up properties to be enums instead of string to make bindings,
7205         introspection and automatic GUI creation possible.
7206         Add getters for the properties.
7207
7208 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7209
7210         * gst/audiotestsrc/gstaudiotestsrc.c:
7211           added defines of M_PI and M_PI_2
7212         * gst/ffmpegcolorspace/avcodec.h:
7213           removed #include "stdint.h" for win32 as _stdint.h is 
7214           autogenerated to win32/common
7215         * win32/common/libgstaudio.def:
7216         * win32/common/libgsttag.def:
7217           added some exports
7218         * win32/vs6:
7219           some project files bugs corrected
7220         * win32/vs7:
7221           project files are reset to the default vs7 configuration 
7222           (they link to msvcr71.dll using default optimizations)
7223           
7224 2006-02-28  Wim Taymans  <wim@fluendo.com>
7225
7226         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7227         Fix some docs.
7228
7229 2006-02-28  Edward Hervey  <edward@fluendo.com>
7230
7231         * ext/alsa/gstalsasrc.c:
7232         Set proper class on the ElementDetails:
7233         Source/Audio instead of Src/Audio/
7234
7235 2006-02-28  Edward Hervey  <edward@fluendo.com>
7236
7237         * gst/videoscale/vs_scanline.c:
7238         (vs_scanline_resample_nearest_RGBA):
7239         Revert optimization in videoscale. It should go in liboil and have
7240         an appropriate liboil function.
7241
7242 2006-02-28  Wim Taymans  <wim@fluendo.com>
7243
7244         * gst-libs/gst/audio/gstbaseaudiosink.c:
7245         (gst_base_audio_sink_provide_clock):
7246         Don't try to provide a clock in the NULL state.
7247
7248 2006-02-28  Wim Taymans  <wim@fluendo.com>
7249
7250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7251         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7252         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7253         (gst_ogg_demux_deactivate_current_chain),
7254         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7255         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7256         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7257         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7258         Use GstSegment infrastructure to remove duplicated code
7259         and handle more seek cases correctly.
7260
7261 2006-02-28  Wim Taymans  <wim@fluendo.com>
7262
7263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7264         (gst_ffmpegcsp_transform):
7265         Don't ignore return code from ffmpeg convert function.
7266
7267         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7268         Split out some long statements to ease debugging.
7269
7270 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7271
7272         * ext/libvisual/visual.c: (gst_visual_init),
7273         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7274         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7275         being able to renegotiate the size. Instead, use the negotiation
7276         algorithm from the goom plugin to pick an initial output caps. 
7277
7278         Also, allow theoretical libvisual plugins that might support non-GL 
7279         output even if they also do GL.
7280
7281 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7282
7283         * ext/libvisual/visual.c: (gst_visual_init),
7284         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7285         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7286         possible negotiation issues.
7287
7288 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7289
7290         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7291
7292 2006-02-24  Michael Smith  <msmith@fluendo.com>
7293
7294         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7295         (cmml_type_find), (plugin_init):
7296           Fix CMML type find function to not require a specific minor version
7297           of the CMML header.
7298
7299           Add an MPEG4 video elementary stream typefind function.
7300
7301 2006-02-04  Michael Smith  <msmith@fluendo.com>
7302
7303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7304         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7305         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7306         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7307         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7308         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7309           Annodex support in ogg demuxer. Doesn't do very much without the
7310           other annodex patches (to come).
7311
7312 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7315
7316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7317           Pick up palette for MS video v1 (#327028)
7318
7319 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7322         (gst_ffmpegcsp_caps_remove_format_info),
7323         (gst_ffmpegcsp_get_unit_size):
7324           The 'palette_data' field from incoming RGB caps shouldn't be
7325           proxied on outgoing YUV caps; also, restrict unit size
7326           adjustment in case of paletted data only to the unit that
7327           actually has a palette. Fixes #330711.
7328
7329 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7332         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7333         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7334         (gst_ffmpegcsp_get_unit_size):
7335           Plug some memory leaks.
7336
7337 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * sys/ximage/Makefile.am:
7340         * sys/xvimage/Makefile.am:
7341           Add some _CFLAGS and _LIBS that seem to be missing
7342           and/or required for Cygwin (see #317048).
7343
7344 2006-02-22  Wim Taymans  <wim@fluendo.com>
7345
7346         * ext/alsa/gstalsasrc.c:
7347         Fix description as pointed out by caugier.
7348
7349 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7350
7351         Reviewed by : Edward Hervey  <edward@fluendo.com>
7352
7353         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7354         (qt_type_find):
7355         Better 3gp typefinding (#331526).
7356
7357 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7360           Don't send EOS event here, the base class will send one for us.
7361
7362         * gst/playback/gstplaybasebin.c: (prepare_output):
7363           Subpictures without video stream aren't allowed either.
7364         
7365         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7366           Fix debug statement copy'n'paste-o.
7367
7368 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7371           Fix issues with mixer keeping state when muting/unmuting
7372           and when changing the volume whilst muted (see #331763
7373           and #331765).
7374
7375 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7378         (parse_subrip), (gst_sub_parse_format_autodetect):
7379           Set right caps given that we send escaped text. Also,
7380           honour <i></i>, <b></b> and <u></u> markers that can be found
7381           in .srt files (fixes #310202).
7382
7383 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         * gst-libs/gst/audio/mixerutils.c:
7386         (element_factory_rank_compare_func):
7387           Make order in which elements are tried more determinable.
7388
7389 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7390
7391         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7392         (remove_element_chain), (cleanup_decodebin),
7393         (gst_decode_bin_change_state): Make decodebin reusable by
7394         fixing remove_element_chain first and then introduce a
7395         cleaner in state change to ->NULL. (Closes #331678)
7396
7397 2006-02-19  Wim Taymans  <wim@fluendo.com>
7398
7399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7400         use 0666 mask when creating files so umask gets applied
7401         correctly. Fixes #331295.
7402
7403 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         * gst/subparse/Makefile.am:
7406         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7407         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7408         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7409         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7410         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7411         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7412         * gst/subparse/gstssaparse.h:
7413         * gst/subparse/gstsubparse.c: (plugin_init):
7414           Add very basic parser for SSA subtitle streams (as often
7415           found in matroska files).
7416
7417 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7420           That should be text/x-pango-markup, not text/x-pango-layout.
7421
7422 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7423
7424         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7425         Polishing.
7426
7427 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7428
7429         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7430         (gst_text_overlay_finalize), (gst_text_overlay_init),
7431         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7432         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7433         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7434         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7435         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7436         Fix state change deadlock.
7437
7438 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7439
7440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7441         (gst_text_overlay_finalize), (gst_text_overlay_init),
7442         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7443         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7444         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7445         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7446         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7447         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7448         and subtitles files.
7449
7450 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7451
7452         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7453         should be considered as raw.
7454
7455 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7456
7457         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7458         (cb_probe):
7459         * gst/playback/gststreaminfo.h: Introduce language informations.
7460
7461 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7462
7463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7464         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7465         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7466         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7467         Set shared memory segments to be deleted as soon as we have attached,
7468         that way they get cleaned up automatically if we crash.
7469
7470 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7471
7472         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7473         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7474         functions are called with lock held.
7475
7476 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7477
7478         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7479         (gst_text_overlay_finalize), (gst_text_overlay_init),
7480         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7481         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7482         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7483         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7484         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7485         (gst_text_overlay_change_state): Refactoring of textoverlay
7486         without collectpads. This now supports sparse subtitles coming
7487         from a demuxer instead of a sub file. Seeking is still broken 
7488         though. Need to discuss with wtay some more on how to handle
7489         seeking correctly.
7490         * ext/pango/gsttextoverlay.h:
7491         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7492         subtitles coming from the demuxer.
7493
7494 2006-02-17  Wim Taymans  <wim@fluendo.com>
7495
7496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7497         (gst_vorbisenc_convert_sink):
7498         Use some more scaling functions.
7499
7500 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * ext/cdparanoia/gstcdparanoiasrc.c:
7503         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7504         (gst_cd_paranoia_paranoia_callback),
7505         (gst_cd_paranoia_src_signal_is_being_watched),
7506         (gst_cd_paranoia_src_read_sector):
7507         * ext/cdparanoia/gstcdparanoiasrc.h:
7508           Add back 'transport-error' and 'uncorrected-error' signals and
7509           make them actually be fired when bad stuff happens (#319340).
7510
7511 2006-02-17  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7514         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7515         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7516         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7517         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7518         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7519         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7520         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7521         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7522         (gst_ring_buffer_clear):
7523         Small cleanups.
7524         Added some G_LIKELY.
7525
7526 2006-02-17  Wim Taymans  <wim@fluendo.com>
7527
7528         * gst-libs/gst/audio/TODO:
7529         Update TODO
7530
7531         * gst-libs/gst/audio/gstbaseaudiosink.c:
7532         (gst_base_audio_sink_get_offset):
7533         When trying to play samples ASAP and we don't have a
7534         previous sample, try to play at position 0 instead of
7535         an invalid position.
7536
7537 2006-02-17  Wim Taymans  <wim@fluendo.com>
7538
7539         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7540         (gst_alsasink_reset):
7541         Also release lock when we get an error in _reset();
7542         fix an error message.
7543
7544 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7547         (gst_alsasink_init), (get_channel_free_structure),
7548         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7549         (gst_alsasink_close):
7550         * ext/alsa/gstalsasink.h:
7551           Add support for more than 2 channels (#326720).
7552
7553 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7554
7555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7556           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7557           with 4 or 6 channels, assume a default channel layout to make things
7558           work (not sure there's anything else we can do in those cases).
7559
7560 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst-libs/gst/audio/multichannel.c:
7563           Minor docs fix.
7564
7565         * gst-libs/gst/riff/Makefile.am:
7566         * gst-libs/gst/riff/riff-ids.h:
7567         * gst-libs/gst/riff/riff-media.c:
7568         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7569           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7570           channels and a channel layout map.
7571           
7572 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7573
7574         Reviewed by Edward Hervey  <edward@fluendo.com>
7575
7576         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7577         C-level optimization of the RGBA nearest neighbour function.
7578         Eventually this might end up in liboil with vectorized versions.
7579
7580 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * gst-libs/gst/audio/multichannel.c:
7583         (gst_audio_get_channel_positions):
7584           When we have more than 2 channels, but no channel layout is
7585           specified in the caps, return some default channel layout
7586           to the caller and warn about about a possibly buggy element
7587           (could be buggy filtercaps as well of course) (#317038).
7588
7589 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7592           Add gst-libs/gst/cdda to list of lib search paths.
7593
7594 2006-02-15  Andy Wingo  <wingo@pobox.com>
7595
7596         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7597         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7598         to the Lord Jesus that I do not have to touch the ogg muxer ever
7599         again.
7600
7601 2006-02-15  Edward Hervey  <edward@fluendo.com>
7602
7603         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7604         quicktime movie files can also contain 'uuid' atoms.
7605
7606 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * gst/audioconvert/plugin.c: (plugin_init):
7609           Register the GstAudioChannelPosition enum type with the type
7610           system in the plugin_init function, so that it is known before
7611           any element actually makes use of multi-channel stuff. This is
7612           required for example if one wants to be able to deserialise/use
7613           a caps string with channel positions before any pipeline has
7614           been setup and started, like with gst-launch.
7615
7616 2006-02-14  Wim Taymans  <wim@fluendo.com>
7617
7618         * gst-libs/gst/audio/gstringbuffer.c:
7619         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7620         (gst_ring_buffer_samples_done), (wait_segment),
7621         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7622         Add some compiler G_(UN_)LIKELY help.
7623         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7624         make sure they can exit their functions. Should fix #330748
7625
7626 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7627
7628         * Makefile.am:
7629         * configure.ac:
7630         * win32/MANIFEST:
7631         * win32/common/_stdint.h:
7632           Windows does not have long long; copy the generated _stdint.h
7633         * win32/common/interfaces-enumtypes.c:
7634         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7635         (gst_mixer_track_flags_get_type),
7636         (gst_tuner_channel_flags_get_type):
7637         * win32/common/multichannel-enumtypes.c:
7638         (gst_audio_channel_position_get_type):
7639           update
7640
7641 2006-02-13  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst-libs/gst/audio/gstbaseaudiosink.c:
7644         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7645         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7646         Always sync on first sample we receive when starting.
7647
7648 2006-02-13  Wim Taymans  <wim@fluendo.com>
7649
7650         * gst/playback/gstplaybin.c: (gen_vis_element):
7651         Update vis bin docs.
7652         Move queue after tee so we don't queue video buffers but
7653         audio samples instead. Fixes problems where the video queue
7654         is filled and the audio queue empty.
7655
7656 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7659           No need to push an EOS event here, GstBaseSrc will do that for us
7660           when we return FLOW_UNEXPECTED.
7661           
7662 2006-02-12  Wim Taymans  <wim@fluendo.com>
7663
7664         * gst-libs/gst/audio/gstbaseaudiosink.c:
7665         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7666         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7667         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7668         Use scale functions when possible.
7669         Fix error messages.
7670         Free clockid when after waiting for EOS.
7671         Use G_(UN_)LIKLY when it makes sense.
7672         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7673
7674 2006-02-12  Edward Hervey  <edward@fluendo.com>
7675
7676         * gst/playback/gstplaybasebin.c: (prepare_output): 
7677         Remove stray semi-colon (fixes #330888).
7678
7679 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7680
7681         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7683         Fix up the XShm call testing so that we catch errors, and don't
7684         cause new ones by attempting to detach from a segment we failed
7685         to attach to. Fixes #312439.
7686
7687 2006-02-10  Edward Hervey  <edward@fluendo.com>
7688
7689         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7690         Added flv file typefind (video/x-flv).
7691
7692 2006-02-10  Edward Hervey  <edward@fluendo.com>
7693
7694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7695         (gst_riff_create_video_template_caps):
7696         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7697         Also added the caps to the default set of riff video caps.
7698
7699 2006-02-09  Andy Wingo  <wingo@pobox.com>
7700
7701         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7702         time and the end time of the last packet in the page.
7703         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7704         on the pages in our queue, set the duration as well. Reflow a
7705         debug statement.
7706         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7707         Fixes bad muxing order.
7708
7709 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7710
7711         * gst-libs/gst/rtp/gstbasertppayload.c:
7712         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7713           update seqnum before setting it on the packet; this makes sure
7714           that the timestamp and seqnum properties match after pushing
7715           a buffer
7716
7717 2006-02-09  Andy Wingo  <wingo@pobox.com>
7718
7719         * gst-libs/gst/audio/gstringbuffer.c
7720         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7721         overflow after 13.5 hours of recording. Kapow!
7722
7723         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7724         the buffer size -- we don't care about underrun/overrun reporting
7725         right now, just need to return a useful value.
7726
7727 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7728
7729         * configure.ac:
7730           Back to CVS
7731
7732 === release 0.10.3 ===
7733
7734 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7735
7736         * configure.ac:
7737           releasing 0.10.3, "Under Pressure"
7738
7739 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * configure.ac:
7742         Drat. Bump libtool version number for new API.
7743         Prelease 0.10.2.3 (of 0.10.3)
7744
7745 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7746
7747         * configure.ac:
7748         * win32/common/config.h:
7749         0.10.2.2 prerelease (of 0.10.3).
7750
7751 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7752
7753         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7754           Revert Andy's newsegment change pending a more correct
7755           fix.
7756
7757 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7760         (qt_type_find), (plugin_init):
7761           detect more files as 3gp
7762           group and reorder the iso file formats
7763
7764 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * ext/vorbis/vorbis.c: (plugin_init):
7767           Register musicbrainz tags, so apps don't have to.
7768
7769 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7772         (gst_tag_to_vorbis_tag):
7773           Make sure we called gst_tag_register_musicbrainz_tags()
7774           before possibly mapping a vorbiscomment string from/to a
7775           musicbrainz tag.
7776
7777 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7780           In case we can't find the required number of consecutive
7781           mpeg audio frames to positively identify an MPEG audio
7782           stream, check if there's at least a valid mpeg audio
7783           frame right at offset 0 and if so suggest mpeg/audio
7784           caps with a very low probability (#153004).
7785
7786 2006-02-07  Andy Wingo  <wingo@pobox.com>
7787
7788         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7789         a TIME segment if we get timestamped buffers. Requires recent
7790         fixes in core to work properly.
7791
7792 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * gst/playback/gstplaybasebin.c: (prepare_output):
7795           Don't print the URI as part of the error message, it
7796           makes error dialogs look rather ugly, especially if
7797           the URI is very long or has characters in it that
7798           need escaping.
7799
7800 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * gst/playback/gstplaybasebin.c: (prepare_output):
7803           Error out if we have only text or subtitles, but nothing
7804           else. Also error out if we have subtitles but no video
7805           stream.
7806
7807 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7810           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7811           Post an error message on the bus when we encounter an
7812           error, which will hopefully be more meaningful than the
7813           'Internal Flow Error' message users get to see if we
7814           just return GST_FLOW_ERROR.
7815
7816 2006-02-07  Andy Wingo  <wingo@pobox.com>
7817
7818         * configure.ac (GST_MAJORMINOR): Update core version req to
7819         0.10.2.2, for the collectpads API addition (#330244).
7820
7821 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7824           Return FALSE from plugin_init() when GnomeVFS can't
7825           be initialised for some reason (#328423).
7826
7827 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7828
7829         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7830         Stick to seeking theory until i find the bug.
7831         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7832
7833 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7834
7835         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7836         (theora_enc_finalize), (theora_enc_sink_setcaps),
7837         (theora_set_header_on_caps), (theora_enc_chain),
7838         (theora_enc_change_state):
7839         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7840           Make theoraenc and the tests leak free. Like, really.
7841
7842 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7843
7844         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7845         (theora_enc_finalize), (theora_enc_sink_setcaps):
7846           Add a finalize method to ensure we clean up state even if
7847           someone omitted the state change back to NULL.
7848
7849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7850         (gst_vorbisenc_chain):
7851           Free some more leaked bits.
7852
7853         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7854         (stop_pipeline):
7855           Wait for state changes to happen if they're ASYNC.
7856
7857           This ought to teach those fancy pants buildbots a lesson.
7858
7859 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7860
7861         * gst-libs/gst/tag/gstid3tag.c:
7862           Add mapping for ID3 International Standard Recording Code
7863           tag "TSRC"
7864
7865 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7866
7867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7868           Don't leak tag names.
7869
7870 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * docs/libs/gst-plugins-base-libs-docs.sgml:
7873         * docs/libs/gst-plugins-base-libs-sections.txt:
7874         * gst-libs/gst/tag/gstid3tag.c:
7875         * gst-libs/gst/tag/gstvorbistag.c:
7876         * gst-libs/gst/tag/tags.c:
7877           Split libgsttag docs into multiple sections.
7878
7879 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7880
7881         * docs/libs/Makefile.am:
7882         * docs/libs/gst-plugins-base-libs-docs.sgml:
7883         * docs/libs/gst-plugins-base-libs-sections.txt:
7884         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7885         * gst-libs/gst/tag/gstvorbistag.c:
7886         * gst-libs/gst/tag/tag.h:
7887         * gst-libs/gst/tag/tags.c:
7888           Add libgsttag to the docs.
7889
7890 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7891
7892         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7893         (gst_text_overlay_init), (gst_text_overlay_src_event),
7894         (gst_text_overlay_collected): Fix clockoverlay.
7895
7896 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * docs/libs/compiling.sgml:
7899           Fix typo: it's pkg-config, not pkg-gconfig
7900
7901         * docs/libs/gst-plugins-base-libs-docs.sgml:
7902         * docs/libs/gst-plugins-base-libs-sections.txt:
7903         * docs/libs/tmpl/gstgconf.sgml:
7904           There is no libgstgconf in 0.10, remove it
7905           from the docs.
7906
7907 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7908
7909         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7910         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7911         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7912         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7913         (gst_sub_parse_class_init), (gst_sub_parse_init),
7914         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7915         (parse_mpsub), (parser_state_init), (handle_buffer),
7916         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7917         * gst/subparse/gstsubparse.h: Introduce seeking code.
7918
7919 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7920
7921         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7922           Add comment about LANGUAGE tag inconsistency (we want
7923           ISO-639-1, but extract three-letter identifiers?)
7924
7925         * po/POTFILES.in:
7926           Add two translatable files.
7927
7928 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         * gst-libs/gst/tag/Makefile.am:
7931         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7932         * gst-libs/gst/tag/tag.h:
7933         * gst-libs/gst/tag/tags.c:
7934         (gst_tag_register_musicbrainz_tags_internal),
7935         (gst_tag_register_musicbrainz_tags):
7936           Forward-port some tags stuff from the 0.8 branch. This is
7937           mostly the addition of musicbrainz tags and their mapping
7938           to vorbistags, and a vorbistag mapping of the language tag.
7939
7940 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7941
7942         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7943         refactoring.
7944
7945 2006-02-04  David Schleef  <ds@schleef.org>
7946
7947         * ext/ogg/gstoggmux.c:
7948         * gst/typefind/gsttypefindfunctions.c:
7949           Add Dirac typefinding and add dirac format to oggmux.
7950
7951 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         * gst/playback/gstdecodebin.c: (try_to_link_1):
7954           Don't put essential function call into
7955           g_return_*() macro, otherwise it'll all be
7956           replaced by NOOPs when compiling with
7957           G_DISABLE_CHECKS defined.
7958
7959 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7960
7961         * ext/ogg/gstoggdemux.c:
7962         * ext/ogg/gstoggparse.c:
7963         * gst/tcp/gsttcpserversink.c:
7964         * sys/v4l/v4lsrc_calls.c:
7965         * sys/v4l/v4lsrc_calls.h:
7966         Just make it compile with --disable-gst-debug.
7967
7968 2006-02-03  Wim Taymans  <wim@fluendo.com>
7969
7970         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7971         (gst_alsasink_class_init), (gst_alsasink_init),
7972         (gst_alsasink_write), (gst_alsasink_reset):
7973         * ext/alsa/gstalsasink.h:
7974         Add lock to protect alsa calls.
7975         Implement reset to flush samples ASAP, does not work
7976         with dmix though.
7977
7978 2006-02-02  Wim Taymans  <wim@fluendo.com>
7979
7980         * gst-libs/gst/audio/gstbaseaudiosink.c:
7981         (gst_base_audio_sink_provide_clock):
7982         Ugh.. getting late I guess...
7983
7984 2006-02-02  Wim Taymans  <wim@fluendo.com>
7985
7986         * gst-libs/gst/audio/gstbaseaudiosink.c:
7987         (gst_base_audio_sink_provide_clock),
7988         (gst_base_audio_sink_set_property),
7989         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7990         Don't try to provide a clock when we are not negotiated since
7991         we might not be able to make it run.
7992
7993 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7994
7995         * gst/playback/gstdecodebin.c: (try_to_link_1):
7996           Unlinking two source pads is ... hard.
7997
7998 2006-02-02  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst-libs/gst/audio/TODO:
8001         Updated.
8002
8003         * gst-libs/gst/audio/gstbaseaudiosink.c:
8004         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8005         On EOS, wait till the last sample is played before posting EOS.
8006
8007 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8008
8009         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8010           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8011           setting queue_delay to zero. Also avoid thread being started if
8012           queue_delay is zero.
8013
8014 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8017           Make test work again by connecting fakesinks to each decoded pad,
8018           which makes the pipeline wait until each fakesink has a buffer
8019           queued before going to PAUSED state. At that point we know the
8020           decodebin pads are negotiated.
8021
8022 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8023
8024         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8025         (gst_cdda_base_src_handle_event):
8026         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8027           Pass unhandled queries to the parent class's query function.
8028
8029 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8030
8031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8032         (gst_ogg_pad_src_query):
8033         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8034         * ext/theora/theoradec.c: (theora_dec_src_query),
8035         (theora_dec_sink_query):
8036         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8037         (vorbis_dec_sink_query):
8038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8039         (gst_vorbisenc_sink_query):
8040         * gst/adder/gstadder.c: (gst_adder_query):
8041           Pass unhandled queries upstream instead of just
8042           dropping them (#326447). Also, fix supported
8043           query types list for some elements.
8044
8045 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8048         (paris_type_find), (ilbc_type_find), (plugin_init):
8049           Fix typefinding for audio/x-au, audio/x-paris and
8050           audio/iLBC-sh. We cannot use the START_WITH macros
8051           here, because there can only be one typefind factory
8052           with the same name (caps), so the second one would
8053           replace the first one and the first one would never
8054           be called when doing typefinding (see #161712).
8055           
8056
8057 2006-01-31  Wim Taymans  <wim@fluendo.com>
8058
8059         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8060         (vorbis_handle_header_packet), (vorbis_dec_push),
8061         (vorbis_handle_data_packet):
8062         Use scale_int when we can, add some more scaling.
8063         Check packettype before parsing it.
8064
8065 2006-01-31  Wim Taymans  <wim@fluendo.com>
8066
8067         * ext/theora/theoradec.c: (_theora_granule_time),
8068         (theora_dec_src_convert), (theora_dec_sink_convert):
8069         Call right _scale functions.
8070         Use parameter instead of some other random value.
8071
8072 2006-01-31  Wim Taymans  <wim@fluendo.com>
8073
8074         * ext/theora/theoradec.c: (_theora_granule_frame),
8075         (_theora_granule_time), (_inc_granulepos),
8076         (theora_dec_src_convert), (theora_dec_sink_convert),
8077         (theora_handle_type_packet), (theora_handle_data_packet),
8078         (theora_dec_chain):
8079         Use higher precision timestamps calculation.
8080         Convert some other conversions to _scale.
8081
8082 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8083
8084         * gst/audiotestsrc/gstaudiotestsrc.c:
8085         (gst_audio_test_src_create_sine_table), (plugin_init):
8086         * gst/volume/gstvolume.c: (plugin_init):
8087           initialize gst_controller before using
8088
8089 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8090
8091         * tests/check/pipelines/theoraenc.c:
8092         * tests/check/pipelines/vorbisenc.c:
8093         Define constant using G_GINT64_CONSTANT to avoid errors when
8094         passing it around - otherwise it gets truncated to 32 bits.
8095
8096         Fixes failing tests.
8097
8098 2006-01-31  Andy Wingo  <wingo@pobox.com>
8099
8100         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8101         caps being set doesn't have a framerate value. Basically a stopgap
8102         measure.
8103
8104         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8105         technically correct enough to put into core though.
8106         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8107         DURATION. Fixes theoraenc ! oggmux.
8108
8109         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8110         fraction, not double.
8111
8112 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8113
8114         * win32/vs7:
8115         add vs7 project files created by Sergey Scobich
8116
8117 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8118
8119         * win32/vs8:
8120         add vs8 project files created by Sergey Scobich
8121         
8122 2006-01-30  Andy Wingo  <wingo@pobox.com>
8123
8124         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8125         timestamp + duration, not just timestamp -- ogg pages should be
8126         ordered by stop time. Necessary fix given the change in vorbis
8127         timestamps.
8128
8129         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8130         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8131         (granulepos_add): New function, handles the messiness of adjusting
8132         granulepos values.
8133         (theora_buffer_from_packet):
8134         (theora_enc_chain):
8135         (theora_enc_sink_event): Use granulepos_add, not +.
8136
8137         * tests/check/pipelines/theoraenc.c
8138         (check_buffer_granulepos_from_starttime): Just check the frame
8139         count, not the actual granulepos -- we can't dictate to the
8140         encoder when it should be placing keyframes.
8141
8142 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8143
8144         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8145           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8146           play an http:// stream from a server that's not serving
8147
8148 2006-01-30  Andy Wingo  <wingo@pobox.com>
8149
8150         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8151         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8152         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8153         available.
8154
8155         * ext/theora/gsttheoraenc.h:
8156         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8157         although theoraenc was timestamping correctly. Added handling of
8158         streams that start with nonzero timestamps.
8159
8160         * tests/check/Makefile.am:
8161         * tests/check/pipelines/theoraenc.c: New file, basically does same
8162         tests as vorbisenc.
8163
8164         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8165
8166 2006-01-30  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst-libs/gst/audio/gstaudiosink.c:
8169         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8170         (gst_audioringbuffer_pause):
8171         Implement pause that does not wait for completion.
8172
8173         * gst-libs/gst/audio/gstbaseaudiosink.c:
8174         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8175         Don't drop buffers when going to PAUSED but perform preroll on
8176         remaining samples now that core base class supports this.
8177
8178         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8179         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8180         (gst_ring_buffer_commit):
8181         Pause should not signal waiters.
8182         Implement return value of _commit correctly.
8183
8184 2006-01-30  Andy Wingo  <wingo@pobox.com>
8185
8186         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8187
8188         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8189         updated to timestamp from the first sample, not the last.
8190         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8191         special care of granulepos and timestamp for header packets.
8192         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8193         when the first buffer has a nonzero timestamp.
8194
8195         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8196         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8197         case when the first audio buffer we get has a nonzero timestamp.
8198         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8199         properly timestamp vorbis buffers with the time of the first
8200         sample, not the last.
8201         
8202         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8203         vorbis_granule_time_copy -- now it takes the granule/subgranule
8204         offset into account.
8205
8206         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8207         timestamps, durations, and granulepos on buffers produced by
8208         vorbisenc.
8209
8210 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8211
8212         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8213         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8214           Patch from Eric Jonas to support conversions to/from UYVY 
8215           (Fixes: #324626)
8216
8217 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8218
8219         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8220         (setup_subtitle), (setup_source), (set_active_source):
8221         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8222         (gen_text_element), (gen_audio_element), (gen_vis_element),
8223         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8224
8225 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8226
8227         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8228         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8229                 use gst_guint64_to_gdouble to be compliant with vs6
8230         * gst/playback/gstdecodebin.c: (try_to_link_1)
8231         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8232                 use G_GINT64_CONSTANT for int64 constants
8233         * win32/common/libgstinterfaces.def:
8234                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8235         * win32/vs6:
8236                 update and add new project files
8237                 
8238 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8239
8240         * Makefile.am:
8241         * win32/MANIFEST:
8242         * win32/common/interfaces-enumtypes.c:
8243         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8244         (gst_mixer_track_flags_get_type),
8245         (gst_tuner_channel_flags_get_type):
8246         * win32/common/interfaces-enumtypes.h:
8247         * win32/common/multichannel-enumtypes.c:
8248         (gst_audio_channel_position_get_type):
8249         * win32/common/multichannel-enumtypes.h:
8250           add a win32-update rule like in core, and copy over enumtypes files
8251
8252 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8253
8254         * win32/MANIFEST:
8255         * win32/common/config.h:
8256         * win32/common/config.h.in:
8257           add config files just like in core
8258
8259 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8260
8261         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8262           Make gcc-4.1 happy (part of #327357).
8263
8264 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8265
8266         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8267         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8268         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8269         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8270         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8271         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8272           Update all error messages.  All of them should either use
8273           the default translated message, or actually provide a
8274           translatable string.
8275           Make the string for channel count problems meaningful.
8276
8277 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8278
8279         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8280           check for and throw RESOURCE_BUSY
8281
8282 2006-01-27  David Schleef  <ds@schleef.org>
8283
8284         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8285           checked in this change -- it requires liboil features not
8286           in 0.3.6.  Revert parts.
8287
8288 2006-01-27  David Schleef  <ds@schleef.org>
8289
8290         * REQUIREMENTS:
8291         * configure.ac: update liboil requirement to 0.3.6
8292         * gst/videoscale/Makefile.am:
8293         * gst/videoscale/vs_scanline.c: liboilify
8294
8295 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8296
8297         * ext/libvisual/visual.c: (get_buffer):
8298           When pad_alloc returns a GstFlowReturn other
8299           than GST_FLOW_OK, make sure it is passed upstream.
8300
8301 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8302
8303         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8304         (gst_alsasink_class_init):
8305           Free the device name string.
8306
8307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8308         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8309         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8310           Don't remove a pad from the collectpads structure until it
8311           is released - it's a request pad, and may receive data again
8312           if the element gets moved back to PLAYING state.
8313
8314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8315           Ensure we turn on double buffering on the Xv port, and
8316           set the colour key to something dark and mysterious that
8317           isn't black.
8318
8319 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8320
8321         * ext/alsa/gstalsaplugin.c: (plugin_init):
8322         * ext/cdparanoia/gstcdparanoiasrc.c:
8323         (gst_cd_paranoia_src_base_init), (plugin_init):
8324         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8326           - a library should not call setlocale. see "Libraries" node in
8327             gettext manual
8328           - make sure all plugins that use translation do bindtextdomain
8329             to point to the localedir
8330         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8331         (setup_sinks), (plugin_init):
8332           all this, and check for NULL when creating sinks
8333
8334 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8335
8336         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8337         (plugin_init): Make typefinding of subtitles work again.
8338
8339 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8342         (mp3_type_frame_length_from_header), (mp3_type_find),
8343         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8344         (plugin_init):
8345           Backport a bunch of typefinding fixes from the 0.8 branch.
8346           Also, improve wavpack typefinding: if we can't peek the
8347           entire wavpack block, try to parse the bits we can get and
8348           see if we find what we're looking for in those.
8349
8350 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8351
8352         * sys/ximage/ximagesink.c:
8353         (gst_ximagesink_calculate_pixel_aspect_ratio):
8354         * sys/xvimage/xvimagesink.c:
8355         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8356         more cases of pixel aspect ratio.
8357
8358 2006-01-26  Edward Hervey  <edward@fluendo.com>
8359
8360         * gst/playback/gstdecodebin.c: (pad_probe):
8361         Also consider the flush-start and tag events as unblockers
8362         for the pad probes.
8363
8364 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8365
8366         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8367         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8368         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8369         On the fly visualisation switch, works disabling, enabling as
8370         well but it won't be able to enable vis in a playbin that was
8371         created with no visualisation.
8372
8373 2006-01-25  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst-libs/gst/audio/gstbaseaudiosink.c:
8376         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8377         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8378         resume after pause.
8379
8380 2006-01-25  Wim Taymans  <wim@fluendo.com>
8381
8382         * gst-libs/gst/audio/gstbaseaudiosink.c:
8383         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8384         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8385         Improve debugging.
8386         Post error when caps cannot be parsed.
8387         Resync on discontinuity in the stream.
8388         Clip samples to segment boundaries.
8389         return WRONG_STATE sooner when we are flushing.
8390
8391         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8392         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8393         Make audiosrc operate in TIME.
8394         Set TIMESTAMP and DURATION on buffers.
8395
8396 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8397
8398         * tests/examples/seek/seek.c: (main):
8399           Output tag messages as well.
8400
8401 2006-01-23  Edward Hervey  <edward@fluendo.com>
8402
8403         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8404         (free_pad_probes), (remove_fakesink), (pad_probe),
8405         (close_pad_link), (gst_decode_bin_change_state):
8406         Replace GstPadBlockCallback with pad probes that detect
8407         first buffer AND eos before removing fakesink.
8408         Fixes hang with demuxers doing EOS while pre-rolling.
8409         Solves #328279
8410
8411 2006-01-23  Andy Wingo  <wingo@pobox.com>
8412
8413         * ext/alsa/gstalsasink.c:
8414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8415         (gst_base_rtp_depayload_setcaps),
8416         (gst_base_rtp_depayload_add_to_queue),
8417         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8418         
8419         Patch by: Jens Granseuer <jensgr at gmx dot net>
8420
8421 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8422
8423         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8424         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8425         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8426         frames. We might get a frame destroyed after changing state to
8427         NULL, adding a safety check on xcontext.
8428
8429 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * gst-libs/gst/interfaces/xoverlay.c:
8432           Fix prepare-xwindow-id code example in the docs - we need to
8433           ignore all messages that aren't element messages as well.
8434           
8435 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8436
8437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8438           I think one day i'll completely undestand how caps negotiation
8439           is supposed to work. This refactoring handles buffer_alloc
8440           called with caps we can't handle. We definitely don't want a
8441           set_caps with those caps, so we define and allocate a buffer
8442           we would like to receive.
8443
8444 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * gst/playback/gstplaybasebin.c: (setup_source):
8447           Free iterator when done.
8448
8449 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8450
8451         * gst-libs/gst/audio/gstbaseaudiosink.c:
8452         (gst_base_audio_sink_render):
8453           Fix playback of non-synchronised streams by assuming a rate
8454           of 1.0 instead of a random one.
8455
8456           Makes this work again:
8457
8458           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8459           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8460           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8461           audioresample ! alsasink
8462
8463 === release 0.10.2 ===
8464
8465 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8466
8467         * configure.ac:
8468           releasing 0.10.2, "Then the devil is six"
8469
8470 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8471
8472         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8473         * gst/playback/gststreamselector.c:
8474         (gst_stream_selector_set_property):
8475           Comment out broken code that connects to the state-changed signal.
8476           At this point, changing current stream selection is broken, but 
8477           stuff like gst-launch playbin current-audio=1 works and filters
8478           to the chosen stream.
8479
8480 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8481
8482         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8483           Fix #327216 (null dereference in vorbisdec)
8484
8485 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8488           Post taglist actually on bus instead of just freeing it
8489           (fixes #327114 and totem bug #327080).
8490
8491         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8492           Use gst_element_found_tags_for_pad(), so that the tags
8493           are sent downstream as an event as well.
8494
8495 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8496
8497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8498         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8499         (gst_ximagesink_buffer_alloc):
8500         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8501         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8502         (gst_xvimagesink_buffer_alloc):
8503           move all regularly occurring messages to GST_LOG level
8504           add some more object logs
8505
8506 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8507
8508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8509           fix a silly segfault
8510
8511 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * docs/libs/gst-plugins-base-libs-docs.sgml:
8514         * docs/libs/gst-plugins-base-libs-sections.txt:
8515         * gst-libs/gst/audio/mixerutils.c:
8516         * gst-libs/gst/audio/mixerutils.h:
8517           Add docs for mixerutils stuff.
8518
8519 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * gst/playback/gstplaybasebin.c: (setup_source):
8522           Fix playback for sources that emit raw audio or
8523           raw video streams (e.g.: cd audio sources) (#325984).
8524
8525 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8526
8527         * gst-libs/gst/audio/mixerutils.c:
8528         (gst_audio_mixer_filter_do_filter):
8529           actually save the element we create
8530
8531 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst-libs/gst/cdda/gstcddabasesrc.c:
8534         (gst_cdda_base_src_handle_track_seek):
8535           No need to post a tag message on the bus when seeking
8536           within the same track, only post it when the current
8537           track changes.
8538
8539 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8540
8541         * gst/playback/gstplaybasebin.c: (group_destroy),
8542         (probe_triggered), (new_decoded_pad), (mute_group_type),
8543         (set_active_source):
8544         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8545         * gst/playback/gststreamselector.c:
8546         (gst_stream_selector_base_init),
8547         (gst_stream_selector_set_property),
8548         (gst_stream_selector_request_new_pad):
8549           Reenable stream selection. These mechanisms need a complete overhaul
8550           in the face of 0.8->0.10 changes though.
8551
8552 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8553
8554         * ext/ogg/gstoggdemux.c:
8555           Change the pad template to src_%d to match the pads that 
8556           are created from it. decodebin needs this information in order
8557           to decide that oggdemux is capable of producing multiple pads
8558           (and hence needs queues inserted).
8559
8560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8561         (gst_ogg_mux_collected):
8562           Make debug output more useful by using GST_PTR_FORMAT.
8563
8564 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8565
8566         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8569           Set depth and width for alaw/mulaw (fixes #326601).
8570
8571 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8572
8573         * tests/icles/Makefile.am:
8574           don't build the tests if we don't have the libs
8575
8576 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8577
8578         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8579         (gst_cd_paranoia_paranoia_callback):
8580           Don't try to free NULL pointers.
8581
8582 2006-01-10  Edward Hervey  <edward@fluendo.com>
8583
8584         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8585         (gst_audio_rate_change_state), (plugin_init):
8586         Add debugging category.
8587         Fix type issues.
8588         Add case for incoming buffers without valid offset/offset_end.
8589
8590 2006-01-10  Michael Smith  <msmith@fluendo.com>
8591
8592         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8593           Don't leak GCond in audio sources.
8594
8595 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8596
8597         * gst/playback/gstplaybin.c: (gen_audio_element):
8598           Don't leak an autoaudiosink/alsasink when we generate
8599           a new audio element. (old code, I guess)
8600
8601 2006-01-10  Michael Smith  <msmith@fluendo.com>
8602
8603         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8604           Support float audio in audiorate.
8605           Use width rather than depth for selecting sample width.
8606
8607 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * gst/videotestsrc/videotestsrc.h:
8610           Use GLib types here (that way we don't have to include the
8611           generated _stdint.h header, which makes life easier for win32
8612           folks that don't use autotools for the build) (#325990, patch
8613           by: Sergey Scobich).
8614
8615 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8618         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8619         (gst_ring_buffer_pause), (wait_segment):
8620         * gst-libs/gst/audio/gstringbuffer.h:
8621           Name (private) union, makes Forte compiler happy (this time
8622           for real) (#324900).
8623
8624 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8625
8626         * gst-libs/gst/audio/Makefile.am:
8627           Link against libgstinterfaces, needed for mixer
8628           and property probe stuff.
8629
8630 2006-01-09  Edward Hervey  <edward@fluendo.com>
8631
8632         * gst-libs/gst/Makefile.am:
8633
8634 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8635
8636         * gst-libs/gst/audio/Makefile.am:
8637         * gst-libs/gst/audio/mixerutils.c:
8638         (gst_audio_mixer_filter_do_filter),
8639         (gst_audio_mixer_filter_check_element),
8640         (gst_audio_mixer_filter_probe_feature),
8641         (element_factory_rank_compare_func),
8642         (gst_audio_default_registry_mixer_filter):
8643         * gst-libs/gst/audio/mixerutils.h:
8644           Add gst_audio_default_registry_mixer_filter() utility
8645           function.
8646
8647 2006-01-03  Michael Smith  <msmith@fluendo.com>
8648
8649         * gst/audioresample/resample.h:
8650           As before, but for o_buf
8651
8652 2006-01-03  Michael Smith  <msmith@fluendo.com>
8653
8654         * gst/audioresample/resample.h:
8655           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8656           since we do arithmetic on it.
8657
8658 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8659
8660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8661         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8662         (gst_ring_buffer_pause), (wait_segment):
8663         * gst-libs/gst/audio/gstringbuffer.h:
8664           Sun's Forte compiler doesn't seem to like anonymous structs,
8665           so use same setup as in GstBaseSrc (fixes #324900).
8666
8667 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8668
8669         * configure.ac:
8670         * gst/volume/Makefile.am:
8671         * gst/volume/demo.c:
8672           move old example to tests/examples/volume/volune.c
8673         * tests/examples/Makefile.am:
8674         * tests/examples/seek/seek.c: (main):
8675           change window-close event from "delete-event" to "destroy"
8676         * tests/examples/volume/Makefile.am:
8677         * tests/examples/volume/volume.c: (value_changed_callback),
8678         (setup_gui), (message_received), (eos_message_received), (main):
8679           fix event handling and bus usage
8680
8681 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8682
8683         * gst/audiotestsrc/gstaudiotestsrc.c:
8684         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8685         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8686         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8687         (gst_audio_test_src_create_square),
8688         (gst_audio_test_src_create_saw),
8689         (gst_audio_test_src_create_triangle),
8690         (gst_audio_test_src_create_silence),
8691         (gst_audio_test_src_create_white_noise),
8692         (gst_audio_test_src_create_pink_noise),
8693         (gst_audio_test_src_init_sine_table),
8694         (gst_audio_test_src_create_sine_table),
8695         (gst_audio_test_src_change_wave),
8696         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8697         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8698         * gst/audiotestsrc/gstaudiotestsrc.h:
8699           update to basesrc changes, implement segmented seeking and eos
8700           handling, add a 'sine-tab' waveform for performance critical playback
8701
8702 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * po/POTFILES.in:
8705           ... and this time the other modified file that I missed last time.
8706
8707 2005-12-29  Michael Smith  <msmith@fluendo.com>
8708
8709         * gst/playback/gstdecodebin.c: (new_pad):
8710           Fix non-C89 variable declaration not at the start of a block. Should
8711           help some compilers.
8712
8713 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         * tests/check/Makefile.am:
8716           And now fix 'make distcheck' (builddir != srcdir)
8717
8718 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * configure.ac:
8721         * ext/cdparanoia/Makefile.am:
8722         * ext/cdparanoia/gstcdparanoia.c:
8723         * ext/cdparanoia/gstcdparanoia.h:
8724         * ext/cdparanoia/gstcdparanoiasrc.c:
8725         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8726         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8727         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8728         (gst_cd_paranoia_paranoia_callback),
8729         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8730         (gst_cd_paranoia_src_set_property),
8731         (gst_cd_paranoia_src_get_property), (plugin_init):
8732         * ext/cdparanoia/gstcdparanoiasrc.h:
8733           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8734           plugin again (there are still fixes required to playbin to make
8735           cdda:// uris work there).
8736
8737 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * tests/check/Makefile.am:
8740           Fix test case compilation.
8741
8742 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * gst-libs/gst/cdda/gstcddabasesrc.c:
8745         (gst_cdda_base_src_update_duration),
8746         (gst_cdda_base_src_calculate_cddb_id):
8747           An integer is not a string. Fix access to uninitialised variable.
8748
8749         * tests/check/Makefile.am:
8750           Add cddabasesrc unit test; also actually enable the vorbis test.
8751
8752         * tests/check/generic/states.c:
8753           Blacklist new cd audio elements as well.
8754
8755         * tests/check/libs/cddabasesrc.c:
8756           Unit test for GstCddaBaseSrc (discid calculation mostly).
8757
8758 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * docs/libs/Makefile.am:
8761         * docs/libs/gst-plugins-base-libs-docs.sgml:
8762         * docs/libs/gst-plugins-base-libs-sections.txt:
8763         * docs/libs/gst-plugins-base-libs.types:
8764           Add docs for libgstcdda/GstCddaBaseSrc.
8765
8766         * gst-libs/gst/interfaces/mixertrack.h:
8767           Do one struct member per line with a semicolon at the end, that way
8768           even gtk-doc might parse it without complaining.
8769
8770 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * configure.ac:
8773         * gst-libs/gst/Makefile.am:
8774         * gst-libs/gst/cdda/Makefile.am:
8775         * gst-libs/gst/cdda/base64.c:
8776         * gst-libs/gst/cdda/base64.h:
8777         * gst-libs/gst/cdda/gstcddabasesrc.c:
8778         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8779         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8780         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8781         (gst_cdda_base_src_get_property),
8782         (gst_cdda_base_src_get_track_from_sector),
8783         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8784         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8785         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8786         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8787         (gst_cdda_base_src_uri_get_protocols),
8788         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8789         (gst_cdda_base_src_uri_handler_init),
8790         (gst_cdda_base_src_setup_interfaces),
8791         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8792         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8793         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8794         (gst_cdda_base_src_add_tags),
8795         (gst_cdda_base_src_add_index_associations),
8796         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8797         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8798         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8799         (gst_cdda_base_src_create):
8800         * gst-libs/gst/cdda/gstcddabasesrc.h:
8801         * gst-libs/gst/cdda/sha1.c:
8802         * gst-libs/gst/cdda/sha1.h:
8803           Add new libgstcdda with GstCddaBaseSrc class.
8804
8805 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * ext/gnomevfs/gstgnomevfssink.h:
8808           Use GstBaseSinkClass as parent_class member for class struct, not
8809           GstBaseSink.
8810
8811 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8812
8813         Patch by: Michael Benes
8814
8815         * gst/videotestsrc/gstvideotestsrc.c:
8816         (gst_video_test_src_class_init), (gst_video_test_src_start):
8817           Add start method to reset running time and number of frames sent
8818           when starting up (fixes #324696)
8819
8820 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8821
8822         * docs/plugins/Makefile.am:
8823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8825         * docs/plugins/gst-plugins-base-plugins.args:
8826         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8827         * docs/plugins/gst-plugins-base-plugins.signals:
8828           Add docs stuff for gnomevfssrc and gnomevfssink.
8829
8830         * ext/gnomevfs/gstgnomevfssrc.c:
8831           Fix example pipeline in gtk-doc blurb.
8832
8833 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         * ext/gnomevfs/Makefile.am:
8836         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8837         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8838         (gst_gnome_vfs_handle_get_type), (plugin_init):
8839         * ext/gnomevfs/gstgnomevfs.h:
8840         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8841         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8842         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8843         (gst_gnome_vfs_sink_set_property),
8844         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8845         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8846         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8847         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8848         (gst_gnome_vfs_sink_uri_get_type),
8849         (gst_gnome_vfs_sink_uri_get_protocols),
8850         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8851         (gst_gnome_vfs_sink_uri_handler_init):
8852         * ext/gnomevfs/gstgnomevfssink.h:
8853           Port gnomevfssink; add gtk-doc blurb.
8854
8855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8856         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8857         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8858         (gst_gnome_vfs_src_uri_get_type),
8859         (gst_gnome_vfs_src_uri_get_protocols),
8860         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8861         (gst_gnome_vfs_src_uri_handler_init),
8862         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8863         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8864         (gst_gnome_vfs_src_send_additional_headers_callback),
8865         (gst_gnome_vfs_src_received_headers_callback),
8866         (gst_gnome_vfs_src_push_callbacks),
8867         (gst_gnome_vfs_src_pop_callbacks),
8868         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8869         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8870         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8871         * ext/gnomevfs/gstgnomevfssrc.h:
8872           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8873           file; add gtk-doc blurb with example pipelines.
8874
8875 === release 0.10.1 ===
8876
8877 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8878
8879         * configure.ac:
8880           releasing 0.10.1, "Dobro Dedek"
8881
8882 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8883
8884         * gst/typefind/gsttypefindfunctions.c:
8885         iLBC30 and iLBC20 added to typefind.
8886
8887 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8888
8889         * gst-libs/gst/audio/gstbaseaudiosink.c:
8890         (gst_base_audio_sink_class_init):
8891         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8892         (gst_base_audio_src_class_init):
8893           update strings, values are in microseconds
8894           change the default sink buffer time to something that is smaller
8895           (to help software volume mixing have a slightly lower delay) but
8896           still be acceptable on Wim's laptop
8897
8898 2005-12-20  Edward Hervey  <edward@fluendo.com>
8899
8900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8901         Made a quack, forgot to add DUCK to the riff video template.
8902
8903 2005-12-19  Edward Hervey  <edward@fluendo.com>
8904
8905         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8906         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8907         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8908         (gst_ogm_parse_chain):
8909         Make sure pads are initialized correctly.
8910         * gst-libs/gst/riff/riff-ids.h:
8911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8912         (gst_riff_create_video_template_caps):
8913         Add a whole bunch of FOURCC <=> MimeType.
8914         Extend the riff video pad template to support the newly added fourcc.
8915
8916 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8917
8918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8919         (gst_ogg_demux_activate_chain):
8920           Extra debug output when activating/deactivating chains.
8921
8922         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8923         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8924         (unlinked):
8925           Remove a queue from our list when it becomes unlinked.
8926           Don't add queues to elements in class 'Demux' if they
8927           can only produce one pad 
8928
8929 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8930
8931         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8932         (gst_video_sink_get_type): Add a debug category.
8933
8934 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8935
8936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8937         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8938           Handle downstream newsegment by sending our own newsegment before the
8939           next buffer to be released. (#323900)
8940
8941 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8942
8943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8944         (gst_base_rtp_depayload_set_gst_timestamp):
8945           add queue delay to new segment as well (as opposed to just the first
8946           buffer). (bug #322347)
8947
8948 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8949
8950         * ext/libvisual/visual.c: (make_valid_name):
8951           change some char* into char[]
8952         * gst/audiotestsrc/gstaudiotestsrc.c:
8953         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8954         (gst_audio_test_src_create):
8955         * gst/audiotestsrc/gstaudiotestsrc.h:
8956           prepare to handle EOS and SEGMENT_DONE
8957
8958 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * tests/check/generic/states.c: (GST_START_TEST):
8961           Blacklist cdparanoia element in state test.
8962
8963 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965           Patch by: Benjamin Pineau
8966
8967         * gst/tcp/gsttcp.c:
8968         * gst/tcp/gsttcpclientsink.c:
8969         * gst/tcp/gsttcpserversink.c:
8970         * gst/tcp/gsttcpserversrc.c:
8971           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8972
8973 2005-12-15  Michael Smith  <msmith@fluendo.com>
8974
8975         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8976         (gst_video_rate_chain):
8977           Fix timestamping for videorate when the first buffer it sees has a
8978           non-zero timestamp. Fix some misleading debug output.
8979
8980 2005-12-15  Michael Smith  <msmith@fluendo.com>
8981
8982         * gst/audioresample/gstaudioresample.c:
8983           Don't leak all input buffers to audioresample.
8984
8985 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8986
8987         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8988           Don't operate on empty text buffers. Strip newlines and
8989           tabs only from the end of the text, but leave them intact
8990           in the middle. Fix typo in gtk-doc description.
8991
8992 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/playback/gstplaybasebin.c:
8995         * gst/playback/gstplaybin.c: (handoff):
8996           Make sure the video frame buffer we return to apps via the
8997           "frame" property always has caps set on it. Modify
8998           _gst_gvalue_set_object() macro to handle NULL objects
8999           gracefully too.
9000
9001 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9002
9003         * gst/audiotestsrc/gstaudiotestsrc.c:
9004         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9005         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9006         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9007         (gst_audio_test_src_create):
9008         * gst/audiotestsrc/gstaudiotestsrc.h:
9009         Adjust to some recent api changes and add wtays new cool seeking
9010         capabillities
9011
9012 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * ext/alsa/Makefile.am:
9015         * ext/alsa/gstalsadeviceprobe.c:
9016         * ext/alsa/gstalsadeviceprobe.h:
9017           Helper functions to add device probing via the GstPropertyProbe
9018           interface to a class.
9019
9020         * ext/alsa/gstalsamixer.h:
9021           Comment out GST_ALSA_MIXER, it returns a struct that's not
9022           used.
9023
9024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9025           Add some debug info. 
9026
9027         * ext/alsa/gstalsamixerelement.c:
9028         (gst_alsa_mixer_element_interface_supported),
9029         (gst_implements_interface_init),
9030         (gst_alsa_mixer_element_init_interfaces),
9031         (gst_alsa_mixer_element_class_init),
9032         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9033         (gst_alsa_mixer_element_set_property),
9034         (gst_alsa_mixer_element_get_property),
9035         (gst_alsa_mixer_element_change_state):
9036         * ext/alsa/gstalsamixerelement.h:
9037           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9038           for device handling (gnome-volume-control will need that).
9039
9040 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9041
9042         * ext/Makefile.am: fix cdparanoia entry
9043         * gst-plugins-base.spec.in: add cdparanoia
9044
9045 2005-12-12  Michael Smith  <msmith@fluendo.com>
9046
9047         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9048           Use the correct function to free list of typefind factories.
9049
9050 2005-12-12  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/videotestsrc/gstvideotestsrc.c:
9053         (gst_video_test_src_class_init), (gst_video_test_src_init),
9054         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9055         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9056         (gst_video_test_src_create):
9057         * gst/videotestsrc/gstvideotestsrc.h:
9058         Implement seeking in videotestsrc.
9059         Small cleanups.
9060
9061 2005-12-12  Wim Taymans  <wim@fluendo.com>
9062
9063         * ext/cdparanoia/Makefile.am:
9064         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9065         (gst_paranoia_endian_get_type), (_do_init),
9066         (cdparanoia_class_init), (cdparanoia_init),
9067         (cdparanoia_set_property), (cdparanoia_get_property),
9068         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9069         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9070         (cdparanoia_convert), (cdparanoia_get_query_types),
9071         (cdparanoia_query), (cdparanoia_set_index),
9072         (cdparanoia_uri_set_uri):
9073         * ext/cdparanoia/gstcdparanoia.h:
9074         Partially ported cdparanoia now that basesrc can support a
9075         plugin like this..
9076
9077 2005-12-12  Wim Taymans  <wim@fluendo.com>
9078
9079         * tests/examples/seek/scrubby.c: (main):
9080         Set higher priority for bus events so they don't get reordered with
9081         gtk gui events.
9082
9083         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9084         (flush_toggle_cb), (main):
9085         Added checkbox to disable flushing seeks. 
9086         Disable scrubbing when doing non flushing seeks.
9087
9088 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9091         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9092         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9093         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9094           Implement some sort of event handling that doesn't rely on
9095           g_return_if_fail; make sure we always push the last chunk of an 
9096           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9097           state change function; remove some old cruft. Seeking is still
9098           rather unlikely to work though.
9099
9100         * tools/.cvsignore:
9101           Ignore more.
9102
9103 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9104
9105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9106         Fixed a leak of the current image reference when cleaning up.
9107         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9108
9109 2005-12-09  Michael Smith  <msmith@fluendo.com>
9110
9111         * tools/Makefile.am:
9112         * tools/gst-launch-ext-m.m:
9113           Remove gst-launch-ext. It doesn't work, and is no longer
9114           particularly useful.
9115
9116 2005-12-08  Luca Ognibene  <luogni@tin.it>
9117
9118         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9119           don't pass random values to ogmparse convert function.
9120           Make seeking possible in the exile1.ogm file.
9121
9122 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9123
9124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9125         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9126           Work around refcount problem with g_value_set_object() that occur
9127           if the core has been compiled against GLib-2.6 (g_value_set_object()
9128           will only g_object_ref() the element, but the caller will
9129           gst_object_unref() it and bad things will happen due to the way
9130           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9131           totem for people on FC4 using Thomas's 0.10 RPMs.
9132           
9133 2005-12-07  Edward Hervey  <edward@fluendo.com>
9134
9135         Time to welcome ogm to 0.10 :)
9136         
9137         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9138         (gst_ogg_pad_typefind):
9139         Oggdemux can now properly typefind elements with dynamic pads.
9140         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9141         Properly set caps on src pad, and set caps on outgoing buffers.
9142
9143 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9144
9145         * ext/alsa/gstalsamixer.h:
9146         * ext/alsa/gstalsamixerelement.h:
9147         * ext/alsa/gstalsamixeroptions.h:
9148         * ext/alsa/gstalsamixertrack.h:
9149         * ext/alsa/gstalsasink.c:
9150         * ext/alsa/gstalsasink.h:
9151         * ext/alsa/gstalsasrc.c:
9152         * ext/alsa/gstalsasrc.h:
9153         * ext/cdparanoia/gstcdparanoia.h:
9154         * ext/gnomevfs/gstgnomevfsuri.h:
9155         * ext/ogg/gstoggdemux.c:
9156         * ext/ogg/gstoggmux.c:
9157         * ext/pango/gsttextoverlay.h:
9158         * ext/theora/theoradec.c:
9159         * ext/theora/theoraenc.c:
9160         * ext/vorbis/vorbisdec.h:
9161         * ext/vorbis/vorbisenc.c:
9162         * ext/vorbis/vorbisenc.h:
9163         * ext/vorbis/vorbisparse.h:
9164         * gst-libs/gst/audio/gstaudioclock.h:
9165         * gst-libs/gst/audio/gstaudiosink.c:
9166         * gst-libs/gst/audio/gstaudiosink.h:
9167         * gst-libs/gst/audio/gstaudiosrc.c:
9168         * gst-libs/gst/audio/gstaudiosrc.h:
9169         * gst-libs/gst/audio/gstbaseaudiosink.c:
9170         * gst-libs/gst/audio/gstbaseaudiosink.h:
9171         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9172         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9173         * gst-libs/gst/audio/gstringbuffer.h:
9174         * gst-libs/gst/audio/multichannel.h:
9175         * gst-libs/gst/floatcast/floatcast.h:
9176         * gst-libs/gst/interfaces/colorbalance.c:
9177         * gst-libs/gst/interfaces/colorbalance.h:
9178         * gst-libs/gst/interfaces/colorbalancechannel.h:
9179         * gst-libs/gst/interfaces/mixer.h:
9180         * gst-libs/gst/interfaces/mixeroptions.h:
9181         * gst-libs/gst/interfaces/mixertrack.h:
9182         * gst-libs/gst/interfaces/navigation.h:
9183         * gst-libs/gst/interfaces/propertyprobe.h:
9184         * gst-libs/gst/interfaces/tuner.h:
9185         * gst-libs/gst/interfaces/tunerchannel.h:
9186         * gst-libs/gst/interfaces/tunernorm.h:
9187         * gst-libs/gst/interfaces/xoverlay.h:
9188         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9189         * gst-libs/gst/riff/riff-ids.h:
9190         * gst-libs/gst/riff/riff-media.h:
9191         * gst-libs/gst/riff/riff-read.h:
9192         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9193         * gst-libs/gst/rtp/gstbasertppayload.c:
9194         * gst-libs/gst/rtp/gstbasertppayload.h:
9195         * gst-libs/gst/rtp/gstrtpbuffer.c:
9196         * gst-libs/gst/rtp/gstrtpbuffer.h:
9197         * gst-libs/gst/tag/gsttageditingprivate.h:
9198         * gst-libs/gst/tag/gstvorbistag.c:
9199         (gst_tag_list_from_vorbiscomment_buffer):
9200         * gst-libs/gst/tag/tag.h:
9201         * gst-libs/gst/video/video.h:
9202         * gst/adder/gstadder.c:
9203         * gst/adder/gstadder.h:
9204         * gst/audioconvert/audioconvert.c:
9205         * gst/audioconvert/audioconvert.h:
9206         * gst/audioconvert/gstaudioconvert.c:
9207         * gst/audioconvert/gstchannelmix.c:
9208         * gst/audioconvert/gstchannelmix.h:
9209         * gst/audiorate/gstaudiorate.c:
9210         * gst/audioresample/buffer.h:
9211         * gst/audioresample/functable.h:
9212         * gst/audioresample/gstaudioresample.c:
9213         * gst/audioresample/resample.h:
9214         * gst/ffmpegcolorspace/avcodec.h:
9215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9216         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9217         * gst/ffmpegcolorspace/imgconvert.c:
9218         * gst/ffmpegcolorspace/imgconvert_template.h:
9219         * gst/playback/gstdecodebin.c:
9220         * gst/playback/gstplaybasebin.h:
9221         * gst/playback/gstplaybin.c:
9222         * gst/playback/gststreaminfo.h:
9223         * gst/tcp/gstfdset.c:
9224         * gst/tcp/gstfdset.h:
9225         * gst/tcp/gstmultifdsink.c:
9226         * gst/tcp/gstmultifdsink.h:
9227         * gst/tcp/gsttcp.h:
9228         * gst/tcp/gsttcpclientsrc.c:
9229         * gst/tcp/gsttcpclientsrc.h:
9230         * gst/tcp/gsttcpplugin.h:
9231         * gst/tcp/gsttcpserversink.c:
9232         * gst/tcp/gsttcpserversrc.c:
9233         * gst/typefind/gsttypefindfunctions.c:
9234         * gst/videorate/gstvideorate.c:
9235         * gst/videotestsrc/gstvideotestsrc.h:
9236         * gst/videotestsrc/videotestsrc.h:
9237         * sys/v4l/gstv4lcolorbalance.h:
9238         * sys/v4l/gstv4ltuner.h:
9239         * sys/v4l/gstv4lxoverlay.h:
9240         * sys/v4l/v4l_calls.h:
9241         * sys/v4l/videodev_mjpeg.h:
9242         * tests/check/elements/audioconvert.c:
9243         * tests/check/elements/audioresample.c:
9244         * tests/check/elements/audiotestsrc.c:
9245         * tests/check/elements/videotestsrc.c:
9246         * tests/check/elements/volume.c:
9247         * tests/examples/seek/scrubby.c:
9248         * tests/examples/seek/seek.c:
9249           expand tabs
9250
9251 === release 0.10.0 ===
9252
9253 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9254
9255         * configure.ac:
9256           releasing 0.10.0, "Mont-d'or"
9257
9258 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9259
9260         * tests/examples/seek/Makefile.am:
9261         Build fix for when gtk is not available.
9262
9263 2005-12-05  Andy Wingo  <wingo@pobox.com>
9264
9265         * ext/libvisual/visual.c: (get_buffer):
9266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9267         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9268         * ext/theora/theoradec.c: (theora_handle_data_packet):
9269         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9270         (theora_enc_chain):
9271         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9272         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9273         Update for alloc_buffer changes.
9274
9275 2005-12-05  Andy Wingo  <wingo@pobox.com>
9276
9277         patch by: Kai Vehmanen <kv2004 eca cx>
9278         
9279         * gst-libs/gst/rtp/gstbasertpdepayload.c
9280         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9281
9282 2005-12-04  Andy Wingo  <wingo@pobox.com>
9283
9284         patch by: Sebastien Cote <sebas642 yahoo ca>
9285         
9286         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9287         Fixes #319172.
9288
9289 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * docs/plugins/Makefile.am:
9292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9294         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9295         * ext/pango/gstclockoverlay.c:
9296         * ext/pango/gsttextoverlay.c: 
9297         * ext/pango/gsttextrender.c:
9298         * ext/pango/gsttimeoverlay.c:
9299           Add gtk-doc blurbs to pango elements.
9300
9301 2005-12-02  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9304         * gst/audioresample/buffer.h:
9305         * gst/audioresample/gstaudioresample.c:
9306         * gst/audioresample/gstaudioresample.h:
9307         * gst/audioresample/resample.c: (resample_input_flush),
9308         (resample_input_pushthrough), (resample_input_eos),
9309         (resample_get_output_size_for_input),
9310         (resample_get_input_size_for_output), (resample_get_output_size),
9311         (resample_get_output_data):
9312         * gst/audioresample/resample.h:
9313         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9314         Fix audioresample, seek torture, new segments, reverse negotiation
9315         etc.. work fine.
9316
9317 2005-12-02  Wim Taymans  <wim@fluendo.com>
9318
9319         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9320         Small cleanups.
9321
9322 2005-12-02  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst/audioconvert/gstaudioconvert.c:
9325         (gst_audio_convert_transform):
9326         Post errors.
9327
9328 === release 0.9.7 ===
9329
9330 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9331
9332         * configure.ac:
9333           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9334
9335 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9336
9337         * Makefile.am:
9338         * po/hu.po:
9339         * win32/MANIFEST:
9340         * win32/gst.sln:
9341           add win32 MANIFEST file
9342           do something to the hungarian translation
9343
9344 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * ext/Makefile.am:
9347           Add $(PANGO_DIR) to SUBDIRS
9348
9349         * ext/pango/gstclockoverlay.c:
9350         * ext/pango/gsttimeoverlay.c:
9351           Fix and improve element descriptions.
9352
9353 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9354
9355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9356         * docs/plugins/inspect/plugin-libvisual.xml:
9357         * docs/plugins/inspect/plugin-pango.xml:
9358           add pango plugin to docs
9359
9360 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9361
9362         * configure.ac:
9363         * ext/Makefile.am:
9364           moved pango to base
9365
9366 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9367
9368         * configure.ac:
9369         * tests/Makefile.am:
9370         * tests/icles/.cvsignore:
9371         * tests/icles/Makefile.am:
9372         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9373         (close_display), (resize_window), (move_window), (create_window),
9374         (terminate_playback), (pause_playback), (start_playback), (main):
9375           add stress test for xoverlay from Julien
9376
9377 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9378
9379         * docs/libs/tmpl/gstcolorbalance.sgml:
9380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9381         * gst-libs/gst/rtp/gstbasertppayload.c:
9382         * gst-libs/gst/rtp/gstrtpbuffer.c:
9383         * gst-libs/gst/rtp/gstrtpbuffer.h:
9384           Do burger's rename for rtp payloaders and depayloaders
9385
9386 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9387
9388         * win32/:
9389           add Visual Studio 6 build files
9390
9391 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9392
9393         * docs/libs/gst-plugins-base-libs-docs.sgml:
9394         * docs/libs/gst-plugins-base-libs-sections.txt:
9395         * docs/libs/tmpl/gstaudio.sgml:
9396         * docs/libs/tmpl/gstringbuffer.sgml:
9397         * gst-libs/gst/interfaces/xoverlay.c:
9398         * gst-libs/gst/video/gstvideofilter.c:
9399         * gst-libs/gst/video/gstvideosink.c:
9400           update documentation
9401
9402 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9403
9404         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9405         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9406         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9407         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9408         (gst_multi_fd_sink_get_stats),
9409         (gst_multi_fd_sink_remove_client_link),
9410         (gst_multi_fd_sink_handle_client_read),
9411         (gst_multi_fd_sink_client_queue_data),
9412         (gst_multi_fd_sink_client_queue_caps),
9413         (gst_multi_fd_sink_client_queue_buffer),
9414         (gst_multi_fd_sink_new_client),
9415         (gst_multi_fd_sink_handle_client_write),
9416         (gst_multi_fd_sink_recover_client),
9417         (gst_multi_fd_sink_queue_buffer),
9418         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9419         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9420         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9421         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9422         * gst/tcp/gstmultifdsink.h:
9423         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9424         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9425         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9426         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9427         (gst_tcp_client_sink_set_property),
9428         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9429         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9430         * gst/tcp/gsttcpclientsink.h:
9431         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9432         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9433         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9434         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9435         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9436         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9437         * gst/tcp/gsttcpclientsrc.h:
9438         * gst/tcp/gsttcpplugin.c: (plugin_init):
9439         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9440         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9441         (gst_tcp_server_sink_finalize),
9442         (gst_tcp_server_sink_handle_server_read),
9443         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9444         (gst_tcp_server_sink_set_property),
9445         (gst_tcp_server_sink_get_property),
9446         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9447         * gst/tcp/gsttcpserversink.h:
9448         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9449         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9450         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9451         (gst_tcp_server_src_set_property),
9452         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9453         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9454         * gst/tcp/gsttcpserversrc.h:
9455           more borgifying
9456
9457 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9458
9459         * docs/plugins/Makefile.am:
9460         * docs/plugins/gst-plugins-base-plugins.args:
9461         * docs/plugins/inspect/plugin-libvisual.xml:
9462         * gst/audioconvert/plugin.h:
9463         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9464         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9465         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9466         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9467         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9468         (plugin_init):
9469         * gst/audiotestsrc/gstaudiotestsrc.c:
9470         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9471         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9472         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9473         (gst_audio_test_src_get_query_types),
9474         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9475         (gst_audio_test_src_create_square),
9476         (gst_audio_test_src_create_saw),
9477         (gst_audio_test_src_create_triangle),
9478         (gst_audio_test_src_create_silence),
9479         (gst_audio_test_src_create_white_noise),
9480         (gst_audio_test_src_init_pink_noise),
9481         (gst_audio_test_src_generate_pink_noise_value),
9482         (gst_audio_test_src_create_pink_noise),
9483         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9484         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9485         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9486         (plugin_init):
9487         * gst/audiotestsrc/gstaudiotestsrc.h:
9488         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9489         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9490         (gst_sub_parse_init), (gst_sub_parse_formats),
9491         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9492         (convert_encoding), (get_next_line),
9493         (gst_sub_parse_data_format_autodetect),
9494         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9495         (gst_sub_parse_loop), (gst_sub_parse_chain),
9496         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9497         (plugin_init):
9498         * gst/subparse/gstsubparse.h:
9499         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9500         (gst_video_rate_base_init), (gst_video_rate_class_init),
9501         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9502         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9503         (gst_video_rate_init), (gst_video_rate_event),
9504         (gst_video_rate_chain), (gst_video_rate_set_property),
9505         (gst_video_rate_get_property), (gst_video_rate_change_state),
9506         (plugin_init):
9507         * gst/videoscale/gstvideoscale.c:
9508         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9509         (gst_video_scale_src_template_factory),
9510         (gst_video_scale_sink_template_factory),
9511         (gst_video_scale_get_type), (gst_video_scale_base_init),
9512         (gst_video_scale_class_init), (gst_video_scale_init),
9513         (gst_video_scale_set_property), (gst_video_scale_get_property),
9514         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9515         (gst_video_scale_prepare_size), (parse_caps),
9516         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9517         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9518         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9519         (plugin_init):
9520         * gst/videoscale/gstvideoscale.h:
9521         * gst/videotestsrc/gstvideotestsrc.c:
9522         (gst_video_test_src_pattern_get_type),
9523         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9524         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9525         (gst_video_test_src_set_pattern),
9526         (gst_video_test_src_set_property),
9527         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9528         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9529         (gst_video_test_src_event), (gst_video_test_src_get_times),
9530         (gst_video_test_src_create), (plugin_init):
9531         * gst/videotestsrc/gstvideotestsrc.h:
9532         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9533         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9534         (gst_video_test_src_black):
9535         * gst/videotestsrc/videotestsrc.h:
9536           borgify further
9537           clean up docs a little
9538
9539 2005-11-30  Wim Taymans  <wim@fluendo.com>
9540
9541         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9542         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9543         (gst_basertppayload_event), (gst_basertppayload_push),
9544         (gst_basertppayload_change_state):
9545         * gst-libs/gst/rtp/gstbasertppayload.h:
9546         closed #320644.
9547
9548 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9549
9550         * docs/libs/gst-plugins-base-libs-docs.sgml:
9551         * docs/libs/gst-plugins-base-libs-sections.txt:
9552         * gst-libs/gst/video/gstvideofilter.c:
9553         * gst-libs/gst/video/gstvideosink.c:
9554         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9555
9556 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9557
9558         * LICENSE:
9559           move
9560         * po/af.po:
9561         * po/az.po:
9562         * po/cs.po:
9563         * po/en_GB.po:
9564         * po/hu.po:
9565         * po/it.po:
9566         * po/nb.po:
9567         * po/nl.po:
9568         * po/or.po:
9569         * po/sq.po:
9570         * po/sr.po:
9571         * po/sv.po:
9572         * po/uk.po:
9573         * po/vi.po:
9574         * Makefile.am:
9575           update
9576         * scripts/autoplugins.sh:
9577           remove
9578
9579 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9580
9581         * Makefile.am:
9582         * configure.ac:
9583         * examples/Makefile.am:
9584         * examples/capsfilter/Makefile.am:
9585         * examples/capsfilter/capsfilter1.c:
9586         * examples/gob/Makefile.am:
9587         * examples/gob/gst-identity2.gob:
9588         * examples/indexing/.cvsignore:
9589         * examples/indexing/Makefile.am:
9590         * examples/indexing/indexmpeg.c:
9591         * examples/seeking/.cvsignore:
9592         * examples/seeking/Makefile.am:
9593         * examples/seeking/cdparanoia.c:
9594         * examples/seeking/cdplayer.c:
9595         * examples/seeking/chained.c:
9596         * examples/seeking/scrubby.c:
9597         * examples/seeking/seek.c:
9598         * examples/stats/Makefile.am:
9599         * examples/stats/mp2ogg.c:
9600         * examples/switch/.cvsignore:
9601         * examples/switch/Makefile.am:
9602         * examples/switch/switcher.c:
9603         * tests/Makefile.am:
9604         * tests/check/generic/.cvsignore:
9605         * tests/check/pipelines/.cvsignore:
9606         * tests/examples/Makefile.am:
9607         * tests/examples/seek/Makefile.am:
9608           reorganize stuff under tests/
9609
9610 2005-11-30  Edward Hervey  <edward@fluendo.com>
9611
9612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9613         Go away you stupid GstStaticPadTemplate memleak.
9614
9615 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9616
9617         * gst-libs/gst/net/Makefile.am:
9618         * gst-libs/gst/net/README:
9619         * gst-libs/gst/net/gstnetbuffer.c:
9620         * gst-libs/gst/net/gstnetbuffer.h:
9621           this was moved to "netbuffer"
9622
9623 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9626         (gst_video_filter_class_init), (gst_video_filter_init):
9627         * gst-libs/gst/video/gstvideofilter.h:
9628           borgify name to bring in line with other classes
9629
9630 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9631
9632         * gst/audioscale/.cvsignore:
9633         * gst/audioscale/Makefile.am:
9634         * gst/audioscale/README:
9635         * gst/audioscale/audioscale.vcproj:
9636         * gst/audioscale/dtof.c:
9637         * gst/audioscale/dtos.c:
9638         * gst/audioscale/functable.c:
9639         * gst/audioscale/gstaudioscale.c:
9640         * gst/audioscale/gstaudioscale.h:
9641         * gst/audioscale/private.h:
9642         * gst/audioscale/resample.c:
9643         * gst/audioscale/resample.h:
9644         * gst/audioscale/test.c:
9645           remove
9646
9647 2005-11-30  Edward Hervey  <edward@fluendo.com>
9648
9649         * gst-libs/gst/netbuffer/Makefile.am:
9650         really, really tired
9651
9652 2005-11-30  Edward Hervey  <edward@fluendo.com>
9653
9654         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9655         Update for new GstTypeFindFactory _register()
9656
9657 2005-11-30  Edward Hervey  <edward@fluendo.com>
9658
9659         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9660         Let's not override libgstnet from core for no reason...
9661         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9662         Ok, maybe not so quick next time.
9663
9664 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * configure.ac:
9667         * gst-libs/gst/Makefile.am:
9668           moved gst-libs/gst/net to netbuffer through CVS surgery
9669           remove old directory
9670           updating build to accomodate
9671           (#322257)
9672
9673 2005-11-29  Andy Wingo  <wingo@pobox.com>
9674
9675         * pkgconfig/gstreamer-plugins-base.pc.in:
9676         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9677         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9678         (#322257).
9679
9680 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9681
9682         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9683         3rd time's the charm. Correct ref-counting for discarded buffers.
9684
9685 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9686
9687         * gst/playback/gststreamselector.c:
9688         (gst_stream_selector_class_init),
9689         (gst_stream_selector_set_property),
9690         (gst_stream_selector_get_property),
9691         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9692         Fix ref-counting
9693
9694 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * gst/subparse/gstsubparse.c: (feed_textbuf):
9697           Don't access already unref'ed buffer.
9698
9699 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9700
9701         * gst/playback/gststreamselector.c:
9702         (gst_stream_selector_class_init), (gst_stream_selector_init),
9703         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9704         (gst_stream_selector_get_property),
9705         (gst_stream_selector_get_linked_pad),
9706         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9707         * gst/playback/gststreamselector.h:
9708         Add the active-pad property for playbin to use shortly. Ignore buffers
9709         from any other pad, returning GST_FLOW_NOT_LINKED
9710
9711 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9712
9713         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9714         patch from bug #322704 (Alessandro Decina).
9715
9716 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9717
9718         * gst-libs/gst/audio/Makefile.am:
9719           folded audiofilter into the audio library
9720
9721 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9722
9723         * gst/videoscale/gstvideoscale.h:
9724         * gst/videoscale/gstvideoscale.c:
9725           remove unimplemented scale methods
9726
9727 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9730           Don't leak caps.
9731
9732 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9733
9734         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9735         (gst_ximagesink_setcaps):
9736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9737         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9738         happens (only visible on ximagesink but bug is in xv too) set_caps was
9739         destroying the internal x[v]image used to memcpy non locally alloced
9740         buffers so that it got renewed on next _chain. The issue is that 
9741         _expose will try to put that image as it reffed it in _put.
9742         Using gst_buffer_unref instead of destroy fixes it !
9743
9744 2005-11-28  Edward Hervey  <edward@fluendo.com>
9745
9746         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9747         (try_to_link_1), (queue_filled_cb):
9748         Better use of the queues. Start with a small size queue and only increase
9749         the size of the queues when the other queues are empty.
9750
9751 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9752
9753         * gst-libs/gst/video/Makefile.am:
9754           compile in copied-over videofilter into the video library
9755         * gst-libs/gst/video/videosink.h:
9756           rename the header to gstvideosink.h since it's a base GstObject class
9757         * sys/ximage/ximagesink.h:
9758         * sys/xvimage/xvimagesink.h:
9759           use the new header
9760
9761 2005-11-28  Wim Taymans  <wim@fluendo.com>
9762
9763         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9764         * gst/playback/gstplaybasebin.h:
9765         Prepare to handle errors betters.
9766
9767         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9768         Set sinks to PAUSED first before adding and linking them so that
9769         we don't interrupt dataflow.
9770
9771 2005-11-28  Wim Taymans  <wim@fluendo.com>
9772
9773         * gst-libs/gst/audio/TODO:
9774         Updated TODO
9775
9776         * gst-libs/gst/audio/gstaudiosink.c:
9777         (gst_audioringbuffer_open_device),
9778         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9779         (gst_audioringbuffer_release):
9780         Small cleanups.
9781
9782         * gst-libs/gst/audio/gstbaseaudiosink.c:
9783         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9784         (gst_base_audio_sink_change_state):
9785         Slave to the master clock when going to PLAYING and unslave when
9786         going to PAUSED.
9787
9788         * gst-libs/gst/audio/gstringbuffer.c:
9789         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9790         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9791         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9792         (gst_ring_buffer_clear_all), (wait_segment),
9793         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9794         (gst_ring_buffer_advance):
9795         * gst-libs/gst/audio/gstringbuffer.h:
9796         Add some docs and cleanups.
9797
9798 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9799
9800         * sys/xvimage/xvimagesink.c:
9801         (gst_xvimagesink_navigation_send_event): Fix navigation events
9802         coordinates translation with pixel aspect ratios.
9803
9804 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9805
9806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9807         Use calculated video geometry from _setcaps instead of buffer
9808         caps to respect pixel aspect ratio. (fixes #322388)
9809
9810 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9811
9812         * docs/libs/tmpl/gstcolorbalance.sgml:
9813         * docs/libs/tmpl/gstmixer.sgml:
9814         * docs/libs/tmpl/gstxoverlay.sgml:
9815         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9816         interface.
9817
9818 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9819
9820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9821         Refuse to create an XvImage if we can't find the format.
9822
9823 2005-11-28  Edward Hervey  <edward@fluendo.com>
9824
9825         * gst-libs/gst/riff/riff-media.c:
9826         (gst_riff_create_audio_template_caps):
9827         Add ATRAC3 to the list of riff-possible audio caps.
9828         I know we still don't have a plugin for atrac3, but it's saner to output
9829         that than a cryptic mimetype.
9830
9831 2005-11-27  Edward Hervey  <edward@fluendo.com>
9832
9833         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9834         Don't try to create a zero-sized subbuffer.
9835
9836 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9837
9838         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9839         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9840         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9841         (gst_ximagesink_expose): Fixed a tricky race.
9842         * sys/ximage/ximagesink.h:
9843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9844         (gst_xvimagesink_expose): Fixed a tricky race.
9845         * sys/xvimage/xvimagesink.h:
9846
9847 2005-11-27  Edward Hervey  <edward@fluendo.com>
9848
9849         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9850         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9851         Remove unused properties, and add queues between demuxers and decoders
9852         so that a lot more files can preroll properly.
9853
9854 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9855
9856         * gst-libs/gst/net/Makefile.am:
9857         * gst-libs/gst/rtp/Makefile.am:
9858         * gst-libs/gst/tag/Makefile.am:
9859           remove silly include
9860         * gst/tags/Makefile.am:
9861         * gst/tags/gsttagediting.c:
9862         * gst/tags/gsttageditingprivate.h:
9863         * gst/tags/tagedit.vcproj:
9864           remove directory, is as good as empty
9865
9866 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9867
9868         * configure.ac:
9869           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9870         * gst-libs/Makefile.am:
9871         * gst-libs/gst/audio/Makefile.am:
9872         * gst-libs/gst/interfaces/Makefile.am:
9873         * gst-libs/gst/net/Makefile.am:
9874         * gst-libs/gst/riff/Makefile.am:
9875         * gst-libs/gst/rtp/Makefile.am:
9876         * gst-libs/gst/tag/Makefile.am:
9877         * gst-libs/gst/video/Makefile.am:
9878           and use them
9879
9880 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9881
9882         * docs/libs/tmpl/gstcolorbalance.sgml:
9883         * docs/libs/tmpl/gstmixer.sgml:
9884         * docs/libs/tmpl/gstxoverlay.sgml:
9885         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9886         * sys/ximage/ximagesink.h:
9887         * sys/xvimage/xvimagesink.h: More and more documentation.
9888
9889 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9890
9891         * docs/libs/gst-plugins-base-libs-docs.sgml:
9892         * docs/libs/gst-plugins-base-libs-sections.txt:
9893         * docs/libs/tmpl/gstcolorbalance.sgml:
9894         * docs/libs/tmpl/gstmixer.sgml:
9895         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9896         to documentation.
9897
9898 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9899
9900         * docs/plugins/Makefile.am:
9901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9903         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9904
9905 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9906
9907         * docs/plugins/Makefile.am:
9908         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9909         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9910         * docs/plugins/inspect/plugin-adder.xml:
9911         * docs/plugins/inspect/plugin-alsa.xml:
9912         * docs/plugins/inspect/plugin-audioconvert.xml:
9913         * docs/plugins/inspect/plugin-audiorate.xml:
9914         * docs/plugins/inspect/plugin-audioresample.xml:
9915         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9916         * docs/plugins/inspect/plugin-decodebin.xml:
9917         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9918         * docs/plugins/inspect/plugin-gnomevfs.xml:
9919         * docs/plugins/inspect/plugin-ogg.xml:
9920         * docs/plugins/inspect/plugin-playbin.xml:
9921         * docs/plugins/inspect/plugin-subparse.xml:
9922         * docs/plugins/inspect/plugin-tcp.xml:
9923         * docs/plugins/inspect/plugin-theora.xml:
9924         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9925         * docs/plugins/inspect/plugin-video4linux.xml:
9926         * docs/plugins/inspect/plugin-videorate.xml:
9927         * docs/plugins/inspect/plugin-videoscale.xml:
9928         * docs/plugins/inspect/plugin-videotestsrc.xml:
9929         * docs/plugins/inspect/plugin-volume.xml:
9930         * docs/plugins/inspect/plugin-vorbis.xml:
9931         * docs/plugins/inspect/plugin-ximagesink.xml:
9932         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9933         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9934
9935 2005-11-26  Edward Hervey  <edward@fluendo.com>
9936
9937         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9938         Properly return GstFlowReturn from gst_pad_push in chain functions.
9939
9940 2005-11-25  Michael Smith  <msmith@fluendo.com>
9941
9942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9943         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9944         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9945         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9946           Handle various conditions better when we don't understand a stream.
9947           Removes a heap of CRITICALs on ogg streams containing unknown data.
9948
9949 2005-11-24  Andy Wingo  <wingo@pobox.com>
9950
9951         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9952         Be threadsafe.
9953
9954 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9955
9956         * configure.ac: back to HEAD
9957
9958 === release 0.9.6 ===
9959
9960 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9961
9962         * configure.ac:
9963           releasing 0.9.6, "White Eight"
9964
9965 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9966
9967         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9968         * docs/plugins/inspect/plugin-sine.xml:
9969           remove sinesrc some more
9970
9971 2005-11-23  Wim Taymans  <wim@fluendo.com>
9972
9973         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9974         If we are reading too slowly, jump forward in the ringbuffer
9975         instead of blocking.
9976
9977 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9980         (gst_visual_chain):
9981         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9982         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9983         (gst_videorate_chain):
9984         * gst/videotestsrc/gstvideotestsrc.c:
9985         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9986         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9987         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9988         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9990         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9991           Updates for API changes
9992
9993 2005-11-23  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst-libs/gst/audio/gstbaseaudiosink.c:
9996         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9997         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9998         Fix for calibration API change.
9999
10000 2005-11-23  Michael Smith <msmith@fluendo.com>
10001
10002         * gst-libs/gst/audio/multichannel.c:
10003         (gst_audio_get_channel_positions),
10004         (gst_audio_set_channel_positions),
10005         (gst_audio_set_structure_channel_positions_list),
10006         (gst_audio_fixate_channel_positions):
10007           Use gst_value_array_*() functions on value arrays, not
10008           gst_value_list_*().
10009
10010 2005-11-23  Edward Hervey  <edward@fluendo.com>
10011
10012         * autogen.sh:
10013         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10014         Fixes autogen
10015
10016 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10017
10018         * check/Makefile.am:
10019         * check/elements/videotestsrc.c: (setup_videotestsrc),
10020         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10021         (main):
10022           add a test for videotestsrc
10023
10024 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * gst/sine/.cvsignore:
10027         * gst/sine/Makefile.am:
10028         * gst/sine/gstsinesrc.c:
10029         * gst/sine/gstsinesrc.h:
10030         * gst/sine/sinesrc.vcproj:
10031           and remove sinesrc from the repository.  Closes #321446
10032
10033 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10034
10035         * configure.ac:
10036         * gst-plugins-base.spec.in:
10037           remove sinesrc from the build
10038
10039 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10040
10041         * check/Makefile.am:
10042         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10043         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10044         (main):
10045           add a test for audiotestsrc, testing all waves.  Even seems
10046           leak-free at first glance, nice job Stefan
10047
10048 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10049
10050         * po/af.po:
10051         * po/az.po:
10052         * po/cs.po:
10053         * po/en_GB.po:
10054         * po/hu.po:
10055         * po/it.po:
10056         * po/nb.po:
10057         * po/nl.po:
10058         * po/or.po:
10059         * po/sq.po:
10060         * po/sr.po:
10061         * po/sv.po:
10062         * po/uk.po:
10063         * po/vi.po:
10064           Translation string updates
10065
10066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10067         (gst_v4lsrc_set_caps):
10068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10069         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10070         * sys/v4l/v4lsrc_calls.h:
10071           Improve v4lsrc, by making it work again.
10072
10073 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10074
10075         * ext/libvisual/visual.c: (gst_visual_chain):
10076           Fix the fps calculations.
10077
10078         * gst/ffmpegcolorspace/avcodec.h:
10079           Move structure element for clarity
10080
10081         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10082         * gst-libs/gst/interfaces/tunernorm.h:
10083         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10084         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10085         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10086         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10087         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10088         (gst_v4lmjpegsrc_getcaps):
10089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10090         (gst_v4lsrc_set_caps):
10091         * sys/v4l/gstv4lsrc.h:
10092         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10093         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10094         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10095         * sys/v4l/v4lsrc_calls.h:
10096           Fractional framerates...
10097
10098 2005-11-22  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst-libs/gst/audio/gstbaseaudiosink.c:
10101         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10102         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10103         And we provide a clock by default, of course...
10104
10105 2005-11-22  Wim Taymans  <wim@fluendo.com>
10106
10107         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10108         This clock can be slaved to a master clock now.
10109
10110         * gst-libs/gst/audio/gstbaseaudiosink.c:
10111         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10112         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10113         (gst_base_audio_sink_set_clock),
10114         (gst_base_audio_sink_set_property),
10115         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10116         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10117         * gst-libs/gst/audio/gstbaseaudiosink.h:
10118         Handle slaving the internal clock to the clock selected in the
10119         pipeline.
10120         Add property to make the basesink not provide a clock.
10121
10122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10123         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10124         (gst_base_rtp_depayload_wait):
10125         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10126         We can use the clock in GstElement, no need to store it ourselves.
10127
10128 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10129
10130         * docs/libs/tmpl/gstaudio.sgml:
10131           update
10132         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10133         (gst_paranoia_endian_get_type):
10134         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10135         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10136         * gst/audiotestsrc/gstaudiotestsrc.c:
10137         (gst_audiostestsrc_wave_get_type):
10138         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10139         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10140         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10141         (gst_sync_method_get_type), (gst_unit_type_get_type),
10142         (gst_client_status_get_type), (gst_multifdsink_class_init),
10143         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10144         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10145         (gst_multifdsink_get_property):
10146         * gst/tcp/gstmultifdsink.h:
10147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10148         * gst/videotestsrc/gstvideotestsrc.c:
10149         (gst_videotestsrc_pattern_get_type):
10150           remove deprecated properties
10151           fix up enums to correctly have short lowercase dashed nicks
10152
10153 2005-11-22  Michael Smith <msmith@fluendo.com>
10154
10155         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10156         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10157           Add underscore.
10158
10159 2005-11-22  Michael Smith <msmith@fluendo.com>
10160
10161         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10162         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10163           Use utility method for scaling clocktime for fractional framerates.
10164
10165 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10166
10167         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10168         (gst_visual_chain):
10169         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10170         * ext/theora/theoradec.c: (theora_handle_type_packet):
10171         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10172         (theora_enc_chain):
10173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10174         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10175         * gst-libs/gst/video/video.h:
10176         * gst/ffmpegcolorspace/avcodec.h:
10177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10178         (gst_ffmpeg_caps_to_pixfmt):
10179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10180         (gst_ffmpegcsp_set_caps):
10181         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10182         (gst_videorate_setcaps), (gst_videorate_blank_data),
10183         (gst_videorate_chain):
10184         * gst/videotestsrc/gstvideotestsrc.c:
10185         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10186         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10187         (gst_videotestsrc_event), (gst_videotestsrc_create):
10188         * gst/videotestsrc/gstvideotestsrc.h:
10189         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10190         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10191         (gst_ximagesink_get_times), (gst_ximagesink_init):
10192         * sys/ximage/ximagesink.h:
10193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10194         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10195         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10196         * sys/xvimage/xvimagesink.h:
10197           Convert elements to use fractions for their framerate.
10198           V4L elements to come later tonight.
10199
10200 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10201
10202         * gst-libs/gst/audio/audio.c:
10203         * gst-libs/gst/audio/audio.h:
10204           remove some deprecated functions
10205
10206 2005-11-22  Andy Wingo  <wingo@pobox.com>
10207
10208         * Update for gst_tag_setter API changes.
10209
10210 2005-11-22  Andy Wingo  <wingo@pobox.com>
10211
10212         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10213         (gst_ogg_demux_perform_seek):
10214         * ext/theora/theoradec.c (theora_dec_sink_event):
10215         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10216         update-funcnames.
10217
10218 2005-11-22  Wim Taymans  <wim@fluendo.com>
10219
10220         * examples/seeking/seek.c: (main):
10221         Give higher priority to bus signals than the gtk events
10222         to fix a race condition in the segment looping.
10223
10224 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10225
10226         * ext/theora/Makefile.am:
10227         * ext/vorbis/Makefile.am:
10228         * gst-libs/gst/tag/Makefile.am:
10229         * gst-plugins-base.spec.in:
10230           Rename libgsttagedit to libgsttag (#322117).
10231
10232 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10236           Call gst_x_overlay_prepare_xwindow_id() to give applications
10237           a final chance to set their own xwindow id before the video
10238           sink creates its own window.
10239
10240 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10241
10242         * sys/xvimage/xvimagesink.c:
10243         (gst_xvimagesink_navigation_send_event): Handle navigation
10244         events correcly with borders if applicable.
10245
10246 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         Patch by: Luca Ognibene
10249
10250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10251         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10253         (gst_ffmpegcsp_caps_remove_format_info):
10254         * gst/ffmpegcolorspace/imgconvert.c:
10255         * gst/ffmpegcolorspace/imgconvert_template.h:
10256           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10257           #318353); use gst_structure_has_name().
10258
10259 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10260
10261         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10262         (gst_ximagesink_class_init): Add debug macros on functions.
10263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10264         (gst_xvimagesink_xwindow_draw_borders),
10265         (gst_xvimagesink_xvimage_put),
10266         (gst_xvimagesink_xwindow_update_geometry),
10267         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10268         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10269         (gst_xvimagesink_xcontext_clear),
10270         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10271         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10272         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10273         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10274         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10275         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10276         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10277         expose while being PAUSED, out of data flow navigation events, etc..
10278
10279 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10280
10281         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10282         * gst-libs/gst/audio/audio.h:
10283           fix prototype - wondering why the test worked regardless
10284
10285 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10286
10287         * check/Makefile.am:
10288         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10289         * gst-libs/gst/audio/audio.h:
10290           add a method that returns a proper GstClockTime
10291
10292 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10295         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10296         * gst-libs/gst/interfaces/xoverlay.h:
10297           Remove everything having to do with the desired size; add 
10298           gst_x_overlay_prepare_xwindow_id() function; remove the
10299           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10300           post a message on the bus instead (#321816).
10301
10302         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10304         (gst_xvimagesink_xoverlay_init):
10305           Remove desired size stuff (#321816).
10306
10307 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10310         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10311         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10312           Terminate vararg functions with NULL instead of 0 to 
10313           make gcc4 happy.
10314
10315 2005-11-21  Andy Wingo  <wingo@pobox.com>
10316
10317         patch by: Sebastien Cote <sebas642@yahoo.ca>
10318         
10319         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10320         * gst-libs/gst/rtp/gstrtpbuffer.c
10321         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10322
10323 2005-11-21  Andy Wingo  <wingo@pobox.com>
10324
10325         * gst/playback/gstplaybin.c (gen_audio_element) 
10326         (gen_video_element): Use the new MISSING_PLUGIN core error
10327         category. Closes #320060.
10328
10329         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10330         * gst/videorate/gstvideorate.c (gst_videorate_event):
10331         * ext/theora/theoradec.c (theora_dec_sink_event): 
10332         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10333         stream lock.
10334
10335         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10336         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10337         stream lock changes.
10338
10339 2005-11-21  Wim Taymans  <wim@fluendo.com>
10340
10341         * gst-libs/gst/audio/gstbaseaudiosink.c:
10342         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10343         (gst_base_audio_sink_provide_clock),
10344         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10345         (gst_base_audio_sink_change_state):
10346         * gst/audioresample/gstaudioresample.c:
10347         Segment update fix.
10348
10349 2005-11-21  Andy Wingo  <wingo@pobox.com>
10350
10351         * *.h:
10352         * *.c: Ran scripts/update-macros. Oh yes.
10353
10354 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         * sys/ximage/Makefile.am:
10357         * sys/ximage/ximage.c:
10358           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10359           remove your old libgstximage.* manually if necessary).
10360
10361 2005-11-21  Michael Smith <msmith@fluendo.com>
10362
10363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10364           Minimal fix for bug #320200: set the min/max bitrate in the correct
10365           units. A better fix would be to upgrade to the RATEMANAGE2
10366           interface, rather than using the deprecated interface used here, but
10367           that would require an update in our libvorbis dependency (to 1.1),
10368           which is probably undesirable.
10369
10370 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10371
10372         * ext/libvisual/visual.c: (get_buffer):
10373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10374         (gst_base_audio_src_fixate):
10375         * gst/audioconvert/gstaudioconvert.c:
10376         (gst_audio_convert_fixate_caps):
10377         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10378         * gst/audiotestsrc/gstaudiotestsrc.c:
10379         (gst_audiotestsrc_src_fixate):
10380         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10381         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10383         * gst/videotestsrc/gstvideotestsrc.c:
10384         (gst_videotestsrc_src_fixate):
10385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10387           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10388           (#322027)
10389
10390
10391 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10394         (gst_riff_create_iavs_caps):
10395         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10396         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10397         (gst_riff_parse_info):
10398         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10401           Fixes for GST_FOURCC_FORMAT API change.
10402
10403 2005-11-21  Andy Wingo  <wingo@pobox.com>
10404
10405         patch by: Alessandro Dessina <alessandro nnva org>
10406
10407         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10408         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10409         (gst_ogg_parse_chain):
10410         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10411         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10412         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10413         gst_value_list calls on arrays. Fixes #321962.
10414
10415 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10416
10417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10418         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10419         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10420         * gst/adder/gstadder.c: (gst_adder_init),
10421         (gst_adder_request_new_pad), (gst_adder_collected),
10422         (gst_adder_change_state):
10423           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10424           API change.
10425
10426 2005-11-21  Michael Smith <msmith@fluendo.com>
10427
10428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10429         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10430           Properly handle pad_push return values.
10431
10432 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10433
10434         * gst-libs/gst/tag/Makefile.am:
10435         * gst-libs/gst/tag/gstvorbistag.c:
10436         (gst_tag_list_to_vorbiscomment_buffer):
10437           Remove obsolete vorbistag element and debug category.
10438
10439         * gst/playback/gstplaybasebin.c: (check_queue):
10440           Don't divide by 0 when queue-threshold is 0.
10441
10442         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10443           Don't modify an existing pixel-aspect-ratio if we fail to read
10444           a new one.
10445
10446 2005-11-20  Wim Taymans  <wim@fluendo.com>
10447
10448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10449         (gst_vorbisenc_push_packet):
10450         GST_PAD_IS_USABLE is gone, use the return value of
10451         the push or pad_alloc_buffer instead.
10452
10453 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10454
10455         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10456         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10457         (gst_ximagesink_ximage_destroy),
10458         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10459         (gst_ximagesink_xwindow_new),
10460         (gst_ximagesink_xwindow_update_geometry),
10461         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10462         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10463         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10464         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10465         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10466         (gst_ximagesink_navigation_send_event),
10467         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10468         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10469         (gst_ximagesink_finalize), (gst_ximagesink_init),
10470         (gst_ximagesink_class_init):
10471         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10472         This new version brings correct software scaling, non flickering
10473         window while resizing, pixel aspect ratio handling, usage of
10474         hardware buffer pools, out of data flow event thread for 
10475         navigation and handling of expose events even when being PAUSED,
10476         a new property to keep video aspect ratio when resizing, etc...
10477
10478 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10479
10480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10481         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10482         handling of PAR.
10483
10484 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10485
10486         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10487         Unsetting IS_SINK flag from the fakesink, so decodebin
10488         never behaves as a sink.
10489
10490 2005-11-17  Wim Taymans  <wim@fluendo.com>
10491
10492         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10493         (gst_base_audio_src_change_state):
10494         Fix the audiosrc base class again, we did not unflush.
10495
10496 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10497
10498         * examples/seeking/seek.c: (make_dv_pipeline),
10499         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10500         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10501         to ogg/vorbis/theora pipeline.
10502
10503 2005-11-17  Wim Taymans  <wim@fluendo.com>
10504
10505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10506         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10507         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10508         Fix EOS on multiple streams.
10509         More debugging.
10510
10511 2005-11-16  Wim Taymans  <wim@fluendo.com>
10512
10513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10514         (gst_ogg_demux_perform_seek):
10515         Segment done must include stream time.
10516
10517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10518         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10519         (gst_ogg_mux_change_state):
10520         Fix ogg muxer again.
10521
10522 2005-11-16  Wim Taymans  <wim@fluendo.com>
10523
10524         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10525         Fix compile again.
10526
10527 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10528
10529         * ext/libvisual/visual.c: (gst_visual_init):
10530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10531         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10532         (gst_ogg_parse_chain):
10533         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10534         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10535         * ext/theora/theoradec.c: (gst_theora_dec_init):
10536         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10538         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10539         * gst/adder/gstadder.c: (gst_adder_class_init),
10540         (gst_adder_dispose):
10541         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10542         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10543         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10544           Fix a whole set of pad template leaks
10545
10546 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10547
10548         * check/generic/states.c: (GST_START_TEST):
10549           fix the test so that it only checks for elements that are part of
10550           this source module
10551
10552 2005-11-16  Michael Smith <msmith@fluendo.com>
10553
10554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10555         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10556         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10557         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10558         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10559         (gst_ogg_mux_change_state):
10560           Fix leaking collectpads.
10561
10562 2005-11-16  Edward Hervey  <edward@fluendo.com>
10563
10564         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10565         (gst_videorate_event), (gst_videorate_chain):
10566         Handle segment seeks
10567
10568 2005-11-16  Wim Taymans  <wim@fluendo.com>
10569
10570         * gst-libs/gst/audio/gstbaseaudiosink.c:
10571         (gst_base_audio_sink_provide_clock),
10572         (gst_base_audio_sink_change_state):
10573         Set ringbuffer to non-flushing when going to PAUSED, set to
10574         flushing again when going to READY.
10575
10576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10577         (gst_ring_buffer_stop):
10578         Start in flushing mode by default.
10579         Don't set flushing in the _stop method, let the app call
10580         this explicitly.
10581
10582 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10583
10584         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10585         * gst-libs/gst/video/videosink.h: Add helper function needed
10586         for video sinks.
10587
10588 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/videoscale/gstvideoscale.c:
10591         (gst_videoscale_handle_src_event):
10592           Don't leak reference to pad parent.
10593
10594 2005-11-16  Wim Taymans  <wim@fluendo.com>
10595
10596         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10597         Set ringbuffer to flushing when stopping so that we don't
10598         block on wait_segment anymore and livelock.
10599
10600 2005-11-16  Wim Taymans  <wim@fluendo.com>
10601
10602         * examples/seeking/seek.c: (send_event), (do_seek),
10603         (loop_toggle_cb), (segment_done), (main):
10604         Added looping checkbox.
10605
10606 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10607
10608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10609         (gst_ogg_demux_init):
10610         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10611         (gst_vorbis_dec_init):
10612           revert unrefs, they don't pass make check
10613
10614 2005-11-15  Johan Dahlin  <johan@gnome.org>
10615
10616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10617         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10618         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10619         (gst_vorbis_dec_init):
10620         Fix pad template leaks. 
10621
10622 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10625           Make state change function thread safe.
10626
10627 2005-11-15  Edward Hervey  <edward@fluendo.com>
10628
10629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10630         (gst_ogg_demux_class_init):
10631         Implement GstElement::send_event, so we can send seek events
10632         in GST_STATE_READY
10633
10634 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10635
10636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10637         Discovered how to take away flickering while resizing the
10638         window. Please don't put that in ximagesink, refactoring in
10639         progress.
10640
10641 2005-11-14  Michael Smith <msmith@fluendo.com>
10642
10643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10644         (gst_multifdsink_render):
10645           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10646
10647 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         * gst/playback/gstplaybin.c: (gen_audio_element):
10650           Use autoaudiosink, it tends to be more widely available than
10651           autoaudiiosink.
10652           
10653 2005-11-14  Andy Wingo  <wingo@pobox.com>
10654
10655         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10656         as well if it is available. Fixes #316442.
10657
10658 2005-11-14  Michael Smith <msmith@fluendo.com>
10659
10660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10661         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10662         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10663         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10664         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10665         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10667         (gst_vorbisenc_change_state):
10668           Fix a small memory leak in vorbisenc.
10669           Fix large memory leaks in oggmux, also fix lots of state change
10670           bugs in oggmux.
10671
10672 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * gst/videotestsrc/gstvideotestsrc.c:
10675         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10676         (gst_videotestsrc_src_fixate):
10677           move fixation to a fixate function
10678           remove negotiate function, basesrc's is good enough
10679           fixes a bug for check when using the element alone
10680
10681 2005-11-13  Edward Hervey  <edward@fluendo.com>
10682
10683         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10684         (key_toggle_cb), (main):
10685         Added checkboxes for adding/removing the accurate and key_unit seek
10686         flags.
10687
10688 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10689
10690         * configure.ac: back to HEAD
10691
10692 === release 0.9.5 ===
10693
10694 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10695
10696         * configure.ac:
10697           releasing 0.9.5, "No No Kia"
10698
10699 2005-11-11  Edward Hervey  <edward@fluendo.com>
10700
10701         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10702         Added parse-launch syntax seeking mode for the seeking example.
10703         This should help stress-test even more cases.
10704         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10705
10706 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * sys/xvimage/xvimagesink.c:
10709         (gst_xvimagesink_navigation_send_event):
10710           Check whether peer pad exists before sending navigation events
10711           to it.
10712
10713 2005-11-11  Michael Smith <msmith@fluendo.com>
10714
10715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10716         (gst_vorbisenc_buffer_from_packet):
10717         * ext/vorbis/vorbisenc.h:
10718           Set duration on encoded buffers. This allows oggmux's
10719           max_page_delay parameter to actually work.
10720
10721 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10724         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10725         (gst_ffmpegcsp_avpicture_fill):
10726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10727         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10728           Make palettes work again (see #132341). Use our own macros
10729           for rounding up.
10730
10731 2005-11-10  Andy Wingo  <wingo@pobox.com>
10732
10733         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10734         string doober.
10735
10736 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10737
10738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10739         (gst_ffmpegcsp_transform_caps):
10740           Prefer passthrough in transform_caps
10741
10742 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10743
10744         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10745           check for ALSA errors properly, instead of relying on ALSA's
10746           error strings to serve to the user.
10747
10748 2005-11-10  Wim Taymans  <wim@fluendo.com>
10749
10750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10751         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10752         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10753         Modernise the seek code.
10754
10755 2005-11-10  Michael Smith <msmith@fluendo.com>
10756         
10757         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10758         (setup_substreams), (set_active_source):
10759           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10760           trying to go to NULL if we failed to read a file.
10761
10762 2005-11-10  Wim Taymans  <wim@fluendo.com>
10763
10764         * gst/audiotestsrc/gstaudiotestsrc.c:
10765         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10766         (gst_audiotestsrc_create):
10767         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10768         (gst_sinesrc_get_times), (gst_sinesrc_create):
10769         * gst/videotestsrc/gstvideotestsrc.c:
10770         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10771         (gst_videotestsrc_create):
10772         The base class can now sync for us.
10773
10774 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10775
10776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10777           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10778           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10779           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10780           format=(fourcc)I420" ! xvimagesink
10781
10782 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10785         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10786         (gst_sinesrc_newsegment):
10787           Send newsegment event in TIME format, set duration if
10788           num-buffers is set, fix duration querying.
10789
10790 2005-11-10  Michael Smith <msmith@fluendo.com>
10791
10792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10793         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10794         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10795         (gst_ogg_mux_collected):
10796          Fix EOS handling, partially. Now forwarding an EOS event once we have
10797          EOS on all pads works correctly. However, we still don't properly set
10798          EOS on the actual ogg stream pages.
10799
10800 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10803           Set elements to NULL state before disposing of them.
10804
10805 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10806
10807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10810         (gst_base_rtp_depayload_init),
10811         (gst_base_rtp_depayload_set_gst_timestamp):
10812         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10813           We need to send a newsegment event for each instance, not
10814           just for the first instance of this class (get rid of
10815           static variable in function). (#321011).
10816           
10817 2005-11-08  Michael Smith <msmith@fluendo.com>
10818
10819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10820         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10821         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10822         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10823           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10824           This makes us mux things correctly according to the ogg muxing
10825           rules. Still not handling EOS correctly right now, though.
10826
10827 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst/audioconvert/gstaudioconvert.c:
10830           Fix typo in docs. 
10831
10832 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10835         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10836           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10837           creating a new chain; should fix live streaming. Also
10838           add more debug output and fix a typo.
10839
10840 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10841
10842         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst/volume/gstvolume.c: (volume_set_caps):
10845           Fix compilation on Solaris with Forte. (#320923)
10846
10847 2005-11-08  Wim Taymans  <wim@fluendo.com>
10848
10849         * gst-libs/gst/audio/gstbaseaudiosink.c:
10850         (gst_base_audio_sink_render):
10851         No need to do a typecheck.
10852
10853 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * ext/alsa/gstalsa.h:
10856           We register a debug category, so let's use it.
10857
10858 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10859
10860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10861         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10862         Fixed a small problem.
10863
10864 2005-11-04  Wim Taymans  <wim@fluendo.com>
10865
10866         * examples/seeking/Makefile.am:
10867         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10868         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10869         (make_playerbin_pipeline), (format_value), (update_scale),
10870         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10871         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10872         (print_usage), (main):
10873         Added app for playback speed testing.
10874
10875         * examples/seeking/seek.c: (dynamic_link),
10876         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10877         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10878         (message_received), (main):
10879         Updated seek example.
10880
10881 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10882
10883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10884         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10885         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10886         (gst_base_rtp_depayload_set_clock):
10887         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10888         Don't sleep on the bench (system clock) when you have a nice 
10889         comfortable bed (Gstreamer clock) to sleep on.
10890
10891 2005-11-03  Wim Taymans  <wim@fluendo.com>
10892
10893         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10894         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10895         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10896         Handle the case where a pad_block failed.
10897
10898 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10899
10900         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10901
10902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10903         (gst_base_rtp_depayload_add_to_queue),
10904         (gst_base_rtp_depayload_push),
10905         (gst_base_rtp_depayload_set_gst_timestamp),
10906         (gst_base_rtp_depayload_queue_release):
10907           Fixes some bugs in the depayloader's queuing/de-queueing code.
10908
10909 2005-10-31  Michael Smith <msmith@fluendo.com>
10910
10911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10912         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10913         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10914           Patch from Alessandro Decina <alessandro@nnva.org>.
10915           Make oggdemux only find the final time in a chain, not per-pad,
10916           since the per-pad information can be very expensive to locate, and
10917           it isn't used anywhere. This makes reading a file containing
10918           OggSkeleton reasonably fast.
10919           Also, make chain finding work when there are logical bitstreams that
10920           can't be decoded. Fixes #319110.
10921
10922 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10923
10924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10925         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10926         (gst_base_rtp_depayload_chain),
10927         (gst_base_rtp_depayload_add_to_queue),
10928         (gst_base_rtp_depayload_push),
10929         (gst_base_rtp_depayload_set_gst_timestamp),
10930         (gst_base_rtp_depayload_queue_release),
10931         (gst_base_rtp_depayload_start_thread),
10932         (gst_base_rtp_depayload_set_property),
10933         (gst_base_rtp_depayload_get_property):
10934         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10935         Some random fixes, to fullfill the desires of thomas.
10936
10937 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10938
10939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10940         (gst_base_rtp_depayload_add_to_queue),
10941         (gst_base_rtp_depayload_push):
10942         Fixed the queueing algorithm.
10943
10944 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10945
10946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10947         (gst_base_rtp_depayload_push):
10948         A small fix
10949
10950 2005-10-31  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst-libs/gst/audio/gstringbuffer.h:
10953         Don't break ABI.
10954
10955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10956         (gst_ffmpeg_caps_to_pixfmt):
10957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10958         (gst_ffmpegcsp_set_caps):
10959         Some more comments.
10960         Handle missing required caps fields better.
10961
10962 2005-10-31  Wim Taymans  <wim@fluendo.com>
10963
10964         * gst-libs/gst/audio/gstbaseaudiosink.c:
10965         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10966         (gst_base_audio_sink_render):
10967         * gst-libs/gst/audio/gstringbuffer.c:
10968         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10969         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10970         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10971         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10972         (gst_ring_buffer_read):
10973         * gst-libs/gst/audio/gstringbuffer.h:
10974         Add flushing mode to the ringbuffer so that it in all cases does
10975         not try to handle more audio. This makes sure it does not try to
10976         block anymore when flushing and fixes a livelock.
10977
10978 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10981         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10982         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10983           Explicitly check for -1 values before doing a conversion
10984           and always map them to -1. (#315545)
10985
10986 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10987
10988         * gst/playback/gstplaybin.c: (gen_video_element):
10989           first try autovideosink, then xvimagesink, then error out
10990         * po/POTFILES.in:
10991           add translatable file
10992         * po/af.po:
10993         * po/az.po:
10994         * po/cs.po:
10995         * po/en_GB.po:
10996         * po/hu.po:
10997         * po/it.po:
10998         * po/nb.po:
10999         * po/nl.po:
11000         * po/or.po:
11001         * po/sq.po:
11002         * po/sr.po:
11003         * po/sv.po:
11004         * po/uk.po:
11005         * po/vi.po:
11006           update translations
11007
11008 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11009
11010         * gst-libs/gst/rtp/gstbasedepayload.c:
11011         * gst-libs/gst/rtp/gstbasedepayload.h:
11012           Minor cleanups
11013
11014 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst/playback/.cvsignore:
11017         * gst/playback/decodetest.c:
11018         * gst/playback/test3.c:
11019           Port these two tests as well.
11020
11021 2005-10-27  Wim Taymans  <wim@fluendo.com>
11022
11023         * ext/theora/theoradec.c: (theora_dec_src_query),
11024         (theora_dec_sink_event):
11025         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11026         (theora_enc_change_state):
11027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11028         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11029         Take proper locks when handling events.
11030
11031 2005-10-27  Wim Taymans  <wim@fluendo.com>
11032
11033         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11034         (gst_adder_change_state):
11035         Fix timestamps and fix deadlock when stopping the collectpads.
11036
11037 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11038
11039         * gst-libs/gst/rtp/gstrtpbuffer.h:
11040         Declaring the payload types as strings too so that they can be used
11041         in the padtemplate inialization.
11042
11043 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11044
11045         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11046
11047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11048         (gst_base_rtp_depayload_class_init):
11049         Fixes a small but nasty bug. The derived elements no longer segfaults
11050         on finalization.
11051
11052 2005-10-26  Michael Smith <msmith@fluendo.com>
11053
11054         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11055           When clearing an audioconvert context, set tmpbufsize to zero, so
11056           we'll allocate it again later if required.
11057           This fixes audioconvert re-negotiating formats, which previously
11058           segfaulted with a NULL destination buffer.
11059
11060 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11061
11062         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11063         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11064         (gst_base_rtp_depayload_set_gst_timestamp),
11065         (gst_base_rtp_depayload_queue_release):
11066         Fixed a smalll memleak.
11067
11068 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11070         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11071         (gst_base_rtp_depayload_finalize),
11072         (gst_base_rtp_depayload_setcaps),
11073         (gst_base_rtp_depayload_add_to_queue),
11074         (gst_base_rtp_depayload_push),
11075         (gst_base_rtp_depayload_set_gst_timestamp),
11076         (gst_base_rtp_depayload_queue_release),
11077         (gst_base_rtp_depayload_thread),
11078         (gst_base_rtp_depayload_change_state):
11079         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11080         Changed the C++ comments to C comments
11081
11082 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11085         * gst/tcp/gsttcpclientsrc.h:
11086         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11087         * gst/tcp/gsttcpserversrc.h:
11088           Remove unused 'curoffset' structure member.
11089
11090 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11091
11092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11093         (gst_base_rtp_depayload_base_init),
11094         (gst_base_rtp_depayload_finalize):
11095         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11096         * gst-libs/gst/rtp/gstbasertppayload.h:
11097           The pad-template on the sinkpad should be set by the derived classes.
11098           Also added some useful macros.
11099
11100 2005-10-24  Wim Taymans  <wim@fluendo.com>
11101
11102         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11103         Correctly flush decoder samples even if we could not
11104         copy them to an output buffer. Fixes #319618.
11105
11106 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11107
11108         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11110         the caps against our xcontext caps.
11111
11112 2005-10-24  Wim Taymans  <wim@fluendo.com>
11113
11114         * gst-libs/gst/audio/gstbaseaudiosink.c:
11115         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11116         Remove g_print
11117         Use sync property from baseclass to disable sync.
11118
11119 2005-10-24  Wim Taymans  <wim@fluendo.com>
11120
11121         * gst-libs/gst/audio/gstbaseaudiosink.c:
11122         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11123         Buffers with no timestamps get aligned with previous buffers or
11124         on underrun, played ASAP.
11125
11126 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11127
11128         * gst-libs/gst/video/video.h:
11129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11130         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11132         here comes my change on caps for framerate and geometry range.
11133         We are now accepting 1 to MAXINT for width and height, and from
11134         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11135         to be blended correctly in videomixer.
11136
11137 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11138
11139         * configure.ac:
11140           back to HEAD
11141
11142 === release 0.9.4 ===
11143
11144 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11145
11146         * NEWS:
11147         * RELEASE:
11148         * configure.ac:
11149           releasing 0.9.4, "Velociraptor"
11150
11151 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11154         * po/POTFILES.in:
11155           STOPPED -> FAILED
11156
11157 2005-10-21  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11160         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11161         (pad_blocked), (close_pad_link), (new_pad):
11162         Don't try to remove elements twice.
11163
11164 2005-10-21  Wim Taymans  <wim@fluendo.com>
11165
11166         * ext/theora/theoradec.c: (theora_dec_src_query),
11167         (theora_dec_sink_event):
11168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11169         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11170         (vorbis_handle_data_packet):
11171         * ext/vorbis/vorbisdec.h:
11172         Fix old naming.
11173
11174         * gst-libs/gst/audio/gstbaseaudiosink.c:
11175         (gst_base_audio_sink_render):
11176         Don't try to sync on buffers without a timestamp.
11177
11178 2005-10-21  Wim Taymans  <wim@fluendo.com>
11179
11180         * ext/theora/theoradec.c: (theora_dec_src_query),
11181         (theora_dec_sink_event):
11182         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11183         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11184         (vorbis_handle_data_packet):
11185         * ext/vorbis/vorbisdec.h:
11186         Fix old naming.
11187
11188 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11189
11190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11191         (gst_vorbisenc_src_query):
11192           Implement position and duration queries.
11193
11194         * gst/playback/test3.c: (update_scale), (main):
11195           Fix for async state changes and print nicer output.
11196
11197 2005-10-20  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11200         (dump_element_stats), (main):
11201         * gst/playback/test6.c: (main):
11202         Fix tests again
11203
11204 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11207         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11208           Don't use functions for position queries when handling
11209           duration queries.
11210
11211 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11214         (vorbis_handle_data_packet), (vorbis_dec_chain),
11215         (vorbis_dec_change_state):
11216         * ext/vorbis/vorbisdec.h:
11217           Vorbis streams can be embedded in other container formats
11218           than ogg, container formats where the demuxer might set 
11219           timestamps on encoded vorbis buffers instead of those silly 
11220           granulepos thingies. In short: make vorbisdec handle 
11221           timestamps on incoming buffers as well.
11222
11223 2005-10-20  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/playback/gstplaybasebin.c: (group_destroy),
11226         (gst_play_base_bin_change_state):
11227         Fix leak.
11228         Handle case where playbasebin is now ASYNC because
11229         decodebin is.
11230
11231 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * gst/audioconvert/Makefile.am:
11234         * gst/audioconvert/bufferframesconvert.c:
11235         * gst/audioconvert/plugin.c: (plugin_init):
11236         * gst/audioconvert/plugin.h:
11237           And bye bye buffer-frames-convert
11238
11239 2005-10-19  Wim Taymans  <wim@fluendo.com>
11240
11241         * check/elements/audioconvert.c:
11242         * docs/libs/tmpl/gstaudio.sgml:
11243         * docs/libs/tmpl/gstcolorbalance.sgml:
11244         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11245         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11246         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11247         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11248         * gst-libs/gst/audio/audio.h:
11249         * gst/audioconvert/audioconvert.h:
11250         * gst/audioconvert/gstaudioconvert.c:
11251         (gst_audio_convert_parse_caps):
11252         * gst/volume/gstvolume.c:
11253         Bye bye buffer-frames.
11254
11255 2005-10-19  Wim Taymans  <wim@fluendo.com>
11256
11257         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11258         (query_positions_elems), (query_positions_pads), (update_scale),
11259         (do_seek), (set_update_scale), (message_received), (main):
11260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11261         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11262         (gst_ogg_demux_loop):
11263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11264         * ext/theora/theoradec.c: (theora_dec_src_query),
11265         (theora_dec_sink_event):
11266         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11267         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11268         * gst/adder/gstadder.c: (gst_adder_query):
11269         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11270         * gst/playback/test3.c: (update_scale):
11271         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11272         (dump_element_stats), (main):
11273         * gst/playback/test6.c: (main):
11274         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11275         Query API update.
11276
11277 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11280         (xml_check_first_element), (xml_type_find), (smil_type_find),
11281         (plugin_init):
11282           Add typefinding for SMIL and for generic XML. Based on patch by
11283           Akos Maroy (#308663).
11284
11285 2005-10-18  Wim Taymans  <wim@fluendo.com>
11286
11287         * gst/playback/Makefile.am:
11288         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11289         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11290         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11291         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11292         (gst_decode_bin_change_state):
11293         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11294         (gst_play_bin_send_event_to_sink):
11295         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11296         (dump_element_stats), (main):
11297         * gst/playback/test6.c: (main):
11298         Make playbin async, it'll commit state to paused when all streams
11299         are detected.
11300         Remove ugly hack.
11301         Added test6.c to show async behaviour.
11302
11303 2005-10-18  Wim Taymans  <wim@fluendo.com>
11304
11305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11306         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11307         Fix for segment-start/stop API change.
11308
11309 2005-10-18  Wim Taymans  <wim@fluendo.com>
11310
11311         * check/Makefile.am:
11312         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11313         (main):
11314         Add future test for clock selection.
11315
11316 2005-10-18  Wim Taymans  <wim@fluendo.com>
11317
11318         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11319         (gst_alsasink_close):
11320         Set handle to NULL.
11321
11322         * gst-libs/gst/audio/gstringbuffer.c:
11323         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11324         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11325         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11326         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11327         (gst_ring_buffer_read):
11328         More debug info.
11329
11330 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11331
11332         * gst/audiotestsrc/Makefile.am:
11333         * gst/sine/Makefile.am:
11334         * gst/volume/Makefile.am:
11335           fix broken build of controllerized plugins
11336
11337 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11338
11339         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11342         (gst_riff_create_video_template_caps):
11343           Add support for Indeo-3 (IV32).
11344
11345 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11346
11347         * configure.ac:
11348           rewrite
11349
11350 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11351
11352         * gst-libs/gst/video/video.c: (gst_video_get_size):
11353         * gst/audiotestsrc/gstaudiotestsrc.c:
11354           doc updates
11355
11356 2005-10-17  Andy Wingo  <wingo@pobox.com>
11357
11358         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11359         with the collectpads change.
11360         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11361
11362         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11363
11364         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11365
11366         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11367         alloc_buffer flow return to callers.
11368         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11369         change. Fix some memleaks in theoraenc.
11370
11371         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11372         in strange circumstance.
11373
11374 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11375
11376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11377         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11378         from caps, let's use the caps...
11379
11380 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11381
11382         * configure.ac:
11383           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11384
11385 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11386
11387         * gst-libs/gst/interfaces/Makefile.am:
11388           fix silly typo
11389
11390 2005-10-16  Andy Wingo  <wingo@pobox.com>
11391
11392         * gst/playback/gstdecodebin.c
11393         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11394         function!
11395         (try_to_link_1): Increase kraziness level.
11396
11397 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11398
11399         * configure.ac:
11400           restructure like the core one
11401         * gst-libs/gst/audio/Makefile.am:
11402         * gst-libs/gst/interfaces/Makefile.am:
11403         * gst-libs/gst/net/Makefile.am:
11404         * gst-libs/gst/riff/Makefile.am:
11405         * gst-libs/gst/rtp/Makefile.am:
11406         * gst-libs/gst/tag/Makefile.am:
11407         * gst-libs/gst/video/Makefile.am:
11408           use correct linker flags, now the libs are properly versioned
11409         * check/elements/audioconvert.c: (verify_convert):
11410         * ext/alsa/gstalsaplugin.c:
11411         * ext/cdparanoia/gstcdparanoia.c:
11412         * ext/gnomevfs/gstgnomevfs.c:
11413         * ext/libvisual/visual.c:
11414         * ext/ogg/gstogg.c:
11415         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11416         * ext/theora/theora.c:
11417         * ext/vorbis/vorbis.c:
11418         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11419         * gst-libs/gst/tag/gsttagediting.c:
11420         * gst-libs/gst/video/video.c:
11421         * gst/adder/gstadder.c:
11422         * gst/audioconvert/plugin.c:
11423         * gst/audiorate/gstaudiorate.c:
11424         * gst/audioresample/gstaudioresample.c:
11425         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11426         * gst/audioscale/gstaudioscale.c:
11427         * gst/audioscale/resample.c:
11428         * gst/audiotestsrc/gstaudiotestsrc.c:
11429         * gst/ffmpegcolorspace/gstffmpeg.c:
11430         * gst/playback/gstdecodebin.c: (close_pad_link):
11431         * gst/playback/gstplaybin.c: (gen_video_element),
11432         (gen_audio_element):
11433         * gst/sine/gstsinesrc.c:
11434         * gst/subparse/gstsubparse.c:
11435         * gst/tags/gsttagediting.c:
11436         * gst/tcp/gsttcpplugin.c:
11437         * gst/typefind/gsttypefindfunctions.c:
11438         * gst/videorate/gstvideorate.c:
11439         * gst/videoscale/gstvideoscale.c:
11440         * gst/videotestsrc/gstvideotestsrc.c:
11441         * gst/volume/gstvolume.c:
11442         * sys/v4l/gstv4l.c:
11443         * sys/ximage/ximage.c:
11444         * sys/xvimage/xvimagesink.c:
11445           fix up defines
11446
11447 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * ext/vorbis/vorbisenc.c:
11450         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11451         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11452         (gst_tag_to_vorbis_comments):
11453           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11454
11455 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11456
11457         * examples/stats/mp2ogg.c:
11458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11459           typo fixes
11460
11461 2005-10-13  Michael Smith <msmith@fluendo.com>
11462
11463         * ext/ogg/gstoggmux.c:
11464           Use magic glib macros to define constants as 64 bit, to ensure
11465           appropriate vararg passing.
11466
11467 2005-10-13  Michael Smith <msmith@fluendo.com>
11468
11469         * ext/ogg/gstoggmux.c:
11470         * gst/audioconvert/audioconvert.c: (float):
11471           Don't use LL suffix, as it's not portable, and neither of these
11472           uses required it anyway.
11473
11474 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11475
11476         * examples/indexing/indexmpeg.c: (main):
11477         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11478         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11479         (cdparanoia_convert), (cdparanoia_query):
11480         * ext/cdparanoia/gstcdparanoia.h:
11481         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11482         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11483         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11485         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11486         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11487         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11488         (gst_multifdsink_render), (gst_multifdsink_start),
11489         (gst_multifdsink_stop):
11490         * gst/tcp/gstmultifdsink.h:
11491         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11492         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11493         (gst_tcpclientsink_stop):
11494         * gst/tcp/gsttcpclientsink.h:
11495         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11496         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11497         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11498         * gst/tcp/gsttcpclientsrc.h:
11499         * gst/tcp/gsttcpserversink.h:
11500         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11501         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11502         (gst_tcpserversrc_stop):
11503         * gst/tcp/gsttcpserversrc.h:
11504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11506         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11507           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11508           moved bitshift from macro to enum definition
11509
11510 2005-10-12  Wim Taymans  <wim@fluendo.com>
11511
11512         * examples/seeking/Makefile.am:
11513         Oops.
11514
11515 2005-10-12  Wim Taymans  <wim@fluendo.com>
11516
11517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11518         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11519         Don't assert on normal stuff.
11520
11521         * gst/playback/gstplaybin.c: (do_playbin_seek):
11522         API fix.
11523
11524 2005-10-12  Wim Taymans  <wim@fluendo.com>
11525
11526         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11527         * examples/seeking/Makefile.am:
11528         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11529         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11530         (do_seek), (set_update_scale), (message_received), (main):
11531         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11532         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11533         Update for _get_state() API change.
11534
11535 2005-10-11  Wim Taymans  <wim@fluendo.com>
11536
11537         * gst-libs/gst/audio/gstbaseaudiosink.c:
11538         (gst_base_audio_sink_render):
11539         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11540         (gst_base_audio_src_create):
11541         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11542         (gst_ring_buffer_read):
11543         Cleanups.
11544         Commit and read from ringbuffer in samples rather than bytes.
11545
11546 2005-10-11  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst-libs/gst/audio/gstbaseaudiosink.c:
11549         (gst_base_audio_sink_render):
11550         Respect segment rate and accum when scheduling samples.
11551
11552 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11553
11554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11555         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11556         EOS correctly, that needs more work.
11557
11558 2005-10-11  Wim Taymans  <wim@fluendo.com>
11559
11560         * check/generic/states.c: (GST_START_TEST):
11561         remove old property.
11562
11563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11564         (gst_ogg_demux_perform_seek):
11565         * ext/theora/theoradec.c: (theora_dec_sink_event):
11566         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11567         (vorbis_handle_data_packet):
11568         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11569         (gst_base_rtp_depayload_set_gst_timestamp):
11570         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11571         Update for newsegment API change.
11572
11573 2005-10-11  Michael Smith <msmith@fluendo.com>
11574
11575         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11576         (do_playbin_seek), (gst_play_bin_send_event):
11577           Override send_event differently, so that we can takes bits of
11578           functionality from GstPipeline (special handling for seeks,
11579           including pausing/resuming, and resetting stream time) and still get
11580           the appropriate behaviour of only forwarding event to a single sink,
11581           rather than all of them.
11582           Unfortunately requires a lot of code duplication, but the
11583           alternatives are equally ugly in the end.
11584
11585 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11586
11587         * check/elements/audioconvert.c: (setup_audioconvert),
11588         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11589         (GST_START_TEST), (audioconvert_suite):
11590           clean up tests a little, fix some leaks.
11591
11592 2005-10-10  Wim Taymans  <wim@fluendo.com>
11593
11594         * ext/alsa/gstalsasink.c:
11595         Also allow unsigned int.
11596
11597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11598         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11599         Small cleanup
11600
11601 2005-10-10  Wim Taymans  <wim@fluendo.com>
11602
11603         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11604         Small update, use API as stated in design docs.
11605
11606         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11607         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11608         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11609         (message_received), (main):
11610         Updated seek example for GOption. Some usability improvements.
11611
11612 2005-10-10  Wim Taymans  <wim@fluendo.com>
11613
11614         * gst/audioconvert/audioconvert.h:
11615         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11616         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11617         Alloc temp storage somewhere else where we can do it more
11618         portable.
11619
11620 2005-10-10  Wim Taymans  <wim@fluendo.com>
11621
11622         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11623         (gst_tcpserversrc_start):
11624         Don't block in accept while doing the state change, move
11625         to poll and make cancellable.
11626
11627 2005-10-09  Philippe Khalaf <burger@speedy.org>
11628
11629         * gst-libs/gst/rtp/rtpbasedepayload.c:
11630         Set timestamp and add queue delay to timestamp
11631         * gst-libs/gst/rtp/rtpbuffer.h:
11632         Set correct payload type for h263
11633
11634 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11635
11636         * gst/audiotestsrc/gstaudiotestsrc.c:
11637         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11638         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11639         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11640         (gst_audiotestsrc_create_triangle),
11641         (gst_audiotestsrc_create_silence),
11642         (gst_audiotestsrc_create_white_noise),
11643         (gst_audiotestsrc_init_pink_noise),
11644         (gst_audiotestsrc_generate_pink_noise_value),
11645         (gst_audiotestsrc_create_pink_noise),
11646         (gst_audiotestsrc_change_wave):
11647         * gst/audiotestsrc/gstaudiotestsrc.h:
11648           fixed typo, added pink noise
11649
11650 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11653         (plugin_init):
11654           Add wavpack and spc typefind functions from 0.8 branch.
11655
11656 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11657
11658         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11659         (ar_type_find), (msdos_type_find), (plugin_init):
11660           Add typefind functions for tar archives, ar archives,
11661           RAR archives, and msdos-executables (dlls, exe, etc.).
11662           Some of those would be wrongly identified as mpeg
11663           streams of some sort before (#315550).
11664
11665 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11666
11667         * configure.ac:
11668         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11669         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11670         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11671         * gst/audiotestsrc/Makefile.am:
11672         * gst/audiotestsrc/gstaudiotestsrc.c:
11673         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11674         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11675         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11676         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11677         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11678         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11679         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11680         (gst_audiotestsrc_create_silence),
11681         (gst_audiotestsrc_create_white_noise),
11682         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11683         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11684         (gst_audiotestsrc_start), (plugin_init):
11685         * gst/audiotestsrc/gstaudiotestsrc.h:
11686           add new plugin and element
11687         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11688           use gobject_class
11689
11690 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11693         (gst_adder_init), (gst_adder_request_new_pad),
11694         (gst_adder_change_state):
11695           Add query function to source pad, so adder reports the correct
11696           time/sample position when queried (#315457); fix state change
11697           function; use GST_DEBUG_FUNCPTR() for pad functions.
11698
11699 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11702           Fix leaks in typefind registration
11703           Clean up the gratuitous commenting and whitespacing a little
11704
11705 2005-10-08  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11708         Only actually wait for the thread to be stopped if it's 
11709         running.
11710
11711 2005-10-08  Wim Taymans  <wim@fluendo.com>
11712
11713         * gst-libs/gst/audio/gstbaseaudiosink.c:
11714         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11715         If we receive EOS we can start playback of what we had.
11716
11717 2005-10-08  Wim Taymans  <wim@fluendo.com>
11718
11719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11720         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11721         (gst_multifdsink_stop):
11722         Fix crasher when going to NULL multiple times.
11723
11724 2005-10-06  Wim Taymans  <wim@fluendo.com>
11725
11726         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11727         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11728         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11730         patch from Edgard Lima <edgard.lima@indt.org.br>
11731         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11732
11733 2005-10-06  Wim Taymans  <wim@fluendo.com>
11734
11735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11736         Report the FLOW_RETURN as string in the error message.
11737
11738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11739         Don't assert when clearing an unnegotiated buffer.
11740
11741 2005-10-04  Michael Smith <msmith@fluendo.com>
11742
11743         * gst/playback/gstplaybasebin.c: (group_destroy),
11744         (gen_preroll_element), (remove_groups), (setup_source):
11745         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11746         (setup_sinks), (gst_play_bin_send_event),
11747         (gst_play_bin_change_state):
11748           Set state to NULL before removing from bin. Fix refcounting.
11749
11750 2005-10-04  Michael Smith <msmith@fluendo.com>
11751
11752         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11753           Correct refcounting in send_event() function. Previously was wrong
11754           if the first sink was unable to handle the event.
11755
11756 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11757
11758         * configure.ac:
11759           back to development
11760
11761 === release 0.9.3 ===
11762
11763 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11764
11765         * configure.ac:
11766           Releasing 0.9.3, "De Facto"
11767
11768 2005-10-03  Andy Wingo  <wingo@pobox.com>
11769
11770         * gst/playback/gstdecodebin.c (try_to_link_1)
11771         (remove_element_chain): set element to NULL before removing it.
11772
11773 2005-10-02  Johan Dahlin  <johan@gnome.org>
11774
11775         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11776         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11777         MT safe.
11778
11779 2005-10-02  Andy Wingo  <wingo@pobox.com>
11780
11781         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11782         (gst_ring_buffer_prepare_read): 
11783         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11784         Demote to LOG.
11785
11786 2005-09-29  Wim Taymans  <wim@fluendo.com>
11787
11788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11789         * ext/theora/theoradec.c: (theora_handle_data_packet):
11790         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11791         Propagate error codes from alloc_buffer too.
11792
11793 2005-09-29  Wim Taymans  <wim@fluendo.com>
11794
11795         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11796         We use fixed caps.
11797
11798         * gst/playback/Makefile.am:
11799         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11800         (dump_element_stats), (main):
11801         Added example stream introspection code.
11802
11803 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11804
11805         * gst/adder/gstadder.c: (gst_adder_collected):
11806           fix adder for float elements
11807
11808 2005-09-28  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst-libs/gst/audio/gstbaseaudiosink.c:
11811         (gst_base_audio_sink_class_init),
11812         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11814         (gst_base_audio_src_class_init),
11815         (gst_base_audio_src_provide_clock):
11816         get_clock -> provide_clock
11817
11818 2005-09-28  Andy Wingo  <wingo@pobox.com>
11819
11820         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11821         and unlocking.
11822
11823         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11824         unlocking.
11825
11826         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11827         Actually add the pad template.
11828         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11829
11830         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11831         I'm at it...
11832
11833         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11834         from fdsrc. Get caps in create() instead of start() so it can be
11835         interrupted. Interruption somewhat untested.
11836
11837         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11838         Proper EOS handling.
11839
11840 2005-09-27  Andy Wingo  <wingo@pobox.com>
11841
11842         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11843
11844         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11845
11846         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11847
11848         * gst/tcp/gsttcp.h: 
11849         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11850         out of tcpclientsrc.c. Cancellable.
11851         (gst_tcp_socket_read): Made private, cancellable, with better
11852         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11853         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11854         whole buffer, and better diagnostics.
11855         (gst_tcp_gdp_read_caps): Same.
11856
11857         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11858
11859 2005-09-26  Andy Wingo  <wingo@pobox.com>
11860
11861         * gst/sine/gstsinesrc.h:
11862         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11863         change the 'sync' property to 'is-live' and implement it halfway,
11864         update for controller api change.
11865
11866         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11867         controller api change.
11868
11869 2005-09-24  Wim Taymans  <wim@fluendo.com>
11870
11871         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11872         * gst-libs/gst/audio/gstaudiosink.c:
11873         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11874         (gst_audioringbuffer_stop):
11875         * gst-libs/gst/audio/gstbaseaudiosink.c:
11876         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11877         (gst_base_audio_sink_change_state):
11878         * gst-libs/gst/audio/gstbaseaudiosink.h:
11879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11880         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11881         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11882         * gst-libs/gst/audio/gstringbuffer.h:
11883         Fix sync again. Moved sample alignment to basesink.
11884
11885 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11886
11887         * docs/plugins/Makefile.am:
11888         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11889         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11890         * gst/volume/gstvolume.c:
11891           add/fix docs
11892         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11893         * gst-libs/gst/audio/audio.h:
11894           add conversion macros for frames <-> clocktime
11895
11896 2005-09-23  David Schleef  <ds@schleef.org>
11897
11898         * gst/audioresample/Makefile.am:
11899         * gst/audioresample/debug.h:
11900         * gst/audioresample/gstaudioresample.c:
11901         * gst/audioresample/resample.c: Convert to using gst debugging
11902
11903 2005-09-22  Wim Taymans  <wim@fluendo.com>
11904
11905         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11906         (gst_play_bin_send_event):
11907         Only seek on one sink, the first one that succeeds.
11908
11909 2005-09-22  Michael Smith <msmith@fluendo.com>
11910
11911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11912         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11913         Don't flush encoder state unless we have an initialised encoder.
11914         Clear out encoder state on PAUSED_TO_READY.
11915
11916 2005-09-22  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst-libs/gst/rtp/gstbasertppayload.c:
11919         (gst_basertppayload_class_init), (gst_basertppayload_init),
11920         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11921         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11922         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11923         (gst_basertppayload_set_property),
11924         (gst_basertppayload_get_property),
11925         (gst_basertppayload_change_state):
11926         * gst-libs/gst/rtp/gstbasertppayload.h:
11927         Added max-ptime to control amount of data in the rtp packets.
11928
11929 2005-09-21  Andy Wingo  <wingo@pobox.com>
11930
11931         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11932         thingies.
11933
11934         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11935         can be called multiple times, dogs.
11936
11937 2005-09-21  Wim Taymans  <wim@fluendo.com>
11938
11939         * gst-libs/gst/rtp/gstbasertppayload.c:
11940         (gst_basertppayload_class_init), (gst_basertppayload_init),
11941         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11942         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11943         (gst_basertppayload_push), (gst_basertppayload_get_property),
11944         (gst_basertppayload_change_state):
11945         Allow 0 ssrc too.
11946
11947 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11948
11949         * docs/libs/compiling.sgml:
11950           fixing typos
11951
11952 2005-09-20  Wim Taymans  <wim@fluendo.com>
11953
11954         * gst-libs/gst/rtp/gstbasertppayload.c:
11955         (gst_basertppayload_class_init), (gst_basertppayload_init),
11956         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11957         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11958         (gst_basertppayload_push), (gst_basertppayload_set_property),
11959         (gst_basertppayload_get_property),
11960         (gst_basertppayload_change_state):
11961         * gst-libs/gst/rtp/gstbasertppayload.h:
11962         Added property to configure sequence number offsets.
11963
11964 2005-09-20  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst-libs/gst/rtp/gstbasertppayload.c:
11967         (gst_basertppayload_class_init), (gst_basertppayload_init),
11968         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11969         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11970         (gst_basertppayload_push), (gst_basertppayload_set_property),
11971         (gst_basertppayload_get_property),
11972         (gst_basertppayload_change_state):
11973         * gst-libs/gst/rtp/gstbasertppayload.h:
11974         Make timestamp offset configurable.
11975
11976 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11979           fix wrong pop/unref
11980
11981 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11982
11983         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst-libs/gst/interfaces/propertyprobe.c:
11986         (gst_property_probe_probe_property_name),
11987         (gst_property_probe_needs_probe_name),
11988         (gst_property_probe_get_values_name),
11989         (gst_property_probe_probe_and_get_values_name):
11990           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11991           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11992
11993 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11994
11995         * check/Makefile.am:
11996           have some tests be disabled for valgrinding
11997         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11998         (GST_START_TEST):
11999         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12000           Fix A Leak.  Chain To Parent Finalize.
12001
12002 2005-09-19  Wim Taymans  <wim@fluendo.com>
12003
12004         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12005         Fixed wav pipeline.
12006
12007 2005-09-19  Wim Taymans  <wim@fluendo.com>
12008
12009         * gst-libs/gst/rtp/gstbasertppayload.c:
12010         (gst_basertppayload_class_init), (gst_basertppayload_init),
12011         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12012         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12013         (gst_basertppayload_push), (gst_basertppayload_get_property),
12014         (gst_basertppayload_change_state):
12015         Posting ERROR and WARNING messages is good.
12016
12017 2005-09-19  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12020         (gst_base_rtp_depayload_add_to_queue),
12021         (gst_base_rtp_depayload_push),
12022         (gst_base_rtp_depayload_set_gst_timestamp),
12023         (gst_base_rtp_depayload_queue_release):
12024         This one was not supposed to go in.
12025
12026 2005-09-19  Wim Taymans  <wim@fluendo.com>
12027
12028         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12029         Fix for bus API.
12030
12031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12032         (gst_base_rtp_depayload_chain),
12033         (gst_base_rtp_depayload_add_to_queue),
12034         (gst_base_rtp_depayload_push),
12035         (gst_base_rtp_depayload_set_gst_timestamp),
12036         (gst_base_rtp_depayload_queue_release):
12037         Some cleanups.
12038
12039         * gst-libs/gst/rtp/gstbasertppayload.c:
12040         (gst_basertppayload_class_init), (gst_basertppayload_init),
12041         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12042         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12043         (gst_basertppayload_get_property),
12044         (gst_basertppayload_change_state):
12045         Added debugging category.
12046
12047 2005-09-18  David Schleef  <ds@schleef.org>
12048
12049         * gst/playback/gstdecodebin.c: free plugin list correctly
12050         * gst/playback/gstplaybin.c: emit warning if autovideosink
12051           and autoaudiosink can't be found (instead of segfaulting)
12052
12053 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12054
12055         * check/elements/audioconvert.c: (GST_START_TEST):
12056           try out 24 bit conversion
12057
12058 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12059
12060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12061         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12062         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12063         * ext/vorbis/vorbisenc.h:
12064           Fix EOS handling.  Still needs a fix in the ogg muxer to
12065           mark the last page as eos.
12066
12067 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12068
12069         * common/gtk-doc-plugins.mak:
12070         * docs/plugins/Makefile.am:
12071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12072         * gst/ffmpegcolorspace/Makefile.am:
12073         * gst/ffmpegcolorspace/avcodec.h:
12074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12075         * gst/tcp/gstmultifdsink.c:
12076           fix up ffmpegcolorspace docs; extract header
12077
12078 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12079
12080         * common/gtk-doc-plugins.mak:
12081         * docs/plugins/Makefile.am:
12082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12083         * ext/theora/Makefile.am:
12084         * ext/theora/gsttheoraenc.h:
12085         * ext/theora/theoraenc.c:
12086         * ext/vorbis/vorbisenc.c:
12087           pick up signals and args for vorbis; add some docs for vorbis
12088
12089 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12090
12091         * common/gstdoc-scangobj:
12092         * common/gtk-doc-plugins.mak:
12093         * docs/libs/Makefile.am:
12094         * docs/plugins/gst-plugins-base-plugins.args:
12095         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12096         * docs/plugins/gst-plugins-base-plugins.interfaces:
12097         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12098         * docs/plugins/gst-plugins-base-plugins.signals:
12099           only scanobj stuff from our source module.  Not sure yet
12100           if that's correct, given the hierarchy stuff :)
12101
12102 2005-09-15  Wim Taymans  <wim@fluendo.com>
12103
12104         * gst/audioconvert/gstaudioconvert.c:
12105         And enable 24 bits mode as well..
12106
12107 2005-09-15  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst-libs/gst/rtp/Makefile.am:
12110         * gst-libs/gst/rtp/gstbasertppayload.c:
12111         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12112         (gst_basertppayload_class_init), (gst_basertppayload_init),
12113         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12114         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12115         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12116         (gst_basertppayload_set_property),
12117         (gst_basertppayload_get_property),
12118         (gst_basertppayload_change_state):
12119         * gst-libs/gst/rtp/gstbasertppayload.h:
12120         Added rtp payloader base class.
12121
12122 2005-09-15  Andy Wingo  <wingo@pobox.com>
12123
12124         * configure.ac (plugindir): Remove the EOL matcher from the
12125         regexp, as it causes me problems. Libtool? Make? Who knows?
12126
12127 2005-09-14  David Schleef  <ds@schleef.org>
12128
12129         * check/generic/states.c: 
12130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12131         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12132           Fixes for changes in registry API.
12133
12134         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12135           to GST_PLUGIN_LDFLAGS.
12136         * ext/libvisual/visual.c: Make the library shut up.
12137         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12138         * gst-libs/gst/audio/gstaudiofilter.c: same
12139
12140 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12141
12142         * docs/plugins/Makefile.am:
12143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12144         * docs/plugins/inspect/plugin-libvisual.xml:
12145         * docs/plugins/tmpl/element-tcpserversink.sgml:
12146         * ext/theora/theoraenc.c:
12147           add libvisual plugin and theoraenc element to docs
12148
12149 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12150
12151         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12152         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12153         * ext/theora/theoraenc.c:
12154           add theoraenc
12155
12156 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * gst/audioconvert/Makefile.am:
12159           Audioconvert derives from GstBaseTransform and should
12160           link to the library with our base elements to avoid
12161           unresolved symbols. Makes things work with MinGW (#316160)
12162
12163         * gst/playback/test4.c: (main):
12164           Fix MinGW build problem and use g_usleep() instead of 
12165           sleep() (#316162)
12166
12167 2005-09-12  Wim Taymans  <wim@fluendo.com>
12168
12169         * gst/audioconvert/audioconvert.c: (float),
12170         (audio_convert_prepare_context), (audio_convert_convert):
12171         * gst/audioconvert/audioconvert.h:
12172         Cleanups, speedups, simplifications, added back support
12173         for 24 bits.
12174
12175 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12176
12177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12179         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12180         * docs/plugins/tmpl/element-tcpserversink.sgml:
12181         * gst/ffmpegcolorspace/gstffmpeg.c:
12182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12183         * gst/videotestsrc/gstvideotestsrc.c:
12184         * gst/volume/gstvolume.c:
12185           add more elements to the docs
12186
12187 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12188
12189         * check/Makefile.am:
12190         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12191         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12192           Add extra tests for basetransform based components. 
12193           Comment out the test_element_negotiation test until we decide
12194           if it's testing correct behaviour.
12195         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12196         (gst_visual_chain), (gst_visual_change_state):
12197           Slightly more correct but still bogus timestamping.
12198           Fix state change function.
12199         * gst/audioconvert/gstaudioconvert.c:
12200         (gst_audio_convert_class_init):
12201         * gst/audioresample/gstaudioresample.c:
12202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12203         (gst_ffmpegcsp_class_init):
12204         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12205         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12206         (gst_videoscale_prepare_image):
12207         * gst/volume/gstvolume.c: (gst_volume_class_init),
12208         (volume_transform_ip):
12209           Basetransform updates. Enable passthrough modes.
12210         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12211         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12212         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12213           Negotiation fix that allows the window to return to the original
12214           size and renegotiate passthrough upstream. Extra debug output.
12215
12216 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12217
12218         * gst/sine/gstsinesrc.c:
12219         * gst/volume/gstvolume.c:
12220           fix up header include
12221
12222 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12223
12224         * gst-libs/gst/audio/gstbaseaudiosink.c:
12225         (gst_base_audio_sink_render):
12226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12227         * gst/volume/gstvolume.c: (gst_volume_class_init),
12228         (volume_transform):
12229           fixing lost sync, some more debugging
12230
12231 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12234         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12235         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12236         (gst_xvimagesink_check_xshm_calls):
12237           Fix compilation when XShm is not available.
12238
12239 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12240
12241         * ext/libvisual/visual.c: (gst_visual_dispose),
12242         (gst_visual_getcaps), (gst_visual_src_setcaps),
12243         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12244         (gst_visual_change_state):
12245           Finish fixing up libvisual plugin so that it runs. 
12246
12247 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12248
12249         * ext/vorbis/vorbisenc.c:
12250         * gst-libs/gst/tag/gstvorbistag.c:
12251           gsttaginterface.h -> gsttagsetter.h
12252
12253 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12254
12255         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12256           added another test that failes for me (test is not active by default)
12257
12258 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12259
12260         * configure.ac:
12261           v4l2 is no longer in gst-plugins-base
12262
12263 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12264
12265         * configure.ac:
12266           In the output at the end, don't show the first plugin on the same
12267           line as "Core plug-ins, always built:".
12268           Indent the output as for other plugin categories
12269         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12270           #define that can be used to not use peer buffer_alloc functions for
12271           test purposes.
12272         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12273         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12274         (gst_ximagesink_show_frame):
12275         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12276         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12277         (gst_xvimagesink_show_frame):
12278           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12279           fails gracefully instead of XError aborting or deadlocking.
12280
12281 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12282
12283         * ext/libvisual/Makefile.am:
12284           link against gst-base-libs
12285
12286 2005-09-06  David Schleef  <ds@schleef.org>
12287
12288         * configure.ac: Enable libvisual plugin.
12289         * ext/libvisual/Makefile.am:
12290         * ext/libvisual/visual.c: Fixes to make it compile.
12291
12292 === release 0.9.2 ===
12293
12294 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12295
12296         * NEWS:
12297         * RELEASE:
12298         * configure.ac:
12299         * docs/random/ChangeLog-0.8:
12300           releasing 0.9.2, "Spoon"
12301
12302 2005-09-05  Michael Smith <msmith@fluendo.com>
12303
12304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12305           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12306           that in the vorbisenc element.
12307
12308 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * common/gtk-doc-plugins.mak:
12311         * docs/plugins/Makefile.am:
12312           fix distcheck
12313         * gst/audioresample/resample.c:
12314           fix wrong docstring
12315
12316 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12317
12318         * common/gst-xmlinspect.py:
12319         * common/gtk-doc-plugins.mak:
12320           only inspect plugins for this given package
12321           require gst-python 0.9
12322
12323 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12324
12325         * Makefile.am:
12326         * autogen.sh:
12327         * common/gst-xmlinspect.py:
12328         * configure.ac:
12329         * docs/Makefile.am:
12330         * docs/plugins/inspect/plugin-alsa.xml:
12331         * docs/plugins/inspect/plugin-audioresample.xml:
12332         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12333         * docs/plugins/inspect/plugin-ogg.xml:
12334         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12335         * docs/plugins/tmpl/element-multifdsink.sgml:
12336         * docs/plugins/tmpl/element-tcpserversink.sgml:
12337         * docs/plugins/tmpl/element-vorbisenc.sgml:
12338         * gst-plugins-base.spec.in:
12339           various doc-related updates
12340
12341 2005-08-31  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst-libs/gst/audio/gstbaseaudiosink.c:
12344         (gst_base_audio_sink_render):
12345         Resync if the buffer timestamps drift more than a 10th 
12346         of a second.
12347
12348 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12351         (gst_v4lsrc_get_property):
12352           The 'timestamp-offset' property is registered as an int64, so
12353           let's use g_value_{set|get}_int64() in our setter and getter
12354           functions (makes it work and fixes warnings with gst-inspect).
12355
12356 2005-08-30  Wim Taymans  <wim@fluendo.com>
12357
12358         * check/elements/audioconvert.c: (setup_audioconvert):
12359         * check/elements/audioresample.c: (setup_audioresample):
12360         * check/elements/volume.c: (setup_volume):
12361         Fix checks.
12362
12363 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         * common/gtk-doc-plugins.mak:
12366         * common/plugins.xsl:
12367         * docs/plugins/Makefile.am:
12368           make module a param
12369
12370 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12371
12372         * examples/seeking/seek.c: (make_mp3_pipeline),
12373         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12374         (play_cb), (pause_cb), (stop_cb):
12375           update the example
12376
12377 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12378
12379         * gst/volume/gstvolume.c: (gst_volume_class_init),
12380         (volume_transform):
12381           do not update controlled params, if buffer has no timestamp
12382
12383 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12384
12385         * configure.ac:
12386         * gst/sine/Makefile.am:
12387         * gst/volume/Makefile.am:
12388           controllerized elements also need to link against controller-libs ;)
12389
12390 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * docs/libs/tmpl/gstcolorbalance.sgml:
12393         * docs/libs/tmpl/gstgconf.sgml:
12394         * docs/libs/tmpl/gstmixer.sgml:
12395         * docs/libs/tmpl/gstringbuffer.sgml:
12396         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12397         (gst_sinesrc_create):
12398         * gst/volume/gstvolume.c: (gst_volume_class_init),
12399         (volume_transform):
12400           controllerized two audio plugins
12401
12402 2005-08-29  Andy Wingo  <wingo@pobox.com>
12403
12404         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12405         (vorbis_handle_data_packet): Fix some int overflow errors.
12406
12407         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12408         -1.
12409         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12410         valid.
12411         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12412         if it's valid. Fixed streaming-mode playback.
12413
12414         * check/elements/volume.c (cleanup_volume): Fix for running
12415         CK_FORK=no.
12416
12417         * check/elements/audioconvert.c: Convert from native endian, not
12418         little endian.
12419
12420 2005-08-29  Michael Smith <msmith@fluendo.com>
12421
12422         * ext/ogg/Makefile.am:
12423         * ext/ogg/gstogg.c: (plugin_init):
12424         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12425         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12426         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12427         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12428         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12429         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12430         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12431         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12432         Add an ogg parser element.
12433
12434 2005-08-28  Andy Wingo  <wingo@pobox.com>
12435
12436         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12437
12438 2005-08-26  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst/audioconvert/audioconvert.c: (if), (float),
12441         (audio_convert_get_func_index), (check_default),
12442         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12443         (audio_convert_clean_context), (audio_convert_get_sizes),
12444         (audio_convert_convert):
12445         Cleanups.
12446
12447 2005-08-26  Wim Taymans  <wim@fluendo.com>
12448
12449         * gst/audioconvert/audioconvert.c: (if), (float),
12450         (audio_convert_get_func_index), (check_default),
12451         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12452         (audio_convert_clean_context), (audio_convert_get_sizes),
12453         (audio_convert_convert):
12454         More elegant and working temp buffer selection algo.
12455
12456 2005-08-26  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/audioconvert/audioconvert.c: (if), (float),
12459         (audio_convert_get_func_index), (check_default),
12460         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12461         (audio_convert_clean_context), (audio_convert_get_sizes),
12462         (get_temp_buffer), (audio_convert_convert):
12463         Use realloc else we lose our original data.
12464
12465 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * gst/audioresample/gstaudioresample.c:
12468           use base class' newsegment to properly timestamp
12469
12470 2005-08-26  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/audioconvert/audioconvert.c: (if), (float),
12473         (audio_convert_get_func_index), (check_default),
12474         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12475         (audio_convert_clean_context), (audio_convert_get_sizes),
12476         (get_temp_buffer), (audio_convert_convert):
12477         * gst/audioconvert/gstaudioconvert.c:
12478         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12479         (gst_audio_convert_transform_caps),
12480         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12481         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12482         Oops, allocate enough space to perform the channel mix.
12483
12484 2005-08-26  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst/audioconvert/Makefile.am:
12487         * gst/audioconvert/audioconvert.c: (if), (float),
12488         (audio_convert_get_func_index), (check_default),
12489         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12490         (audio_convert_clean_context), (audio_convert_get_sizes),
12491         (get_temp_buffer), (audio_convert_convert):
12492         * gst/audioconvert/audioconvert.h:
12493         * gst/audioconvert/gstaudioconvert.c:
12494         (gst_audio_convert_class_init), (gst_audio_convert_init),
12495         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12496         (gst_audio_convert_get_unit_size),
12497         (gst_audio_convert_transform_caps),
12498         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12499         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12500         * gst/audioconvert/gstaudioconvert.h:
12501         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12502         (gst_channel_mix_fill_identical),
12503         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12504         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12505         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12506         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12507         (gst_channel_mix_mix):
12508         * gst/audioconvert/gstchannelmix.h:
12509         Cleanups, librarify a bit, optimize, better negotiation and more.
12510
12511 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12512
12513         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12514         Another from MikeS:
12515         During typefinding, don't support negative offsets
12516         (offsets from the end of the stream) in our typefind->peek() function
12517         - nothing embedded in ogg ever needs them. However, we need to recognise
12518         those requests and reject them, otherwise we return invalid pointers.
12519
12520 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12521
12522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12523         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12524         (vorbisdec_finalize), (vorbis_handle_type_packet):
12525           Big shout-out to MikeS for fixing this giant memory leak.
12526           Huzzah!
12527
12528 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12529
12530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12531         (audio_convert_get_unit_size):
12532           plug some leaks
12533
12534 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12535
12536         * check/Makefile.am:
12537         * check/elements/audioconvert.c: (setup_audioconvert),
12538         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12539         (GST_START_TEST), (audioconvert_suite), (main):
12540           add a test for audioconvert
12541         * gst/audioresample/gstaudioresample.c:
12542         * gst/audioresample/gstaudioresample.h:
12543           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12544           note that for buffers of 1/3 sec this means DURATION(c) is 
12545           one nanosecond more than for a and b
12546
12547 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12548
12549         * check/Makefile.am:
12550         * check/elements/audioresample.c: (setup_audioresample),
12551         (cleanup_audioresample), (fail_unless_perfect_stream),
12552         (test_perfect_stream_instance), (GST_START_TEST),
12553           add a check for audioresample
12554         (audioresample_suite), (main):
12555         * check/elements/volume.c: (GST_START_TEST):
12556           remove unused method
12557         * gst/audioresample/gstaudioresample.c:
12558           set correct buffer parameters since we're changing them
12559         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12560           add some debug
12561
12562 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         * gst/audioresample/debug.c:
12565         * gst/audioresample/gstaudioresample.c:
12566           add room for extra overlap samples when asked to transform size
12567           protect against possible mem corruption and check for discrepancies
12568           between written size and outbuffer's size so we can warn for
12569           potential problems
12570         * gst/audioresample/resample.c: (resample_init),
12571         (resample_get_output_size_for_input), (resample_get_output_size),
12572         (resample_set_n_channels), (resample_set_format):
12573           set debug level based on RESAMPLE_DEBUG env var
12574           make sure that get_output_size* returns a whole number of
12575           sample_size
12576           set sample_size each time either channel or format is set
12577         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12578         * gst/audioresample/resample_functable.c:
12579         (resample_scale_functable):
12580         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12581           remove r->sample_size, it's done in resample.c now
12582           add some debugging to the ref implementation
12583           make sure we only give back bytes that are wholes of the sample
12584           size
12585
12586 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12587         * gst/playback/gstplaybasebin.c: (fill_buffer):
12588         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12589
12590 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12591
12592         * gst/volume/gstvolume.c:
12593           made set_caps function static
12594
12595 2005-08-24  Wim Taymans  <wim@fluendo.com>
12596
12597         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12598         (gst_vorbisenc_change_state):
12599         Stop leaking taglists.
12600
12601 2005-08-24  Wim Taymans  <wim@fluendo.com>
12602
12603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12604         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12605         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12606         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12607         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12608         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12609         Parse seeking events better.
12610         Unref static caps.
12611         Generate correct newsegment events, fixes seeking in live oggs.
12612
12613         * ext/theora/theoradec.c: (theora_dec_src_query),
12614         (theora_dec_src_event), (theora_dec_src_getcaps),
12615         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12616         Use newsegment values to report correct play time.
12617
12618         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12619         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12620         * ext/vorbis/vorbisdec.h:
12621         Parse and use newsegment values to report correct play time.
12622
12623         * gst-libs/gst/audio/gstbaseaudiosink.c:
12624         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12625         Clear ringbuffer on flush.
12626         Use newsegment values to calculate playback time.
12627
12628         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12630         Basesink does newsegment calculations for us now.
12631
12632 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * check/Makefile.am:
12635         * configure.ac:
12636           add core's plugins to the mix so that playbin works
12637         * check/generic/states.c: (GST_START_TEST):
12638           set a 0 timeout on pipelines, so they don't force the next
12639           state change
12640         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12641         (gst_play_base_bin_change_state):
12642           remove the crappy error handling and do GST error handling
12643
12644 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12645
12646         * check/Makefile.am:
12647         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12648           add same test as to core, it bitches out on playbin atm.
12649
12650 2005-08-24  Wim Taymans  <wim@fluendo.com>
12651
12652         * configure.ac:
12653         Remove audioscale.
12654
12655 2005-08-24  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12658         (gst_videoscale_prepare_size), (parse_caps),
12659         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12660         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12661         (gst_videoscale_transform):
12662         * gst/videoscale/gstvideoscale.h:
12663         Refactor, make use of BaseTranform really well.
12664
12665 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12666
12667         * configure.ac:
12668           compile audioresample
12669         * gst/audioresample/Makefile.am:
12670         * gst/audioresample/buffer.c:
12671         * gst/audioresample/functable.c:
12672         * gst/audioresample/gstaudioresample.c:
12673         * gst/audioresample/gstaudioresample.h:
12674         * gst/audioresample/resample.c:
12675         (resample_get_output_size_for_input):
12676         * gst/audioresample/resample.h:
12677         * gst/audioresample/resample_chunk.c:
12678         * gst/audioresample/resample_functable.c:
12679         * gst/audioresample/resample_ref.c:
12680           port to use basetransform; doesn't work in all cases yet
12681
12682 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12683
12684         * gst/audioconvert/gstaudioconvert.c:
12685         (gst_audio_convert_class_init), (gst_audio_convert_init),
12686         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12687         (audio_convert_fixate_caps), (audio_convert_set_caps),
12688         (audio_convert_transform),
12689         (gst_audio_convert_buffer_to_default_format),
12690         (gst_audio_convert_buffer_from_default_format),
12691         (gst_audio_convert_channels):
12692         * gst/audioconvert/gstchannelmix.c:
12693         * gst/audioconvert/gstchannelmix.h:
12694           port to basetransform
12695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12696         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12697         (gst_ffmpegcsp_get_unit_size):
12698         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12699         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12700           fix for basetransform changes
12701
12702 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12703
12704         * check/Makefile.am:
12705           Add CHECK_CFLAGS and LDFLAGS
12706
12707         * gst/playback/gstplaybasebin.c: (fill_buffer):
12708           GST_MESSAGE_SRC became a GObject
12709
12710 2005-08-24  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12713         (gst_ring_buffer_clear_all):
12714         * gst-libs/gst/audio/gstringbuffer.h:
12715         Added function to clear the ringbuffer.
12716
12717 2005-08-24  Andy Wingo  <wingo@pobox.com>
12718
12719         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12720         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12721         of _open and _close.
12722
12723         * sys/v4l/gstv4lxoverlay.h:
12724         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12725         an Xv connection here, instead of all the time. Make Xv only be
12726         loaded if you axe for it. Kindof a workaround for buggy behaviour
12727         of Xv when using remote xservers (XvQueryExtension would block).
12728         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12729         replace the _open and _close public API. Only start the xv
12730         connection if necessary.
12731         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12732
12733 2005-08-23  David Schleef  <ds@schleef.org>
12734
12735         * gst/audioresample/Makefile.am: Leet audioresampling code
12736         * gst/audioresample/buffer.c:
12737         * gst/audioresample/buffer.h:
12738         * gst/audioresample/debug.c:
12739         * gst/audioresample/debug.h:
12740         * gst/audioresample/functable.c:
12741         * gst/audioresample/functable.h:
12742         * gst/audioresample/gstaudioresample.c:
12743         * gst/audioresample/gstaudioresample.h:
12744         * gst/audioresample/resample.c:
12745         * gst/audioresample/resample.h:
12746         * gst/audioresample/resample_chunk.c:
12747         * gst/audioresample/resample_functable.c:
12748         * gst/audioresample/resample_ref.c:
12749
12750 2005-08-23  Wim Taymans  <wim@fluendo.com>
12751
12752         * examples/seeking/seek.c: (make_vorbis_pipeline),
12753         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12754         Small seek updates.
12755
12756 2005-08-23  Andy Wingo  <wingo@pobox.com>
12757
12758         * gst-libs/gst/audio/gstbaseaudiosrc.c
12759         (gst_base_audio_src_fixate): Only fixate endianness if it is
12760         present in the caps.
12761
12762 2005-08-22  Andy Wingo  <wingo@pobox.com>
12763
12764         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12765         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12766         device-name property.
12767
12768         * gst-libs/gst/audio/gstaudiosrc.h:
12769         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12770         close_device in the ring buffer, like gstaudiosink.
12771
12772         * ext/alsa/gstalsamixer.h:
12773         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12774         macro to implement the interface without much code. Cleanups. 
12775
12776         * ext/alsa/gstalsasrc.h:
12777         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12778         READY.
12779
12780         * ext/alsa/Makefile.am: Add new files.
12781         * ext/alsa/gstalsamixerelement.c: 
12782         * ext/alsa/gstalsamixerelement.c: Split element code out from
12783         mixer code so that alsasrc can be a mixer too.
12784
12785 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12788         (GST_START_TEST):
12789         * check/elements/vorbisdec.c: (setup_vorbisdec),
12790         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12791         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12792         (vorbis_handle_identification_packet),
12793         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12794         (vorbis_handle_header_packet), (vorbis_dec_push),
12795         (vorbis_dec_chain):
12796           use the setup/teardown methods to save code.  save code is good.
12797
12798 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12799
12800         * check/Makefile.am:
12801           add ext dir for plugins
12802           add vorbisdec test conditionally
12803         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12804         (GST_START_TEST), (volume_suite):
12805           add a test with wrong caps
12806         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12807         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12808           add a vorbisdec test
12809         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12810         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12811           clean up debug output
12812         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12813           yay, fix a segfault/security issue in vorbisdec
12814           gst-launch fakesrc ! vorbisdec wasn't happy
12815         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12816         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12817         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12818         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12819         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12820         (gst_vorbisenc_set_metadata), (get_constraints_string),
12821         (update_start_message), (gst_vorbisenc_setup),
12822         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12823         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12824         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12825         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12826         * ext/vorbis/vorbisenc.h:
12827           march in line
12828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12829         (gst_ffmpegcsp_transform):
12830           have the kow come home
12831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12832           debug my func ptr
12833         * gst/volume/gstvolume.c: (volume_set_caps):
12834           add a debug
12835
12836 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12837
12838         * Makefile.am:
12839         * check/.cvsignore:
12840         * check/Makefile.am:
12841         * check/elements/.cvsignore:
12842         * check/elements/volume.c: (chain_func), (event_func),
12843         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12844         (main):
12845         * configure.ac:
12846           add unit test structure for gst-plugins-base
12847           add a test for volume
12848         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12849         (gst_volume_set_volume), (gst_volume_get_volume),
12850         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12851         (volume_funcfind), (volume_process_float), (volume_process_int16),
12852         (volume_set_caps), (volume_transform), (volume_update_mute),
12853         (volume_update_volume), (volume_set_property),
12854         (volume_get_property):
12855           document a little; use basetransform vmethod _set_caps
12856
12857 2005-08-19  Andy Wingo  <wingo@pobox.com>
12858
12859         * ext/alsa/gstalsamixertrack.h:
12860         * ext/alsa/gstalsamixertrack.c:
12861         * ext/alsa/gstalsamixeroptions.h:
12862         * ext/alsa/gstalsamixeroptions.c:
12863         * ext/alsa/gstalsamixer.h:
12864         * ext/alsa/gstalsamixer.c: Port to 0.9.
12865
12866         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12867         Remove gstalsa.c and alsaclock. No more cruft here.
12868         
12869 2005-08-18  Wim Taymans  <wim@fluendo.com>
12870
12871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12872         (gst_base_rtp_depayload_chain),
12873         (gst_base_rtp_depayload_add_to_queue),
12874         (gst_base_rtp_depayload_push),
12875         (gst_base_rtp_depayload_queue_release):
12876         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12877         Fix for RTPBuffer changes.
12878
12879         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12880         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12881         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12882         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12883         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12884         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12885         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12886         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12887         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12888         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12889         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12890         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12891         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12892         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12893         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12894         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12895         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12896         (gst_rtpbuffer_get_payload):
12897         * gst-libs/gst/rtp/gstrtpbuffer.h:
12898         Don't subclass GstBuffer but add methods and helper functions
12899         to construct and manipulate RTP packets in regular GstBuffers.
12900
12901 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12902
12903         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12904           moved statement below switch
12905         * gst/volume/gstvolume.c: (gst_volume_class_init):
12906           added debug ptr
12907
12908 2005-08-16  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12911         (gst_base_audio_src_change_state):
12912         Open and close device in READY<->NULL state change.
12913
12914 2005-08-16  Andy Wingo  <wingo@pobox.com>
12915
12916         * examples/seeking/Makefile.am: Don't compile non-compiling
12917         compiled objects with the compiler.
12918
12919         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12920         elements.
12921
12922 2005-08-12  Philippe Khalaf <burger@speedy.org>
12923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12924         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12925           Made a thread to release the queue.
12926           Removed timestamp conversion for now.
12927
12928 2005-08-10  Philippe Khalaf <burger@speedy.org>
12929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12931           Added rtp timestamp -> gst timestamp conversion.
12932           Fixed several problems with queue.
12933
12934 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * gst-libs/gst/audio/gstaudioclock.h:
12937         * gst-libs/gst/audio/gstaudiofilter.h:
12938         * gst-libs/gst/audio/gstaudiosink.h:
12939         * gst-libs/gst/audio/gstaudiosrc.h:
12940         * gst-libs/gst/audio/gstbaseaudiosink.h:
12941         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12942         * gst-libs/gst/audio/gstringbuffer.h:
12943         * gst-libs/gst/net/gstnetbuffer.h:
12944         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12945         * gst-libs/gst/rtp/gstrtpbuffer.h:
12946           Add padding (you will need to rebuild gst-plugins-base,
12947           gst-plugins and all applications afterwards!)
12948
12949 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12950
12951         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12952         (gst_riff_parse_chunk):
12953           Fix bug in debug message and add some more debug messages.
12954
12955 2005-08-08  Edward Hervey  <edward@fluendo.com>
12956
12957         * gst-libs/gst/riff/riff-media.c:
12958         backported updates since branch
12959
12960 2005-08-08  Andy Wingo  <wingo@pobox.com>
12961
12962         * gst-libs/gst/audio/gstbaseaudiosink.c
12963         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12964         like good elements should. Close on READY->NULL too.
12965
12966         * gst-libs/gst/audio/gstaudiosink.c
12967         (gst_audioringbuffer_open_device,
12968         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12969         (gst_audioringbuffer_release): Updates for new ring buffer API,
12970         hook into the new audio sink api.
12971
12972         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12973         (GstAudioSinkClass.close): Just open and close the device -- no
12974         resource allocation or configuration.
12975         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12976         vmethods, handle device setup and resource allocation.
12977
12978         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12979         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12980         base class API.
12981
12982         * gst-libs/gst/audio/gstringbuffer.h
12983         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12984         New vmethods.
12985
12986         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12987         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12988         New API functions. The device should be opened before acquiring
12989         and closed after releasing.
12990
12991 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12992
12993         * gst-libs/gst/interfaces/mixer.h:
12994           Reset padding to GST_PADDING.
12995
12996 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12997
12998         * gst/playback/gstplaybin.c: (remove_sinks):
12999           Remove visualization from parent explicitely; works around some
13000           apparent refcount issue that I haven't tracked down yet.
13001
13002 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13003
13004         * ext/alsa/gstalsasink.c: (set_hwparams):
13005           Assign debug category, add negotiation debug msgs.
13006
13007 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13008
13009         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13010           Fix error code for file-not-found to NOT_FOUND.
13011
13012 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13013
13014         * common/gtk-doc-plugins.mak:
13015         * docs/plugins/Makefile.am:
13016         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13017         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13018           renamed to actual element names, so much nicer to look at
13019         * docs/plugins/tmpl/gstmultifdsink.sgml:
13020           remove
13021         * docs/plugins/tmpl/multifdsink.sgml:
13022         * docs/plugins/tmpl/tcpserversink.sgml:
13023           add
13024         * ext/alsa/gstalsa.c:
13025         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13026         * ext/ogg/gstoggmux.c:
13027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13028         * gst/playback/gstdecodebin.c:
13029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13030         * gst/tcp/gsttcpserversink.c:
13031           various fixes and documentation additions
13032
13033 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         * common/Makefile.am:
13036         * common/gstdoc-scangobj:
13037         * common/gtk-doc-plugins.mak:
13038         * common/gtk-doc.mak:
13039           add a custom scangobj that uses the registry
13040           add a custom gtk-doc-plugins.mak that uses it
13041           some doc build fixes
13042         * configure.ac:
13043         * docs/Makefile.am:
13044         * docs/plugins/Makefile.am:
13045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13047         * docs/plugins/gst-plugins-base-plugins.types:
13048         * docs/plugins/tmpl/gstmultifdsink.sgml:
13049           add docs for one element, multifdsink
13050         * gst/adder/gstadder.h:
13051         * gst/volume/gstvolume.h:
13052           don't privatize enum
13053         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13054         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13055         (gst_sync_method_get_type), (gst_client_status_get_type),
13056         (gst_multifdsink_class_init),
13057         (gst_multifdsink_client_queue_buffer),
13058         (gst_multifdsink_handle_client_write):
13059         * gst/tcp/gstmultifdsink.h:
13060         * gst/tcp/gsttcp.h:
13061         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13062         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13063         (gst_tcpclientsink_render):
13064         * gst/tcp/gsttcpclientsink.h:
13065         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13066         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13067         (gst_tcpclientsrc_start):
13068         * gst/tcp/gsttcpclientsrc.h:
13069         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13070         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13071         * gst/tcp/gsttcpserversrc.h:
13072         * gst/typefind/gsttypefindfunctions.c:
13073           remove superfluous Type stuff
13074
13075 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13076
13077         * gst/playback/gstplaybin.c: (gen_video_element):
13078           Enable videoscale.
13079
13080 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * gst-libs/gst/gconf/gconf.c:
13083         * gst-libs/gst/gconf/gconf.h:
13084           Fix some Andy Problem [tm].
13085
13086 2005-08-04  Andy Wingo  <wingo@pobox.com>
13087
13088         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13090         (gst_ffmpegcsp_get_size): Adapt to API changes.
13091
13092         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13093         Implement an in-place do-nothing transform.
13094
13095 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13096
13097         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13098         (gst_ximagesink_renegotiate_size):
13099           Do not set new window sizes yet if we prepare a new buffer size
13100           for upstream renegotiation (software scaling) at some point in the
13101           future, because this new size waqs not actually accepted yet. Once
13102           accepted, renegotiation later on will set the new sizes just fine.
13103           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13104           embedding testcase.
13105
13106 2005-08-03  Andy Wingo  <wingo@pobox.com>
13107
13108         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13109         (gst_ximagesink_buffer_alloc): 
13110         Protect the height, width, and desired_caps with the pool_lock.
13111         Fixes videotestsrc ! queue ! ximagesink.
13112
13113 2005-08-02  Edward Hervey  <edward@fluendo.com>
13114
13115         * gst/volume/gstvolume.c:
13116         include left from controller cleanup
13117
13118 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13120           Stop collectpads before calling the parent state
13121           change function on PAUSED->READY.
13122
13123 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13124         * configure.ac:
13125           When testing for X libs, use the X CFlags 
13126         * gst/adder/gstadder.c: (gst_adder_change_state):
13127           Stop the collectpads before calling parent state change function
13128           on PAUSED->READY, otherwise we deadlock deactivating pads.
13129
13130 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13131
13132         * configure.ac:
13133         * docs/libs/tmpl/gstcolorbalance.sgml:
13134         * docs/libs/tmpl/gstmixer.sgml:
13135         * examples/Makefile.am:
13136         * gst/sine/Makefile.am:
13137         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13138         (gst_sinesrc_set_property), (plugin_init):
13139         * gst/sine/gstsinesrc.h:
13140         * gst/volume/Makefile.am:
13141         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13142         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13143         (volume_process_float), (volume_process_int16),
13144         (volume_set_property), (plugin_init):
13145         * gst/volume/gstvolume.h:
13146           deactivate and remove dparams (libgstcontrol)
13147
13148 2005-07-29  Wim Taymans  <wim@fluendo.com>
13149
13150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13151         Convert me to BaseTransform!! help..
13152
13153 2005-07-29  Andy Wingo  <wingo@pobox.com>
13154
13155         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13156         sinks.
13157
13158         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13159         support of both endiannesses.
13160
13161 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13164           Fix confusing debug message (s/event/query/)
13165
13166 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         * gst/videotestsrc/videotestsrc.h:
13169           Use "_stdint.h" instead of <stdint.h>
13170
13171 2005-07-27  Wim Taymans  <wim@fluendo.com>
13172
13173         * ext/vorbis/Makefile.am:
13174         Revert wrong commit.
13175
13176 2005-07-27  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13179         More compilation fixen.
13180
13181 2005-07-27  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst-libs/gst/audio/gstbaseaudiosink.c:
13184         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13185         (gst_base_audio_sink_create_ringbuffer),
13186         (gst_base_audio_sink_change_state):
13187         Fix compilation.
13188
13189 2005-07-27  Wim Taymans  <wim@fluendo.com>
13190
13191         * examples/seeking/seek.c: (setup_dynamic_link),
13192         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13193         (query_positions_elems), (query_positions_pads), (do_seek):
13194         Update seek example.
13195
13196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13197         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13198         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13199         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13200         (gst_ogg_demux_handle_event),
13201         (gst_ogg_demux_deactivate_current_chain),
13202         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13203         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13204         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13205         (gst_ogg_demux_loop):
13206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13207         * ext/theora/theoradec.c: (theora_dec_src_event),
13208         (theora_dec_src_getcaps), (theora_dec_sink_event),
13209         (theora_dec_push), (theora_dec_chain):
13210         * ext/vorbis/Makefile.am:
13211         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13212         (vorbis_dec_sink_event), (vorbis_dec_push),
13213         (vorbis_handle_data_packet):
13214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13215         (gst_vorbisenc_chain):
13216         * gst/playback/gststreaminfo.c: (cb_probe):
13217         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13218         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13219         * gst/videoscale/gstvideoscale.c:
13220         (gst_videoscale_handle_src_event):
13221         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13222         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13223         (gst_ximagesink_navigation_send_event):
13224         * sys/xvimage/xvimagesink.c:
13225         (gst_xvimagesink_navigation_send_event):
13226         Various event updates and cleanups
13227
13228 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13229
13230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13231           Fix segfault for I420/YV12.
13232
13233 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13234
13235         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13236           Report bitrate.
13237
13238 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13239
13240         * gst/playback/gstplaybin.c: (gen_video_element),
13241         (gen_audio_element):
13242           Switch to auto*sink elements as default sinks; add volume element
13243           so that volume control in totem works.
13244
13245 2005-07-21  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13248         * gst/playback/gstplaybin.c: (setup_sinks),
13249         (gst_play_bin_change_state):
13250         Refcount fix and more comments.
13251
13252 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13253
13254         * sys/ximage/Makefile.am:
13255         * sys/ximage/ximage.c: (plugin_init):
13256         * sys/ximage/ximagesink.c:
13257         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13258         
13259
13260 2005-07-21  Wim Taymans  <wim@fluendo.com>
13261
13262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13263         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13264         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13265         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13266         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13267         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13268         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13269         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13270         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13271         Generate correct disconts for live chained oggs.
13272
13273         * gst-libs/gst/audio/gstbaseaudiosink.c:
13274         (gst_base_audio_sink_render),
13275         (gst_base_audio_sink_create_ringbuffer),
13276         (gst_base_audio_sink_change_state):
13277         Handle discont math correctly.
13278
13279         * gst/playback/gstplaybin.c: (add_sink):
13280         Some small debug cleanup.
13281
13282 2005-07-21  Wim Taymans  <wim@fluendo.com>
13283
13284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13285         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13286         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13287         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13288         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13289         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13290         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13291         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13292         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13293         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13294         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13295         (gst_ogg_demux_change_state), (gst_ogg_print):
13296         Reorganize code to send the right disconts when in streaming
13297         mode.
13298
13299 2005-07-20  Andy Wingo  <wingo@pobox.com>
13300
13301         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13302         fix (?), fixes a seggie mcfalterson (#310894).
13303
13304 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13305
13306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13307         (gst_ogg_mux_set_header_on_caps):
13308         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13310         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13311         * gst-libs/gst/audio/multichannel.c:
13312         (gst_audio_set_channel_positions),
13313         (gst_audio_set_structure_channel_positions_list):
13314         * gst/playback/gstdecodebin.c: (dynamic_create):
13315         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13316         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13317           Fixes for API changes in core.
13318
13319 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13320
13321         * gst/playback/gstplaybasebin.c: (fill_buffer):
13322           Use _new_custom() so we can set custom message types for buffering
13323           messages.
13324
13325 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13326
13327         * configure.ac:
13328         * gst-libs/gst/Makefile.am:
13329         * gst-libs/gst/gconf/.cvsignore:
13330         * gst-libs/gst/gconf/Makefile.am:
13331         * gst-libs/gst/gconf/test-gconf.c:
13332         * pkgconfig/Makefile.am:
13333         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13334         * pkgconfig/gstreamer-gconf.pc.in:
13335           Remove gconf stuff, use gconf elements instead from now on.
13336
13337 2005-07-20  Wim Taymans  <wim@fluendo.com>
13338
13339         * gst-libs/gst/audio/TODO:
13340         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13341         (gst_audio_clock_get_internal_time):
13342         * gst-libs/gst/audio/gstaudioclock.h:
13343         * gst-libs/gst/audio/gstbaseaudiosink.c:
13344         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13345         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13346         (gst_base_audio_sink_render),
13347         (gst_base_audio_sink_create_ringbuffer),
13348         (gst_base_audio_sink_change_state):
13349         Make sure the audio clock always returns an increasing value.
13350
13351 2005-07-19  Andy Wingo  <wingo@pobox.com>
13352
13353         * gst/videotestsrc/: Cleanups.
13354
13355 2005-07-19  Wim Taymans  <wim@fluendo.com>
13356
13357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13358         Better debugging.
13359
13360 2005-07-19  Wim Taymans  <wim@fluendo.com>
13361
13362         * examples/seeking/seek.c: (make_dv_pipeline),
13363         (make_vorbis_theora_pipeline), (query_rates),
13364         (query_positions_elems), (query_positions_pads), (do_seek):
13365         Make correct DV pipeline.
13366
13367 2005-07-18  Andy Wingo  <wingo@pobox.com>
13368
13369         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13370         default. Also because it's the only thing that really works. (This
13371         is used in the GConf elements).
13372         Use AS_LIBTOOL_TAGS.
13373
13374 2005-07-18  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst/playback/gstdecodebin.c: (remove_element_chain):
13377         * gst/playback/gstplaybin.c: (add_sink):
13378         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13379         (gst_stream_info_set_mute):
13380         * gst/playback/gststreamselector.c:
13381         (gst_stream_selector_get_linked_pad),
13382         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13383         More leak and compile fixes.
13384
13385 2005-07-18  Wim Taymans  <wim@fluendo.com>
13386
13387         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13388         (query_rates), (query_positions_elems), (query_positions_pads),
13389         (do_seek), (seek_cb), (stop_seek):
13390         Updated seek example. 
13391
13392         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13393         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13394         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13395         * gst/playback/gstplaybin.c: (add_sink):
13396         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13397         (gst_stream_info_set_mute):
13398         Some refcount leak fixes.
13399
13400 2005-07-16  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst-libs/gst/audio/gstbaseaudiosink.c:
13403         (gst_base_audio_sink_render):
13404         Align samples even if we have roundoff errors in the 
13405         timestamp conversion.
13406
13407 2005-07-16  Wim Taymans  <wim@fluendo.com>
13408
13409         * docs/libs/tmpl/gstringbuffer.sgml:
13410         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13411         (query_rates), (query_positions_elems), (query_positions_pads),
13412         (update_scale), (do_seek):
13413         Updated seek example.
13414
13415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13416         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13417         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13418         (gst_ogg_demux_loop):
13419         Push out correct discont values.
13420
13421         * ext/theora/theoradec.c: (theora_dec_src_convert),
13422         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13423         (theora_dec_sink_event), (theora_handle_type_packet),
13424         (theora_handle_header_packet), (theora_dec_push),
13425         (theora_handle_data_packet), (theora_dec_chain),
13426         (theora_dec_change_state):
13427         Better timestamping.
13428
13429         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13430         (vorbis_dec_sink_event), (vorbis_dec_push),
13431         (vorbis_handle_data_packet), (vorbis_dec_chain):
13432         * ext/vorbis/vorbisdec.h:
13433         Better timestamping.
13434
13435         * gst-libs/gst/audio/gstbaseaudiosink.c:
13436         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13437         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13438         Handle syncing on timestamps instead of sample offsets. Make
13439         use of DISCONT values as described in design docs.
13440
13441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13442         (gst_base_audio_src_get_time):
13443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13444         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13445         (gst_ring_buffer_read):
13446         * gst-libs/gst/audio/gstringbuffer.h:
13447         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13448         (gst_ximagesink_show_frame):
13449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13450         Correcly convert buffer timestamp to stream time.
13451
13452 2005-07-16  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/audioconvert/gstaudioconvert.c:
13455         (gst_audio_convert_get_buffer):
13456         Timestamp buffers correctly.
13457
13458         * gst/playback/gstplaybin.c: (gen_video_element):
13459         Make internal fakesink silent.
13460
13461 2005-07-15  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/ffmpegcolorspace/Makefile.am:
13464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13465         (gst_ffmpegcsp_caps_remove_format_info),
13466         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13467         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13468         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13469         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13470         Ported ffmpegcolorspace to basetransform.
13471
13472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13473         * gst/volume/gstvolume.c: (volume_transform):
13474         Ported to new API.
13475
13476 2005-07-14  Wim Taymans  <wim@fluendo.com>
13477
13478         * gst/videotestsrc/Makefile.am:
13479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13480         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13481         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13482         (gst_videotestsrc_init), (gst_videotestsrc_event),
13483         (gst_videotestsrc_create), (gst_videotestsrc_start),
13484         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13485         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13486         (gst_videotestsrc_get_property):
13487         * gst/videotestsrc/gstvideotestsrc.h:
13488         Make videotestsrc a pushsrc.
13489
13490 2005-07-14  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/tcp/gstfdset.c: (gst_fdset_free):
13493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13494         (gst_multifdsink_add), (gst_multifdsink_remove),
13495         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13496         (gst_multifdsink_remove_client_link),
13497         (gst_multifdsink_client_queue_data),
13498         (gst_multifdsink_client_queue_caps),
13499         (gst_multifdsink_client_queue_buffer),
13500         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13501         (gst_multifdsink_stop):
13502         * gst/tcp/gstmultifdsink.h:
13503         0.8 backporting.
13504
13505         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13506         Also draw image when not from a pool.
13507
13508 2005-07-14  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13511         (mute_stream), (silence_stream):
13512         Small debug additions.
13513
13514 2005-07-14  Wim Taymans  <wim@fluendo.com>
13515
13516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13517         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13518         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13519         Better error recovery, ignore unconnected pads and
13520         non-fatal errors.
13521
13522 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13523
13524         * docs/libs/tmpl/gstaudio.sgml:
13525         * docs/libs/tmpl/gstcolorbalance.sgml:
13526         * docs/libs/tmpl/gstgconf.sgml:
13527         * docs/libs/tmpl/gstmixer.sgml:
13528         * docs/libs/tmpl/gstringbuffer.sgml:
13529         * docs/libs/tmpl/gsttuner.sgml:
13530         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13532         (gst_tcpclientsrc_class_init):
13533         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13534         (gst_tcpserversrc_class_init):
13535         * sys/v4l/gstv4lelement.c:
13536           more autistic cleanliness in functions/names/defines
13537
13538 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         * configure.ac:
13541           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13542           added manually to each Makefile.am so we are sure it goes
13543           *last* and doesn't add -L flags before linking in libs of our
13544           own, like, say, internal .la libs, that then accidentally pick
13545           up the installed copy.
13546         * docs/libs/Makefile.am:
13547         * ext/alsa/Makefile.am:
13548         * ext/cdparanoia/Makefile.am:
13549         * ext/gnomevfs/Makefile.am:
13550         * ext/libvisual/Makefile.am:
13551         * ext/ogg/Makefile.am:
13552         * ext/theora/Makefile.am:
13553         * ext/vorbis/Makefile.am:
13554         * gst-libs/gst/video/Makefile.am:
13555         * gst/adder/Makefile.am:
13556         * gst/audioconvert/Makefile.am:
13557         * gst/audiorate/Makefile.am:
13558         * gst/audioscale/Makefile.am:
13559         * gst/ffmpegcolorspace/Makefile.am:
13560         * gst/playback/Makefile.am:
13561         * gst/sine/Makefile.am:
13562         * gst/subparse/Makefile.am:
13563         * gst/tags/Makefile.am:
13564         * gst/tcp/Makefile.am:
13565         * gst/typefind/Makefile.am:
13566         * gst/videorate/Makefile.am:
13567         * gst/videoscale/Makefile.am:
13568         * gst/videotestsrc/Makefile.am:
13569         * gst/volume/Makefile.am:
13570         * sys/v4l/Makefile.am:
13571         * sys/ximage/Makefile.am:
13572         * sys/xvimage/Makefile.am:
13573           adapt properly to this change. This should make sure that
13574           plugins and libs properly link to the as-yet-uninstalled
13575           copies of stuff like libgstinterfaces and libgstvideo
13576
13577 2005-07-13  Andy Wingo  <wingo@pobox.com>
13578
13579         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13580         (gst_v4lsrc_fixate): Fixate on format as well.
13581
13582         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13583         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13584         buffer points to it.
13585         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13586         rather just doing X calls ourselves. Also fixes a memleak.
13587
13588 2005-07-12  Andy Wingo  <wingo@pobox.com>
13589
13590         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13591         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13592         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13593         TRUE to avoid deadlocks if an element holds on to our buffers.
13594
13595 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13596
13597         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13598         (gst_sinesrc_init), (gst_sinesrc_create),
13599         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13600         (gst_sinesrc_start):
13601         * gst/sine/gstsinesrc.h:
13602           removing num-buffers property before moving it
13603
13604 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13605
13606         * configure.ac:
13607           use overridable ERROR_CFLAGS
13608         * docs/libs/gst-plugins-base-libs.types:
13609         * docs/libs/tmpl/gstringbuffer.sgml:
13610         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13611         (gst_alsasink_class_init):
13612         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13613         (gst_alsasrc_class_init):
13614         * gst-libs/gst/audio/audio.h:
13615         * gst-libs/gst/audio/gstaudioclock.h:
13616         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13617         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13618         (gst_audio_filter_link), (gst_audio_filter_init),
13619         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13620         (gst_audio_filter_get_property),
13621         (gst_audio_filter_class_add_pad_templates):
13622         * gst-libs/gst/audio/gstaudiofilter.h:
13623         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13624         (gst_audio_filter_template_get_type),
13625         (gst_audio_filter_template_base_init),
13626         (gst_audio_filter_template_class_init),
13627         (gst_audio_filter_template_init),
13628         (gst_audio_filter_template_set_property),
13629         (gst_audio_filter_template_get_property), (plugin_init),
13630         (gst_audio_filter_template_setup),
13631         (gst_audio_filter_template_filter),
13632         (gst_audio_filter_template_filter_inplace):
13633         * gst-libs/gst/audio/gstaudiosink.c:
13634         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13635         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13636         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13637         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13638         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13639         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13640         * gst-libs/gst/audio/gstaudiosink.h:
13641         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13642         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13643         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13644         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13645         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13646         (gst_audio_src_class_init), (gst_audio_src_init),
13647         (gst_audio_src_create_ringbuffer):
13648         * gst-libs/gst/audio/gstaudiosrc.h:
13649         * gst-libs/gst/audio/gstbaseaudiosink.c:
13650         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13651         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13652         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13653         (gst_base_audio_sink_set_property),
13654         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13655         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13656         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13657         (gst_base_audio_sink_create_ringbuffer),
13658         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13659         * gst-libs/gst/audio/gstbaseaudiosink.h:
13660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13661         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13662         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13663         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13664         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13665         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13666         (gst_base_audio_src_event), (gst_base_audio_src_create),
13667         (gst_base_audio_src_create_ringbuffer),
13668         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13669         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13671         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13672         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13673         (gst_ring_buffer_debug_spec_caps),
13674         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13675         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13676         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13677         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13678         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13679         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13680         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13681         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13682         (gst_ring_buffer_clear):
13683         * gst-libs/gst/audio/gstringbuffer.h:
13684         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13685         (gst_video_sink_class_init), (gst_video_sink_get_type):
13686         * gst-libs/gst/video/videosink.h:
13687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13688         (gst_multifdsink_class_init),
13689         (gst_multifdsink_handle_client_write),
13690         (gst_multifdsink_change_state):
13691         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13692         (gst_tcpclientsink_setcaps):
13693         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13694         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13695         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13696         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13697         (gst_ximagesink_send_pending_navigation),
13698         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13699         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13701         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13702         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13703         (gst_xvimagesink_send_pending_navigation),
13704         (gst_xvimagesink_navigation_send_event),
13705         (gst_xvimagesink_set_xwindow_id),
13706         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13707         (gst_xvimagesink_get_type):
13708         more macro splitting
13709
13710 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13711
13712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13713           plug a memleak, allows me to import 1479 albums in one go
13714           in jamboree
13715         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13716         (vorbis_handle_type_packet), (vorbis_dec_chain),
13717         (vorbis_dec_change_state):
13718           fix some format strings
13719
13720 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13721
13722         * docs/libs/tmpl/gstcolorbalance.sgml:
13723         * docs/libs/tmpl/gstmixer.sgml:
13724         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13725         (gst_alsasink_set_property), (gst_alsasink_get_property):
13726         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13727         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13728           add device property
13729
13730 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13731
13732         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13733         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13734         (audiocast_register_listener), (audiocast_thread_run),
13735         (gst_gnomevfssrc_send_additional_headers_callback),
13736         (gst_gnomevfssrc_received_headers_callback),
13737         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13738         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13739         (gst_gnomevfssrc_get_size):
13740           add/clean up debugging
13741         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13742           cleanups
13743
13744 2005-07-07  Andy Wingo  <wingo@pobox.com>
13745
13746         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13747         framerate. Need to get a handle on when exactly this function is
13748         called, tho.
13749
13750         * sys/v4l/v4lsrc_calls.h:
13751         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13752         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13753         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13754
13755         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13756         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13757         v4lelements are sources.
13758
13759         * sys/v4l/gstv4lxoverlay.h:
13760         * sys/v4l/gstv4lxoverlay.c:
13761         * sys/v4l/gstv4ltuner.h:
13762         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13763         
13764         * sys/v4l/gstv4lsrc.h:
13765         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13766         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13767         or something should handle that. Made a live source.
13768
13769         * sys/v4l/gstv4lelement.h:
13770         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13771         signals. Some cleanups.
13772
13773         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13774
13775         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13776         stuff.
13777
13778         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13779         stuff.
13780
13781         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13782
13783 2005-07-07  Wim Taymans  <wim@fluendo.com>
13784
13785         * ext/theora/theoradec.c: (theora_get_query_types),
13786         (theora_dec_src_getcaps), (theora_dec_push):
13787         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13789         Remove deprecated/unused query types.
13790
13791 2005-07-06  Wim Taymans  <wim@fluendo.com>
13792
13793         * ext/alsa/Makefile.am:
13794         * ext/alsa/gstalsaplugin.c: (plugin_init):
13795         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13796         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13797         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13798         (gst_alsasrc_class_init), (gst_alsasrc_init),
13799         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13800         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13801         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13802         (gst_alsasrc_reset):
13803         * ext/alsa/gstalsasrc.h:
13804         * gst-libs/gst/audio/Makefile.am:
13805         * gst-libs/gst/audio/gstaudiosink.c:
13806         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13807         (gst_audioringbuffer_start):
13808         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13809         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13810         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13811         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13812         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13813         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13814         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13815         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13816         * gst-libs/gst/audio/gstaudiosrc.h:
13817         * gst-libs/gst/audio/gstbaseaudiosink.c:
13818         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13819         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13820         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13821         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13822         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13823         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13824         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13825         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13826         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13827         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13828         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13829         (gst_baseaudiosrc_change_state):
13830         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13831         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13832         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13833         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13834         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13835         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13836         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13837         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13838         * gst-libs/gst/audio/gstringbuffer.h:
13839         Added audiosource base classes.
13840         Ported alsasrc, still very basic.
13841
13842 2005-07-06  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13845         (theora_dec_push), (theora_handle_data_packet):
13846         Prepare for better timestamp fix later.
13847
13848         * gst/audioconvert/gstaudioconvert.c:
13849         List most accurate caps first
13850
13851         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13852         Use proper pad task function.
13853
13854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13855         (gst_xvimagesink_show_frame):
13856         Fix deadlock when alloc failed.
13857
13858 2005-07-05  Andy Wingo  <wingo@pobox.com>
13859
13860         * ext/gnomevfs/gstgnomevfssrc.c:
13861         * gst/sine/gstsinesrc.c:
13862         * gst/tcp/gsttcpserversrc.c:
13863         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13864
13865         * sys/v4l/: Port from 0.8.
13866
13867         * Many files: Null if we got it....
13868
13869 2005-07-05  Andy Wingo  <wingo@pobox.com>
13870
13871         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13872         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13873         Signedness fixes.
13874
13875 2005-07-05  Wim Taymans  <wim@fluendo.com>
13876
13877         * configure.ac:
13878         * gst/tcp/Makefile.am:
13879         * gst/tcp/README:
13880         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13881         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13882         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13883         (is_sync_frame), (gst_multifdsink_handle_client_write),
13884         (gst_multifdsink_render), (gst_multifdsink_start),
13885         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13886         * gst/tcp/gstmultifdsink.h:
13887         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13888         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13889         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13890         * gst/tcp/gsttcp.h:
13891         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13892         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13893         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13894         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13895         * gst/tcp/gsttcpclientsink.h:
13896         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13897         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13898         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13899         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13900         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13901         * gst/tcp/gsttcpclientsrc.h:
13902         * gst/tcp/gsttcpplugin.c: (plugin_init):
13903         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13904         * gst/tcp/gsttcpserversink.h:
13905         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13906         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13907         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13908         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13909         (gst_tcpserversrc_stop):
13910         * gst/tcp/gsttcpserversrc.h:
13911         * gst/tcp/gsttcpsink.c:
13912         * gst/tcp/gsttcpsink.h:
13913         * gst/tcp/gsttcpsrc.c:
13914         * gst/tcp/gsttcpsrc.h:
13915         Ported tcp plugins to 0.9. 
13916         
13917
13918 2005-07-05  Andy Wingo  <wingo@pobox.com>
13919
13920         * gst/playback/gstplaybasebin.c (fill_buffer):
13921         message_new_application fixen.
13922
13923         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13924         Style fix.
13925
13926 2005-07-04  Wim Taymans  <wim@fluendo.com>
13927
13928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13929         Set caps on output buffer.
13930
13931 2005-07-04  Andy Wingo  <wingo@pobox.com>
13932
13933         * ext/gnomevfs/gstgnomevfssrc.c
13934         (gst_gnomevfssrc_received_headers_callback) 
13935         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13936         hopefully.
13937
13938         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13939         No refcount leakage.
13940
13941         * configure.ac: Enable -Werror.
13942         
13943         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13944         * gst/audioconvert/bufferframesconvert.c
13945         (buffer_frames_convert_fixate):
13946         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13947         (gst_audio_convert_fixate):
13948         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13949         (gst_sinesrc_create): Fixate func changes.
13950         
13951         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13952         (gst_ximagesink_buffer_alloc): Unused var.
13953
13954 2005-07-01  Andy Wingo  <wingo@pobox.com>
13955
13956         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13957         getcaps to do explicit caps. Needs to be done in all decoders,
13958         possibly via a base class.
13959
13960         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13961
13962         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13963         caps on the sink pad, just rely on the pad template. Also, setting
13964         ANY caps on a pad is not valid because the caps are not fixed.
13965
13966         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13967         caps on the buffer, and get the width from the desired_caps if
13968         they're set.
13969         (gst_ximagesink_renegotiate_size): Implement via setting the
13970         desired_caps on the ximagesink.
13971         (gst_ximagesink_setcaps): Only reset the width of the player if it
13972         wasn't already set. Not sure if this is right.
13973         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13974
13975         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13976         that the user wants. NULL unless the window has been resized.
13977
13978         * gst/volume/gstvolume.c (volume_transform): Adapt to
13979         basetransform refcount changes.
13980         
13981 2005-07-01  Andy Wingo  <wingo@pobox.com>
13982
13983         * gst/videoscale/gstvideoscale.c:
13984         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13985         from BaseTransform, implements a transform_caps. Removed dead code
13986         including some PAR stuff that was never reached -- should probably
13987         be added back somehow.
13988
13989 2005-07-01  Andy Wingo  <wingo@pobox.com>
13990
13991         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13992         come later.
13993
13994 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * configure.ac:
13997         * docs/libs/Makefile.am:
13998         * docs/libs/gst-plugins-libs.types:
13999         * ext/alsa/Makefile.am:
14000         * ext/alsa/gstalsamixer.h:
14001         * ext/alsa/gstalsamixeroptions.h:
14002         * ext/alsa/gstalsamixertrack.h:
14003         * gst-libs/gst/Makefile.am:
14004         * gst-libs/gst/colorbalance/.cvsignore:
14005         * gst-libs/gst/colorbalance/Makefile.am:
14006         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14007         * gst-libs/gst/colorbalance/colorbalance.c:
14008         * gst-libs/gst/colorbalance/colorbalance.h:
14009         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14010         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14011         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14012         * gst-libs/gst/interfaces/Makefile.am:
14013         * gst-libs/gst/interfaces/colorbalance.c:
14014         (gst_color_balance_class_init):
14015         * gst-libs/gst/interfaces/colorbalance.h:
14016         * gst-libs/gst/interfaces/interfaces-marshal.list:
14017         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14018         * gst-libs/gst/interfaces/mixer.h:
14019         * gst-libs/gst/interfaces/mixeroptions.h:
14020         * gst-libs/gst/interfaces/navigation.c:
14021         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14022         * gst-libs/gst/interfaces/tuner.h:
14023         * gst/volume/Makefile.am:
14024         * gst/volume/gstvolume.c:
14025         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14026         * sys/ximage/Makefile.am:
14027         * sys/ximage/ximagesink.c:
14028         * sys/xvimage/Makefile.am:
14029         * sys/xvimage/xvimagesink.c:
14030           fold in all interfaces into an interfaces dir, preserving CVS
14031           history
14032
14033 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14034
14035         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14036           Fix build after riff changes.
14037
14038 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14039
14040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14041         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14042         (gst_riff_create_video_template_caps),
14043         (gst_riff_create_audio_template_caps),
14044         (gst_riff_create_iavs_template_caps):
14045         * gst-libs/gst/riff/riff-media.h:
14046         * gst-libs/gst/riff/riff-read.h:
14047         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14048           Add gst_riff_init() to initialize the debug category, instead
14049           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14050
14051 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14052
14053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14054           Oops, I shouldn't apply hacks.
14055
14056 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14057
14058         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14059           Remove pad_loop function which doesn't work.
14060
14061 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14062
14063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14064           Send EOS when deactivating.
14065         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14066         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14067         (gen_preroll_element), (probe_triggered), (mute_stream),
14068         (silence_stream), (new_decoded_pad), (setup_substreams),
14069         (set_active_source):
14070         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14071         (remove_sinks), (add_sink):
14072         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14073           Change for new probe API.
14074
14075 2005-06-29  Wim Taymans  <wim@fluendo.com>
14076
14077         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14078         * gst-libs/gst/audio/gstbaseaudiosink.c:
14079         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14080         (gst_baseaudiosink_change_state):
14081         * gst-libs/gst/audio/gstbaseaudiosink.h:
14082         * gst-libs/gst/audio/gstringbuffer.c:
14083         (gst_ringbuffer_set_callback):
14084         Fix compilation error.
14085         Ringbuffer starts out as not running.
14086         Free our clock in dispose.
14087         When releasing the ringbuffer we need to renegotiate so
14088         clear the pad caps.
14089
14090 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14091
14092         * autogen.sh:
14093         * configure.ac:
14094         * docs/Makefile.am:
14095         * docs/libs/Makefile.am:
14096         * docs/libs/gst-plugins-libs-docs.sgml:
14097         * docs/libs/gst-plugins-libs-sections.txt:
14098         * docs/libs/gst-plugins-libs.types:
14099         * docs/libs/tmpl/gstaudio.sgml:
14100         * docs/libs/tmpl/gstcolorbalance.sgml:
14101         * docs/libs/tmpl/gstringbuffer.sgml:
14102         * gst-libs/gst/audio/gstringbuffer.c:
14103         (gst_ringbuffer_set_callback):
14104           reinstate gtk-doc docs for plugin libs
14105
14106 2005-06-28  Wim Taymans  <wim@fluendo.com>
14107
14108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14109         (gst_ogg_demux_init):
14110         Removed pad loop function.
14111
14112 2005-06-28  Wim Taymans  <wim@fluendo.com>
14113
14114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14115         If we're building a chain we are not in an error case
14116         when we queue a buffer.
14117
14118 2005-06-28  Andy Wingo  <wingo@pobox.com>
14119
14120         * *.c: Don't cast to GstObject before reffing/unreffing.
14121
14122 2005-06-27  Andy Wingo  <wingo@pobox.com>
14123
14124         * gst/videotestsrc/gstvideotestsrc.c
14125         (gst_videotestsrc_activate_push): Activation API changes.
14126
14127         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14128         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14129         they have refs on the decodebin.
14130
14131         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14132         parent class.
14133         (gst_ogg_pad_typefind): Don't leak a pad ref.
14134         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14135         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14136         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14137
14138 2005-06-27  Edward Hervey  <edward@fluendo.com>
14139
14140         * ext/theora/theoradec.c: (theora_dec_change_state): 
14141         re-arranged call to parent's state change in order to avoid locks (or
14142         worse).
14143
14144 2005-06-26  Edward Hervey  <edward@fluendo.com>
14145
14146         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14147         2nd argument of 'unknow-type' signal is a GstCaps and not a
14148         GstMiniObject
14149
14150 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14151         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14152           Set the worker thread's running flag to TRUE before starting the
14153           thread.
14154         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14155           Catch a failure to add typefind to the bin.
14156
14157 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14158
14159         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14160         (gst_sinesrc_init), (gst_sinesrc_create),
14161         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14162         (gst_sinesrc_start):
14163         * gst/sine/gstsinesrc.h:
14164           add num-buffers and timestamp-offset properties
14165         * gst/videotestsrc/gstvideotestsrc.c:
14166         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14167         (gst_videotestsrc_get_property):
14168           add timestamp-offset property
14169
14170 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14171
14172         * configure.ac: add videorate
14173         * gst-plugins-base.spec.in: add videorate
14174
14175 2005-06-23  Wim Taymans  <wim@fluendo.com>
14176
14177         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14178         (gst_videorate_getcaps), (gst_videorate_setcaps),
14179         (gst_videorate_event), (gst_videorate_chain):
14180         Fixed videorate, fixating an already fixated caps is not
14181         an error.
14182
14183 2005-06-23  Wim Taymans  <wim@fluendo.com>
14184
14185         * ext/ogg/README:
14186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14187         Buffer on caps is not boxed anymore.
14188
14189 2005-06-22  Wim Taymans  <wim@fluendo.com>
14190
14191         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14192         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14193         Set buffers on caps as miniobjects and not as boxed.
14194
14195 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14196
14197         * configure.ac:
14198           back to HEAD
14199
14200 === release 0.9.1 ===
14201
14202 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * .cvsignore:
14205         * NEWS:
14206         * README:
14207         * RELEASE:
14208         * configure.ac:
14209         * po/af.po:
14210         * po/az.po:
14211         * po/cs.po:
14212         * po/en_GB.po:
14213         * po/hu.po:
14214         * po/it.po:
14215         * po/nb.po:
14216         * po/nl.po:
14217         * po/or.po:
14218         * po/sq.po:
14219         * po/sr.po:
14220         * po/sv.po:
14221         * po/uk.po:
14222         * po/vi.po:
14223           updates for release
14224
14225 2005-06-09  Andy Wingo  <wingo@pobox.com>
14226
14227         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14228         
14229 2005-06-09  Andy Wingo  <wingo@pobox.com>
14230
14231         * configure.ac:
14232         * gst-libs/gst/Makefile.am:
14233         * gst-libs/gst/net/Makefile.am:
14234         Add gstnet to build.
14235
14236 2005-06-09  Andy Wingo  <wingo@pobox.com>
14237
14238         * gst-libs/gst/gconf/gconf.c:
14239         * gst/playback/test.c:
14240         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14241         fixes.
14242
14243         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14244
14245         * ext/theora/theoraenc.c (theora_enc_chain): 
14246         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14247
14248         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14249         RealPad.
14250
14251 2005-06-02  Wim Taymans  <wim@fluendo.com>
14252
14253         * gst-libs/gst/net/Makefile.am:
14254         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14255         * pkgconfig/gstreamer-libs.pc.in:
14256         Added net stuff, version net lib.
14257
14258 2005-06-02  Wim Taymans  <wim@fluendo.com>
14259
14260         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14261         (query_rates), (query_positions_elems), (query_positions_pads),
14262         (do_seek):
14263         Updated seek example.
14264
14265 2005-06-02  Andy Wingo  <wingo@pobox.com>
14266
14267         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14268         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14269         list.
14270
14271         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14272         remove the typefind, the bin dispose will do it for us. When it's
14273         removed and unreffed, the signal handler will be disconnected,
14274         too.
14275         (unlinked): It's too difficult to disconnect from unlinked
14276         handlers, as they are on pads not elements. Just punt if the pads
14277         aren't grandkids of the bin.
14278
14279 2005-06-02  Wim Taymans  <wim@fluendo.com>
14280
14281         * ext/ogg/README:
14282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14283         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14285         * ext/theora/theoradec.c: (theora_dec_src_query),
14286         (theora_handle_data_packet):
14287         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14288         (theora_enc_chain):
14289         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14290         (vorbis_handle_data_packet):
14291         * gst/audioconvert/bufferframesconvert.c:
14292         (buffer_frames_convert_chain):
14293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14294         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14295         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14296         (gst_ffmpegcsp_chain):
14297         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14298         (gst_videorate_getcaps), (gst_videorate_setcaps),
14299         (gst_videorate_event), (gst_videorate_chain):
14300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14301         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14302         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14303         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14304         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14305         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14306         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14307         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14308         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14309         Cleanups and buffer alloc.
14310
14311 2005-05-31  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14314         Don't try to call the delay method when the device is not
14315         opened.
14316
14317 2005-05-31  Wim Taymans  <wim@fluendo.com>
14318
14319         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14320         Get actual segment size and buffer size after opening
14321         the device.
14322
14323 2005-05-30  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14326         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14327         Also FLUSH upstream, makes the loop function exit faster.
14328         
14329         * ext/theora/theoradec.c: (theora_dec_src_query):
14330         Some more debug info in the query.
14331         
14332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14333         (gst_ximagesink_setcaps):
14334         Release lock on par error, better error reporting.
14335
14336 2005-05-26  Wim Taymans  <wim@fluendo.com>
14337
14338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14339         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14340         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14341         Clear chains in READY
14342         Queue packets until the chain is activated.
14343
14344 2005-05-25  Wim Taymans  <wim@fluendo.com>
14345
14346         * gst-libs/gst/audio/gstaudiosink.c:
14347         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14348         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14349         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14350         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14351         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14352         (gst_audiosink_create_ringbuffer):
14353         * gst-libs/gst/audio/gstbaseaudiosink.c:
14354         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14355         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14356         (gst_baseaudiosink_set_property), (build_linear_format),
14357         (debug_spec_caps), (debug_spec_buffer),
14358         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14359         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14360         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14361         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14363         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14364         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14365         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14366         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14367         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14368         (wait_segment), (gst_ringbuffer_commit),
14369         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14370         (gst_ringbuffer_clear):
14371         Various small cleanups.
14372
14373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14374         (gst_audio_convert_change_state):
14375         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14376         No need to take the locks anymore.
14377
14378 2005-05-25  Wim Taymans  <wim@fluendo.com>
14379
14380         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14381         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14382         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14383         (type_found):
14384         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14385         (group_destroy), (group_commit), (queue_overrun),
14386         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14387         (mute_stream), (new_decoded_pad), (setup_substreams),
14388         (setup_source), (mute_group_type), (set_active_source),
14389         (gst_play_base_bin_change_state):
14390         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14391         (gen_video_element), (gen_text_element), (gen_audio_element),
14392         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14393         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14394         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14395         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14396         Some playbin cleanups mostly refcounting sloppyness.
14397
14398 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14399
14400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14401           Work with streaming input.
14402
14403 2005-05-25  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14406         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14407         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14408         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14409         No need to take the STREAM lock anymore.
14410
14411 2005-05-25  Wim Taymans  <wim@fluendo.com>
14412
14413         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14414         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14415         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14416         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14417         (gst_ogg_demux_sink_activate):
14418         * ext/theora/theoradec.c: (theora_dec_src_event),
14419         (theora_handle_comment_packet), (theora_dec_chain),
14420         (theora_dec_change_state):
14421         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14422         (vorbis_handle_data_packet), (vorbis_dec_chain),
14423         (vorbis_dec_change_state):
14424         Remove STREAM locks as they are taken in core now.
14425         Never set bogus granulepos on vorbis/theora.
14426         Fix leaks in theoradec tag parsing.
14427
14428 2005-05-25  Wim Taymans  <wim@fluendo.com>
14429
14430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14431         Fix memleaks, GST_BUFFER_DATA() is not freed.
14432
14433 2005-05-25  Wim Taymans  <wim@fluendo.com>
14434
14435         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14436         Open non-blocking, set to blocking mode afterwards to avoid
14437         lockups when audio device is busy.
14438
14439 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14440
14441         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14442           This can't be good.
14443
14444 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14445
14446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14447         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14448         (gst_audio_convert_setcaps):
14449           Implement instant setup switching.
14450
14451 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14452
14453         * gst/playback/gstplaybasebin.c: (probe_triggered):
14454           Fix missing unlock.
14455         * gst/playback/gstplaybin.c: (add_sink):
14456           First add, then link (otherwise pad link fails).
14457
14458 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14459
14460         * examples/Makefile.am:
14461         fix buildbot (make distcheck)
14462
14463 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14464
14465         * gst/playback/gstplaybin.c: (gen_vis_element):
14466           Remove some wrong code. Doesn't work yet.
14467
14468 2005-05-19  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst-libs/gst/net/Makefile.am:
14471         * gst-libs/gst/net/README:
14472         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14473         (gst_netbuffer_class_init), (gst_netbuffer_init),
14474         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14475         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14476         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14477         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14478         * gst-libs/gst/net/gstnetbuffer.h:
14479         Added buffer subclass to store extra to/from addresses for
14480         network sources/sinks.
14481
14482 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14483
14484         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14485           Don't lock an unassigned variable.
14486
14487 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14488
14489         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14490           Increase buffer for video, decrease buffer for other media types.
14491         * gst/playback/gstplaybin.c: (gen_video_element),
14492         (gen_audio_element):
14493           Change names for debugging purposes.
14494
14495 2005-05-18  Wim Taymans  <wim@fluendo.com>
14496
14497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14498         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14499         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14500         (gst_ffmpegcsp_chain):
14501         Enable buffer alloc passthrough if the source and dest
14502         formats are the same.
14503
14504 2005-05-17  Wim Taymans  <wim@fluendo.com>
14505
14506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14507         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14508         (gst_ogg_demux_chain_unlocked):
14509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14510         (gst_audio_convert_caps_remove_format_info),
14511         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14512         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14514         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14515         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14516         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14517         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14518         (gst_ffmpegcsp_get_property):
14519         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14520         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14521         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14522         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14523         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14524         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14525         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14526         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14527         Leak fixes in oggdemux.
14528         Some cleanups in audioconvert.
14529         Make passthrough work along with buffer_alloc etc.
14530         Make buffer_alloc and buffer recycling actually work in
14531         xvimagesink.
14532
14533 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14536           make the compiler happy
14537
14538 2005-05-17  Wim Taymans  <wim@fluendo.com>
14539
14540         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14541         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14542         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14543         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14544         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14545         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14546         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14547         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14548         (gst_xvimagesink_set_xwindow_id):
14549         * sys/xvimage/xvimagesink.h:
14550         Port xvimagesink to new MiniObject.
14551
14552 2005-05-17  Wim Taymans  <wim@fluendo.com>
14553
14554         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14555         (gst_audiofilter_chain):
14556         * gst-libs/gst/audio/gstaudiosink.c:
14557         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14558         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14559         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14560         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14561         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14562         (gst_audiosink_create_ringbuffer):
14563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14564         (gst_audio_convert_caps_remove_format_info),
14565         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14566         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14568         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14569         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14570         Fix passthrough in ffmpegcolorspace.
14571         Fix memset in audiosink on wrong memory.
14572
14573 2005-05-16  David Schleef  <ds@schleef.org>
14574
14575         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14576         to GstMiniObject.
14577
14578 2005-05-16  David Schleef  <ds@schleef.org>
14579
14580         Port from GstData to GstMiniObject.
14581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14583         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14584         (gst_ogg_mux_collected):
14585         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14586         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14587         (theora_handle_data_packet):
14588         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14589         (theora_set_header_on_caps), (theora_enc_chain):
14590         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14591         (vorbis_handle_comment_packet):
14592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14593         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14594         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14595         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14596         * gst/audioconvert/gstaudioconvert.c:
14597         (gst_audio_convert_get_buffer):
14598         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14599         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14600         (mute_stream), (silence_stream):
14601         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14602         * gst/volume/gstvolume.c: (volume_transform):
14603         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14604         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14605         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14606         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14607         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14608         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14609         (gst_ximagesink_buffer_alloc):
14610         * sys/ximage/ximagesink.h:
14611
14612 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14613
14614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14615         (fill_buffer), (check_queue), (queue_threshold_reached),
14616         (queue_out_of_data):
14617         * gst/playback/gstplaybasebin.h:
14618           Post buffer-fullness on the bus.
14619
14620 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14621
14622         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14623         (try_to_link_1):
14624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14625         (group_commit), (probe_triggered), (setup_source),
14626         (gst_play_base_bin_change_state):
14627         * gst/playback/gstplaybasebin.h:
14628         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14629         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14630         (gst_play_bin_change_state):
14631           Move setup_output_pads into a virtual function, remove
14632           group-switch (no longer needed) and redirect (handled by bus
14633           now) signals.
14634
14635 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14636
14637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14638         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14639         (get_active_group), (get_building_group), (group_destroy),
14640         (group_commit), (check_queue), (queue_overrun),
14641         (queue_threshold_reached), (queue_out_of_data),
14642         (gen_preroll_element), (remove_groups), (unknown_type),
14643         (add_element_stream), (no_more_pads), (probe_triggered),
14644         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14645         (setup_substreams), (setup_source), (finish_source),
14646         (prepare_output), (muted_group_change_state),
14647         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14648         (gst_play_base_bin_change_state):
14649         * gst/playback/gstplaybasebin.h:
14650         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14651         (gst_play_bin_init), (gst_play_bin_set_property),
14652         (gen_video_element), (gen_text_element), (gen_audio_element),
14653         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14654         (gst_play_bin_change_state):
14655         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14656         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14657         (stream_info_change_state), (gst_stream_info_set_mute),
14658         (gst_stream_info_get_property):
14659         * gst/playback/gststreaminfo.h:
14660         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14661         (gst_stream_selector_get_linked_pad),
14662         (gst_stream_selector_getcaps),
14663         (gst_stream_selector_get_linked_pads),
14664         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14665         * gst/playback/gststreamselector.h:
14666           Rough port of playbin. Needs some more work, but is mostly done,
14667           and uses a few locks in important places, which should make stuff
14668           like chain-switches clean. Still uses GST_STATE() in a few places,
14669           which isn't all that good an idea, subtitles/elements disabled
14670           because no elements to test with and thus probably broken, query
14671           and event handling moved to GstBin, internal thread removed
14672           alltogether because the pipeline does that for us now. Can play
14673           Ogg/Vorbis files. Haven't tested anything else yet.
14674
14675 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14676
14677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14678           Do no-more-pads (needed for autoplugging).
14679
14680 2005-05-10  Andy Wingo  <wingo@pobox.com>
14681
14682         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14683         message to the bus with the tags. Still not sent downstream tho.
14684
14685         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14686         get_parent.
14687         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14688         avoid refcounting hassles.
14689
14690 2005-05-09  Andy Wingo  <wingo@pobox.com>
14691
14692         * gst/volume/Makefile.am:
14693         * gst/volume/demo.c
14694         * gst/volume/gstvolume.h
14695         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14696         basetransform. Probably need an audio filter base class.
14697
14698 2005-05-09  Wim Taymans  <wim@fluendo.com>
14699
14700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14701         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14702         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14703         (gst_vorbisenc_chain):
14704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14705         (gst_audio_convert_caps_remove_format_info),
14706         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14707         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14708         Make caps writable before writing to it.
14709         Fix negotiation in audioconvert some more.
14710
14711 2005-05-09  Wim Taymans  <wim@fluendo.com>
14712
14713         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14714         (gst_videorate_getcaps), (gst_videorate_setcaps),
14715         (gst_videorate_event), (gst_videorate_chain):
14716         Better negotiation.
14717
14718 2005-05-09  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14721         (gst_videorate_getcaps), (gst_videorate_setcaps),
14722         (gst_videorate_blank_data), (gst_videorate_init),
14723         (gst_videorate_event), (gst_videorate_chain),
14724         (gst_videorate_change_state):
14725         Port videorate, do a better job at negotiation while we're at
14726         it.
14727
14728 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14729
14730         * configure.ac:
14731           Disable libvisual
14732
14733         * examples/Makefile.am:
14734         * gst-libs/gst/audio/Makefile.am:
14735         * gst-libs/gst/riff/Makefile.am:
14736         * gst-libs/gst/tag/Makefile.am:
14737         * gst-libs/gst/video/Makefile.am:
14738           Fixups for missing variables.
14739
14740 2005-05-09  Wim Taymans  <wim@fluendo.com>
14741
14742         * examples/seeking/seek.c: (make_theora_pipeline),
14743         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14744         (query_rates), (query_positions_elems), (query_positions_pads),
14745         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14747         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14748         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14749         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14750         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14752         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14753         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14754         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14755         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14756         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14757         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14758         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14759         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14760         (theora_dec_src_convert), (theora_dec_sink_convert),
14761         (theora_dec_src_query), (theora_dec_sink_query),
14762         (theora_dec_src_event), (theora_dec_sink_event),
14763         (theora_handle_comment_packet), (theora_handle_type_packet),
14764         (theora_handle_header_packet), (theora_handle_data_packet),
14765         (theora_dec_chain):
14766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14767         (vorbis_dec_convert), (vorbis_dec_src_query),
14768         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14769         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14770         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14771         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14773         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14774         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14775         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14776         (gst_play_bin_query):
14777         * gst/playback/test3.c: (update_scale):
14778         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14779         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14780         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14782         (gst_videotestsrc_src_query):
14783         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14784         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14785         (paint_hline_YUV9):
14786         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14787         Port to new query API.
14788         Updated seek.
14789         Cleanups in x[v]imagesink
14790
14791 2005-05-09  Andy Wingo  <wingo@pobox.com>
14792
14793         * ext/alsa/gstalsasink.h:
14794         * ext/gnomevfs/gstgnomevfssrc.c:
14795         (gst_gnomevfssrc_get_icy_metadata):
14796         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14797         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14798         * ext/theora/theoradec.c (theora_dec_src_query)
14799         (theora_dec_src_event, theora_dec_sink_event)
14800         (theora_handle_comment_packet, theora_handle_data_packet):
14801         * ext/theora/theoraenc.c (theora_enc_chain):
14802         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14803         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14804         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14805         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14806         (qt_type_find):
14807         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14808         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14809         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14810         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14811         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14812         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14813         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14814         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14815         (paint_setup_RGB565, paint_setup_xRGB1555):
14816         * gst/videotestsrc/videotestsrc.h:
14817         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14818         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14819         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14820         GCC4 fixes.
14821         
14822         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14823         gst_pad_query_position. Fixes oggdemux.
14824
14825 2005-05-08  David Schleef  <ds@schleef.org>
14826
14827         * configure.ac: Require liboil.
14828         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14829         a few more.
14830         * gst/videotestsrc/videotestsrc.c:
14831         * gst/videotestsrc/videotestsrc.h:
14832
14833 2005-05-06  Wim Taymans  <wim@fluendo.com>
14834
14835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14836         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14837         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14838         Well, unreffing a buffer right before pushing it is asking
14839         for trouble..
14840
14841 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14842
14843         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14844
14845 2005-05-06  Wim Taymans  <wim@fluendo.com>
14846
14847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14848         (gst_audio_convert_caps_remove_format_info),
14849         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14850         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14852         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14853         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14854         * gst/sine/Makefile.am:
14855         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14856         (gst_sinesrc_class_init), (gst_sinesrc_init),
14857         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14858         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14859         (gst_sinesrc_update_freq):
14860         * gst/sine/gstsinesrc.h:
14861         * gst/tcp/gstmultifdsink.c:
14862         * sys/xvimage/xvimagesink.c:
14863         Fixed negotiation wrt _peer_get_caps()
14864         Some cleanups.
14865
14866
14867 2005-05-06  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst-libs/gst/audio/gstaudiosink.c:
14870         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14871         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14872         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14873         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14874         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14875         (gst_audiosink_create_ringbuffer):
14876         * gst-libs/gst/audio/gstbaseaudiosink.c:
14877         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14878         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14879         (gst_baseaudiosink_set_property), (build_linear_format),
14880         (debug_spec_caps), (debug_spec_buffer),
14881         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14882         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14883         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14884         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14885         * gst-libs/gst/audio/gstbaseaudiosink.h:
14886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14887         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14888         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14889         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14890         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14891         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14892         (wait_segment), (gst_ringbuffer_commit),
14893         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14894         (gst_ringbuffer_clear):
14895         * gst-libs/gst/audio/gstringbuffer.h:
14896         Make the base audiosink return an error when there is no
14897         audiobuffer negotiated.
14898
14899 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14900
14901         * ext/Makefile.am:
14902         Disable cdparanoia until someone ports it!
14903
14904 2005-05-06  Wim Taymans  <wim@fluendo.com>
14905
14906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14907         (gst_ogg_demux_sink_activate):
14908         And revert after wingo's revert.. sigh..
14909
14910 2005-05-05  Andy Wingo  <wingo@pobox.com>
14911
14912         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14913         GObject.
14914         * configure.ac: Return audiorate and subparse from the ghetto.
14915         Re-enable -Wall -Werror.
14916         * gst/subparse/gstsubparse.c:
14917         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14918         or chain-based. Cleaned up a bit. Not tested.
14919         
14920 2005-05-05  Christian Schaller <christian@fluendo.com> 
14921
14922         * Makefile.am: remove stuff that is not building
14923         * configure.ac: remove stuff that is not building
14924         * examples/Makefile.am: remove stuff that is not building
14925         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14926         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14927         * sys/Makefile.am: remove stuff that is not building
14928         * testsuite/Makefile.am: remove stuff that is not building
14929
14930 2005-05-05  Andy Wingo  <wingo@pobox.com>
14931
14932         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14933         * gst-libs/gst/tag/gstvorbistag.c:
14934         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14935         * gst/adder/gstadder.h:
14936         * gst/audioconvert/gstchannelmix.c:
14937         (gst_audio_convert_fill_one_other):
14938         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14939         (gst_audiorate_init), (gst_audiorate_chain):
14940         * gst/playback/gstplaybasebin.c: (setup_source):
14941         * gst/playback/test3.c: (update_scale):
14942         Some GCC4 fixes
14943         
14944         * po/af.po:
14945         * po/az.po:
14946         * po/cs.po:
14947         * po/en_GB.po:
14948         * po/hu.po:
14949         * po/it.po:
14950         * po/nb.po:
14951         * po/nl.po:
14952         * po/or.po:
14953         * po/sq.po:
14954         * po/sr.po:
14955         * po/sv.po:
14956         * po/uk.po:
14957         * po/vi.po: Foo
14958
14959 2005-05-05  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14962         (gst_audio_convert_caps_remove_format_info),
14963         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14964         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14965         * gst/videotestsrc/gstvideotestsrc.c:
14966         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14967         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14968         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14969         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14970         Don't ignore _push() return values.
14971         Make sure no processing is done when shutting down.
14972         Videotestsrc pad activation fix.
14973
14974 2005-05-05  Wim Taymans  <wim@fluendo.com>
14975
14976         * gst/adder/Makefile.am:
14977         * gst/adder/gstadder.c: (gst_adder_setcaps),
14978         (gst_adder_class_init), (gst_adder_init),
14979         (gst_adder_request_new_pad), (gst_adder_collected),
14980         (gst_adder_change_state):
14981         * gst/adder/gstadder.h:
14982         Ported adder as an example of a mixer element using
14983         collect pads. Needs more negotiation work.
14984
14985 2005-05-05  Wim Taymans  <wim@fluendo.com>
14986
14987         * ext/theora/theoradec.c: (_inc_granulepos),
14988         (theora_dec_src_event), (theora_dec_sink_event),
14989         (theora_handle_comment_packet), (theora_handle_type_packet),
14990         (theora_handle_header_packet), (theora_handle_data_packet),
14991         (theora_dec_chain):
14992         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14993         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14994         (theora_push_buffer), (theora_push_packet),
14995         (theora_enc_sink_event), (theora_enc_chain),
14996         (theora_enc_change_state), (theora_enc_set_property),
14997         (theora_enc_get_property):
14998         Added stream lock to decoder so that we can serialize
14999         the discont event.
15000         More theoraenc porting, recover from errors, do clean
15001         shutdown.
15002
15003 2005-05-05  Wim Taymans  <wim@fluendo.com>
15004
15005         * ext/ogg/Makefile.am:
15006         * ext/ogg/README:
15007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15008         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15009         (gst_ogg_print):
15010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15011         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15012         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15013         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15014         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15015         (gst_ogg_mux_change_state):
15016         Ported ogg muxer.
15017
15018 2005-05-05  Wim Taymans  <wim@fluendo.com>
15019
15020         * docs/design-audiosinks.txt:
15021         * gst-libs/gst/audio/TODO:
15022         * gst-libs/gst/audio/gstaudiosink.c:
15023         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15024         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15025         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15026         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15027         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15028         (gst_audiosink_create_ringbuffer):
15029         * gst-libs/gst/audio/gstbaseaudiosink.c:
15030         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15031         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15032         (gst_baseaudiosink_set_property), (build_linear_format),
15033         (debug_spec_caps), (debug_spec_buffer),
15034         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15035         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15036         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15037         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15039         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15040         (gst_ringbuffer_release), (gst_ringbuffer_play),
15041         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15042         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15043         (gst_ringbuffer_set_sample), (wait_segment),
15044         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15045         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15046         More work on the audiosink, mostly debugging and a race in
15047         shutdown.
15048
15049 2005-04-28  Wim Taymans  <wim@fluendo.com>
15050
15051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15052         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15053         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15054         (vorbis_dec_src_query), (vorbis_dec_src_event),
15055         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15056         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15057         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15058         Don't crap out when seeking back to position 0.
15059
15060 2005-04-28  Wim Taymans  <wim@fluendo.com>
15061
15062         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15063         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15064         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15065         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15066         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15067         Make audio sink configurable, use alsasink as default.
15068
15069 2005-04-28  Wim Taymans  <wim@fluendo.com>
15070
15071         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15072         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15073         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15074         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15075         (vorbis_dec_change_state):
15076         * ext/vorbis/vorbisdec.h:
15077         Refactor, use STREAM_LOCK.
15078
15079 2005-04-28  Wim Taymans  <wim@fluendo.com>
15080
15081         * ext/theora/theoradec.c: (_inc_granulepos),
15082         (theora_dec_sink_event), (theora_handle_comment_packet),
15083         (theora_handle_type_packet), (theora_handle_header_packet),
15084         (theora_handle_data_packet), (theora_dec_chain),
15085         (theora_dec_change_state):
15086         Refactor a bit, use STREAM_LOCK.
15087
15088 2005-04-28  Wim Taymans  <wim@fluendo.com>
15089
15090         * ext/alsa/Makefile.am:
15091         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15092         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15093         (gst_alsa_link), (gst_alsa_close_audio):
15094         * ext/alsa/gstalsaplugin.c: (plugin_init):
15095         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15096         (gst_alsasink_dispose), (gst_alsasink_base_init),
15097         (gst_alsasink_class_init), (gst_alsasink_init),
15098         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15099         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15100         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15101         (gst_alsasink_reset):
15102         * ext/alsa/gstalsasink.h:
15103         Implement alsasink with simple open/write/close API. 
15104         Make alsa dir build by disabling compilation of code.
15105
15106 2005-04-28  Wim Taymans  <wim@fluendo.com>
15107
15108         * gst-libs/gst/audio/Makefile.am:
15109         * gst-libs/gst/audio/audio.h:
15110         * gst-libs/gst/audio/audioclock.c:
15111         * gst-libs/gst/audio/audioclock.h:
15112         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15113         (gst_audio_clock_class_init), (gst_audio_clock_init),
15114         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15115         * gst-libs/gst/audio/gstaudioclock.h:
15116         * gst-libs/gst/audio/gstaudiosink.c:
15117         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15118         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15119         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15120         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15121         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15122         (gst_audiosink_create_ringbuffer):
15123         * gst-libs/gst/audio/gstbaseaudiosink.c:
15124         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15125         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15126         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15127         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15128         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15129         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15130         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15131         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15132         * gst-libs/gst/audio/gstbaseaudiosink.h:
15133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15134         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15135         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15136         (gst_ringbuffer_release), (gst_ringbuffer_play),
15137         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15138         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15139         (gst_ringbuffer_set_sample), (wait_segment),
15140         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15141         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15142         * gst-libs/gst/audio/gstringbuffer.h:
15143         Make ringbuffer faster and more simple by removing the locks
15144         in the playback thread.
15145         Add sample accurate playback based on buffer sample offsets.
15146         Make the baseaudiosink provide a clock.
15147         Parse caps in the base class.
15148         Correctly handle seeking, flushing and state changes.
15149
15150 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15151
15152         * configure.ac:
15153         * gst/audioconvert/Makefile.am:
15154         * gst/audioscale/Makefile.am:
15155           Fix part of the build.  Come on guys, autogen didn't even work :)
15156
15157 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15158
15159         * configure.ac:
15160         * gst-libs/gst/Makefile.am:
15161         * gst-libs/gst/media-info/.cvsignore:
15162         * gst-libs/gst/media-info/Makefile.am:
15163         * gst-libs/gst/media-info/README:
15164         * gst-libs/gst/media-info/media-info-priv.c:
15165         * gst-libs/gst/media-info/media-info-priv.h:
15166         * gst-libs/gst/media-info/media-info-test.c:
15167         * gst-libs/gst/media-info/media-info.c:
15168         * gst-libs/gst/media-info/media-info.h:
15169         * gst-libs/gst/media-info/media-info.vcproj:
15170         * pkgconfig/Makefile.am:
15171         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15172         * pkgconfig/gstreamer-media-info.pc.in:
15173           Remove media-info, which is also successed by playbin (see Totem
15174           implementation).
15175
15176 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15177
15178         * configure.ac:
15179         * examples/Makefile.am:
15180         * examples/gstplay/.cvsignore:
15181         * examples/gstplay/Makefile.am:
15182         * examples/gstplay/player.c:
15183         * gst-libs/gst/Makefile.am:
15184         * gst-libs/gst/play/.cvsignore:
15185         * gst-libs/gst/play/Makefile.am:
15186         * gst-libs/gst/play/play.c:
15187         * gst-libs/gst/play/play.h:
15188         * gst-libs/gst/play/play.vcproj:
15189         * pkgconfig/Makefile.am:
15190         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15191         * pkgconfig/gstreamer-play.pc.in:
15192           Remove libgstplay, playbin is now the official successor.
15193
15194 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15195
15196         * configure.ac:
15197         * gst-libs/gst/Makefile.am:
15198         * gst-libs/gst/xwindowlistener/Makefile.am:
15199         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15200         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15201           Remove deprecated xwindowlistener (I've moved xwindowlistening
15202           in the v4l/v4l2 plugins over to serverside).
15203
15204 2005-04-25  David Schleef  <ds@schleef.org>
15205
15206         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15207         to examples/dynparams.  Examples do not belong interspersed with
15208         source code.
15209         * examples/dynparams/demo-dparams.c:
15210         * gst/sine/Makefile.am:
15211         * gst/sine/demo-dparams.c:
15212
15213 2005-04-25  David Schleef  <ds@schleef.org>
15214
15215         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15216         * gst-libs/gst/audio/Makefile.am:
15217         * gst-libs/gst/riff/Makefile.am:
15218         * gst-libs/gst/tag/Makefile.am:
15219         * gst-libs/gst/video/Makefile.am:
15220         * gst-libs/gst/xwindowlistener/Makefile.am:
15221
15222         Convert to 0.9 API, seems to work:
15223         * sys/ximage/Makefile.am:
15224         * sys/ximage/ximagesink.c:
15225
15226 2005-04-24  David Schleef  <ds@schleef.org>
15227
15228         Link plugins against libraries:
15229         * ext/alsa/Makefile.am:
15230         * gst/tcp/Makefile.am:
15231
15232         Remove asm code that should be in liboil
15233         * gst/videoscale/Makefile.am:
15234         * gst/videoscale/videoscale_x86_asm.s:
15235
15236         gettext wants these checked in:
15237         * po/af.po:
15238         * po/az.po:
15239         * po/cs.po:
15240         * po/en_GB.po:
15241         * po/hu.po:
15242         * po/it.po:
15243         * po/nb.po:
15244         * po/nl.po:
15245         * po/or.po:
15246         * po/sq.po:
15247         * po/sr.po:
15248         * po/sv.po:
15249         * po/uk.po:
15250         * po/vi.po:
15251
15252 2005-04-24  David Schleef  <ds@schleef.org>
15253
15254         Convert gst_main() to g_main_loop_run()
15255         * gst/playback/decodetest.c: (main):
15256         * gst/playback/test2.c: (main):
15257         * gst/playback/test3.c: (main):
15258         * gst/playback/test4.c: (main):
15259
15260         Link plugins against libraries:
15261         * ext/libvisual/Makefile.am:
15262         * sys/xvimage/Makefile.am:
15263
15264 2005-04-24  David Schleef  <ds@schleef.org>
15265
15266         * configure.ac: Remove idct and resample libs
15267         * gst-libs/gst/Makefile.am: same
15268
15269         Remove usage of gst_library_load():
15270         * ext/alsa/gstalsaplugin.c: (plugin_init):
15271         * ext/libvisual/visual.c: (plugin_init):
15272         * ext/ogg/gstogg.c: (plugin_init):
15273         * ext/theora/theora.c: (plugin_init):
15274         * ext/vorbis/vorbis.c: (plugin_init):
15275         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15276         * gst/audioscale/gstaudioscale.c:
15277         * gst/adder/gstadder.c: (plugin_init):
15278         * gst/audioconvert/plugin.c: (plugin_init):
15279         * sys/ximage/ximagesink.c: (plugin_init):
15280         * sys/xvimage/xvimagesink.c: (plugin_init):
15281         * gst/tcp/gsttcpplugin.c: (plugin_init):
15282
15283         Link plugins against libraries:
15284         * ext/ogg/Makefile.am:
15285         * ext/theora/Makefile.am:
15286         * ext/vorbis/Makefile.am:
15287         * gst/audioconvert/Makefile.am:
15288
15289         Create proper libraries:
15290         * gst-libs/gst/riff/Makefile.am:
15291         * gst-libs/gst/audio/Makefile.am:
15292         * gst-libs/gst/video/Makefile.am:
15293
15294         Move resample library to audioscale plugin directory:
15295         * gst-libs/gst/resample/Makefile.am:
15296         * gst-libs/gst/resample/README:
15297         * gst-libs/gst/resample/dtof.c:
15298         * gst-libs/gst/resample/dtos.c:
15299         * gst-libs/gst/resample/functable.c:
15300         * gst-libs/gst/resample/private.h:
15301         * gst-libs/gst/resample/resample.c:
15302         * gst-libs/gst/resample/resample.h:
15303         * gst-libs/gst/resample/resample.vcproj:
15304         * gst-libs/gst/resample/test.c:
15305         * gst/audioscale/Makefile.am:
15306         * gst/audioscale/README:
15307         * gst/audioscale/dtof.c:
15308         * gst/audioscale/dtos.c:
15309         * gst/audioscale/functable.c:
15310         * gst/audioscale/private.h:
15311         * gst/audioscale/resample.c:
15312         * gst/audioscale/resample.h:
15313         * gst/audioscale/test.c:
15314
15315         Move tagedit library to gst-libs:
15316         * gst-libs/gst/tag/Makefile.am:
15317         * gst-libs/gst/tag/gstid3tag.c:
15318         * gst-libs/gst/tag/gsttagediting.c:
15319         * gst-libs/gst/tag/gsttageditingprivate.h:
15320         * gst-libs/gst/tag/gstvorbistag.c:
15321         * gst/tags/Makefile.am:
15322         * gst/tags/gstid3tag.c:
15323         * gst/tags/gstvorbistag.c:
15324
15325         Fix for core changes:
15326         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15327         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15328         (gst_sinesrc_getrange):
15329
15330 2005-04-23  David Schleef  <ds@schleef.org>
15331
15332         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15333         in gst-plugins in a long time, and properly belongs in liboil.
15334         * gst-libs/gst/idct/Makefile.am:
15335         * gst-libs/gst/idct/README:
15336         * gst-libs/gst/idct/dct.h:
15337         * gst-libs/gst/idct/doieee:
15338         * gst-libs/gst/idct/fastintidct.c:
15339         * gst-libs/gst/idct/floatidct.c:
15340         * gst-libs/gst/idct/idct.c:
15341         * gst-libs/gst/idct/idct.h:
15342         * gst-libs/gst/idct/idtc.vcproj:
15343         * gst-libs/gst/idct/ieeetest.c:
15344         * gst-libs/gst/idct/intidct.c:
15345
15346 2005-04-20  Wim Taymans  <wim@fluendo.com>
15347
15348         * docs/design-audiosinks.txt:
15349         * gst-libs/gst/audio/Makefile.am:
15350         * gst-libs/gst/audio/TODO:
15351         * gst-libs/gst/audio/gstaudiosink.c:
15352         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15353         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15354         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15355         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15356         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15357         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15358         (gst_audiosink_class_init), (gst_audiosink_init),
15359         (gst_audiosink_create_ringbuffer):
15360         * gst-libs/gst/audio/gstaudiosink.h:
15361         * gst-libs/gst/audio/gstbaseaudiosink.c:
15362         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15363         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15364         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15365         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15366         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15367         (gst_baseaudiosink_create_ringbuffer),
15368         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15369         * gst-libs/gst/audio/gstbaseaudiosink.h:
15370         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15371         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15372         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15373         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15374         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15375         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15376         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15377         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15378         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15379         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15380         * gst-libs/gst/audio/gstringbuffer.h:
15381         An attempt at a set of audio base classes together with some
15382         design docs.
15383
15384 2005-04-20  Wim Taymans  <wim@fluendo.com>
15385
15386         * gst/audioconvert/Makefile.am:
15387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15388         (gst_audio_convert_caps_remove_format_info),
15389         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15390         (gst_audio_convert_channels):
15391         Link against audio libs.
15392         Fix audio convert plugin.
15393
15394 2005-04-20  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15397         (gst_ogg_demux_sink_activate):
15398         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15399         (theora_set_header_on_caps), (theora_enc_sink_event),
15400         (theora_enc_chain):
15401         Fix theora encoder.
15402
15403 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15404
15405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15406         * gst/playback/gstdecodebin.c: (find_compatibles):
15407           Work with staticpadtemplates in elementfactories.
15408
15409 2005-04-12  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/playback/README:
15412         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15413         (compare_ranks), (print_feature), (gst_decode_bin_init),
15414         (dynamic_create), (dynamic_free), (find_compatibles),
15415         (mimetype_is_raw), (close_pad_link), (got_redirect),
15416         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15417         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15418         (gst_decode_bin_change_state):
15419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15420         (gst_play_base_bin_init), (group_destroy), (group_commit),
15421         (check_queue), (queue_overrun), (queue_threshold_reached),
15422         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15423         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15424         (got_redirect), (setup_source), (play_base_eos),
15425         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15426         (gst_play_base_bin_remove_element):
15427         * gst/playback/gstplaybasebin.h:
15428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15429         (gst_play_bin_init), (gst_play_bin_dispose),
15430         (gst_play_bin_set_property), (gen_video_element),
15431         (gen_text_element), (gen_audio_element), (remove_sinks),
15432         (gst_play_bin_send_event):
15433         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15434         (stream_info_change_state), (gst_stream_info_set_mute):
15435         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15436         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15437         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15438         (gst_stream_selector_chain):
15439         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15440         (main):
15441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15442         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15443         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15444         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15445         Raw and crude port of decodebin. 
15446         Make playbin compile.
15447
15448 2005-04-06  Wim Taymans  <wim@fluendo.com>
15449
15450         * ext/gnomevfs/Makefile.am:
15451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15452         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15453         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15454         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15455         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15456         (gst_gnomevfssrc_stop):
15457         * ext/ogg/Makefile.am:
15458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15459         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15460         * ext/theora/Makefile.am:
15461         * ext/theora/theoradec.c: (_inc_granulepos),
15462         (theora_dec_sink_event), (theora_dec_chain):
15463         * ext/vorbis/Makefile.am:
15464         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15465         (vorbis_dec_sink_event), (vorbis_dec_chain):
15466         * gst-libs/gst/audio/Makefile.am:
15467         * sys/xvimage/Makefile.am:
15468         Make gnomevfssrc extend the source base class.
15469         Fix linking against libs in various plugins.
15470
15471 2005-04-06  Andy Wingo  <wingo@pobox.com>
15472
15473         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15474         GST_BASE_LIBS.
15475
15476         * configure.ac: Add check and AC_SUBST for libgstbase.
15477
15478 2005-03-31  Wim Taymans  <wim@fluendo.com>
15479
15480         * examples/seeking/Makefile.am:
15481         * examples/seeking/cdparanoia.c: (main):
15482         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15483         (play_cb), (pause_cb), (stop_cb), (main):
15484         * examples/seeking/playbin.c:
15485         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15486         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15487         (make_sid_pipeline), (make_vorbis_pipeline),
15488         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15489         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15490         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15491         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15492         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15493         (stop_cb), (main):
15494         * examples/seeking/spider_seek.c:
15495         * examples/seeking/vorbisfile.c:
15496         * ext/gnomevfs/Makefile.am:
15497         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15498         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15499         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15500         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15501         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15502         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15503         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15504         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15505         * ext/ogg/README:
15506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15507         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15508         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15509         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15510         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15511         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15512         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15513         (gst_ogg_demux_factory_filter), (compare_ranks),
15514         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15515         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15516         (gst_ogg_chain_new), (gst_ogg_chain_free),
15517         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15518         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15519         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15520         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15521         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15522         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15523         (gst_ogg_demux_get_prev_page),
15524         (gst_ogg_demux_deactivate_current_chain),
15525         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15526         (gst_ogg_demux_bisect_forward_serialno),
15527         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15528         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15529         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15530         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15531         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15532         (gst_ogg_demux_change_state), (gst_ogg_print):
15533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15534         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15535         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15536         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15537         (gst_ogg_mux_loop):
15538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15539         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15540         (theora_dec_src_convert), (theora_dec_sink_convert),
15541         (theora_dec_src_query), (theora_dec_src_event),
15542         (theora_dec_sink_event), (theora_dec_chain),
15543         (theora_dec_change_state):
15544         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15545         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15546         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15547         (theora_enc_change_state):
15548         * ext/vorbis/Makefile.am:
15549         * ext/vorbis/oggvorbisenc.c:
15550         * ext/vorbis/oggvorbisenc.h:
15551         * ext/vorbis/vorbis.c: (plugin_init):
15552         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15553         (vorbis_dec_src_query), (vorbis_dec_src_event),
15554         (vorbis_dec_sink_event), (vorbis_dec_chain),
15555         (vorbis_dec_change_state):
15556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15557         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15558         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15559         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15560         (gst_vorbisenc_change_state):
15561         * ext/vorbis/vorbisenc.h:
15562         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15563         * gst-libs/gst/audio/audioclock.c:
15564         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15565         (gst_audiofilter_init), (gst_audiofilter_chain):
15566         * gst-libs/gst/audio/testchannels.c: (main):
15567         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15568         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15569         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15570         (gmip_find_track_streaminfo), (gmip_find_track_format):
15571         * gst-libs/gst/media-info/media-info.c:
15572         (gst_media_info_read_idler):
15573         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15574         (gst_play_get_all_by_interface):
15575         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15576         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15577         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15578         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15579         (gst_riff_parse_info):
15580         * gst-libs/gst/riff/riff-read.h:
15581         * gst-libs/gst/riff/riff.c: (plugin_init):
15582         * gst-libs/gst/video/Makefile.am:
15583         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15584         (gst_videosink_class_init), (gst_videosink_get_type):
15585         * gst-libs/gst/video/videosink.h:
15586         * gst/audioconvert/bufferframesconvert.c:
15587         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15588         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15589         * gst/audioconvert/channelmixtest.c: (main):
15590         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15591         (gst_audio_convert_chain),
15592         (gst_audio_convert_caps_remove_format_info),
15593         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15594         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15595         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15596         (gst_audio_convert_buffer_to_default_format),
15597         (gst_audio_convert_buffer_from_default_format),
15598         (gst_audio_convert_channels):
15599         * gst/audioconvert/gstchannelmix.h:
15600         * gst/ffmpegcolorspace/avcodec.h:
15601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15602         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15603         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15604         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15605         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15606         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15607         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15608         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15609         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15610         (dv_type_find):
15611         * gst/videotestsrc/gstvideotestsrc.c:
15612         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15613         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15614         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15615         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15616         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15617         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15618         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15620         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15621         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15622         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15623         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15624         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15625         (gst_xvimagesink_navigation_send_event),
15626         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15627         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15628         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15629         * sys/xvimage/xvimagesink.h:
15630         Plugin port to 0.9, ogg/theora playback should work in the seek
15631         example now.
15632         Removed old examples.
15633         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15634         explained in 0.9 TODO doc.
15635
15636
15637 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         * autogen.sh:
15640         * configure.ac:
15641         * ext/Makefile.am:
15642         * gst/Makefile.am:
15643         * po/POTFILES.in:
15644         * po/af.po:
15645         * po/az.po:
15646         * po/cs.po:
15647         * po/en_GB.po:
15648         * po/hu.po:
15649         * po/it.po:
15650         * po/nb.po:
15651         * po/nl.po:
15652         * po/or.po:
15653         * po/sq.po:
15654         * po/sr.po:
15655         * po/sv.po:
15656         * po/uk.po:
15657         * po/vi.po:
15658         * sys/Makefile.am:
15659         * testsuite/Makefile.am:
15660           remove a whole bunch of plugins.  This module now contains a set
15661           of free reference plugins/elements as agreed.
15662
15663 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15664
15665         * configure.ac:
15666           hunting season on 0.9 is now OPEN
15667
15668 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15669
15670         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15671           Kick the hell out of gcc for not warning me about a symbol conflict.
15672
15673 2005-02-22  Luca Ognibene  <luogni@tin.it>
15674
15675         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15678           Don't leak caps string (fixes #168134)
15679
15680         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15681         (gst_jpegenc_init), (gst_jpegenc_finalize),
15682         (gst_jpegenc_change_state):
15683           Don't leak line buffers and context struct (fixes #168133).
15684
15685 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * configure.ac:
15688         * ext/dirac/gstdiracdec.cc:
15689         (gst_diracdec_chain):
15690           Since dirac 0.5.0 the framerate in dirac is expressed as a
15691           rational number. Fix build and up requirement to 0.5.0, and
15692           also pass parameters to gst_diracdec_link in the right order
15693           (fixes #167959).
15694
15695 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15696
15697         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15698         * ext/faad/gstfaad.h:
15699         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15700         certain invalid muxed streams, where some packets will contain 
15701         junk after decoder data. Partially fixes #149158.
15702
15703 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15704         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15705           Make sure we only write to writable buffers
15706
15707 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15708
15709         * gst-libs/gst/riff/riff-media.c:
15710         (gst_riff_create_audio_caps_with_data):
15711           Do actually fix invalid RIFF fmt header values for alaw
15712           and mulaw audio instead of just saying so.
15713
15714         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15715           Give gst_riff_create_audio_caps_with_data() a chance to
15716           fix up broken format header fields before extracting any
15717           parameters from the header. (fixes #167633)
15718
15719 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15720
15721         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15722
15723         * gst/audioconvert/bufferframesconvert.c:
15724         (buffer_frames_convert_link):
15725           Don't leak othercaps. (fixes #167878)
15726
15727 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15728
15729         * configure.ac:
15730         * ext/libvisual/visual.c: (gst_visual_srclink),
15731         (gst_visual_change_state):
15732           Support libvisual 0.2.0.
15733
15734 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15737         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15738           Use same rowstrides for I420 as used everywhere else.
15739
15740 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15741
15742         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15743           Declare variables at beginning of block and make gcc-2.95 happy
15744           (fixes # 167482, patch by Gergely Nagy).
15745           
15746         * gst/tcp/gsttcpclientsrc.c:
15747         * gst/tcp/gsttcpclientsrc.h:
15748           Move some includes into the header, so that struct sockaddr_in is
15749           defined when it should be defined on FreeBSD as well (fixes
15750           #167483).
15751           
15752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15753           Don't pass uninitialised values to setsockopt() here either.
15754
15755 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15756
15757         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15760           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15761
15762 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15763
15764         * gst/playback/gstplaybin.c: (add_sink):
15765           Invert bin_add/link order to workaround deadlock in opt.
15766
15767 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15768
15769         * gst/modplug/gstmodplug.cc:
15770           Add missing break causing position queries to fail.
15771
15772 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15773
15774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15775           Granpos can apparently be -1, which screws up calculations...
15776
15777 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15778
15779         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15780         (gst_ximagesink_send_pending_navigation),
15781         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15782         (gst_ximagesink_init):
15783         * sys/ximage/ximagesink.h:
15784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15785         (gst_xvimagesink_send_pending_navigation),
15786         (gst_xvimagesink_navigation_send_event),
15787         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15788         * sys/xvimage/xvimagesink.h:
15789           Use a mutex protected list to marshal navigation
15790           events into the stream thread from whichever thread
15791           sends them.
15792
15793 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15796           Display current position and track length; misc. clean-ups.
15797           
15798         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15799         (speed_init), (speed_chain):
15800           Add query function, so that the stream length and current position
15801           get adjusted when queried (note that current position queries may
15802           still be wrong if the audio sink returns values based on buffer
15803           timestamps instead of passing on the query).
15804
15805 2005-02-13  Benjamin Otte  <otte@gnome.org>
15806
15807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15808         (gst_audio_convert_channels):
15809           create channel conversion matrix when linking
15810         * gst/audioconvert/.cvsignore:
15811         * gst/audioconvert/Makefile.am:
15812         * gst/audioconvert/channelmixtest.c: (main):
15813           add (ugly) test that ensures stereo <=> mono conversion works
15814           correctly
15815
15816 2005-02-13  Benjamin Otte  <otte@gnome.org>
15817
15818         * gst/audioconvert/gstchannelmix.h:
15819           include missing header file
15820         * gst/audioconvert/gstchannelmix.c:
15821         (gst_audio_convert_fill_compatible):
15822           use same sign for both channels when converting to/from compatible
15823           channel. Previously used different signs made the signals cancel
15824           each other out and appear like silence. (fixes #167269)
15825
15826 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * gst/ffmpegcolorspace/avcodec.h:
15829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15830         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15831         (gst_ffmpegcsp_avpicture_fill):
15832         * gst/ffmpegcolorspace/imgconvert.c:
15833           Convert to and from YV12 (fixes #156379).
15834
15835 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15836
15837         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15838         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15839         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15840         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15841         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15842         methods from chain and negotiation and vice versa (Fixes #166142).
15843         * sys/ximage/ximagesink.h: Add stream_lock.
15844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15845         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15846         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15847         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15848
15849 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15852           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15853           error message when we can't open the DVD device (when dvdnav_open()
15854           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15855           the above). Send something more useful instead (fixes #167117).
15856
15857 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15858
15859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15860         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15861         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15862         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15863         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15864         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15865         methods from chain and negotiation and vice versa (Fixes #166142).
15866         Fix a possible bug of images in the buffer pool being discarded because
15867         we are looking at the wrong geometry.
15868         * sys/xvimage/xvimagesink.h: Add stream_lock.
15869
15870 2005-02-11  David Schleef  <ds@schleef.org>
15871
15872         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15873         unsigned int. (fixes #167128)
15874
15875 2005-02-11  David Schleef  <ds@schleef.org>
15876
15877         * gst/librfb/Makefile.am: Testing stuff before committing is
15878           for wimps... and people with fast machines.  Fix stupid
15879           mistake.
15880
15881 2005-02-11  David Schleef  <ds@schleef.org>
15882
15883         * configure.ac: Pull in librfb from my CVS tree, because it is
15884           too small and annoying to be separate.  Move rfbsrc plugin
15885           to gst/.
15886         * ext/Makefile.am:
15887         * ext/librfb/Makefile.am:
15888         * ext/librfb/gstrfbsrc.c:
15889         * gst/librfb/Makefile.am:
15890         * gst/librfb/gstrfbsrc.c:
15891         * gst/librfb/rfb.c:
15892         * gst/librfb/rfb.h:
15893         * gst/librfb/rfbbuffer.c:
15894         * gst/librfb/rfbbuffer.h:
15895         * gst/librfb/rfbbytestream.c:
15896         * gst/librfb/rfbbytestream.h:
15897         * gst/librfb/rfbcontext.h:
15898         * gst/librfb/rfbdecoder.c:
15899         * gst/librfb/rfbdecoder.h:
15900         * gst/librfb/rfbutil.h:
15901
15902 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * gst/speed/Makefile.am:
15905         * gst/speed/demo-mp3.c: (main):
15906         * gst/speed/filter.func:
15907         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15908         (speed_class_init), (speed_init), (speed_chain_int16),
15909         (speed_chain_float32), (speed_chain), (speed_set_property),
15910         (speed_get_property), (speed_change_state):
15911         * gst/speed/gstspeed.h:
15912           Fix speed element and make it chain-based (fixes #156467),
15913           and make it handle more than one channel.
15914
15915 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15916
15917         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15918         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15919         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15920         * ext/dts/gstdtsdec.h:
15921           Don't clobber the stack constructing the channels array.
15922           Make the element chain-based. DTS tracks can now be played.
15923           
15924 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * gst-libs/gst/audio/multichannel.h:
15927         * gst-libs/gst/gconf/gconf.h:
15928         * gst-libs/gst/idct/idct.h:
15929         * gst-libs/gst/media-info/media-info-priv.h:
15930         * gst-libs/gst/play/play.h:
15931         * gst-libs/gst/resample/private.h:
15932         * gst-libs/gst/resample/resample.h:
15933         * gst-libs/gst/riff/riff-ids.h:
15934         * gst-libs/gst/video/video.h:
15935         * gst-libs/gst/video/videosink.h:
15936           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15937           missing, so that they work when included from C++ code.
15938
15939 2005-02-09  David Schleef  <ds@schleef.org>
15940
15941         * testsuite/gst-lint: Check for non-statically scoped
15942           parent_class variables.  This won't be a problem once
15943           plugins are loaded with RTLD_LOCAL.
15944
15945 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15946
15947         * ext/mplex/gstmplexibitstream.cc:
15948           gcc madness.
15949
15950 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15951
15952         * ext/ogg/gstogmparse.c:
15953         * gst/debug/gstnavigationtest.c:
15954           Die, thou faulty symbol pollutors (non-static parent_class).
15955
15956 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15957
15958         * ext/mplex/gstmplexibitstream.cc:
15959           Fix event handling (#165525).
15960
15961 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15962
15963         * ext/mikmod/gstmikmod.c:
15964         * gst/modplug/gstmodplug.cc:
15965           Add missing endianness to template (fixes #165509).
15966
15967 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15968
15969         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15970           Fix wrong order of reading of optional bytes (#165290).
15971
15972 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15973
15974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15975           Implement FILLER event awareness.
15976
15977 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15978
15979         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15980           Fix track calculations (#166208).
15981
15982 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15983
15984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15985
15986         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15987         * ext/libpng/gstpngenc.c:
15988           Fix byte-order, use proper fixed caps. Fixes #164197.
15989
15990 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15991
15992         * configure.ac:
15993           Add dvdlpcmdec 
15994
15995         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15996         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15997           Don't push buffers if the src pad isn't negotiated yet.
15998           
15999         * gst/audioconvert/gstaudioconvert.c:
16000         (gst_audio_convert_buffer_to_default_format),
16001         (gst_audio_convert_buffer_from_default_format):
16002           Add support for 24-bit width.
16003
16004         * gst/dvdlpcmdec/.cvsignore:
16005         * gst/dvdlpcmdec/Makefile.am:
16006         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16007         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16008         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16009         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16010         (plugin_init):
16011         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16012           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16013           format. Needs support for the channels maps if someone can find 
16014           a DVD LPCM track with > 2 channels.
16015
16016         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16017         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16018         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16019         * gst/mpegstream/gstdvddemux.h:
16020         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16021         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16022         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16023         * gst/mpegstream/gstmpegdemux.h:
16024         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16025         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16026         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16027         (gst_mpeg_parse_handle_src_query),
16028         (gst_mpeg_parse_handle_src_event):
16029           Use audio/x-dvd-lpcm for LPCM output.
16030           Add DTS output.
16031
16032 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16033
16034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16035
16036         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16037         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16038           Add BGRA handling (#165736).
16039
16040 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16041
16042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16043
16044         * gst/law/alaw-decode.c: (alawdec_link):
16045         * gst/law/alaw-encode.c: (alawenc_link):
16046         * gst/law/mulaw-decode.c: (mulawdec_link):
16047         * gst/law/mulaw-encode.c: (mulawenc_link):
16048           Fix caps memleaks (#166600).
16049
16050 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * ext/tarkin/mem.h:
16053         * ext/tarkin/wavelet.h:
16054         * ext/tarkin/yuv.h:
16055         * gst/ffmpegcolorspace/avcodec.h:
16056           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16057           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16058
16059 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16060
16061         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16063         (gst_xvimagesink_change_state):
16064           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16065           Xv video (and thereby regenerate Xv colourkey) in clear() so
16066           that PLAY -> READY -> PLAY works (fixes #162504).
16067
16068 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16069
16070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16071           Switch to list instead of range, since MJPEG-devices really just
16072           support decimations, not any size.
16073
16074 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16075         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16076         (gst_mpeg2dec_reset), (free_all_buffers),
16077         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16078         * ext/mpeg2dec/gstmpeg2dec.h:
16079           The libmpeg2 user-allocated buffer management is awkward, 
16080           to say the least. Hopefully this fixes things.
16081
16082 2005-02-04  Andy Wingo  <wingo@pobox.com>
16083
16084         * gst/audioconvert/bufferframesconvert.c
16085         (buffer_frames_convert_fixate): New function, fixates to 256
16086         frames per buffer by default. (Much better than 1.)
16087         (buffer_frames_convert_init): Set the fixate function for both src
16088         and sink pad.
16089         (buffer_frames_convert_link): After success setting nonfixed caps,
16090         get the negotiated caps so we can know how many buffer-frames it
16091         will be. No idea how this worked at all before.
16092
16093 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16094
16095         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16096         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16097         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16098         (handle_sequence), (handle_picture):
16099         * ext/mpeg2dec/gstmpeg2dec.h:
16100           Rearrange buffer tracking and refcounting and refactor
16101           a little for readability. 
16102
16103 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16104         * sys/v4l/gstv4l.c: (plugin_init):
16105         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16106         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16107         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16108         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16109         * sys/v4l/gstv4ljpegsrc.h:
16110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16111         * sys/v4l/v4l_calls.h:
16112         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16113         (gst_v4lsrc_get_fps):
16114         * sys/v4l/v4lsrc_calls.h:
16115           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16116           you jpeg inside rgb frames" driver.
16117           Don't error in the v4lsrc link function, just return 
16118           REFUSED.
16119
16120 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16121
16122         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16123         (gst_qcamsrc_open):
16124           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16125
16126 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16127
16128         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16129           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16130
16131 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16132
16133         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16134           Reset negotiated state on PAUSED->READY.
16135
16136 2005-02-02  David Schleef  <ds@schleef.org>
16137
16138         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16139         whereever possible.  (Fixes #165997)
16140         * examples/capsfilter/capsfilter1.c: (main):
16141         * examples/dynparams/filter.c: (create_ui):
16142         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16143         * examples/seeking/chained.c: (main):
16144         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16145         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16146         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16147         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16148         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16149         * examples/switch/switcher.c: (main):
16150         * ext/dv/demo-play.c: (main):
16151         * ext/faad/gstfaad.c: (gst_faad_change_state):
16152         * ext/mad/gstmad.c: (gst_mad_chain):
16153         * ext/smoothwave/demo-osssrc.c: (main):
16154         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16155         (gst_gconf_render_bin_from_description),
16156         (gst_gconf_get_default_audio_sink),
16157         (gst_gconf_get_default_video_sink),
16158         (gst_gconf_get_default_audio_src),
16159         (gst_gconf_get_default_video_src),
16160         (gst_gconf_get_default_visualization_element):
16161         * gst/level/demo.c: (main):
16162         * gst/level/plot.c: (main):
16163         * gst/playback/gstplaybin.c: (gen_video_element),
16164         (gen_audio_element):
16165         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16166         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16167         * gst/sine/demo-dparams.c: (main):
16168         * gst/spectrum/demo-osssrc.c: (main):
16169         * gst/speed/demo-mp3.c: (main):
16170         * gst/volume/demo.c: (main):
16171         * testsuite/embed/embed.c: (main):
16172
16173 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16174
16175         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16176         (gst_tcpclientsink_finalize):
16177         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16178         (gst_tcpclientsrc_finalize):
16179         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16180         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16181         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16182         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16183           Don't leak the hostname when shutting down.
16184           In tcpserversrc, take a copy of the default hostname.
16185
16186 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16187
16188         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16189           Set caps to systemstream=TRUE.
16190
16191 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * testsuite/Makefile.am:
16194           Fix more OSX buildbots.
16195
16196 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16197
16198         * ext/mpeg2dec/gstmpeg2dec.c:
16199           Don't send things to NULL PAD_PEERs
16200
16201         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16202           Copy-on-write the incoming buffer.
16203
16204         * gst/mpegstream/gstdvddemux.h:
16205         * gst/mpegstream/gstmpegclock.h:
16206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16207         (normal_seek), (gst_mpeg_demux_handle_src_event):
16208         * gst/mpegstream/gstmpegdemux.h:
16209         * gst/mpegstream/gstmpegpacketize.h:
16210         * gst/mpegstream/gstmpegparse.c:
16211         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16212         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16213         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16214         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16215         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16216         * gst/mpegstream/gstmpegparse.h:
16217         * gst/mpegstream/gstrfc2250enc.h:
16218           Various changes to the way time is computed that make seeking and
16219           total time estimation much better here.
16220           Use G_BEGIN/END_DECLS instead of __cplusplus
16221
16222         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16223           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16224
16225 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16226
16227         * gst/subparse/gstsubparse.c:
16228           Fix OSX buildbot.
16229
16230 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16233         (theora_enc_chain), (theora_enc_change_state):
16234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16235         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16236         (gst_vorbisenc_change_state):
16237         * ext/vorbis/vorbisenc.h:
16238           Set granulepos and timestamp correctly for streams not
16239           starting at 0, taking into account the initial delay.
16240
16241 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst/mpegstream/gstdvddemux.c:
16244           Add audio/x-dts to audio pad template caps
16245
16246 2005-01-30  David Schleef  <ds@schleef.org>
16247
16248         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16249         (create_context), (gst_polypsink_link): Fix silly endianness
16250         bug.  Add some debugging.  Remove float from caps; it doesn't
16251         work.  Attempt to get remote audio working.
16252
16253 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16254
16255         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16256           Add 3IV2 fourcc.
16257
16258 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16259
16260         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16261         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16262         (gst_avi_demux_stream_data):
16263         * gst/avi/gstavidemux.h:
16264           Invert DIB images. Fixes #132341.
16265
16266 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16267
16268         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16269         (gst_ffmpegcsp_chain):
16270           D'oh, reference the palette data, not the palette structure.
16271           Fixes color distortion in #132341.
16272
16273 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16274
16275         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16276           PAR can be non-fixed when not provided as argument (#162626).
16277
16278 2005-01-29  David Moore  <dcm@acm.org>
16279
16280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16281
16282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16283         (gst_qtdemux_loop_header):
16284           Re-apply patch from #142272 that allows non-seekable sources,
16285           re-proposed by Daniel Drake <dsd@gentoo.org>.
16286
16287 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16288
16289         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16290           Use the src template for creating the src pad (#162330).
16291
16292 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16293
16294         * configure.ac:
16295         * ext/musepack/Makefile.am:
16296         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16297         (gst_musepackdec_init), (gst_musepackdec_dispose),
16298         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16299         (gst_musepack_stream_init), (gst_musepackdec_loop),
16300         (gst_musepackdec_change_state):
16301         * ext/musepack/gstmusepackdec.cpp:
16302         * ext/musepack/gstmusepackdec.h:
16303         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16304         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16305         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16306         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16307         * ext/musepack/gstmusepackreader.cpp:
16308         * ext/musepack/gstmusepackreader.h:
16309           Update to 1.1 API (#165446).
16310
16311 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16312
16313         * ext/Makefile.am:
16314           Unbreak buildbot.
16315
16316 2005-01-28  Andy Wingo  <wingo@pobox.com>
16317
16318         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16319         to reflect a different dubious internet source. Add a reference
16320         and some commentary.
16321
16322 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16325         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16326         * gst/playback/gststreamselector.h:
16327           Be more selective when we're redoing caps negotiation from
16328           within the chain function on a stream change.
16329
16330 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16331
16332         * configure.ac:
16333         * ext/Makefile.am:
16334         * ext/amrnb/Makefile.am:
16335         * ext/amrnb/amrnb.c: (plugin_init):
16336         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16337         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16338         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16339         (gst_amrnbdec_state_change):
16340         * ext/amrnb/amrnbdec.h:
16341         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16342         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16343         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16344         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16345         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16346         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16347         * ext/amrnb/amrnbparse.h:
16348           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16349         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16350           Add AMR-NB/-WB raw formats.
16351         * ext/alsa/gstalsa.c: (gst_alsa_link):
16352           Keep valid time when changing format.
16353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16354         (qtdemux_parse_trak):
16355           Add some more format-specific options (#140141, #143555, #155163).
16356
16357 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16358
16359         * gst/matroska/matroska-demux.c:
16360         (gst_matroska_demux_parse_blockgroup):
16361           Fix logic error in timing of subtitle stream synchronization.
16362         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16363           Add skip-chunk, which is found in kodak-camera streams.
16364
16365 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16366
16367         * po/LINGUAS:
16368         * po/vi.po:
16369           Adding Vietnamese translation (submitted by Clytie Siddall)
16370
16371 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16372
16373         * gst/playback/gstdecodebin.c: (try_to_link_1):
16374           Use realpad for signal.
16375
16376 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16377
16378         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16379           Fix category so decodebin picks it up.
16380
16381 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16382
16383         * ext/mad/Makefile.am:
16384         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16385         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16386         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16387         (found_type), (gst_id3demux_bin_change_state):
16388         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16389         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16390         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16391         (gst_id3_tag_change_state), (plugin_init):
16392         * ext/mad/gstmad.h:
16393           Add id3demuxbin (which is a simple bin consisting of id3demux
16394           and typefind), take over rank from id3demux, remove typefind
16395           code from id3demux. Makes all broken mp3s that I know of work,
16396           and thereby fixes #152688.
16397
16398 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16399
16400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16401
16402         * ext/mad/gstmad.c: (gst_mad_src_event):
16403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16404           Allow seeks on audio pad, make mad forward those (#164826).
16405         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16406           Set duration (#165335).
16407
16408 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16409
16410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16411         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16412         (gst_asf_demux_process_ext_content_desc),
16413         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16414         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16415         * gst/asfdemux/gstasfdemux.h:
16416           Improve metadata display, e.g. if the metadata comes before the
16417           streams are loaded (which is perfectly valid).
16418
16419 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * tools/gst-launch-ext-m.m:
16422           Fix AVI/ASF pipelines (#165340).
16423
16424 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16425         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16426         build failure on amd64
16427
16428 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16431         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16432           Check environment variables GST_ID3V2_TAG_ENCODING,
16433           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16434           list of character encodings to force interpretation of non-unicode
16435           strings stored in an ID3v2 tag to a particular encoding. If none
16436           is specified, try to use current locale's encoding, then fall back
16437           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16438         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16439         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16440           Check environment variables GST_ID3V1_TAG_ENCODING,
16441           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16442           list of character encodings to use in case a string encountered
16443           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16444           specified, try to use the current locale's encoding, then fall
16445           back to ISO-8859-1 (which will always succeed).
16446
16447 2005-01-25  Benjamin Otte  <otte@gnome.org>
16448
16449         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16450           - on half framerate, compute the rate in advance so the comparisons
16451             don't compare wrong values
16452           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16453             behaviour
16454           - don't use mad_header_decode anymore, mad_frame_decode does that
16455             automatically
16456           - when getting rid of consumed bytes, reset the stream's skiplen
16457           (fixes #163867)
16458
16459 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16460
16461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16462           Use 1/2 a second for default max_discont, as PES streams from DVB
16463           seem to have larger spacings in the SCR. 
16464           Fix a typo.
16465
16466 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16467
16468         * gst/playback/gstplaybasebin.c: (group_commit):
16469           Notify delayed stream-info availability.
16470
16471 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16472         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16473         (gst_a52dec_handle_event), (gst_a52dec_chain):
16474         Add some debug output. Check that a discont has a valid
16475         time associated.
16476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16477         (gst_alsa_sink_loop):
16478         Ignore TAG events. A little extra debug for broken timestamps.
16479         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16480         (dvdnavsrc_change_state):
16481         Ensure we send a discont to engage the link before we send any
16482         other events.
16483         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16484         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16485         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16486         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16487         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16488         dvd://title works in totem because typefinding sends a seek that ends
16489         up going back to chapter 1 regardless.
16490         * ext/mpeg2dec/gstmpeg2dec.c:
16491         * ext/mpeg2dec/gstmpeg2dec.h:
16492         Output correct timestamps and handle disconts.
16493         * ext/ogg/gstoggdemux.c: (get_relative):
16494         Small guard against a null dereference.
16495         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16496         (gst_textoverlay_set_property):
16497         Free memory when done. Don't call gst_event_filler_get_duration on
16498         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16499         g_warning.
16500         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16501         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16502         (gst_sw_srclink), (gst_smoothwave_chain):
16503         Draw solid lines, prettier colours.
16504         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16505         Add a default palette that'll work for some movies.
16506         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16507         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16508         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16509         * gst/mpegstream/gstdvddemux.h:
16510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16511         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16512         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16513         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16514         * gst/mpegstream/gstmpegparse.h:
16515         Use PTM/NAV events when for timestamp adjustment when connected to 
16516         dvdnavsrc. Don't use many discont events where one suffices.
16517         * gst/playback/gstplaybasebin.c: (group_destroy),
16518         (gen_preroll_element), (gst_play_base_bin_add_element):
16519         * gst/playback/gstplaybasebin.h:
16520         Make sure we remove subtitles from the same bin we put them in.
16521         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16522         (gst_subparse_buffer_format_autodetect),
16523         (gst_subparse_change_state):
16524         Fix some memleaks and invalid accesses.
16525         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16526         (oggskel_type_find), (cmml_type_find), (plugin_init):
16527         Some typefind functions for Annodex v3.0 files
16528         * gst/wavparse/gstwavparse.h:
16529         GstRiffReadClass is the correct parent class.
16530
16531 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16532
16533         * gst-libs/gst/riff/riff-media.c:
16534         (gst_riff_create_video_caps_with_data):
16535           Add extradata to huffyuv (fixes #165013).
16536         * gst-libs/gst/riff/riff-read.c:
16537         (gst_riff_read_strf_vids_with_data):
16538           Fix extradata extraction if it is in the chunk size.
16539
16540 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16541
16542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16543
16544         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16545         (gst_quarktv_change_state), (gst_quarktv_dispose):
16546           Memory free'ing location fix (#164708).
16547
16548 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16549
16550         * gst/playback/gstplaybasebin.c: (group_commit),
16551         (gen_preroll_element), (probe_triggered), (gen_source_element),
16552         (setup_source), (gst_play_base_bin_change_state),
16553         (gst_play_base_bin_add_element):
16554           Don't block for streams.
16555         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16556         (gst_stream_info_set_mute):
16557           Use gst_pad_set_active_recursive.
16558
16559 2005-01-25  Andy Wingo  <wingo@pobox.com>
16560
16561         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16562         for #ifndef HAVE_XVIDEO.
16563
16564 2005-01-24  Jeffrey C. Ollie
16565
16566         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16567
16568         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16569         * ext/gsm/gstgsmdec.h:
16570         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16571         * ext/gsm/gstgsmenc.h:
16572         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16573         was given by property. Add proper buffer timestamps and offsets.
16574
16575 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16576
16577         * gst-libs/gst/riff/riff-media.c:
16578         (gst_riff_create_audio_caps_with_data):
16579           Audio can be <8000Hz.
16580
16581 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16582
16583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16584           Explicit state change to workaround refcount bugs.
16585
16586 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16587
16588         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16589         (gst_avimux_riff_get_avi_header):
16590           Fix...
16591
16592 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16593
16594         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16595         (gst_riff_read_element_data):
16596         * gst-libs/gst/riff/riff-read.h:
16597           Add _peek version (req'ed in CDXA).
16598         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16599         (gst_cdxaparse_loop):
16600           Fix parsing in playbin.
16601         * gst/playback/gstdecodebin.c: (close_pad_link):
16602           Ignore current_ pads, they cause major annoyance.
16603
16604 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16605
16606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16607           Safety guard.
16608
16609 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16610
16611         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16612           Fix padding...
16613
16614 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16615
16616         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16617           Allow for 0-sized buffers. Fixes length query problems in
16618           starwars.mkv from the testsuite.
16619
16620 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16623         (gst_video_box_i420), (gst_video_box_chain):
16624           Fix row strides for I420 (fixes #163159)
16625           
16626 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16629           MPEG2 has a useful rate property, so we can actually use that.
16630           For MPEG-1, continue using the bytes/time properties.
16631
16632 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16633
16634         * gst-libs/gst/riff/riff-media.c:
16635         (gst_riff_create_video_caps_with_data),
16636         (gst_riff_create_video_template_caps):
16637           Add intel-h263.
16638
16639 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16640
16641         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16642           Fail if caps negotiation fails. Should fix #162184, and should
16643           definately be in there regardless of it fixing the actual bug.
16644         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16645         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16646         (gst_avimux_riff_get_avix_header),
16647         (gst_avimux_riff_get_video_header),
16648         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16649         (gst_avimux_start_file), (gst_avimux_handle_event),
16650         (gst_avimux_change_state):
16651         * gst/avi/gstavimux.h:
16652           Refactor structure writing to use GST_WRITE_UINT macros, add
16653           metadata writing support.
16654
16655 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16656
16657         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16658           Elements may already be destroyed when this function is called.
16659
16660 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16661
16662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16663         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16664           More memory leak fixes (#149162).
16665
16666 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16667
16668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16669         (gst_qtdemux_add_stream):
16670           Fix two memleaks.
16671
16672 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16675           Argh...
16676
16677 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16680           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16681           when fixating to six channels in Totem.
16682
16683 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16686           Fix compile warnings on Solaris 10 buildbot
16687
16688 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16689
16690         * ext/dvdread/dvdreadsrc.c: (_read):
16691           Don't read beyond the last cell in a chapter (fixes 
16692           invalid memory access)
16693
16694 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * ext/dvdread/stream_labels.c:
16697         (dvdreadsrc_get_audio_stream_labels):
16698           Use NULL for an empty GList instead of g_list_alloc(); fix 
16699           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16700           of GString (easier to bulk free later)
16701
16702 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16703
16704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16705
16706         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16707         (gst_ffmpeg_pixfmt_to_caps):
16708           Fix BGRA32 caps (#164209).
16709
16710 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16711
16712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16713
16714         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16715         (gst_ffmpeg_caps_to_pixfmt):
16716           alpha_mask can be RGBA/ABGR. Fixes #164265.
16717
16718 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16719
16720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16723         (gst_mpeg2dec_alloc_buffer):
16724         * ext/mpeg2dec/gstmpeg2dec.h:
16725           Crop if decoding size is not the actual image size (#163676).
16726
16727 2005-01-17  Steve Baker  <steve@stevebaker.org>
16728
16729         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16730
16731         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16732         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16733           Add libsndfile typefind functions (#163309).
16734
16735 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * tools/gst-launch-ext-m.m:
16738           Add .aac, fix .m1v/.m2v (#163891).
16739
16740 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16743           Sanity check, don't wait endlessly since the clock might not
16744           actually run at this point (which is a deadlock). Fixes #164069.
16745
16746 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * gst/playback/gstplaybasebin.c: (probe_triggered):
16749           Of course, only pause if group is done...
16750
16751 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16752
16753         * gst/playback/gstplaybasebin.c: (probe_triggered):
16754           Thread safety.
16755
16756 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16757
16758         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16759           Don't return state change success when the parent
16760           failed.
16761
16762 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16763
16764         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16765           Free events (fix memleak in #162905).
16766
16767 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16768
16769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16772         (gst_ffmpeg_caps_to_pixfmt):
16773           Fix for depth = 15. Fixes #161675.
16774
16775 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16776
16777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16778           Set FPS correctly, even for webcams and the like.
16779         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16780           Don error on setting while capturing.
16781
16782 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16783
16784         * ext/dv/gstdvdec.c:
16785         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16786         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16787           I'm a bad boy. using /1001. to force C to do float division
16788           and not integer division (as it did in my last commit)
16789           Thanks to David I. Lehn for pointing this mistake.
16790
16791 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16792
16793         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16794           Revert Johan's 1.35->1.36 since it breaks compat.
16795
16796 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16797
16798         * ext/dv/gstdvdec.c:
16799         * ext/libfame/gstlibfame.c:
16800         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16801         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16802           replace framerate aproximations by their real value
16803           (24000/1001, 30000/1001, 60000/1001)
16804           Finish fixing bug #164049
16805
16806 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16807
16808         * ext/ogg/gstoggmux.c:
16809           eos/bos debugging
16810         * gst/tcp/gstmultifdsink.c:
16811         * gst/tcp/gstmultifdsink.h:
16812         * gst/tcp/gsttcp.c:
16813         * gst/tcp/gsttcp.h:
16814         * gst/tcp/gsttcpclientsink.c:
16815         * gst/tcp/gsttcpclientsrc.c:
16816         * gst/tcp/gsttcpserversink.c:
16817         * gst/tcp/gsttcpserversrc.c:
16818           improve reusability of elements after state changes and errors
16819           make multifdsink throw away streamheaders when receiving new ones
16820
16821 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16824           Fix for if items are already in list...
16825
16826 2005-01-12  Benjamin Otte  <otte@gnome.org>
16827
16828         * gst/adder/gstadder.c: (gst_adder_loop):
16829           fix adder a bit so it doesn't screw up with events as much anymore
16830
16831 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16832
16833         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16834         (pixbufscale_scale), (gst_pixbufscale_chain):
16835         * ext/gdk_pixbuf/pixbufscale.h:
16836           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16837           to ensure rowstrides are calculated the same way as 
16838           ffmpegcolorspace
16839           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16840           that we pick up duration and offset also.
16841
16842 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16843
16844         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16845         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16846           Reusability fixes.
16847
16848 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16849
16850         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16851         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16852         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16853         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16854           Update flags when requested.
16855
16856 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16859           Fix dmix.
16860
16861 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16862
16863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16864         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16865         (probe_triggered), (new_decoded_pad), (gen_source_element),
16866         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16867         * gst/playback/gstplaybasebin.h:
16868         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16869         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16870         (gst_play_bin_change_state):
16871           Implement group-switch signal for use in apps to clear metadata
16872           cache, clean up subtitle, add suburi property instead of # hack,
16873           some error-out fixes.
16874
16875 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16876
16877         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16878           Debug.
16879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16880           If we got a state change in the _get handler, don't return success.
16881
16882 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16883
16884         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16885         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16886           Make jpegdec quiet on MJPEG decoding
16887         * gst/asfdemux/README:
16888           Fix mimetypes for MJPEG and H263
16889
16890 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * ext/theora/theoradec.c: (theora_dec_chain):
16893           Fix broken code generation by gcc by swapping arguments.
16894         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16895           Fix \n in debug.
16896
16897 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16898
16899         * TODO:
16900           delete this file, it is by far outdated
16901         * ext/alsa/gstalsa.1: remove
16902         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16903         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16904         (gst_alsa_get_caps):
16905           Add HW probing for supported sample rates. Fixes #161704
16906
16907 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16908
16909         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16910           Don't crash, biatch! :).
16911
16912 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16913
16914         * ext/musepack/gstmusepackreader.cpp:
16915         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16916           Some work on tags - still doesn't work in playbin...
16917         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16918           Handle events...
16919
16920 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16921
16922         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16923           Also shove tags on kid pads.
16924
16925 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16926
16927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16928           Don't bail on unknown events.
16929         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16930           Don't crash on events before negotiation.
16931         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16932           Send tags on pads, too.
16933         * gst/playback/gststreamselector.c:
16934         (gst_stream_selector_request_new_pad):
16935           Forward events on first pad if no input was selected yet.
16936
16937 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16938
16939         * gst/playback/gstplaybasebin.c: (setup_substreams):
16940           Don't disable streamtype if the stream doesn't exist, since
16941           then playing a video after audio will disable both and nothing
16942           will happen. Fixes the testsuite.
16943
16944 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16945
16946         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16947         (gst_v4l_xoverlay_set_xwindow_id):
16948         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16949         (gst_v4l2_xoverlay_set_xwindow_id):
16950           Add debug categories, fix overlay disabling.
16951
16952 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16953
16954         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16955         * ext/alsa/gstalsa.h:
16956           Add HW probing for period_count/size and buffer_size MIX/MAX
16957           Adjust default/user defined value if out of bounds
16958           Should fix bug #162024
16959
16960 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16961
16962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16963           Fix warning (#161191).
16964
16965 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16966
16967         * ext/dvdread/stream_labels.c:
16968         (dvdreadsrc_get_audio_stream_labels):
16969           Fix warning (init the good variable in switch default)
16970
16971 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16972
16973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16974
16975         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16976           Fix gcc-2.95 compile (#163485).
16977
16978 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * configure.ac:
16981         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16982         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16983         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16984         (gst_flacenc_change_state):
16985         * ext/flac/gstflacenc.h:
16986           Update for API change in flac-1.1.1. Update requirement in
16987           configure.ac. Fixes #162974.
16988
16989 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16990
16991         * gst/playback/gstplaybasebin.c: (group_destroy):
16992           Remove hack to get rid of assert and get rid of unlinked
16993           signals properly.
16994
16995 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16996
16997         * gst/playback/gstplaybasebin.c: (setup_source):
16998           Set source to NULL so that resources are free'ed. Fixes issues
16999           with playback of CDDA and similar device-accessing things.
17000
17001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * testsuite/embed/Makefile.am:
17004           test->noinst, fix make test in buildbot.
17005
17006 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17007
17008         * ext/dvdread/stream_labels.c: new file
17009         * ext/dvdread/stream_labels.h: new file
17010         * ext/dvdread/Makefile.am:
17011         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17012           Extract audio stream label from DVD IFO files.
17013           It only dump them on the console for now, still have to
17014           make playbin aware of them.
17015
17016 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * gst/playback/gstplaybasebin.c: (setup_source):
17019           Fix hanging subs.
17020
17021 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17024         (gen_preroll_element), (remove_groups), (setup_subtitle),
17025         (gen_source_element), (setup_source):
17026         * gst/playback/gstplaybasebin.h:
17027           Multiple .sub files is just a stupid idea... Fix some threading
17028           mistakes. Interestingly, external .sub files cause playbin to
17029           hang, I don't know why... Parsing fixes contributed by Fran??ois
17030           Kooman <fkooman@tuxed.net>.
17031
17032 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17033
17034         * testsuite/embed/Makefile.am:
17035           Fix buildbot.
17036
17037 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17038
17039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17040
17041         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17042         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17043         (gst_pngenc_set_property):
17044         * ext/libpng/gstpngenc.h:
17045           Add compression level property (#163323).
17046
17047 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17048
17049         * configure.ac:
17050         * examples/capsfilter/capsfilter1.c: (main):
17051         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17052         * ext/dvdread/Makefile.am:
17053         * ext/dvdread/demo-play:
17054         * ext/dvdread/demo-play.c:
17055         * gconf/gstreamer.schemas.in:
17056         * gst-libs/gst/gconf/gconf.c:
17057         * sys/v4l/TODO:
17058         * testsuite/Makefile.am:
17059         * testsuite/embed/Makefile.am:
17060         * testsuite/embed/embed.c: (cb_expose), (main):
17061           Remove all references to xvideosink, fix examples (#140845).
17062         * gst/playback/gstplaybasebin.c: (group_destroy):
17063           Apparently, disposal does not unlink - so do explicitely.
17064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17065           Add debug.
17066
17067 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17068
17069         * README: fix PKG_CONFIG_PATH instructions, what was there
17070         previously was breaking default search path, not nice. 
17071         Fixes #163358
17072
17073 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17076         (gst_audioscale_chain):
17077           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17078           when resampling - how the ^@$^!@^! is this possible?!?
17079
17080 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17083           Reset variables on READY.
17084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17085         (gst_matroska_mux_loop):
17086           Require data before writing header.
17087
17088 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17089
17090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17091
17092         * ext/mad/gstmad.c: (gst_mad_chain):
17093           Don't call mad_stream_sync() directly after recovering sync.
17094           Fixes #151661.
17095
17096 2005-01-09  Martin Eikermann  <meiker@upb.de>
17097
17098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17101         (snapshot_handler), (gst_snapshot_sinkconnect),
17102         (gst_snapshot_chain):
17103           Allocate resources when required, fix recursive signal emission
17104           and fix caps. Fixes #161667.
17105
17106 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17107
17108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17109
17110         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17111         (gst_pngdec_chain):
17112           Handle only 8-bppc (bits-per-pixel-component) images, better
17113           error handling and correct strides. Fixes #163177.
17114         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17115         (gst_pngenc_chain):
17116           Better error handling. Fixes #163348.
17117
17118 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17119
17120         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17121         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17122         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17123         (dvdnavsrc_uri_handler_init):
17124           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17125         * gst/playback/gstplaybasebin.c: (gen_source_element):
17126           Add MMS to streaming URIs.
17127
17128 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17129
17130         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17131         * sys/xvimage/xvimagesink.c:
17132         (gst_xvimagesink_navigation_send_event):
17133           Check for pad availability before sending event.
17134
17135 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * gst-plugins.spec.in:
17138           Add subparse.
17139
17140 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17141
17142         * configure.ac:
17143           Since we use functions from CVS, up requirement.
17144
17145 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17146
17147         * gst/playback/Makefile.am:
17148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17149         (group_destroy), (group_commit), (group_is_muted),
17150         (gen_preroll_element), (add_stream), (unknown_type),
17151         (probe_triggered), (preroll_unlinked), (mute_stream),
17152         (silence_stream), (new_decoded_pad), (setup_substreams),
17153         (setup_source), (get_active_source), (mute_group_type),
17154         (muted_group_change_state), (set_active_source),
17155         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17156         (play_base_eos), (gst_play_base_bin_change_state):
17157         * gst/playback/gstplaybasebin.h:
17158         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17159         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17160         (gst_stream_info_dispose), (stream_info_mute_pad),
17161         (stream_info_change_state), (gst_stream_info_set_mute):
17162         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17163         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17164         (gst_stream_selector_init), (gst_stream_selector_dispose),
17165         (gst_stream_selector_get_linked_pad),
17166         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17167         (gst_stream_selector_get_linked_pads),
17168         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17169         * gst/playback/gststreamselector.h:
17170           Adding stream selection support plus required properties for
17171           applications to use this. Fully fixes #100931.
17172
17173 2005-01-08  Benjamin Otte  <otte@gnome.org>
17174
17175         * gst/games/gstpuzzle.c: (nav_event_handler):
17176           - handle nav events differently: forward every event no matter if it
17177             was handled or not.
17178           - translate events
17179           You can now cheat by using navigationtest ! puzzle and moving the
17180           mouse close to the edge of a tile. ;)
17181
17182 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17183
17184         * configure.ac:
17185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17186         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17187         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17188         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17189         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17190         (gst_ogm_parse_plugin_init):
17191         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17192         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17193         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17194         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17195         * ext/pango/gsttextoverlay.h:
17196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17197         (gst_matroska_demux_handle_seek_event),
17198         (gst_matroska_demux_sync_streams),
17199         (gst_matroska_demux_parse_blockgroup),
17200         (gst_matroska_demux_subtitle_caps),
17201         (gst_matroska_demux_plugin_init):
17202         * gst/matroska/matroska-ids.h:
17203         * gst/playback/gstdecodebin.c: (close_pad_link):
17204         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17205         (gen_preroll_element), (remove_groups), (add_stream),
17206         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17207         (setup_source):
17208         * gst/playback/gstplaybasebin.h:
17209         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17210         * gst/subparse/Makefile.am:
17211         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17212         (gst_subparse_base_init), (gst_subparse_class_init),
17213         (gst_subparse_init), (gst_subparse_formats),
17214         (gst_subparse_eventmask), (gst_subparse_event),
17215         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17216         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17217         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17218         (parse_mpsub_deinit), (parse_mpsub_init),
17219         (gst_subparse_buffer_format_autodetect),
17220         (gst_subparse_format_autodetect), (gst_subparse_loop),
17221         (gst_subparse_change_state), (gst_subparse_type_find),
17222         (plugin_init):
17223         * gst/subparse/gstsubparse.h:
17224         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17225         (plugin_init):
17226           Add subtitle support, .sub parser (supports SRT and MPsub),
17227           OGM text support, Matroska UTF-8 text support, deadlock fixes
17228           all over the place, subtitle awareness in decodebin/playbin
17229           and some fixes to textoverlay to handle subtitles in a stream
17230           correctly. Fixes #100931.
17231
17232 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17233
17234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17235           Check for pad availability before doing a query on it.
17236
17237 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17238
17239         * ext/dv/gstdvdec.c:
17240           really fix bpp24/32 dvdec caps (classic rgba indeed)
17241         * gst/asfdemux/gstasfdemux.c:
17242         (gst_asf_demux_process_ext_content_desc):
17243           don't send text tags if they are empty (bis repetita)
17244
17245 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17246
17247         * ext/dv/gstdvdec.c:
17248          remove unneeded comment from dvdec
17249           (related to DV 4CC codes in AVI files)
17250           moved them in gstreamer/docs/random/mimetypes
17251         * gst/asfdemux/gstasfdemux.c:
17252         (gst_asf_demux_process_ext_content_desc):
17253          don't send text tags if they are empty
17254          fix mem leak on error path
17255         * gst/ffmpegcolorspace/avcodec.h:
17256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17258         (gst_ffmpegcsp_avpicture_fill):
17259         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17260         * gst/ffmpegcolorspace/imgconvert_template.h:
17261          adds BGR32 and BGRA32 to ffmpegcolorspace
17262           (still bad colors, fixing it on next commit)
17263           helps with dvdec outputing BGR32
17264
17265 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17266
17267         * ext/dv/gstdvdec.c:
17268          Fix audio caps i just broke (missing ',')
17269         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17270         (gst_matroska_mux_reset):
17271          Fix typo + add FIXME about old "x-gst-metadata" crap
17272
17273 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17274
17275         * ext/dv/demo-play.c: (main):
17276          xvideosink -> xvimagesink
17277         * ext/dv/gstdvdec.c:
17278          change rgb 32/32 caps to 24/32 (no alpha)
17279          change nb of channels to be a list (2 or 4, not 2)
17280          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17281         * gst/asfdemux/gstasfdemux.c:
17282         (gst_asf_demux_process_ext_content_desc):
17283          Add 'date/year' to extracted metadata list
17284
17285 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17286
17287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17288           The return value of fixate_to does not imply that the requested
17289           value was set, so don't assume.
17290
17291 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17292
17293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17294
17295         * ext/libpng/gstpngdec.c:
17296         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17297         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17298         * ext/libpng/gstpngenc.h:
17299           Alpha support (encoder; #163161), mime fixage.
17300
17301 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17302
17303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17306         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17307         (gst_faac_set_property), (gst_faac_get_property):
17308         * ext/faac/gstfaac.h:
17309           Allow for ADTS output (#153434).
17310
17311 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17314           Fix against template (#150576).
17315
17316 2005-01-06  Benjamin Otte  <otte@gnome.org>
17317
17318         * gst/games/gstpuzzle.c: (draw_puzzle):
17319           don't draw a puzzle if either width or height of tiles would be 0.
17320
17321 2005-01-06  Benjamin Otte  <otte@gnome.org>
17322
17323         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17324         (gst_puzzle_class_init), (gst_puzzle_finalize):
17325           no memleaks, please
17326         (gst_puzzle_create), (gst_puzzle_init),
17327         (gst_puzzle_set_property), (gst_puzzle_setup):
17328           change initialization code around so we don't reshuffle on resize
17329         (draw_puzzle):
17330           fix another stupid typo
17331
17332 2005-01-06  Benjamin Otte  <otte@gnome.org>
17333
17334         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17335           fix stupid typo that borked copying on YUY2
17336
17337 2005-01-06  Benjamin Otte  <otte@gnome.org>
17338
17339         * gst/games/gstpuzzle.c: (draw_puzzle):
17340           fix edges when image sizes aren't multiples of tile sizes
17341
17342 2005-01-06  Benjamin Otte  <otte@gnome.org>
17343
17344         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17345           make RGB endianness work correctly
17346         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17347           refactor and fix race with initial shuffling
17348         (nav_event_handler):
17349           allow using the mouse to puzzle
17350         (draw_puzzle):
17351           insist on tiles having width and height as multiples of 4 to get
17352           clean YUV image handling
17353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17354         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17355           s/DEBUG/LOG/ for common messages
17356         (gst_xvimagesink_navigation_send_event):
17357           fix mouse event translation to not include screen PAR
17358         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17359           fix mouse event translation to actually work
17360
17361 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17362
17363         * gst/asfdemux/gstasfdemux.c:
17364         (gst_asf_demux_process_ext_content_desc):
17365          Extract TrackNumber metadata + clean up code
17366         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17367          Hope this is the good fix (var used unitialised)
17368
17369 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17370
17371         * ext/faad/gstfaad.c: (gst_faad_chain):
17372           Only increment timestamp if it's valid. Fixes raw AAC streams.
17373
17374 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17375
17376         * configure.ac:
17377         * gst/games/Makefile.am:
17378         * gst/games/gstpuzzle.c:
17379           add a puzzle game with...
17380         * gst/games/gstvideoimage.c:
17381         * gst/games/gstvideoimage.h:
17382           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17383           from videotestsrc and made into something that would be a nice
17384           library for a lot of other plugins.
17385
17386 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17387
17388         * configure.ac:
17389          don't compile faad plugin if a RC of 2.0 is found
17390          Fixes #155346 (and FC1 buildbot)
17391         * gst/asfdemux/gstasfdemux.c:
17392         (gst_asf_demux_process_ext_content_desc):
17393          try to make Solaris compiler happier
17394
17395 2005-01-06  Paul Jack  <pjack@sfaf.org>
17396
17397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17398
17399         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17400           Fix segfault (#161667).
17401
17402 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17403
17404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17405           Fix framerate reporting.
17406
17407 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17408
17409         * gst-libs/gst/riff/riff-ids.h:
17410         * gst/wavenc/riff.h:
17411          Add AMR (VBR and CBR) ids to riff.h audio codec list
17412         * gst/asfdemux/gstasfdemux.c:
17413         (gst_asf_demux_process_ext_content_desc),
17414         (gst_asf_demux_process_object):
17415           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17416
17417 2005-01-05  Martin Eikermann  <meiker@upb.de>
17418
17419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17422         (gst_dvd_demux_handle_discont):
17423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17424         (gst_mpeg_demux_handle_discont):
17425           Recreate pads on new-media (#160730).
17426         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17427           Send discont even if manager changes timestamps (#161929).
17428
17429 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17430
17431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17434           Fix invalid memory access (#159211).
17435
17436 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * examples/gstplay/player.c: (main):
17439           Don't iterate.
17440         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17441           Add visualizations.
17442         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17443         (gst_a52dec_handle_frame):
17444           Set duration.
17445         * ext/dvdnav/gst-dvd:
17446           Add audioconvert. Fixes #161325.
17447         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17448           Explicitely case to gint64. Possible valgrind error.
17449         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17450         (gst_play_tick_callback), (gst_play_change_state),
17451         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17452         (gst_play_set_location), (gst_play_get_location),
17453         (gst_play_seek_to_time), (gst_play_set_data_src),
17454         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17455         (gst_play_set_visualization), (gst_play_connect_visualization),
17456         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17457         (gst_play_new):
17458           Use playbin. Fixes #139749 and #147744.
17459         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17460           Add genre tag.
17461         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17462         (audioscale_get_type), (gst_audioscale_base_init),
17463         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17464         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17465         (gst_audioscale_link), (gst_audioscale_get_buffer),
17466         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17467         (gst_audioscale_init), (gst_audioscale_dispose),
17468         (gst_audioscale_chain), (gst_audioscale_set_property),
17469         (gst_audioscale_get_property), (plugin_init):
17470           Indent properly.
17471         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17472           Fix LPCM.
17473         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17474         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17475         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17476           Add more metadata (fixes #162656).
17477
17478 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * configure.ac:
17481           back to cvs
17482
17483 === release 0.8.7 ===
17484
17485 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * NEWS:
17488         * RELEASE:
17489         * configure.ac:
17490           releasing 0.8.7, "Hyperspace"
17491
17492 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17493
17494         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17495
17496         * gst/playback/gstplaybasebin.c:
17497          Fix for #162924 - free caps after use, not before
17498
17499 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17500
17501         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17502
17503         * gst/playback/gstplaybasebin.c:
17504         * gst/wavparse/gstwavparse.c:
17505           Fix for #154773 - fixes playback of small .wav files
17506
17507 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17510
17511         * gst/audioscale/gstaudioscale.c:
17512           Fix for #162819 - make audioscale reusable
17513           Fixes playback of more than one file with playbin/totem
17514
17515 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * gst/ffmpegcolorspace/avcodec.h:
17518         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17519         * gst/ffmpegcolorspace/imgconvert.c:
17520           clean up the mess that made me cry and avoid needless duplication
17521
17522 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * gst/ffmpegcolorspace/imgconvert.c:
17525           give some indication of why we're segfaulting
17526
17527 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17528
17529         * configure.ac:
17530           Fix indentation, fix v4l2 plugin detection.
17531         * ext/Makefile.am:
17532           Fix libmms location (Maciej, use diff -u!).
17533         * ext/alsa/gstalsa.c: (gst_alsa_init):
17534           Initialize caps cache to NULL.
17535         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17536           Only change state on audiosink if it exists.
17537
17538 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17539
17540         * gst/matroska/matroska-demux.c:
17541         * gst/matroska/matroska-ids.h:
17542         * gst/matroska/matroska-demux.h:
17543         Fix Vorbis streams failing to decode in some files, where cluster_time
17544         isn't 0, because then it doesn't send codec_priv before actual data.
17545         Remove time-based test and replace it with marker set on beginning of
17546         new stream
17547
17548 2004-12-28  David Schleef  <ds@schleef.org>
17549
17550         Merge patch from Ronald fixing problems with streaming
17551         text.
17552         * ext/cairo/gstcairo.c: (plugin_init):
17553         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17554         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17555         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17556         (gst_textoverlay_font_init), (gst_textoverlay_init),
17557         (gst_textoverlay_set_property):
17558         * ext/cairo/gsttextoverlay.h:
17559
17560 2004-12-27  David Schleef  <ds@schleef.org>
17561
17562         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17563         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17564         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17565         (gst_textoverlay_font_init), (gst_textoverlay_init),
17566         (gst_textoverlay_set_property): Improvements to actually
17567         render text as white on black outline on video, including
17568         font selection and horizontal/vertical alignment.  (Ronald's
17569         christmas present)
17570         * ext/cairo/gsttextoverlay.h:
17571
17572 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17573
17574         * ext/ogg/gstogg.c:
17575         * ext/ogg/gstogmparse.c:
17576           fix ogm[audio/video]parse plugin registration
17577           (riff won't load if bytestream is already loaded)
17578
17579 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17580
17581         * gst/audioconvert/gstchannelmix.c:
17582           fix for GLIB < 2.4
17583
17584 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * Makefile.am:
17587         * configure.ac:
17588           disable docs again until it actually passes make distcheck.
17589
17590 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17591
17592         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17593         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17594         (plugin_init):
17595           Add 3GP (variables name Q3GP because they can't start with a
17596           number). Add samr audio fourcc (used in .3gp files), decoder
17597           is work in progress. Also do a GST_WARNING instead of ERROR
17598           in case of unknown nodes, to decrease output.
17599
17600 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17601
17602         * Makefile.am:
17603           really fix dist
17604
17605 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * configure.ac:
17608         * ext/speex/gstspeexdec.h:
17609         * ext/speex/gstspeexenc.h:
17610           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17611           Fix detection code in configure.ac
17612
17613 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * gst/matroska/matroska-demux.c:
17616         (gst_matroska_demux_parse_blockgroup):
17617           Save position, so that queries give proper return values. Don't
17618           know how this could ever have worked before...
17619
17620 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17621
17622         * configure.ac:
17623           Put additional LAME check inside the conditional.  Fixes #152339
17624
17625 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17626
17627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17628         (gst_avi_demux_stream_scan):
17629           Add some more debug. Fix logic error when setting movi offset
17630           while reading index.
17631
17632 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17633
17634         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17635         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17636         (gst_avi_demux_process_next_entry):
17637           Add some debugging. Better detection of broken indexes and the
17638           accompanying index recovery. No infinite loops on state changes
17639           when we're still in our loopfunction.
17640
17641 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * configure.ac:
17644           Fix up.
17645
17646 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17647
17648         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17649
17650         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17651           Normalizing the value before setting
17652         (gst_sunaudiomixer_get_volume):
17653           Normalizing the value after getting. Fixes bug# 161980
17654
17655 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17656
17657         * Makefile.am: Make sure docs gets disted
17658         * docs/Makefile.am: Make sure all needed files get disted
17659         * gst-plugins.spec.in: latest updates
17660
17661 2004-12-22  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17664         Revert patch 1.38 as clock distribution over schedulers does
17665         not work correcly in the core yet.
17666
17667 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17668
17669         * sys/oss/README: remove this file, which predates my birth
17670           (and which content is by far outdated)
17671
17672 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17673
17674         * Makefile.am:
17675         * configure.ac:
17676         * docs/Makefile.am:
17677         * docs/libs/Makefile.am:
17678         * docs/libs/gst-plugins-libs-docs.sgml:
17679         * docs/libs/gst-plugins-libs-sections.txt:
17680         * docs/libs/tmpl/gstgconf.sgml:
17681         * docs/upload.mak:
17682         * docs/version.entities.in:
17683           Added boilerplate gtk-doc files for plugin-libs documentation.
17684
17685 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17686
17687         * gst/auparse/gstauparse.c: fix int and float audio caps
17688
17689 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17690
17691         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17692         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17693           g_assert() can be a macro, don't use #ifdef inside it.
17694
17695 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17696
17697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17698
17699         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17700         (gst_videorate_init), (gst_videorate_chain),
17701         (gst_videorate_change_state):
17702           Event handling (fixes #159986).
17703
17704 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17705
17706         * gst-libs/gst/riff/riff-media.c:
17707         (gst_riff_create_video_caps_with_data):
17708           Add BLZ0 (Blizzard's version of DivX) fourcc.
17709
17710 2004-12-18  David Schleef  <ds@schleef.org>
17711
17712         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17713         portability fix.
17714
17715 2004-12-18  David Schleef  <ds@schleef.org>
17716
17717         * gst/tta/ttadec.h: Disable some header code that isn't used
17718         and clearly isn't portable.
17719
17720 2004-12-18  David Schleef  <ds@schleef.org>
17721
17722         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17723         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17724         (avcodec_get_pix_fmt), (avpicture_layout),
17725         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17726         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17727         Fix code to not use GCC extensions (and c99 extensions that
17728         Forte does not like.)
17729
17730 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17731
17732         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17733
17734         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17735         (gst_deinterlace_chain):
17736           Rowstride fixes. Fixes #161039.
17737         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17738         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17739         (gst_video_crop_getcaps), (gst_video_crop_link),
17740         (gst_video_crop_i420), (gst_video_crop_chain),
17741         (gst_video_crop_change_state):
17742           Rework of negotiation. Actually works now. Fixes #158650.
17743
17744 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17745
17746         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17747           That was very stupid.
17748
17749 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17750
17751         * gst/matroska/matroska-demux.c:
17752         (gst_matroska_demux_parse_blockgroup):
17753           Fix possible crasher.
17754
17755 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17756
17757         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17758         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17759           Lace sizes can be zero.
17760
17761 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17762
17763         * ext/musepack/gstmusepackdec.cpp:
17764           Fetch error return values. Fixes #161624.
17765         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17766           Really EOS.
17767
17768 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17769
17770         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17771           Work for truncated (unfinished download etc.) files. Fixes #160514.
17772
17773 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17774
17775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17776           Fix for integer overflow. Makes #156001 not crash. Probably masks
17777           the real bug.
17778
17779 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17780
17781         * gst/ac3parse/gstac3parse.c: (plugin_init):
17782           Parsers never have ranks. Fixes #159651.
17783
17784 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17785
17786         * gst/playback/gstdecodebin.c: (compare_ranks):
17787           make sure the facotries are ordered the same every time even if they
17788           have the same rank by using the name
17789         * gst/playback/gstdecodebin.c: (find_compatibles):
17790           make sure we don't add factories to the list twice
17791
17792 2004-12-16  David Schleef  <ds@schleef.org>
17793
17794         * configure.ac: look for musepack headers as musepack/*.h
17795         (fixes #159847)
17796         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17797         * ext/musepack/gstmusepackreader.h: same
17798
17799 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17800
17801         * gst-libs/gst/riff/riff-read.c:
17802         (gst_riff_read_strf_auds_with_data):
17803           Read extradata correctly (fixes #155879).
17804
17805 2004-12-16  David Schleef  <ds@schleef.org>
17806
17807         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17808         audio.  does _not_ attempt or allow conversion unless channels
17809         is 1 or 2.
17810
17811 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17812
17813         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17814
17815 2004-12-16  David Schleef  <ds@schleef.org>
17816
17817         * gst/audioscale/gstaudioscale.c: the resample library only
17818         handles 1 or 2 channels.  Change caps to compensate.
17819
17820 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17821
17822         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17823         (gst_matroska_demux_audio_caps):
17824           Some MPEG-AAC hacks, because else it doesn't work...
17825
17826 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17827
17828         * gst-libs/gst/riff/riff-media.c:
17829         (gst_riff_create_video_caps_with_data),
17830         (gst_riff_create_video_template_caps):
17831           Add h264.
17832
17833 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst-libs/gst/audio/Makefile.am:
17836           Try to fix buildbot.
17837
17838 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17839
17840         * gst/tcp/gstmultifdsink.c:
17841           Clean up and uniformize debugging.
17842
17843 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17844
17845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17846
17847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17848         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17849         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17850         (gst_mpeg_demux_change_state):
17851           Reset on ready. Fixes 160276.
17852
17853 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17854
17855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17856
17857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17858         (gst_ffmpegcsp_pad_link):
17859           Fix memleak (#154815).
17860
17861 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17862
17863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17864
17865         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17866         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17867         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17868         * ext/musicbrainz/gsttrm.h:
17869           Add support for using a proxy server when getting a trm id from
17870           the MusicBrainz database (#149613).
17871
17872 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17873
17874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17875
17876         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17877         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17878           Fix memleaks (#157233).
17879
17880 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17881
17882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17883
17884         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17885         * gst-libs/gst/resample/resample.h:
17886         * gst/audioscale/gstaudioscale.c:
17887           Fix memleak (#159215).
17888
17889 2004-12-16  Toni Willberg  <toniw@iki.fi>
17890
17891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17892
17893         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17894         * sys/oss/oss_probe.c: (main):
17895           Check for mono/stereo support (similar to samplerate probing),
17896           fixes #159433. Also add missing copyright header to oss_probe.c.
17897
17898 2004-12-15  David Schleef  <ds@schleef.org>
17899
17900         * configure.ac: add audioresample and cairo plugins.  Remove
17901         HAVE_MMX stuff, because it's not used.
17902         * ext/Makefile.am: same
17903         * ext/audioresample/Makefile.am: You are not ready for an
17904         audio resampling element based on audioresample.
17905         * ext/audioresample/gstaudioresample.c:
17906         * ext/audioresample/gstaudioresample.h:
17907         * ext/cairo/Makefile.am: You are not ready for overlay elements
17908         based on cairo.  Don't look too closely, these elements kinda
17909         suck right now.
17910         * ext/cairo/gstcairo.c: new
17911         * ext/cairo/gsttextoverlay.c: new
17912         * ext/cairo/gsttextoverlay.h: new
17913         * ext/cairo/gsttimeoverlay.c: new
17914         * ext/cairo/gsttimeoverlay.h: new
17915         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17916         problem with compilers that don't support variadic macros.
17917
17918 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17919
17920         Reviewed by:  David Schleef  <ds@schleef.org>
17921
17922         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17923         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17924         bit.  Also ran indent-gst.
17925         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17926         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17927         (gst_sunaudiosrc_setparams):
17928
17929 2004-12-14  David Schleef  <ds@schleef.org>
17930
17931         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17932         output rate to 16000.  Should fix #160235.
17933
17934 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17935
17936         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17937         Add typefinding for mpeg2 pes streams
17938
17939 2004-12-13  David Schleef  <ds@schleef.org>
17940
17941         * configure.ac:  Applied patch from bug #143659, making default
17942         sources and sinks OS-dependent (for Solaris), and added code
17943         for OS/X.
17944         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17945
17946 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17947
17948         * gst-libs/gst/riff/riff-media.c:
17949           forgot to add h2.64 to avidemux template caps
17950
17951 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17952
17953         * gst/wavenc/riff.h:
17954         * gst-libs/gst/riff/riff-media.c:
17955         * gst-libs/gst/riff/riff-ids.h:
17956         * gst/avi/gstavimux.c
17957         add 4CC code for VideoSoft h264 in AVI (VSSH)
17958           fixes bug #160655
17959         remove s323 from riff, it's quicktime specific :(
17960
17961 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17962
17963         * gst/asfdemux/README
17964         * gst/wavenc/riff.h
17965         * gst-libs/gst/riff/riff-ids.h
17966         * gst-libs/gst/riff/riff-media.c
17967         * gst/qtdemux/qtdemux.c:
17968           add new 4CC codes for h263 related codecs
17969           fixes partially bug #155163
17970
17971 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17972
17973         * configure.ac: Update polyaudio requirement to 0.7
17974         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17975
17976 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17977
17978         * gst/interleave/deinterleave.c:
17979         fix my name's spelling! :)
17980
17981 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17982
17983         * AUTHORS ChangeLog
17984         * gst/auparse/gstauparse.c
17985         * gst/interleave/deinterleave.c
17986         * gst/law/:
17987                 alaw-decode.c alaw-encode.c
17988                 mulaw-decode.c mulaw-encode.c
17989         * gst/oneton/gstoneton.c
17990         * sys/osxaudio/:
17991                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17992         * sys/osxvideo/:
17993                 cocoawindow.h cocoawindow.m
17994                 osxvideosink.h osxvideosink.m
17995
17996         put the same mail address for Zaheer Abbas Merali everywhere
17997
17998 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17999
18000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18001           Align by packetsize, and assert that we a packet available before
18002           playing. The first makes webstreams work (they often include
18003           trailing padding data in a packet), the second allows pausing a
18004           ASF stream in totem without getting demux errors afterwards.
18005
18006 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18007
18008         * ext/ogg/gstoggdemux.c: (get_relative):
18009           Check for non-NULL before accessing member (end-of-chain).
18010
18011 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18012
18013         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18014         (cdparanoia_set_property), (cdparanoia_get_property):
18015         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18016         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18017         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18018         (dvdreadsrc_init), (dvdreadsrc_set_property),
18019         (dvdreadsrc_get_property):
18020         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18021         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18022           Synchronize property names where not yet the case. Devices are
18023           now device=X, other versions are deprecated (but still exist).
18024           Also use g_free() unconditionally.
18025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18026         (setup_source), (gst_play_base_bin_get_property):
18027           Expose source.
18028
18029 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18030
18031         * configure.ac: move GCONF macro outside conditional for the am
18032           conditional. Fixes #160439
18033
18034 2004-12-08  David Schleef  <ds@schleef.org>
18035
18036         * tools/gst-visualise-m.m: Switch to elements that currently
18037         exist.
18038
18039 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18042           We love wrong commas.
18043
18044 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18045
18046         * gst/matroska/matroska-demux.c:
18047         (gst_matroska_demux_handle_src_query):
18048           Don't set DEFAULT, unsupported - makes length display incorrectly
18049           in some cases.
18050
18051 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18052
18053         * gst/monoscope/README: remove blurb about files being GPL
18054         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18055         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18056           monoscope is now effectively LGPL licensed
18057
18058 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18059
18060         * gst/monoscope/README: Update information to be more correct
18061         * gst/monoscope/convolve.c: Relicense to LGPL
18062         * gst/monoscope/convolve.h: Relicense to LGPL
18063
18064 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18065
18066         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18067           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18069           set default_duration for mpeg1 audio
18070
18071 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18072
18073         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18074         * ext/alsa/gstalsa.h:
18075           refactor big chunks of the core caps negotiation code to make it
18076           a lot faster, because people claim it's really slow
18077           (actually, just cache the getcaps when the device is opened)
18078
18079 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18080
18081         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18082         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18083         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18084         (gst_a52dec_change_state), (plugin_init):
18085         * ext/a52dec/gsta52dec.h:
18086           Do something useful with timestamps. Make chain-based (since
18087           there's really no reason to be loopbased).
18088         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18089           Update current_byte/frame correctly.
18090
18091 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18092
18093         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18094         (gst_ape_demux_stream_init):
18095           Forward tags, too.
18096
18097 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18098
18099         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18100           Let's make sure we're done typefinding when detecting tags.
18101
18102 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18103
18104         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18105         (gst_ebml_read_init), (gst_ebml_read_use_event),
18106         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18107         (gst_ebml_read_seek), (gst_ebml_read_skip),
18108         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18109         (gst_ebml_read_master):
18110         * gst/matroska/ebml-read.h:
18111         * gst/matroska/matroska-demux.c:
18112         (gst_matroska_demux_parse_contents),
18113         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18114           Disgustingly evil hack for working around INTERRUPT events and
18115           their extremely annoying habit of being a pain in the ass. We
18116           simply peek a cluster before reading any of it.
18117
18118 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18119
18120         * ext/musepack/gstmusepackdec.cpp:
18121           There's also floating point libmusepacks.
18122
18123 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18126         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18127           Set DURATION even if source buffer didn't. Also use increasing
18128           timestamps.
18129         * gst-libs/gst/riff/riff-media.c:
18130         (gst_riff_create_audio_caps_with_data):
18131           Block_align can have larger values than 8192.
18132
18133 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18136         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18137         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18138         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18139           Fix caps.
18140
18141 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18144           Fix logic bug.
18145
18146 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18147
18148         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18149           Yay, another one.
18150
18151 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18152
18153         * ext/esd/esdsink.c: (gst_esdsink_chain):
18154           Make error actually say something useful (fixes #156798).
18155         * gst-libs/gst/riff/riff-media.c:
18156         (gst_riff_create_video_caps_with_data),
18157         (gst_riff_create_video_template_caps):
18158           Add Intel Video 5.0 fourcc (IV50).
18159
18160 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18161
18162         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18163         detection on mono and stereo mp3 files.
18164
18165 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18166
18167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18168           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18169           the contained stream).
18170
18171 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18172
18173         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18174           Oops, remove debug.
18175
18176 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18177
18178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18179
18180         * gst/law/alaw-decode.c: (alawdec_getcaps):
18181         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18182           Prevent warnings when negotiating caps (fixes #159338).
18183
18184 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18185
18186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18187         (gst_ffmpegcsp_chain):
18188           Remove old leftover that shouldn't be there...
18189
18190 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18191
18192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18193
18194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18195           Don't forward DISCONT events (fixes #159684).
18196
18197 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18198
18199         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18200           Unlink manually since sometimes bin disposal (and therefore
18201           pad unlinking) is delayed, which will cause a new media file
18202           to not be able to start playing instantly.
18203
18204 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18205
18206         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18207           On mute of an unlinked stream, check for pad availability so
18208           we don't crash on unlinked pad.
18209
18210 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18211
18212         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18213         (gst_avi_demux_massage_index):
18214           Fix quite humiliating bug in omitting 0-sized index chunks but
18215           forgetting to count them for timestamps.
18216
18217 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18220           Actually leave the loop if we failed to sync. Don't crash.
18221
18222 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18225         (gst_dvd_demux_process_private):
18226         * gst/mpegstream/gstdvddemux.h:
18227           Fix crash (#159759). Doesn't work, though. :-(.
18228
18229 2004-11-28  Benjamin Otte  <otte@gnome.org>
18230
18231         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18232           more overwriting protection due to modifying channels one by one
18233           instead of all at once
18234
18235 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18236
18237         * gst/audioconvert/gstchannelmix.c:
18238         (gst_audio_convert_fill_normalize):
18239           Normalize using absolute values.
18240
18241 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18242
18243         * configure.ac:
18244         * ext/Makefile.am:
18245         * ext/directfb/Makefile.am:
18246         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18247         (gst_directfbvideosink_get_pixel_format),
18248         (gst_directfbvideosink_get_format_from_fourcc),
18249         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18250         (gst_directfbvideosink_sink_link),
18251         (gst_directfbvideosink_change_state),
18252         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18253         (gst_directfbvideosink_buffer_alloc),
18254         (gst_directfbvideosink_interface_supported),
18255         (gst_directfbvideosink_interface_init),
18256         (gst_directfbvideosink_navigation_send_event),
18257         (gst_directfbvideosink_navigation_init),
18258         (gst_directfbvideosink_set_property),
18259         (gst_directfbvideosink_get_property),
18260         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18261         (gst_directfbvideosink_base_init),
18262         (gst_directfbvideosink_class_init),
18263         (gst_directfbvideosink_get_type), (plugin_init):
18264         * ext/directfb/directfbvideosink.h: Adding a first version of
18265         directfbvideosink.
18266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18267         more.
18268
18269 2004-11-28  Benjamin Otte  <otte@gnome.org>
18270
18271         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18272           walk the samples backwards if out_channels > in_channels so we don't
18273           overwrite data
18274
18275 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18276
18277         * gst/audioconvert/Makefile.am:
18278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18279         (gst_audio_convert_link), (gst_audio_convert_change_state),
18280         (gst_audio_convert_channels):
18281         * gst/audioconvert/gstchannelmix.c:
18282         (gst_audio_convert_unset_matrix),
18283         (gst_audio_convert_fill_identical),
18284         (gst_audio_convert_fill_compatible),
18285         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18286         (gst_audio_convert_fill_others),
18287         (gst_audio_convert_fill_normalize),
18288         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18289         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18290         * gst/audioconvert/gstchannelmix.h:
18291           Implement a channel mixer.
18292
18293 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18294
18295         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18296         * ext/alsa/gstalsa.h:
18297         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18298         Make alsasink actually honor gst_element_set_clock and use that
18299         clock instead of its internal one.
18300
18301 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18302
18303         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18304         (gst_play_base_bin_change_state): nullify source and decoder when
18305         going from READY to NULL so that we don't try to do weird stuff with
18306         them when going from NULL to READY
18307         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18308         instead of g_object_unref
18309         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18310         it should be correct
18311         (gst_play_bin_change_state): don't call remove_sinks if we are
18312         currently disposing the object
18313
18314 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18315
18316         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18317           Don't forget bass if it's there. Else left channel is silent...
18318
18319 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18320
18321         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18322         (gst_a52dec_change_state):
18323           Don't do sample adjusting anymore, we use float audio now.
18324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18325           Don't fixate to non-existing properties.
18326
18327 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18328
18329         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18330         (gst_a52dec_change_state):
18331           Advertise that we can do surround sound.
18332
18333 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18334
18335         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18336           Add buffer-frames=0.
18337         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18338         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18339         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18340         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18341         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18342         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18343         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18344         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18345         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18346         * ext/dvdread/dvdreadsrc.h:
18347           Add seeking, querying for bytes, sectors, title, angle and
18348           chapter. Handle multiple chapters. Relicense to LGPL because
18349           Billy agreed on that (thanks Billy!).
18350
18351 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18352
18353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18354         call parent dispose method
18355
18356 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18357
18358         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18359         (gst_audio_clock_get_internal_time):
18360         Fix active <-> inactive transitions: ensure time value always
18361         grows and avoid abrupt value changes.
18362
18363 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18364
18365         * configure.ac:
18366         * gst/tta/Makefile.am:
18367         * gst/tta/crc32.h:
18368         * gst/tta/filters.h:
18369         * gst/tta/gsttta.c:
18370         * gst/tta/gstttadec.c:
18371         * gst/tta/gstttadec.h:
18372         * gst/tta/gstttaparse.c:
18373         * gst/tta/gstttaparse.h:
18374         * gst/tta/ttadec.h:
18375           added TTA parser and decoder
18376
18377 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18378
18379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18380         (probe_triggered), (check_queue), (buffer_underrun),
18381         (buffer_running), (buffer_overrun), (gen_source_element),
18382         (setup_source):
18383         * gst/playback/gstplaybasebin.h:
18384           Implement buffering. Needs some more work.
18385
18386 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18387
18388         * ext/theora/theoradec.c: (theora_dec_chain):
18389           Fix ilog mask range overflow.
18390
18391 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18392
18393         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18394           Don't omit the last (which in case of dmix is the only :) )
18395           channel count. Don't set channels if <= 2.
18396
18397 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18398
18399         * gst/playback/gstplaybin.c: (gen_video_element),
18400         (gen_audio_element): Removed 2 obsolete comments
18401
18402 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18403
18404         * ext/vorbis/oggvorbisenc.c
18405         * ext/vorbis/vorbisenc.c :
18406           change description fields of those plugins to differentiate them
18407           (pitivi show Encoders by description, they had the same one)
18408
18409 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18410
18411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18412
18413         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18414         (gst_play_bin_set_property), (gen_video_element),
18415         (gen_audio_element):
18416           Refcounting fixes for provided audio-/videosinks.
18417
18418 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * gst/playback/gstplaybin.c: (gen_video_element),
18421         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18422           Don't reference all sinks, but only the video- and audiosinks.
18423           The vis. element should be disposed when we're done with it.
18424           We don't have any reason to keep it around. This fixes warnings
18425           when reusing playbin for playing multiple audio files with
18426           vis. enabled. Also release audio device on pause - idea stolen
18427           from Rhythmbox.
18428
18429 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18432         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18433         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18434         * ext/alsa/gstalsaplugin.c: (plugin_init):
18435         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18436         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18437         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18438         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18439         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18440         (gst_faad_change_state), (plugin_init):
18441         * ext/faad/gstfaad.h:
18442         * ext/vorbis/vorbis.c: (plugin_init):
18443         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18444         * gst-libs/gst/audio/Makefile.am:
18445         * gst-libs/gst/audio/audio.c: (plugin_init):
18446         * gst-libs/gst/audio/multichannel.c:
18447         (gst_audio_check_channel_positions),
18448         (gst_audio_get_channel_positions),
18449         (gst_audio_set_channel_positions),
18450         (gst_audio_set_structure_channel_positions_list),
18451         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18452         (gst_audio_fixate_channel_positions):
18453         * gst-libs/gst/audio/multichannel.h:
18454         * gst-libs/gst/audio/testchannels.c: (main):
18455         * gst/audioconvert/gstaudioconvert.c:
18456         (gst_audio_convert_class_init), (gst_audio_convert_init),
18457         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18458         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18459         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18460         * gst/audioconvert/plugin.c: (plugin_init):
18461           Surround sound support.
18462
18463 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18464
18465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18466           Fix position for discont if we're close as well. Nitpicking, but
18467           saves a few milliseconds of extra waiting or skipping.
18468
18469 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18470
18471         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18472           We sometimes need parsers for playback, so add those too.
18473
18474 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * configure.ac:
18477         * gst/apetag/Makefile.am:
18478         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18479         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18480         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18481         (gst_ape_demux_get_src_query_types),
18482         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18483         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18484         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18485         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18486         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18487         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18488         (gst_ape_demux_change_state):
18489         * gst/apetag/apedemux.h:
18490         * gst/apetag/apetag.c: (plugin_init):
18491         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18492         (plugin_init):
18493           APE v1/2 tag reader plus typefind function.
18494
18495 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * configure.ac:
18498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18499         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18500           Remove hacks for older core. Require newer core version
18501           accordingly.
18502
18503 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18504
18505         * gst/cdxaparse/Makefile.am:
18506         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18507         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18508         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18509         * gst/cdxaparse/gstcdxaparse.h:
18510         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18511         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18512         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18513         (gst_cdxastrip_get_src_query_types),
18514         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18515         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18516         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18517         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18518         * gst/cdxaparse/gstcdxastrip.h:
18519           SVCD/VCD header stripping separated from CDXA image parsing.
18520         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18521         (plugin_init):
18522           Add VCD/SVCD header typefinding for VCD/SVCD.
18523         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18524         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18525         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18526         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18527         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18528         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18529         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18530         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18531         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18532         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18533         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18534         * sys/vcd/vcdsrc.h:
18535           Fix up, add seeking, querying, URI interface. Works in totem now.
18536
18537 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * configure.ac:
18540           back to CVS
18541
18542 === release 0.8.6 ===
18543
18544 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18545
18546         * NEWS:
18547         * RELEASE:
18548         * configure.ac:
18549         * po/af.po:
18550         * po/az.po:
18551         * po/cs.po:
18552         * po/en_GB.po:
18553         * po/hu.po:
18554         * po/it.po:
18555         * po/nb.po:
18556         * po/nl.po:
18557         * po/or.po:
18558         * po/sq.po:
18559         * po/sr.po:
18560         * po/sv.po:
18561         * po/uk.po:
18562           releasing 0.8.6, "IOU Love"
18563
18564 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18565
18566         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18567
18568         * gst/playback/gstplaybasebin.c:
18569           Fix unplayable files error handling.  Fixes #158365
18570
18571 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18572
18573         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18574
18575         * gst/typefind/gsttypefindfunctions.c:
18576           Fix broken mp3 typefinding.  Fixes #158375
18577
18578 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18579
18580         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18581
18582         * ext/ogg/gstoggdemux.c:
18583           Fix sync on broken files.  Fixes #158976
18584
18585 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18586
18587         patch by: Edward Hervey <bilboed@bilboed.com>
18588
18589         * ext/libpng/gstpngenc.c:
18590           Copy over buffer properties.  Fixes #158832
18591
18592 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18593
18594         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18595
18596         * ext/dvdread/dvdreadsrc.c:
18597           Fixes invalid reads (#158462)
18598
18599 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18600
18601         * sys/v4l/gstv4lsrc.c:
18602         * sys/v4l/gstv4lsrc.h:
18603         * sys/v4l/v4lsrc_calls.c:
18604           Probe less and cache it.  Fixes #159187.
18605
18606 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18607
18608         * gst/videorate/gstvideorate.c:
18609           Handle all video formats. Fixes #159186.
18610
18611 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18612         * gst/synaesthesia/gstsynaesthesia.c:
18613         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18614         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18615         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18616         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18617         (gst_synaesthesia_change_state), (plugin_init):
18618         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18619         Force 320x200 output, as that's the only thing the underlying
18620         synaesthesia implementation supports. Still needs to be made
18621         re-entrant.
18622
18623 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * configure.ac:
18626           Fix mpeg2enc configure check (similar to mplex check below).
18627
18628 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18629
18630         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18631
18632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18633           Fix for gcc-2.95 (fixes #158221).
18634
18635 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18636
18637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18638           Re-add clock distribution hack (until new core is released).
18639           Fixes #158125.
18640
18641 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18642         * configure.ac:
18643           fix mplex configure check segfaulting on some systems (bug #140994)
18644
18645 2004-11-13  Benjamin Otte  <otte@gnome.org>
18646
18647         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18648           add debugging
18649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18650           do a wait when we enter the loop func with no data available to
18651           write instead of getting into an 100% CPU loop by just returning and
18652           being called again by the scheduler
18653
18654 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18655
18656         * configure.ac:
18657         * ext/libvisual/visual.c: (gst_visual_get_type),
18658         (libvisual_log_handler), (gst_visual_getcaps),
18659         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18660         (plugin_init):
18661           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18662         * ext/smoothwave/Makefile.am:
18663         * ext/smoothwave/demo-osssrc.c: (main):
18664         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18665         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18666         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18667         (plugin_init):
18668         * ext/smoothwave/gstsmoothwave.h:
18669           Make gstsmoothwave a working element in the 20th century.
18670
18671         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18672           Fix incorrect link function
18673
18674 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * gst/volume/gstvolume.c:
18677           Allow buffer-frames=0.
18678
18679 2004-11-12 Iain <iaingnome@gmail.com>
18680
18681         * configure.ac: Check for polypaudio
18682
18683         * ext/Makefile.am: Build the polyp dir
18684
18685         * ext/polyp: The polypsink sources.
18686
18687 2004-10-30 Iain <iaingnome@gmail.com>
18688
18689         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18690         caps to reflect the new number of channels.
18691
18692 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18695           Fix for negotiation order problem. This would show when the
18696           ALSA loopfuction was called before any other function. ALSA
18697           wouldn't do anything because we're not negotiated yet, leading
18698           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18699
18700 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18701
18702         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18705           No warnings (#157986).
18706
18707 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18708
18709         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18710           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18711
18712 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18713
18714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18715           Signal no-more-pads (so it works in playbin).
18716
18717 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * ext/musepack/gstmusepackreader.cpp:
18720           Workaround for older core.
18721
18722 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18725           Actually test for odd width/height rather than testing whether
18726           a temporary variable that was 0 before we subtracted 1 is now
18727           not equal to zero (which it always is).
18728
18729 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18730
18731         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18732         Fix compilation if HAVE_XVIDEO is not defined
18733
18734 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18735
18736         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18737         Fix compilation if HAVE_XVIDEO is not defined
18738
18739 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18742         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18743         (gst_goom_change_state), (plugin_init):
18744         Use the bytestream adapter so goom doesn't depend on the input
18745         buffer size.
18746         Add a debug category
18747
18748 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18749
18750         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18751           Only set hardware parameters *after* negotiation. Before
18752           negotiation, it will set ANY and that seems to cause crashes
18753           (see e.g. #151288, #153227).
18754
18755 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18756
18757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18758           This seems to be antique leftover. It needs to pass error
18759           checking.
18760         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18761         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18762         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18763         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18764           Fix GstXOverlay implementation (#151059).
18765
18766 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18769           Don't assert (#157853).
18770
18771 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18774           Fix bytes/samples confustion.
18775         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18776           Fix for underrun (#144389).
18777
18778 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18781           Disable halfway-seek for pending release (since it needs a new
18782           core release).
18783
18784 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18785
18786         * sys/v4l/gstv4lsrc.c:
18787         * sys/v4l/gstv4lsrc.h:
18788         * sys/v4l/v4lsrc_calls.c:
18789           add autoprobe-fps property so we can separate autoprobing parts
18790
18791 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18792
18793         * sys/v4l/gstv4lsrc.c:
18794         * sys/v4l/v4lsrc_calls.c:
18795         initialise fourcc to catch unset fourcc's, and debug
18796
18797 2004-11-09  Wim Taymans  <wim@fluendo.com>
18798
18799         * gst/playback/README:
18800         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18801         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18802         (gst_play_bin_dispose), (gst_play_bin_set_property),
18803         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18804         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18805         (gst_play_bin_get_formats), (gst_play_bin_convert),
18806         (gst_play_bin_get_query_types), (gst_play_bin_query):
18807         Cleanups and some more documentation.
18808
18809 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18810
18811         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18812         (gst_cacasink_init), (gst_cacasink_chain):
18813         * ext/libcaca/gstcacasink.h:
18814         Cacasink inherits from VideoSink, so let that store the clock.
18815
18816 2004-11-09  Wim Taymans  <wim@fluendo.com>
18817
18818         * gst/playback/README:
18819         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18820         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18821         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18822         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18823         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18824         (setup_sinks):
18825         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18826         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18827         * gst/playback/gststreaminfo.h:
18828         Updated README.
18829         Only switch groups if all streams have muted (EOSed).
18830         Send Tags in sync with the stream playback instead of in
18831         the playback/preroll phase.
18832         Some cleanups, free the fakesrc elements.
18833
18834 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18835
18836         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18837           buffer-frames property was missing
18838         * ext/arts/gst_arts.c:
18839           rate missing from sinkcaps
18840         * ext/audiofile/gstafparse.c:
18841         * ext/audiofile/gstafsink.c:
18842         * ext/audiofile/gstafsrc.c:
18843         * ext/swfdec/gstswfdec.c:
18844           int audio doesn't know buffer-frames
18845         * ext/cdparanoia/gstcdparanoia.c:
18846           int audio doesn't know chunksize either
18847         * ext/nas/nassink.c:
18848           it's endianness, not endianess
18849         * gst-libs/gst/audio/audio.h:
18850           make float standard pad template caps really describe float
18851         * gst/law/mulaw.c: (linear_factory):
18852           signed only, please
18853         * gst/mpegstream/gstdvddemux.c:
18854           widths of 20 are not valid
18855
18856 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18857
18858         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18859
18860         * po/LINGUAS:
18861         * po/it.po:
18862           Add Italian
18863
18864 2004-11-08  Wim Taymans  <wim@fluendo.com>
18865
18866         * gst/playback/README:
18867         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18868         * gst/playback/gstplaybasebin.c: (probe_triggered),
18869         (gst_play_base_bin_change_state):
18870         Updated README, added more comments for fixmes etc..
18871
18872 2004-11-08  Wim Taymans  <wim@fluendo.com>
18873
18874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18875         We can remove this hack now.
18876
18877 2004-11-08  Wim Taymans  <wim@fluendo.com>
18878
18879         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18880         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18881         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18882         Only mix AYUV for maximum quality.
18883
18884 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18887         (gst_ogg_demux_push), (gst_ogg_pad_push):
18888           Let's act as if we're synchronized now! :).
18889         * ext/theora/theoradec.c: (theora_dec_chain):
18890           Add some debug.
18891
18892 2004-11-08  Wim Taymans  <wim@fluendo.com>
18893
18894         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18895         (gst_alpha_set_property), (gst_alpha_sink_link),
18896         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18897         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18898         (gst_alpha_init_params), (gst_alpha_chain):
18899         Implement alpha functions for AYUV too, this increases
18900         accuracy quite a bit.
18901
18902 2004-11-08  Wim Taymans  <wim@fluendo.com>
18903
18904         * gst/ffmpegcolorspace/avcodec.h:
18905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18906         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18907         (gst_ffmpegcsp_avpicture_fill):
18908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18909         (gst_ffmpegcsp_caps_remove_format_info):
18910         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18911         (shrink12), (img_get_alpha_info), (deinterlace_line),
18912         (deinterlace_line_inplace):
18913         * gst/ffmpegcolorspace/imgconvert_template.h:
18914         Added AYUV colorspace and handle RGBA a bit more respectful.
18915
18916 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18917
18918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18919           Actually always send a discont (cornercase when resending the
18920           same serial-tagged chain twice).
18921
18922 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18923
18924         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18925         (gst_ximagesink_finalize):
18926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18927         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18928
18929 2004-11-08  Wim Taymans  <wim@fluendo.com>
18930
18931         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18932         Don't segfault on NULL data.
18933
18934 2004-11-08  Wim Taymans  <wim@fluendo.com>
18935
18936         * gst/playback/gstdecodebin.c: (unlinked):
18937         * gst/playback/gstplay-marshal.list:
18938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18939         (gst_play_base_bin_init), (group_create), (get_active_group),
18940         (get_building_group), (group_destroy), (group_commit),
18941         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18942         (add_element_stream), (no_more_pads), (probe_triggered),
18943         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18944         (state_change), (setup_source), (gst_play_base_bin_get_property),
18945         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18946         (gst_play_base_bin_link_stream),
18947         (gst_play_base_bin_get_streaminfo):
18948         * gst/playback/gstplaybasebin.h:
18949         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18950         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18951         Add support for chained ogg files. Prepare for playlist
18952         support. This patch introduces the concept of pad groups, which
18953         together compose one playable media file.
18954
18955 2004-11-07  David Schleef  <ds@schleef.org>
18956
18957         * testsuite/gst-lint: Check for pad templates that aren't statically
18958         scoped.
18959
18960 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * configure.ac:
18963         * ext/Makefile.am:
18964         * ext/musepack/Makefile.am:
18965         * ext/musepack/gstmusepackdec.cpp:
18966         * ext/musepack/gstmusepackdec.h:
18967         * ext/musepack/gstmusepackreader.cpp:
18968         * ext/musepack/gstmusepackreader.h:
18969           Add musepack decoder.
18970         * ext/faad/gstfaad.c: (gst_faad_base_init):
18971           Make pad templates static.
18972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18973         (plugin_init):
18974           Add musepack typefinder, make mp3 typefinding work halfway stream,
18975           which doesn't actually work yet because id3demux doesn't implement
18976           _get_length().
18977
18978 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18979
18980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18981         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18982           Fix interrupt event handling (#144436).
18983
18984 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18985
18986         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18987           Hide unused glory.
18988
18989 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18990
18991         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18994           Fix weird caps (#157548).
18995
18996 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18997
18998         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18999
19000         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19001           Add missing NULL terminator (#157543).
19002
19003 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19004
19005         * gst/tcp/gsttcp.h:
19006         * gst/tcp/gsttcpclientsink.c:
19007         * gst/tcp/gsttcpclientsrc.c:
19008         * gst/tcp/gsttcpserversink.c:
19009         * gst/tcp/gsttcpserversrc.c:
19010           ports can go up to 65535.  Move common defines to gsttcp.h
19011
19012 2004-11-05  Wim Taymans  <wim@fluendo.com>
19013
19014         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19015         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19016         Added two more colorspaces.
19017
19018 2004-11-05  Wim Taymans  <wim@fluendo.com>
19019
19020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19021         (gst_ffmpegcsp_avpicture_fill):
19022         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19023         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19024         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19025         More stride fixes.
19026
19027 2004-11-05  Wim Taymans  <wim@fluendo.com>
19028
19029         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19030         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19031         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19032         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19033         (gst_videomixer_loop):
19034         More stride fixes.
19035
19036 2004-11-05  Benjamin Otte  <otte@gnome.org>
19037
19038         * ext/mad/gstmad.c: (gst_mad_chain):
19039           don't overflow data buffer. Flush not needed sync data when syncing
19040           failed.
19041
19042 2004-11-04  Wim Taymans  <wim@fluendo.com>
19043
19044         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19045         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19046         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19047         (gst_alpha_init_params), (gst_alpha_chain),
19048         (gst_alpha_change_state):
19049         Updated the chroma keying algorithm with something more
19050         sophisticated.
19051
19052 2004-11-03  Wim Taymans  <wim@fluendo.com>
19053
19054         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19055         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19056         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19057         Fix stride issues. Does not completely work for odd
19058         heights.
19059
19060 2004-11-03  Wim Taymans  <wim@fluendo.com>
19061
19062         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19063         (gst_alpha_chroma_key), (gst_alpha_chain):
19064         Fix stride issues. Does not completely work for odd
19065         heights.
19066
19067 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19068
19069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19070         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19071         leak fixes
19072
19073 2004-11-03  Wim Taymans  <wim@fluendo.com>
19074
19075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19076         (gst_ffmpegcsp_avpicture_fill):
19077         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19078         (avpicture_alloc):
19079         * gst/ffmpegcolorspace/imgconvert_template.h:
19080         Use correct _fill function to get correct strides.
19081
19082 2004-11-02  David Schleef  <ds@schleef.org>
19083
19084         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19085         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19086         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19087         Change all g_print()s to debugging.  Add a bunch of consistency
19088         checks.
19089
19090 2004-11-02  Wim Taymans  <wim@fluendo.com>
19091
19092         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19093         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19094         (unlinked), (no_more_pads), (close_link):
19095         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19096         (unknown_type), (add_element_stream), (new_decoded_pad),
19097         (removed_decoded_pad), (setup_source):
19098         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19099         (gst_stream_info_class_init), (gst_stream_info_init),
19100         (gst_stream_info_new), (gst_stream_info_dispose),
19101         (stream_info_mute_pad), (gst_stream_info_set_property),
19102         (gst_stream_info_get_property):
19103         * gst/playback/gststreaminfo.h:
19104         Fix playback of multiple files.
19105         a slightly different approach to handling dynamic pad removals.
19106         This one only looks at pads that we have linked.
19107
19108 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19109
19110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19111         free" warning from libc.
19112
19113 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19114
19115         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19116         (get_unconnected_element), (remove_starting_from), (pad_removed),
19117         (close_link):
19118           Implement support for dynamic pad changing. We listen to "live"
19119           pad removals (i.e. while playing) and re-setup autoplugging
19120           after that. Playbasebin/playbin need some more work for this
19121           to finally work, but decodebin supports (and replugs) chained
19122           ogg now.
19123
19124 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19125
19126         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19127         (gst_alsa_finalize):
19128         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19129         (gst_cdaudio_finalize):
19130         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19131         (cdparanoia_finalize):
19132         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19133         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19134         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19135         (dvdreadsrc_finalize):
19136         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19137         (gst_flacdec_finalize):
19138         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19139         (gst_flacenc_finalize):
19140         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19141         (gst_gnomevfssink_finalize):
19142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19143         (gst_gnomevfssrc_finalize):
19144         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19145         (gst_fameenc_finalize):
19146         * ext/nas/nassink.c: (gst_nassink_class_init),
19147         (gst_nassink_finalize):
19148         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19149         (gst_sdlvideosink_class_init):
19150         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19151         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19152         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19153         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19154         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19155         (gst_x_window_listener_dispose):
19156         * gst/audioscale/gstaudioscale.c:
19157         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19158         (play_on_demand_finalize):
19159         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19161         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19162         (cdplayer_finalize):
19163         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19164         (gst_glimagesink_class_init):
19165         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19166         (gst_osselement_finalize):
19167         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19168         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19169         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19170           Fixes a bunch of problems with finalize and dispose functions,
19171           either assumptions that dispose is only called once, or not calling
19172           the parent class dispose/finalize function
19173
19174 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19175
19176         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19177           added two api precondition guards
19178           use g_strdup with getenv to fix crash when using ENVVAR
19179
19180 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19181         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19182         (gst_esdsink_finalize):
19183         Use a finalize function, not dispose, and more importantly,
19184         call the parent class finalize function too
19185
19186 2004-11-01  Johan Dahlin  <johan@gnome.org>
19187
19188         * ext/ogg/gstoggdemux.c:
19189         * gst/tags/gstvorbistag.c:
19190         Plug leaks.
19191
19192 2004-10-31  Benjamin Otte  <otte@gnome.org>
19193
19194         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19195           lotsa memleaks today. But they're all small...
19196
19197 2004-10-31  Benjamin Otte  <otte@gnome.org>
19198
19199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19200           another memleak crushed
19201
19202 2004-10-31  Benjamin Otte  <otte@gnome.org>
19203
19204         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19205           fix memleak
19206
19207 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19208
19209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19210           Hack to prevent crash when going to READY inside signal handler
19211           while this function is active.
19212
19213 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19214
19215         * gst/ffmpegcolorspace/Makefile.am:
19216         * gst/ffmpegcolorspace/avcodec.h:
19217         * gst/ffmpegcolorspace/common.h:
19218         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19219         * gst/ffmpegcolorspace/dsputil.h:
19220         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19222         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19223         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19224         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19225         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19226         (gst_ffmpegcsp_avpicture_fill):
19227         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19229         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19230         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19231         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19232         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19233         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19234         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19235         * gst/ffmpegcolorspace/imgconvert.c:
19236         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19237         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19238         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19239         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19240         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19241         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19242         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19243         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19244         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19245         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19246         (grow21), (grow22), (grow41), (grow44), (conv411),
19247         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19248         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19249         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19250         (avpicture_free), (is_yuv_planar), (img_convert),
19251         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19252         (deinterlace_line_inplace), (deinterlace_bottom_field),
19253         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19254         * gst/ffmpegcolorspace/imgconvert_template.h:
19255         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19256         * gst/ffmpegcolorspace/mmx.h:
19257         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19258         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19259         (av_freep), (avcodec_get_context_defaults),
19260         (avcodec_alloc_context), (avcodec_init):
19261           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19262           handling plus update from ffmpeg CVS. Large clean-up.
19263
19264 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/playback/Makefile.am:
19267           We need the marshallers for decodebin, too.
19268
19269 2004-10-30  David Schleef  <ds@schleef.org>
19270
19271         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19272           quicktime typefinding work with 64-bit offsets.
19273
19274 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19275
19276         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19277           Set EOS on the element when processing an EOS event.
19278         * ext/speex/gstspeexdec.h:
19279         * ext/speex/gstspeexenc.h:
19280           Only keep a const ptr to the mode
19281         * gst-libs/gst/riff/riff-media.c:
19282         (gst_riff_create_audio_caps_with_data),
19283         (gst_riff_create_audio_template_caps):
19284           Allow WMAV3, with up to 6 channels.
19285         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19286           Don't call gst_pad_set_event_function on a sink pad.
19287         * gst/mpegstream/gstdvddemux.c:
19288         (gst_dvd_demux_get_subpicture_stream),
19289         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19290           Copy the explicit caps that were set across to the cur_* pads,
19291           instead of trying to use a possibly non-existent negotiated caps.
19292           Reset the type of subpicture pads to UNKNOWN after calling
19293           init_stream, so that the caps get set.
19294
19295 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19296
19297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19300           Don't touch buffer if it is of size 0 (fixes #151064).
19301
19302 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19303
19304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19305           Synchronized discont handling.
19306
19307 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19308
19309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19310         (gst_ogg_demux_push):
19311           Make seeking sort-of exact again (fixes #156387).
19312
19313 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19314
19315         * gst/playback/gstplaybasebin.c: (unknown_type),
19316         (add_element_stream), (new_decoded_pad),
19317         (gst_play_base_bin_change_state):
19318         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19319         (gst_stream_info_init), (gst_stream_info_new),
19320         (gst_stream_info_dispose), (gst_stream_info_get_property):
19321         * gst/playback/gststreaminfo.h:
19322           Make caps explicitely available. Makes testing for unsupported
19323           types possible. Improves error reporting.
19324
19325 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19326
19327         * gst/audioconvert/gstaudioconvert.c:
19328         (gst_audio_convert_buffer_to_default_format):
19329           Really don't touch read-only buffers (#156563).
19330
19331 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19332
19333         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19336           Fix memleak (#155223).
19337
19338 2004-10-29  Wim Taymans  <wim@fluendo.com>
19339
19340         * gst/tcp/.cvsignore:
19341         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19342         (gst_multifdsink_class_init), (gst_multifdsink_init),
19343         (gst_multifdsink_add), (gst_multifdsink_remove),
19344         (gst_multifdsink_remove_client_link), (is_sync_frame),
19345         (gst_multifdsink_new_client),
19346         (gst_multifdsink_handle_client_write),
19347         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19348         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19349         (gst_multifdsink_get_property):
19350         * gst/tcp/gstmultifdsink.h:
19351         Added burst on connect sync_method, deprecated sync_clients,
19352         streamlined the sync code some more.
19353
19354 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19355
19356         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19357         (gst_play_base_bin_change_state):
19358           Improve error reporting.
19359
19360 2004-10-28  Wim Taymans  <wim@fluendo.com>
19361
19362         * gst/tcp/Makefile.am:
19363         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19364         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19365         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19366         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19367         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19368         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19369         (gst_fdset_wait):
19370         Added more locks around fdset structures. Fixed/reworked
19371         the poll array resizing code.
19372         Added stress test for fdset.
19373
19374 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19375
19376         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19377         fix build
19378
19379 2004-10-28  Benjamin Otte  <otte@gnome.org>
19380
19381         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19382           fix link function to always query channels and query width for
19383           floats
19384         * configure.ac:
19385           add equalizer dir
19386         * gst/equalizer/Makefile.am:
19387         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19388         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19389         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19390         (arg_to_scale), (setup_filter),
19391         (gst_iir_equalizer_compute_frequencies),
19392         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19393         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19394         (plugin_init):
19395           add an equalizer
19396
19397 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19398
19399         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19400
19401         * po/LINGUAS:
19402         * po/nb.po:
19403           Added Norwegian Bokmaal translation
19404
19405 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19408           Don't break on options (fixes #156488).
19409
19410 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19411
19412         * configure.ac:
19413         * ext/cdaudio/Makefile.am:
19414         * sys/Makefile.am:
19415           fix build on older automake
19416
19417 2004-10-26  Wim Taymans  <wim@fluendo.com>
19418
19419         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19420         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19421         Allow a little margin when negotiating the framerate.
19422
19423 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19424
19425         * gst/level/gstlevel.c:
19426           synchonised naming of pads and pad-templates
19427
19428 2004-10-26  Wim Taymans  <wim@fluendo.com>
19429
19430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19431         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19432         (_find_streams_check), (gst_ogg_demux_push):
19433         Fix EOS again. Needs to be done in a better way. We should not
19434         remove the pad if there is no new chained stream.
19435
19436 2004-10-26 Iain <iaingnome@gmail.com>
19437
19438         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19439         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19440         of the caps.
19441         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19442         pad.
19443         (interleave_release_pad): Remove the pad.
19444         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19445         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19446         the set device.
19447         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19448         attrs
19449         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19450         (gst_xvimagesink_finalize): Free the par.
19451
19452 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19455         (gst_avimux_stop_file):
19456           First calculate the rate, and only then use it. Hdr.rate is a
19457           multiple and not a derivative of hdr.scale. Scale is not the
19458           same as blockalign but is solely related to rate.
19459
19460 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19463         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19464           Implement seeking.
19465
19466 2004-10-25  James Henstridge  <james@jamesh.id.au>
19467
19468         Reviewed by:  David Schleef  <ds@schleef.org>
19469
19470         * examples/gstplay/player.c: (got_stream_length), (main):
19471         * examples/seeking/cdplayer.c: (update_scale):
19472         * examples/seeking/seek.c: (format_value), (update_scale):
19473         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19474         (stop_seek):
19475         Build fixes on AMD64.
19476
19477 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19478
19479         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19480
19481         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19482         Fix for some v4l cards which hang in v4lsrc
19483
19484 2004-10-25  Wim Taymans  <wim@fluendo.com>
19485
19486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19487         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19488         Make sure to remove the pad when a new chain is
19489         encountered. Set some vars to NULL so we don't try
19490         to reference freed memory.
19491
19492 2004-10-25  Wim Taymans  <wim@fluendo.com>
19493
19494         * examples/seeking/Makefile.am:
19495         * examples/seeking/cdplayer.c: (update_scale):
19496         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19497         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19498         (format_value), (update_scale), (iterate), (start_seek),
19499         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19500         (print_usage), (main):
19501         Added some more examples, update others.
19502
19503 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19506         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19507         * ext/theora/theoradec.c: (theora_dec_chain):
19508         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19509           Add codec-name metadata.
19510
19511 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19512
19513         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19514
19515         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19516         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19517         * ext/alsa/gstalsamixertrack.h:
19518         * po/POTFILES.in:
19519           ALSA mixer track label internationalization (#154054).
19520
19521 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * ext/theora/theoradec.c: (theora_dec_chain):
19524           Export bitrate as metadata.
19525
19526 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19529         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19530         * ext/alsa/gstalsamixertrack.h:
19531           Fix names, fix loop.
19532
19533 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19536         (speex_dec_convert):
19537           sinkconvert function so oggdemux can get the file length (totem).
19538
19539 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19540
19541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19542
19543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19544           Don't push incomplete packets.
19545         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19546           Fix MPEG-4 audio typefinding.
19547
19548 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * sys/v4l/Makefile.am:
19551         * sys/v4l/gstv4l.c: (plugin_init):
19552         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19553         (gst_v4lelement_init), (gst_v4lelement_dispose),
19554         (gst_v4lelement_change_state):
19555         * sys/v4l/gstv4lelement.h:
19556         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19557         (gst_v4l_xoverlay_close), (idle_refresh),
19558         (gst_v4l_xoverlay_set_xwindow_id):
19559         * sys/v4l/gstv4lxoverlay.h:
19560         * sys/v4l/v4l-overlay_calls.c:
19561         * sys/v4l/v4l_calls.h:
19562         * sys/v4l2/Makefile.am:
19563         * sys/v4l2/gstv4l2.c: (plugin_init):
19564         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19565         (gst_v4l2element_init), (gst_v4l2element_dispose),
19566         (gst_v4l2element_change_state):
19567         * sys/v4l2/gstv4l2element.h:
19568         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19569         (gst_v4l2_xoverlay_close), (idle_refresh),
19570         (gst_v4l2_xoverlay_set_xwindow_id):
19571         * sys/v4l2/gstv4l2xoverlay.h:
19572         * sys/v4l2/v4l2-overlay_calls.c:
19573         * sys/v4l2/v4l2_calls.h:
19574           Remove client-side overlay handling, use the X-server v4l plugin
19575           for that. Nicer overlay, less code. Also make the plugin
19576           compileable without X (but then without overlay, obviously).
19577           Makes xwindowlistener obsolete, should we remove that?
19578
19579 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19582         (gst_osssrc_src_query):
19583         * sys/oss/gstosssrc.h:
19584           OK, so people want offset in DEFAULT. This time, actually fix all
19585           cases.
19586         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19587           Add FPS properly.
19588
19589 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19590
19591         * gst/asfdemux/gstasfmux.c:
19592         * gst/avi/gstavimux.c:
19593           Framerate.
19594
19595 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19596
19597         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19598           Fix properties (channel, norm, frequency).
19599
19600 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19603           Flag typo.
19604         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19605           No warnings.
19606
19607 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19610           Fix hang.
19611
19612 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * sys/v4l2/gstv4l2element.h:
19615           Yet Another Hack (tm) for kernel header borkedness.
19616         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19617         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19618         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19619         (gst_v4l2src_change_state):
19620         * sys/v4l2/gstv4l2src.h:
19621         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19622         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19623           Fix caps, keep track of state, work.
19624
19625 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19626
19627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19628           Quiet.
19629
19630 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19631
19632         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19633           Don't mix bytes and samples.
19634
19635 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19636
19637         * ext/ogg/gstoggmux.c:
19638           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19639           and theora. Any is incorrect.
19640         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19641           Fix caps.
19642         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19643         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19644         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19645         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19646         * sys/v4l/gstv4lmjpegsrc.h:
19647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19648         (gst_v4lsrc_change_state):
19649         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19650         (gst_v4lmjpegsrc_capture_stop):
19651           Fix caps. Keep track of internal state. Work.
19652
19653 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19654
19655         * ext/Makefile.am:
19656           Fix the build fixes.
19657
19658 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19659
19660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19661         (gst_ogg_demux_src_event), (_find_chain_seek),
19662         (gst_ogg_pad_push):
19663           Check for pad availability before using it.
19664         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19665           Fix parsing of chained ogg. Needs more work on the decoder side.
19666
19667 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19668
19669         * gst/spectrum/Makefile.am:
19670         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19671         (idle_func):
19672           Fix demo and reenable it. Yes, I'm currently playing with audio
19673           analysis tools
19674
19675 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19676
19677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19678           We love it if files that start at zero work too...
19679
19680 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19683           Handle files with missing EOS headers.
19684
19685 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19686
19687         * gst/tcp/gsttcpserversink.c:
19688         (gst_tcpserversink_handle_server_read),
19689         (gst_tcpserversink_init_send):
19690         Zero some variables first (need for accept not to return EINVAL)
19691
19692 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19693
19694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19695         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19696         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19697         (theora_dec_chain):
19698         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19699         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19700           Seeking and querying finetune.
19701
19702 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19703
19704         * configure.ac:
19705         * ext/Makefile.am:
19706         * ext/raw1394/Makefile.am:
19707           fix the build
19708
19709 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19712           Wrong return.
19713         * gst/playback/Makefile.am:
19714         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19715         * gst/playback/gstplay-marshal.list:
19716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19717           Fix marshallers.
19718
19719 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19720
19721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19722           Silence.
19723
19724 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19725
19726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19727         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19728         (gst_ogg_pad_push):
19729           Yay for non-lineair granulepos in theora.
19730
19731 2004-10-18  Wim Taymans  <wim@fluendo.com>
19732
19733         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19734         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19735         * ext/dv/gstdvdec.h:
19736         Make sure we renegotiate aspect ratio when the camera switches.
19737
19738 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19741         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19742           Start at zero.
19743         * ext/theora/theoradec.c: (theora_dec_chain):
19744           Skip headers. Bad idea for chained ogg, but fixes seeking.
19745
19746 2004-10-18  Wim Taymans  <wim@fluendo.com>
19747
19748         * configure.ac:
19749         I swear, this is the last time I touch this.
19750
19751 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19754         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19755         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19756           Faster seeking.
19757         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19758           Time-to-default conversion.
19759         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19760           Don't error on unknown packets, just skip. We should probably
19761           read them if we want to support chained ogg.
19762
19763 2004-10-18  Wim Taymans  <wim@fluendo.com>
19764
19765         * configure.ac:
19766         Added cdaudio to wrong list.
19767
19768 2004-10-18  Wim Taymans  <wim@fluendo.com>
19769
19770         * configure.ac:
19771         Revive cdaudio.
19772
19773 2004-10-18  Wim Taymans  <wim@fluendo.com>
19774
19775         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19776         (gst_dvdec_video_link), (gst_dvdec_push):
19777         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19778         (gst_smokeenc_resync), (gst_smokeenc_chain):
19779         Fix mimetype on smoke encoder.
19780         Add aspect ratio to dvdec. Not sure if these
19781         values are correct though....
19782
19783 2004-10-18  Wim Taymans  <wim@fluendo.com>
19784
19785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19786         Fix vorbis property descriptions and ranges.
19787
19788 2004-10-18  Wim Taymans  <wim@fluendo.com>
19789
19790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19791         Really do nothing when no data is available.
19792         Go to the playing state when the stream is not seekable
19793         instead of failing.
19794
19795 2004-10-18  Wim Taymans  <wim@fluendo.com>
19796
19797         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19798         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19799         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19800         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19801         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19802         Added uri handler for cd://
19803         Port to new API.
19804
19805 2004-10-18  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19808         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19809         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19810         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19811         (remove_prerolls), (unknown_type), (add_element_stream),
19812         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19813         (gst_play_base_bin_remove_element),
19814         (gst_play_base_bin_link_stream):
19815         * gst/playback/gstplaybin.c: (gen_video_element),
19816         (gen_vis_element), (remove_sinks), (setup_sinks):
19817         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19818         (gst_stream_info_get_type), (gst_stream_info_class_init),
19819         (gst_stream_info_init), (gst_stream_info_new),
19820         (gst_stream_info_dispose), (stream_info_mute_pad),
19821         (gst_stream_info_set_property), (gst_stream_info_get_property):
19822         * gst/playback/gststreaminfo.h:
19823         Add sink padtemplate to decodebin.
19824         Added some more comments.
19825         Make queue size configurable in playbasebin.
19826         Added possibility to use elements as sinks (ex cdaudio).
19827
19828 2004-10-15  Wim Taymans  <wim@fluendo.com>
19829
19830         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19831         (gst_speexenc_chain):
19832         Fix speex timestamps so that it gets muxed properly.
19833
19834 2004-10-15  Wim Taymans  <wim@fluendo.com>
19835
19836         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19837         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19838         (gst_dv1394src_init), (gst_dv1394src_dispose),
19839         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19840         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19841         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19842         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19843         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19844         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19845         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19846         * ext/raw1394/gstdv1394src.h:
19847         Added conversion/query functions.
19848         Update buffer timestamps,
19849         Added signals.
19850         Added uri dv:// so it might play from the firewire in playbin.
19851         Fix a possible leak.
19852         Added debugging.
19853
19854 2004-10-15  Wim Taymans  <wim@fluendo.com>
19855
19856         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19857         (gst_dv1394src_init), (gst_dv1394src_set_property),
19858         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19859         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19860         * ext/raw1394/gstdv1394src.h:
19861         Added AV/C VTR control support needed for some cameras.
19862         Added automatic port detection.
19863         Added properties for selecting the channel.
19864         The configure.ac script is not yet updated to reflect the
19865         new libavc1394 and librom1394 dependencies.
19866
19867 2004-10-15  Wim Taymans  <wim@fluendo.com>
19868
19869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19870         (qtdemux_parse), (gst_qtdemux_handle_esds):
19871         An esds box is not a container.
19872         Fix parsing of mp4v boxes.
19873         Do not try to renegotiate fps for each frame. Need to
19874         find a better method. This should fix mp4 playback.
19875
19876 2004-10-14  David Schleef  <ds@schleef.org>
19877
19878         * configure.ac: update for swfdec-0.3 and liboil-0.2
19879         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19880         * ext/swfdec/gstswfdec.h: same
19881         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19882         * gst/videotestsrc/videotestsrc.c: same
19883
19884 2004-10-14  Wim Taymans  <wim@fluendo.com>
19885
19886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19887         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19888         (is_sync_frame), (gst_multifdsink_new_client),
19889         (gst_multifdsink_handle_client_write),
19890         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19891         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19892         Turn warnings into info.
19893         Don't allow a state change in the streaming thread.
19894
19895 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19896
19897         * ext/vorbis/oggvorbisenc.c:
19898         * ext/vorbis/vorbisdec.c:
19899           fix template sample rate
19900
19901 2004-10-13  Wim Taymans  <wim@fluendo.com>
19902
19903         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19904         Decoding the header first fixes some problems in resyncing
19905         in more mp3s.
19906
19907 2004-10-12  Wim Taymans  <wim@fluendo.com>
19908
19909         * gst/playback/gstplaybin.c: (gen_video_element),
19910         (gen_vis_element), (remove_sinks), (setup_sinks):
19911         Added vis plugin support, need to configure the vis
19912         element to activate it.
19913
19914 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19915
19916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19917         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19918           Some debug.
19919         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19920         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19921         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19922         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19923         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19924         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19925         * gst/avi/gstavidemux.h:
19926           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19927           recovery (where, if part of the index is broken, we will still read
19928           the rest of the index and recover the broken part by stream
19929           scanning). More broken media support. EOS workarounds. General AVI
19930           braindamage headache recovery. Aspirin included.
19931
19932 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19933
19934         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19935         (cdparanoia_event), (cdparanoia_query):
19936           Get rid of hideous lead-in.
19937
19938 2004-10-11  Wim Taymans  <wim@fluendo.com>
19939
19940         * gst/playback/gstplaybasebin.c: (setup_source):
19941         Wrong var used to get g_list_next.
19942
19943 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19946         (cdparanoia_get), (cdparanoia_open):
19947           Report discid as metadata, add duration.
19948
19949 2004-10-11  Wim Taymans  <wim@fluendo.com>
19950
19951         * gst/playback/gstplaybasebin.c: (setup_source):
19952         Cleanup the previous pipeline a little earlier for the
19953         case that a source element provides raw data.
19954
19955 2004-10-11  Benjamin Otte  <otte@gnome.org>
19956
19957         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19958           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19959           consuming the last 128 bytes, even though it was valid mp3 data.
19960
19961 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19962
19963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19964         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19965         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19966         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19967
19968 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19969
19970         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19971         Fix for webcams that support only specific width or height
19972
19973 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19974
19975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19978           Fix wrong discont event setup (fixes #154967).
19979
19980 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19981
19982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19983
19984         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19985           Error out on invalid data (fixes #154807).
19986
19987 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19988
19989         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * ext/dvdread/dvdreadsrc.c: (_read):
19992           Make titles > 0 work again (fixes #154834).
19993
19994 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * gst-libs/gst/riff/riff-media.c:
19997         (gst_riff_create_video_template_caps):
19998           WMV3 missing in template caps.
19999
20000 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20003           OK, so the original code was too strict. It makes random AVI files
20004           hang for seconds upon opening, which is unacceptable and is far
20005           beyond the original goal of getting multiple chunks for one-chunk
20006           sounc stream files. So now do just that.
20007
20008 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20009
20010         * gst/playback/gstplaybasebin.c: (setup_source),
20011         (gst_play_base_bin_change_state):
20012           Actually clean up streaminfo if output fails. This would trigger
20013           if, for example, there was no CD in the drive. No preroll, so
20014           a streaminfo structure is created, but the subsequent state change
20015           of the thread fails.
20016         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20017           Don't change state if parent failed.
20018
20019 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20022         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20023         (gen_video_element), (remove_sinks):
20024           Add small bits of code for screenshot handling.
20025
20026 2004-10-08  Wim Taymans  <wim@fluendo.com>
20027
20028         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20029         (gen_video_element), (gen_audio_element), (setup_sinks):
20030         Don't assume the user provided sinks are named "sink"...
20031
20032 2004-10-08  Wim Taymans  <wim@fluendo.com>
20033
20034         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20035         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20036         (gst_play_base_bin_link_stream):
20037         Do not try to autoplug sources that generate raw streams like
20038         cdparanoia.
20039         disconnect the preroll overrun signal when we don't need it anymore.
20040
20041 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20042
20043         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20044         Added reworked patch from #154903 from milosz derezynski (deadchip).
20045
20046 2004-10-08  Wim Taymans  <wim@fluendo.com>
20047
20048         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20049         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20050         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20051         (cdparanoia_convert), (cdparanoia_uri_get_type),
20052         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20053         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20054         * ext/cdparanoia/gstcdparanoia.h:
20055         This adds the cdda://<tracknum> uri.
20056
20057 2004-10-08  Wim Taymans  <wim@fluendo.com>
20058
20059         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20060         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20061         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20063         (unknown_type), (gst_play_base_bin_remove_element),
20064         (gst_play_base_bin_link_stream):
20065         * gst/playback/gstplaybasebin.h:
20066         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20067         (gst_play_bin_set_property), (gen_video_element),
20068         (gen_audio_element), (setup_sinks):
20069         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20070         (gst_stream_info_get_type), (gst_stream_info_class_init),
20071         (gst_stream_info_init), (gst_stream_info_new),
20072         (gst_stream_info_dispose), (stream_info_mute_pad),
20073         (gst_stream_info_set_property), (gst_stream_info_get_property):
20074         * gst/playback/gststreaminfo.h:
20075         Reuse the audio and video bins.
20076         Some internal cleanups in the stream selection code.
20077
20078 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20079
20080         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20081         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20082         * sys/ximage/ximagesink.h:
20083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20084         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20085         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20086         not coming from those elements. Moreover these elements should not keep
20087         the xid they have been given when in NULL state.
20088
20089 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20092         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20093         * sys/ximage/ximagesink.h:
20094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20095         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20096         * sys/xvimage/xvimagesink.h:
20097           Actually only create a new toplevel window if we're not gonna
20098           embed it right after.
20099
20100 2004-10-07  Wim Taymans  <wim@fluendo.com>
20101
20102         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20103         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20104         * gst/playback/gstplaybin.c: (setup_sinks):
20105         Implement muting/unmuting of streams, mute streams that are not
20106         used.
20107
20108 2004-10-07  Wim Taymans  <wim@fluendo.com>
20109
20110         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20111         (plugin_init):
20112         Added lame audio/x-ac3 typefind function.
20113
20114 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20115
20116         * configure.ac:
20117           bump nano to cvs
20118
20119 === release 0.8.5 ===
20120
20121 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20122
20123         * NEWS:
20124         * RELEASE:
20125         * configure.ac:
20126           releasing 0.8.5, "Take You On"
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), (new_pad),
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         Do not signal the no_more_pads after the first pad when
20136         we are plugging a non dynamic element with multiple
20137         output pads (like swfdec, dvdec, ...).
20138
20139 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20140
20141         * configure.ac:
20142           bump for prerelease
20143
20144 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20145
20146         * gst/wavparse/gstwavparse.c:
20147           add ATRAC3 to STATIC CAPS to fix a warning
20148
20149         * gst/matroska/ebml-read.c:
20150         * gst-libs/gst/riff/riff-read.c:
20151           fix typos
20152
20153 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20154
20155         * gst-libs/gst/riff/riff-media.c:
20156           generate caps for ATRAC3 audio streams
20157
20158         * gst/realmedia/rmdemux.c:
20159           generate caps for ATRAC3 audio streams
20160
20161 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20162
20163         * gst/wavparse/Makefile.am
20164         * gst/wavparse/riff.h
20165         * gst/wavparse/wavparse.vcproj
20166           riff.h removal (unused and duplication with riff-ids.h)
20167
20168 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20169
20170         * gst/wavparse/gstwavparse.h
20171           remove duplicated defines for audio codec codes
20172
20173         * gst-libs/gst/riff/riff-ids.h
20174         * gst/wavenc/riff.h:
20175           add "4CC" code for ATRAC3 audio streams
20176           add "4CC" code for ITU_G721_ADPCM (unused for now)
20177
20178 2004-10-06  Wim Taymans  <wim@fluendo.com>
20179
20180         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20181         Actually _do_ negotiation. Pass gdouble as arg instead
20182         of guint64 for the framerate.
20183
20184 2004-10-06  Wim Taymans  <wim@fluendo.com>
20185
20186         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20187         (find_compatibles), (close_pad_link), (try_to_link_1),
20188         (no_more_pads), (close_link), (type_found):
20189         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20190         * gst/playback/gstplaybin.c: (gen_video_element),
20191         (gen_audio_element):
20192         Set state on newly added element to READY so that negotiation
20193         can happen ASAP.
20194         Addes some more debug info.
20195         Do not try to plug pads with multiple caps structures or ANY
20196         because it is too dangerous since we do not do dynamic
20197         replugging.
20198
20199 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20200
20201         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20202
20203         * po/LINGUAS:
20204         * po/or.po:
20205           add Oriya translation
20206
20207 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20208
20209         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20210           Prevent overwrite of size member. Makes audio sound crappy.
20211
20212 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20213
20214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20215         Add rmvb to the list of known RealMedia extensions
20216
20217 2004-10-05  Wim Taymans  <wim@fluendo.com>
20218
20219         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20220         (mngdec_openstream), (mngdec_closestream),
20221         (mngdec_handle_sink_event), (mngdec_readdata),
20222         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20223         (mngdec_getcanvasline), (mngdec_refresh),
20224         (gst_mngdec_change_state):
20225         Set the framerate correctly.
20226
20227 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20228
20229         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20230           There was something wrong with the index massaging.
20231
20232 2004-10-04  Wim Taymans  <wim@fluendo.com>
20233
20234         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20235         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20236         (gst_smokedec_chain):
20237         * ext/jpeg/gstsmokedec.h:
20238         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20239         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20240         * ext/jpeg/gstsmokeenc.h:
20241         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20242         (smokecodec_decode_new), (smokecodec_info_free),
20243         (smokecodec_set_quality), (smokecodec_get_quality),
20244         (smokecodec_set_threshold), (smokecodec_get_threshold),
20245         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20246         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20247         (smokecodec_encode), (smokecodec_parse_id),
20248         (smokecodec_parse_header), (smokecodec_decode):
20249         * ext/jpeg/smokecodec.h:
20250         * ext/jpeg/smokeformat.h:
20251         Updated smoke, new bitstream, allows embedding in ogg.
20252
20253 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20254
20255         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20256           Fix seeking in some files. All this code is no longer needed (and
20257           actually breaks stuff) because we now synchronize the full index
20258           right when reading the header.
20259
20260 2004-10-04  Wim Taymans  <wim@fluendo.com>
20261
20262         * configure.ac:
20263         configure update for libmng.
20264
20265 2004-10-04  Wim Taymans  <wim@fluendo.com>
20266
20267         * ext/libmng/Makefile.am:
20268         * ext/libmng/gstmng.c: (plugin_init):
20269         * ext/libmng/gstmng.h:
20270         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20271         (gst_mngdec_base_init), (gst_mngdec_class_init),
20272         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20273         (gst_mngdec_loop), (gst_mngdec_get_property),
20274         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20275         (mngdec_closestream), (mngdec_handle_sink_event),
20276         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20277         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20278         (gst_mngdec_change_state):
20279         * ext/libmng/gstmngdec.h:
20280         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20281         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20282         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20283         (gst_mngenc_chain), (gst_mngenc_get_property),
20284         (gst_mngenc_set_property):
20285         * ext/libmng/gstmngenc.h:
20286         Added basic MNG decoder. Needs more work. The encoder does
20287         not work yet.
20288
20289 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20290
20291         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20292         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20293         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20294           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20295           no-more-pads.
20296
20297 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20298
20299         * configure.ac:
20300           you need at least 1.0.4 of speex
20301
20302 2004-10-04 Iain <iaingnome@gmail.com>
20303
20304         * ext/speex/gstspeexdec.h: Revert the includes changes.
20305
20306         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20307
20308 2004-09-30 Iain <iaingnome@gmail.com>
20309
20310         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20311         found during init or set as a property instead of hardcoding /dev/audio
20312
20313 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20316         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20317         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20318         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20319         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20320         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20321         (gst_rmdemux_dump_data):
20322           Use debug category, fix EOS handling. filesrc ! rmdemux now
20323           works.
20324
20325 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20326
20327         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20328         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20329         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20330           Improve allocation, cutting and sorting of the index. How takes a
20331           few seconds instead of minutes.
20332
20333 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20334
20335         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20336           fixed compilation
20337
20338 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * gst-libs/gst/riff/riff-media.c:
20341         (gst_riff_create_video_caps_with_data),
20342         (gst_riff_create_video_template_caps):
20343           Add wing commander format mimetype/fourccs.
20344         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20345           Don't crash if some value is 0.
20346
20347 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * gst-libs/gst/riff/riff-media.c:
20350         (gst_riff_create_video_caps_with_data),
20351         (gst_riff_create_video_template_caps):
20352           Add DIB fourcc (raw, palettized 8-bit RGB).
20353         * gst-libs/gst/riff/riff-read.c:
20354         (gst_riff_read_strf_vids_with_data):
20355           Oops, fix strf_data reading bug.
20356         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20357           Use a non-NULL tag.
20358         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20359           Time for hacks. Sorry Dave. At least one quicktime movie (a
20360           trailer) that I've encountered contains multiple video tracks.
20361           One of those is the actual video track, the other are one-frame
20362           tracks (images). Unfortunately, the number of frames according
20363           to the trak header is 1 for each, so that doesn't help. So
20364           instead, I look at the duration and discard tracks with a
20365           duration shorter than 20% of the length of the stream. Better
20366           than nothing.
20367
20368 2004-10-01  Christian Schaller <christian@fluendo.com>
20369
20370         * ext/ivorbis/vorbis.c:
20371           Patch from Phil Blundell (Bug 152341)
20372
20373 2004-10-01  Wim Taymans  <wim@fluendo.com>
20374
20375         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20376         (speex_dec_get_formats), (speex_dec_convert),
20377         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20378         (speex_dec_chain), (gst_speexdec_get_property),
20379         (gst_speexdec_set_property):
20380         Small cleanups.
20381
20382 2004-10-01  Wim Taymans  <wim@fluendo.com>
20383
20384         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20385         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20386         (gst_wavparse_other), (gst_wavparse_loop),
20387         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20388         (gst_wavparse_srcpad_event):
20389         * gst/wavparse/gstwavparse.h:
20390         Added some more debugging info.
20391         Fix the case where the length of the file is 0.
20392         Make sure we seek to sample borders.
20393
20394 2004-10-01  Wim Taymans  <wim@fluendo.com>
20395
20396         * gst/playback/README:
20397         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20398         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20399         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20400         Add some debug info to decodebin, update README
20401
20402 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20403
20404         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20405           Don't use g_print(); use GST_DEBUG().
20406
20407 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20408
20409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20410         (gst_ogg_mux_queue_pads):
20411           Handle EOS properly.
20412
20413 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20414
20415         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20418         (gst_faad_chain), (gst_faad_change_state):
20419         * ext/faad/gstfaad.h:
20420           Allow playback of raw (unframed) MPEG AAC files (#148993).
20421
20422 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20423
20424         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20425
20426         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20427           Throw error if we didn't recognize the stream. Fixes #152289.
20428
20429 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20430
20431         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20432           Fix negotiation.
20433
20434 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20435
20436         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20439           Fix memleak.
20440
20441 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20442
20443         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20444
20445         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20446           Solve #152805.
20447         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20448           Solve 152806.
20449
20450 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20451
20452         * gst-libs/gst/riff/riff-media.c:
20453         (gst_riff_create_video_caps_with_data),
20454         (gst_riff_create_audio_caps_with_data):
20455           Add codec_data handling (like asfdemux used to do).
20456         * gst/asfdemux/gstasf.c: (plugin_init):
20457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20458         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20459           Use riff-media for caps creation instead of our own (mostly
20460           broken) copy of its functions.
20461
20462 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20463
20464         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20465           Don't actually error out if we get another return value than
20466           -EINVAL. Opposite to what I first thought, drivers have random
20467           return values for this, although -EINVAL is the expected return
20468           value. Since this is not fatal, we shouldn't use
20469           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20470
20471 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20472
20473         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20474         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20475         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20476         (dvdreadsrc_get), (dvdreadsrc_open_file),
20477         (dvdreadsrc_change_state):
20478           Fix. Don't do one big huge loop around the whole DVD, that will
20479           cache all data and thus eat sizeof(dvd) (several GB) before we
20480           see something.
20481         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20482           Actually NULL'ify event after using it.
20483         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20484         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20485         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20486         (gst_ebml_read_seek), (gst_ebml_read_skip):
20487           Handle events.
20488         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20489         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20490         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20491           Fix timing (this will probably break if I seek using menus, but
20492           I didn't get there yet). VOBs and normal DVDs should now work.
20493           Add a mpeg2-only pad with high rank so this get autoplugged for
20494           MPEG-2 movies.
20495         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20496         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20497         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20498         (gst_mpeg_demux_get_audio_stream),
20499         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20500         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20501           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20502           MPEG-1 but use dvddemux for MPEG-2.
20503         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20504         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20505         (gst_mpeg_parse_parse_packhead):
20506           Timing. Only add pad template if it exists. Add sink template from
20507           class and not from ourselves. This means we will always use the
20508           correct sink template even if it is not the one defined in this
20509           file.
20510
20511 2004-09-29  Wim Taymans  <wim@fluendo.com>
20512
20513         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20514         (gst_mpeg_demux_parse_pes):
20515         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20516         Fix playback of mpeg again, timestamps where screwed up by
20517         patch 1.61.
20518
20519 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20520
20521         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20522           Only return true if we actually filled something in. Prevents
20523           player applications from showing a random length for flac files.
20524         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20525         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20526         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20527         (gst_riff_read_strf_vids_with_data),
20528         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20529           OK, ok, so I implemented event handling. Apparently it's normal
20530           that we receive random events at random points without asking
20531           for it.
20532         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20533         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20534         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20535         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20536         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20537         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20538         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20539         * gst/avi/gstavidemux.h:
20540           Implement non-lineair chunk handling and subchunk processing.
20541           The first solves playback of AVI files where the audio and video
20542           data of individual buffers that we read are not synchronized.
20543           This should not happen according to the wonderful AVI specs, but
20544           of course it does happen in reality. It is also a prerequisite for
20545           the second. Subchunk processing allows us to cut chunks in small
20546           pieces and process each of these pieces separately. This is
20547           required because I've seen several AVI files with incredibly large
20548           audio chunks, even some files with only one audio chunk for the
20549           whole file. This allows for proper playback including seeking.
20550           This patch is supposed to fix all AVI A/V sync issues.
20551         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20552         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20553           Work.
20554         * gst/modplug/gstmodplug.cc:
20555           Proper return value setting for the query() function.
20556         * gst/playback/gstplaybasebin.c: (setup_source):
20557           Being in non-playing state (after, e.g., EOS) is not necessarily
20558           a bad thing. Allow for that. This fixes playback of short files.
20559           They don't actually playback fully now, because the clock already
20560           runs. This means that small files (<500kB) with a small length
20561           (<2sec) will still not or barely play. Other files, such as mod
20562           or flx, will work correctly, however.
20563
20564 2004-09-28  Wim Taymans  <wim@fluendo.com>
20565
20566         * ext/speex/gstspeex.c: (plugin_init):
20567         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20568         (gst_speex_dec_class_init), (speex_dec_get_formats),
20569         (speex_get_event_masks), (speex_get_query_types),
20570         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20571         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20572         (gst_speexdec_get_property), (gst_speexdec_set_property),
20573         (speex_dec_change_state):
20574         * ext/speex/gstspeexdec.h:
20575         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20576         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20577         (gst_speexenc_base_init), (gst_speexenc_class_init),
20578         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20579         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20580         (gst_speexenc_src_query), (gst_speexenc_init),
20581         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20582         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20583         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20584         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20585         (gst_speexenc_chain), (gst_speexenc_get_property),
20586         (gst_speexenc_set_property), (gst_speexenc_change_state):
20587         * ext/speex/gstspeexenc.h:
20588         Rewrote speex encoder, make sure it can be embedded in ogg.
20589         Implemented speex decoder.
20590
20591 2004-09-28  Christian Schaller <christian@fluendo.com>
20592
20593         * configure.ac:
20594         Remove kioslave plugin. Markey is brewing a new working one
20595         * ext/Makefile.am: Remove kioslave plugin
20596         * ext/kio: remove
20597         * gst-plugins.spec.in: remove kio plugin from spec
20598
20599 2004-09-27  Wim Taymans  <wim@fluendo.com>
20600
20601         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20602         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20603         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20604         (gst_multifdsink_new_client),
20605         (gst_multifdsink_handle_client_write),
20606         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20607         (gst_multifdsink_handle_clients):
20608         * gst/tcp/gstmultifdsink.h:
20609         Make syncing to keyframes actually work for new clients and lagging
20610         clients.
20611
20612 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20613
20614         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20615         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20616         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20617         * gst/debug/gstnavigationtest.h:
20618           make navigationtest display button-press and button-release events
20619
20620 2004-09-26 Iain <iaingnome@gmail.com>
20621
20622         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20623         the channels have received a new media event.
20624         (interleave_buffered_loop): Compresses a new media event on all
20625         channels into one.
20626
20627 2004-09-26 Iain <iaingnome@gmail.com>
20628
20629         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20630         call the sinkpad's default event handler and not the srcpads. He also
20631         says this is confusing :)
20632         (gst_wavenc_stop_file): Company says that seek events only go upstream
20633         we should send a discontinuous downstream instead.
20634
20635 2004-09-25  Christian Schaller <christian@fluendo.com>
20636
20637         * Update SPEC file to be usable in conjunction with Fedora Core,
20638           Fedora.us and freshrpms packages
20639         * Fix typo in multifilesrc test Makefile
20640
20641 2004-09-24  Wim Taymans  <wim@fluendo.com>
20642
20643         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20644         Only signal the no_more_pads signal when we have
20645         added the stream to our list.
20646
20647 2004-09-24  Wim Taymans  <wim@fluendo.com>
20648
20649         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20650         (new_decoded_pad):
20651         * gst/playback/gstplaybasebin.h:
20652         * gst/playback/gstplaybin.c: (setup_sinks):
20653         Don't try to preroll or decode more than one audio/video
20654         track.
20655
20656 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20659           Throw error if we failed to find a suitable output. This should
20660           throw an error if we successfully set up a pipeline (e.g. because
20661           we recognized a media file) but found no decodable streams in it
20662           (e.g. because it contains only media stream types for which we
20663           have no decoders, or because it's not a media type).
20664
20665 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20666
20667         * ext/dirac/Makefile.am:
20668         * ext/dirac/gstdirac.cc:
20669         * ext/dirac/gstdiracdec.cc:
20670         * ext/dirac/gstdiracdec.h:
20671           Do something. Don't actually know if this works because I don't
20672           have a demuxer yet.
20673         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20674           Add channels=1 to caps returned from _getcaps().
20675         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20676         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20677         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20678         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20679         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20680         (gst_ogm_parse_change_state):
20681           Separate between audio/video so ogmaudioparse actually uses the
20682           audio pad templates. Both audio and video work now, including
20683           autoplugging. Also use sometimes-srcpad hack.
20684         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20685           Handle events better. Don't hang on infinite loops.
20686         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20687         (gst_avi_demux_init), (gst_avi_demux_reset),
20688         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20689         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20690         (gst_avi_demux_change_state):
20691         * gst/avi/gstavidemux.h:
20692           Improve A/V sync. Still not perfect.
20693         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20694         (gst_ebml_read_skip):
20695           Handle events better.
20696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20697         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20698         (qtdemux_audio_caps):
20699           Add IMA4. Improve event handling. Save offset after a seek when
20700           the headers are at the end of the file so that we don't end up in
20701           an infinite loop.
20702         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20703           Add low-priority typefind support for files with no length.
20704
20705 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20706
20707         * testsuite/multifilesink/Makefile.am:
20708         fix typo
20709
20710 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20711
20712         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20714         mistakes from thaytan's patches.
20715
20716 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20717
20718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20719           For completeness, XSync in the destroy function as xvimage does.
20720
20721 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20722
20723         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20724            Correct caps negotiation
20725         * gst/volume/gstvolume.c: (volume_chain_float),
20726         (volume_chain_int16):
20727            Modify debug output to be little more informative
20728         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20730         (gst_xvimagesink_xvimage_destroy):
20731           Add XSync calls after detaching from the shared memory segment to
20732           avoid a crash.
20733
20734 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20735
20736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20737         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20738         * ext/vorbis/vorbis.c: (plugin_init):
20739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20740         (gst_vorbisenc_chain):
20741         * ext/vorbis/vorbisenc.h:
20742         remove explicit newmedia support from oggmux and vorbisenc
20743         add debug category to vorbisenc
20744         * gst/multifilesink/gstmultifilesink.c:
20745         (gst_multifilesink_class_init), (gst_multifilesink_init),
20746         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20747         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20748         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20749         (plugin_init):
20750         * gst/multifilesink/gstmultifilesink.h:
20751         add support for streamheader in multifilesink
20752
20753 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20754
20755         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20756         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20757         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20758           Prevent infinite loops. More correct error reporting.
20759         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20760           Error out if negotiation fails.
20761         * gst/playback/gstplaybasebin.c: (setup_source),
20762         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20763         (gst_play_base_bin_found_tag):
20764           Error/tag forwarding. Pre-roll fixes for source errors on state
20765           changes (e.g. "file does not exist") to prevent hangs.
20766
20767 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20768
20769         * testsuite/multifilesink/Makefile.am:
20770         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20771         (gst_newmedia_class_init), (gst_newmedia_init),
20772         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20773         (newfile_signal), (test_signal), (main):
20774         * testsuite/multifilesink/multifilesrc_test.c: (main):
20775         * testsuite/multifilesink/oggtheora_test.c:
20776         (gst_newmedia_base_init), (gst_newmedia_class_init),
20777         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20778         (test_format), (newfile_signal), (test_signal), (main):
20779         * testsuite/multifilesink/oggvorbis_test.c:
20780         (gst_newmedia_base_init), (gst_newmedia_class_init),
20781         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20782         (test_format), (newfile_signal), (test_signal), (main):
20783         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20784         (gst_newmedia_class_init), (gst_newmedia_init),
20785         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20786         (newfile_signal), (test_signal), (main):
20787         New media tests
20788
20789 2004-09-20  Christian Schaller <christian@fluendo.com>
20790
20791         * Fix mikmod license to LGPL as they have relicensed
20792         * Move Dirac and Effectv into LGPL section of README_license
20793
20794 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20795
20796         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20797         (gst_mad_change_state):
20798           Allow for mp3 rate/channels changes. However, only very
20799           conservatively. Reason that we *have* to enable this is smiply
20800           because the mad find_sync() function is not good enough, it will
20801           regularly sync on random data as valid frames and therefore make
20802           us provide random caps as *final* caps of the stream. The best fix
20803           I could think of is to simply require several of the same stream
20804           changes in a row before we change caps.
20805           The actual testcase that works now is #
20806         * ext/ogg/Makefile.am:
20807         * ext/ogg/gstogg.c: (plugin_init):
20808         * ext/ogg/gstogmparse.c:
20809           OGM support (video only for now; I need an audio sample file).
20810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20811         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20812         (gst_asf_demux_add_video_stream):
20813           WMV extradata.
20814         * gst/playback/gstplaybasebin.c: (unknown_type):
20815           Don't error out on single unknown-types after all. It's wrong.
20816           If we found type of video and audio but not of a subtitle stream,
20817           it will still error out (which is unwanted). Will find a better fix
20818           later on.
20819         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20820         (ogmaudio_type_find), (plugin_init):
20821           OGM support.
20822
20823 2004-09-20  Johan Dahlin  <johan@gnome.org>
20824
20825         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20826         after setting caps.
20827
20828 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20829
20830         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20831         * gst/wavenc/gstwavenc.h:
20832         Added newmedia support to wavenc
20833
20834 2004-09-17  Wim Taymans  <wim@fluendo.com>
20835
20836         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20837         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20838         (gst_fdset_fd_can_write), (gst_fdset_wait):
20839         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20840         (gst_multifdsink_init), (gst_multifdsink_add),
20841         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20842         (gst_multifdsink_remove_client_link),
20843         (gst_multifdsink_client_queue_buffer),
20844         (gst_multifdsink_handle_client_write),
20845         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20846         (gst_multifdsink_close), (gst_multifdsink_change_state):
20847         * gst/tcp/gstmultifdsink.h:
20848         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20849         (gst_tcpserversink_removed):
20850         Small cleanups in fdset.c
20851         Use a hastable to map fd to the client structure for faster
20852         lookup in _remove and get_stats.
20853         Added virtual function to close the fds.
20854         Handle clients even when the select/poll call was unblocked because
20855         of a command.
20856         Implement syncing to keyframe in the recovery procedure.
20857
20858 2004-09-16 Iain <iaingnome@gmail.com>
20859
20860         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20861         try caps.
20862
20863 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20866           Caps are only set if the type of the stream is unknown, but this
20867           is initialized in ->init_stream(), so set to UNKNOWN after calling
20868           ->init_stream() so that capsnego starts.
20869
20870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20873         (gst_avi_demux_stream_data):
20874           Just hardcode for raw audio then. AVI audio sucks.
20875
20876 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20877
20878         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20879         * gst/matroska/matroska-mux.c: (audiosink_templ),
20880         (gst_matroska_mux_audio_pad_link):
20881         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20882         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20883
20884 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20885
20886         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20887         (gst_avi_demux_stream_data):
20888           Try to fix a/v sync issues.
20889
20890 2004-09-15  David Schleef  <ds@schleef.org>
20891
20892         * configure.ac: remove NASM check, since we don't use it.  Update
20893         dirac check to 0.4
20894         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20896         Initialized variables.
20897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20898         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20899         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20900         SVQ3 format
20901
20902 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20903
20904         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20905         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20906         * gst/avi/gstavidemux.h:
20907           Fix for compressed audio (mp3) timestamp generation. How did this
20908           ever work?
20909
20910 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20913           Volume is a double not a float.
20914
20915 2004-09-15  Wim Taymans  <wim@fluendo.com>
20916
20917         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20918         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20919         Don't close the fd in multifdsink as we didn't open it in the
20920         first place. Some cleanups.
20921
20922 2004-09-15  Wim Taymans  <wim@fluendo.com>
20923
20924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20926         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20927         Fix the case where the muxer would mark pages as delta
20928         frames when they are not (vorbis only ogg).
20929
20930 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20933         (gst_play_base_bin_change_state):
20934           Handle the case where we failed to setup a clear pipeline. This
20935           will throw an error (or EOS, another nice case) and if you don't
20936           catch that, the app will wait for the signal forever (and thus
20937           hang).
20938
20939 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * ext/gnomevfs/gstgnomevfssink.c:
20942         (gst_gnomevfssink_uri_get_protocols):
20943         * ext/gnomevfs/gstgnomevfssrc.c:
20944         (gst_gnomevfssrc_uri_get_protocols):
20945         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20946         * ext/gnomevfs/gstgnomevfsuri.h:
20947           Use _uri_new() instead of _open(), so it doesn't take as long and
20948           Christophe's computer won't hang.
20949         * gst/playback/gstplaybasebin.c: (unknown_type):
20950           Throw error on unknown media type, so apps actually display it.
20951
20952 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20953
20954         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20955           this script to work on Solaris since bash shell handles echo
20956           differenly than bash.
20957
20958 2004-09-17  Wim Taymans  <wim@fluendo.com>
20959
20960         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20961         (setup_source), (gst_play_base_bin_set_property),
20962         (gst_play_base_bin_add_element):
20963         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20964         Some more work on making sure seeking pauses the pipeline and
20965         that changing the uri actually does something.
20966
20967 2004-09-17  Wim Taymans  <wim@fluendo.com>
20968
20969         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20970         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20971         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20972         (gst_tcpserversink_close):
20973         Be a bit more paranoid when freeing memory.
20974
20975 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20976
20977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20978         (qtdemux_parse_trak):
20979           Don't crash by dividing by zero (see sample movie in #126922).
20980
20981 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20984           Don't touch non-existing data (fixes crash on file in #140147).
20985
20986 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * gst/playback/gstplaybasebin.c:
20989         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20990           Handle double disposals, and proper change of URIs.
20991
20992 2004-09-13  Martin Eikermann <meiker@upb.de>
20993
20994         * gst/mpegstream/gstmpegparse.c:
20995           fix synchronistation for streams recorded from digital PCR
20996           fixes bug #119376
20997
20998 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * ext/gnomevfs/Makefile.am:
21001         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21002         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21003         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21004         (gst_gnomevfssink_uri_get_type),
21005         (gst_gnomevfssink_uri_get_protocols),
21006         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21007         (gst_gnomevfssink_uri_handler_init),
21008         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21009         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21010         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21011         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21012         (gst_gnomevfssrc_uri_get_type),
21013         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21014         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21015         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21016         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21017         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21018         * ext/gnomevfs/gstgnomevfsuri.h:
21019           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21020           of fake URIs to see which this version of Gnome-VFS likes, and
21021           uses that for the Gst-URI interface. Makes playbin support http://
21022           streams. Also fix up some stupid behaviour in gnomevfssrc.
21023
21024 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21027         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21028         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21029         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21030           Update mixer (to sync with other sessions) if we try to obtain
21031           a new value. This makes alsamixer work accross applications.
21032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21033           Only call sync functions if we're running, else alsalib asserts.
21034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21035           Sometimes fails to compile. Possibly a gcc bug.
21036         * gst/playback/gstplaybin.c: (gen_video_element),
21037         (gen_audio_element):
21038           Add a reference to an application-provided object, because we lose
21039           this same reference if we add it to the bin. If we don't do this,
21040           we can only use this object once and thus crash if we go from
21041           ready to playing, back to ready and back to playing again.
21042           Also add an audioscale element because several cheap soundcards -
21043           like mine - don't support all samplerates.
21044         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21045         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21046           Fix wrong order or PAR calls. Makes automatically obtained PAR
21047           from the X server atually being used.
21048
21049 2004-09-12  David Schleef  <ds@schleef.org>
21050
21051         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21052         #151887, #152102, #152247.
21053         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21054         * examples/seeking/cdparanoia.c: same
21055         * examples/seeking/cdplayer.c: same
21056         * examples/seeking/seek.c: same
21057         * examples/seeking/spider_seek.c: same
21058         * examples/seeking/vorbisfile.c: same
21059         * examples/stats/mp2ogg.c: same
21060         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21061         (gst_esdsink_dispose): Dispose of element properly.
21062         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21063         fixes.
21064         * ext/nas/nassink.c: (gst_nassink_class_init),
21065         (gst_nassink_dispose): Dispose of element correctly.
21066         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21067         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21068         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21069         Fix 64-bit warning.
21070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21071         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21072         Fix 64-bit warning.
21073
21074 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21075
21076         * configure.ac : change speex detection as 1.1.6 now uses
21077           .pc/pkg-config and they changed their headers location.
21078
21079 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21080
21081         * gst/matroska/matroska-mux.h:
21082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21083         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21084         (gst_matroska_mux_write_data):
21085           Write multiple blocks/frames per cluster.
21086                 Write meta-seek information (seek heads).
21087
21088 2004-09-09  Scott Wheeler <wheeler@kde.org>
21089
21090         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21091         (gst_play_bin_set_property), (gst_play_bin_get_property),
21092         (gen_audio_element), (gen_audio_element):
21093           Add a volume element / property to the pipeline.
21094
21095 2004-09-07  Wim Taymans  <wim@fluendo.com>
21096
21097         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21098         Copy timestamps from the master pad to the output buffers.
21099
21100 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21101
21102         * ext/raw1394/gstdv1394src.c:
21103           throw errors when applicable
21104
21105 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21106
21107         * gst/matroska/ebml-ids.h:
21108         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21109         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21111           automatically convert unix time <-> ebml time when reading/writing
21112           a date, use gst_ebml_write_uint to write CUETIME,
21113           not gst_ebml_write_date.
21114         * gst/matroska/matroska-ids.h:
21115         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21116         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21117         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21118         (gst_matroska_mux_write_data):
21119           Write track and segment UIDs, write muxing date, write
21120           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21121           Create cues for audio only files.
21122
21123 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21126         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21127           Re-commit ALSA switches.
21128         * gst/adder/gstadder.c: (gst_adder_loop):
21129           64-bit fix (#151416).
21130         * gst/debug/progressreport.c: (gst_progressreport_report):
21131           64-bit fix (#151419).
21132         * gst/matroska/matroska-demux.c:
21133         (gst_matroska_demux_parse_contents):
21134           64-bit fix (#151420).
21135         * gst/playback/test3.c: (update_scale):
21136           64-bit fix (#151421).
21137
21138 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         * configure.ac:
21141           bump nano to cvs
21142
21143 === release 0.8.4 ===
21144
21145 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21146
21147         * configure.ac: releasing 0.8.4, "Alias"
21148
21149 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * ext/theora/Makefile.am:
21152           fix makefile.  Fixes #151462.
21153
21154 2004-08-30  Wim Taymans  <wim@fluendo.com>
21155
21156         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21157         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21158         (gst_multifdsink_remove_client_link),
21159         (gst_multifdsink_client_queue_buffer),
21160         (gst_multifdsink_handle_client_write):
21161         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21162         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21163         Fix some memory leaks.
21164
21165 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21166
21167         Patch by: David Schleef
21168
21169         * configure.ac:
21170         * sys/Makefile.am:
21171           rename our detection macro for V4L2.  Fixes #151236.
21172
21173 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21174
21175         Patch by: David Schleef
21176
21177         * configure.ac:
21178           check to define LAMEPRESET.  Fixes #151232.
21179
21180 2004-08-27  David Schleef  <ds@schleef.org>
21181
21182         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21183         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21184         (gst_glimagesink_fixate):  Move local variable declarations to
21185         make gcc-2.95 happy.
21186
21187 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21188
21189         * configure.ac:
21190           bump nano for prerelease
21191
21192 2004-08-27  David Schleef  <ds@schleef.org>
21193
21194         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21195         * sys/sunaudio/gstsunaudiosrc.c:
21196         * sys/sunaudio/gstsunaudiosrc.h:
21197
21198 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21199
21200         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21201         handle EOS correctly
21202         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21203         * gst/matroska/matroska-mux.h:
21204         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21205         VFW compatibility mode
21206
21207 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         patch by: Zaheer Abbas Merali
21210
21211         * ext/ogg/gstoggmux.c:
21212         * ext/vorbis/vorbisenc.c:
21213         * ext/vorbis/vorbisenc.h:
21214           handle NEWMEDIA
21215
21216 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21217
21218         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21219         fix byte order reversion on little endian machines.
21220         * gst/matroska/matroska-mux.c: (audiosink_templ),
21221         (gst_matroska_mux_audio_pad_link):
21222         add TTA codec to the list of supported codecs.
21223         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21224         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21225         (gst_matroska_mux_write_data):
21226         * gst/matroska/matroska-mux.h:
21227         write segment duration correctly, write muxing app string, fixes bugs
21228         #140897 and #140898.
21229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21230         wait for all pads to be negotiated before starting to mux.
21231
21232 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21233
21234         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21235         * ext/lame/gstlame.h:
21236         Added new media support to lame
21237
21238 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21239
21240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21241         send vorbis headers at the beginning of a stream, fixes bug #141554.
21242         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21243         bug #148950.
21244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21245         (gst_matroska_demux_plugin_init):
21246         * gst/matroska/matroska-ids.h:
21247         enable demuxing of TTA audio streams, fixes bug #148951.
21248         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21249         enable typefinding for TTA audio files, fixes bug #148711.
21250         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21251         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21252         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21253
21254 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21255
21256         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21257         (gst_riff_read_element_data), (gst_riff_read_seek),
21258         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21259         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21260         <teuf@gnome.org>
21261
21262 2004-08-23 Iain <iaingnome@gmail.com>
21263
21264         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21265         tags. They appear to be handled differently to normal.
21266         (tag_list_to_id3_tag_foreach): Ditto.
21267
21268 2004-08-22  Wim Taymans  <wim@fluendo.com>
21269
21270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21271         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21272         Make sure we never send -1 granulepos.
21273
21274 2004-08-20  Wim Taymans  <wim@fluendo.com>
21275
21276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21277         (gst_ogg_mux_loop):
21278         I will accept bitchslappings with non sharp objects.
21279
21280 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21281
21282         * configure.ac:
21283         Clean up the test for lame presets
21284
21285 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21286
21287         * configure.ac:
21288         * ext/lame/Makefile.am:
21289         * ext/lame/gstlame.c: (gst_lame_class_init),
21290         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21291         Only enable lame presets if version of lame has presets in API
21292
21293 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21294         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21295         * gst/udp/gstudpsrc.h:
21296           Don't call gst_pad_push in a get function. Fixes #150449
21297
21298 2004-08-18  Wim Taymans  <wim@fluendo.com>
21299
21300         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21301         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21302         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21303         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21304         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21305         (gst_fdset_wait):
21306         * gst/tcp/gstfdset.h:
21307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21308         (gst_multifdsink_client_queue_buffer),
21309         (gst_multifdsink_handle_client_write):
21310         * gst/tcp/gstmultifdsink.h:
21311         Some extra checks in gstfdset.
21312         Only use send() when the fd is a socket. Don't try to
21313         read from write only fds.
21314
21315 2004-08-18  Wim Taymans  <wim@fluendo.com>
21316
21317         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21318         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21319         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21320         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21321         (gst_fdset_wait):
21322         Add more locking and bounds checking.
21323
21324 2004-08-18  Wim Taymans  <wim@fluendo.com>
21325
21326         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21327         Realloc test fdset in the lock and right before starting
21328         the poll call. Bump the limit to 4096.
21329
21330 2004-08-17  David Schleef  <ds@schleef.org>
21331
21332         * sys/sunaudio/Makefile.am:
21333         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21334         of rates and channels.  Make debugging less obnoxious.
21335
21336         Patch from Balamurali Viswanathan implementing a mixer for
21337         Sun audio.  (bug #144091):
21338         * sys/sunaudio/gstsunelement.c:
21339         * sys/sunaudio/gstsunelement.h:
21340         * sys/sunaudio/gstsunmixer.c:
21341         * sys/sunaudio/gstsunmixer.h:
21342
21343 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21344
21345         * gst/audioscale/gstaudioscale.c:
21346         * gst/audioscale/gstaudioscale.h:
21347         made audioscale resample from any sample rate to any sample rate
21348
21349 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21350
21351         * ext/libpng/gstpngdec.c:
21352           error out on unsupported types
21353
21354 2004-08-17  Iain <iaingnome@gmail.com>
21355
21356         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21357         mid_side and loose_mid_side properties if its a stereo stream.
21358
21359 2004-08-17  Wim Taymans  <wim@fluendo.com>
21360
21361         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21362         (theora_get_formats), (theora_dec_src_convert),
21363         (theora_dec_sink_convert), (theora_dec_src_query),
21364         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21365         Add a debug line.
21366
21367 2004-08-17  Wim Taymans  <wim@fluendo.com>
21368
21369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21370         (gst_ogg_pad_push):
21371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21372         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21373         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21374         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21375         Mark delta units in the muxer.
21376         Try to decode the packet after an out-of-sync error from
21377         libogg.
21378
21379 2004-08-17  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21382         (gst_multifdsink_init), (gst_multifdsink_add),
21383         (gst_multifdsink_client_queue_buffer),
21384         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21385         * gst/tcp/gstmultifdsink.h:
21386         Added option to send a keyframe to clients as the first buffer.
21387         Make timeout property writable.
21388
21389 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21390
21391         patch by: Wim Taymans
21392
21393         * gst/tcp/gstfdset.c:
21394         * gst/tcp/gstmultifdsink.c:
21395           fix index comparison, should include 0
21396
21397 2004-08-16  Wim Taymans  <wim@fluendo.com>
21398
21399         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21400         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21401         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21402         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21403         (gst_fdset_wait):
21404           copy when reallocing for poll so the select arguments don't get
21405           changed during the call
21406
21407 2004-08-16  Wim Taymans  <wim@fluendo.com>
21408
21409         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21410         (gst_theora_enc_class_init), (theora_enc_sink_link),
21411         (theora_buffer_from_packet), (theora_enc_chain):
21412         Fix bug where buffers were not marked as keyframes
21413         correctly.
21414
21415 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21416
21417         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21418         (gst_lame_preset_get_type), (gst_lame_class_init):
21419         describe the enum values for vbr mode and presets more verbosely
21420
21421 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21422
21423         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21424         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21425         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21426         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21427         * ext/lame/gstlame.h:
21428         add preset property to lame so it can use lame presets
21429
21430 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21431
21432         * ext/lame/gstlame.c: (gst_lame_get_property):
21433         whoops forgot break, thanks teuf
21434
21435 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21436
21437         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21438         (gst_lame_class_init), (gst_lame_src_getcaps),
21439         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21440         (gst_lame_get_property), (gst_lame_setup):
21441         * ext/lame/gstlame.h:
21442         fix lame's broken vbr stuff, allow it to resample if need be, and also
21443         make xing header optional
21444
21445 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21446
21447         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21448         added getcaps function so samplerate doesnt get fixated to silly values
21449
21450 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21451
21452         * ext/lame/gstlame.c: (gst_lame_src_link):
21453         revert previous fix
21454
21455 2004-08-12  Johan Dahlin  <johan@gnome.org>
21456
21457         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21458         checks. Doesn't matter what state we are in. Interfaces are a
21459         compile time thing, not runtime. It also broke the python bindings.
21460
21461 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21462
21463         * ext/lame/gstlame.c: (gst_lame_src_link):
21464         made source pad link function check if sinkpad is ok..fixes the problem
21465         where core fixates the output rate of lame stupidly
21466
21467 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21468
21469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21470         * sys/v4l/v4l_calls.c:
21471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21472           fix fixate function to handle nonsimple caps.
21473           remove bogus check in _link
21474           cleanups
21475
21476 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21477
21478         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21479         set default compression ratio parameter to 0.0 so bitrate parameter
21480         works :)
21481
21482 2004-08-11  David Schleef  <ds@schleef.org>
21483
21484         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21485
21486 2004-08-11  David Schleef  <ds@schleef.org>
21487
21488         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21489         before.
21490
21491 2004-08-11  David Schleef  <ds@schleef.org>
21492
21493         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21494
21495 2004-08-11  David Schleef  <ds@schleef.org>
21496
21497         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21498           license field
21499         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21500         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21501           LGPL.
21502         * gst/auparse/gstauparse.c: Fix plugin license field.
21503         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21504         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21505         * gst/rtp/gstrtp.c: Fix plugin license field.
21506
21507 2004-08-11  Wim Taymans  <wim@fluendo.com>
21508
21509         * gst/tcp/Makefile.am:
21510         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21511         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21512         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21513         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21514         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21515         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21516         (gst_fdset_fd_can_write), (gst_fdset_wait):
21517         * gst/tcp/gstfdset.h:
21518         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21519         (gst_multifdsink_class_init), (gst_multifdsink_init),
21520         (gst_multifdsink_add), (gst_multifdsink_remove),
21521         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21522         (gst_multifdsink_remove_client_link),
21523         (gst_multifdsink_handle_client_read),
21524         (gst_multifdsink_client_queue_data),
21525         (gst_multifdsink_client_queue_caps),
21526         (gst_multifdsink_client_queue_buffer),
21527         (gst_multifdsink_handle_client_write),
21528         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21529         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21530         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21531         (gst_multifdsink_close):
21532         * gst/tcp/gstmultifdsink.h:
21533         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21534         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21535         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21536         (gst_tcpserversink_close):
21537         * gst/tcp/gsttcpserversink.h:
21538         Abstracted away the select call, implemented poll (yes we ran into
21539         the 1024 limit in production).
21540
21541 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * gst/tcp/gsttcp.c:
21544         * gst/tcp/gsttcpplugin.c:
21545           improve debuggging, remove assert
21546
21547 2004-08-10  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21550         (gst_client_status_get_type), (gst_multifdsink_class_init),
21551         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21552         (gst_multifdsink_handle_client_read),
21553         (gst_multifdsink_handle_client_write),
21554         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21555         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21556         (gst_multifdsink_get_property):
21557         * gst/tcp/gstmultifdsink.h:
21558         * gst/tcp/gsttcp-marshal.list:
21559         Starting to prepare for specifying buffer time in other units
21560         than buffers. Expose remove reason in signal.
21561
21562 2004-08-10  Wim Taymans  <wim@fluendo.com>
21563
21564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21565         (gst_multifdsink_remove), (gst_multifdsink_clear),
21566         (gst_multifdsink_remove_client_link),
21567         (gst_multifdsink_handle_client_read),
21568         (gst_multifdsink_client_queue_data),
21569         (gst_multifdsink_client_queue_buffer),
21570         (gst_multifdsink_handle_client_write),
21571         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21572         (gst_multifdsink_chain), (gst_multifdsink_close):
21573         * gst/tcp/gstmultifdsink.h:
21574         Added more debugging info. Changed the way clients are
21575         removed from the lists. Fixed a bug where a bad file descriptor
21576         could cause many clients to be removed.
21577
21578 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21579
21580         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21581           allow all pixel-aspect-ratios, not just 1:1
21582
21583 2004-08-09  David Schleef  <ds@schleef.org>
21584
21585         * sys/glsink/ARB_multitexture.h:  Remove old files.
21586         * sys/glsink/EXT_paletted_texture.h:
21587         * sys/glsink/NV_register_combiners.h:
21588         * sys/glsink/gstgl_nvimage.c:
21589         * sys/glsink/gstgl_pdrimage.c:
21590         * sys/glsink/gstgl_rgbimage.c:
21591         * sys/glsink/gstglsink.c:
21592         * sys/glsink/gstglsink.h:
21593         * sys/glsink/gstglxwindow.c:
21594         * sys/glsink/regcomb_yuvrgb.c:
21595
21596 2004-08-09  David Schleef  <ds@schleef.org>
21597
21598         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21599         GL sink plugin.  (Bug #147302)
21600
21601         * configure.ac: Test for OpenGL
21602         * sys/Makefile.am: Use test for OpenGL
21603         * sys/glsink/Makefile.am:
21604         * sys/glsink/glimagesink.c: rewrite
21605         * sys/glsink/glimagesink.h: rewrite
21606
21607 2004-08-09  David Schleef  <ds@schleef.org>
21608
21609         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21610         sane framerates.
21611         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21613         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21614
21615 2004-08-09  Wim Taymans  <wim@fluendo.com>
21616
21617         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21618         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21619         (gst_multifdsink_client_remove),
21620         (gst_multifdsink_handle_client_read),
21621         (gst_multifdsink_handle_client_write),
21622         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21623         Do a bit more logging, make the client_read code more robust.
21624
21625 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21626
21627         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21628         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21629         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21630         (gst_jpegdec_init), (gst_jpegdec_chain):
21631         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21632         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21633           cleanups, debugging fixes and memleak plugging
21634
21635 2004-08-09  Wim Taymans  <wim@fluendo.com>
21636
21637         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21638         (theora_get_formats), (theora_dec_src_convert),
21639         (theora_dec_sink_convert), (theora_dec_src_query),
21640         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21641         (theora_dec_change_state):
21642         Don't crash on missing header packets.
21643
21644 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21645
21646         * po/LINGUAS:
21647         * po/sq.po:
21648           Added Albanian translation (Laurent Dhima)
21649         * po/cs.po:
21650           updated
21651
21652 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21653
21654         * ext/lame/gstlame.c:
21655           fix/add debugging
21656
21657 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21658
21659         * sys/ximage/ximagesink.c:
21660         * sys/xvimage/xvimagesink.c:
21661           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21662
21663 2004-08-06  Wim Taymans  <wim@fluendo.com>
21664
21665         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21666         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21667         (gst_multifdsink_client_remove),
21668         (gst_multifdsink_handle_client_read),
21669         (gst_multifdsink_handle_client_write),
21670         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21671         Make sure we don't try to read more from a client that what
21672         ioctl says us or we deadlock.
21673
21674 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21677         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21678         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21679           decouple running_time and n_frames so it can handle changing
21680           framerate while running
21681
21682 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21683
21684         * po/nl.po:
21685         * po/sv.po:
21686           updated translations
21687
21688 2004-08-04  Benjamin Otte  <otte@gnome.org>
21689
21690         * gst/videotestsrc/gstvideotestsrc.c:
21691         (gst_videotestsrc_get_capslist), (generate_capslist),
21692         (plugin_init):
21693           generate the list of supported caps at startup and reuse it instead
21694           of always generating it
21695
21696 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21697
21698         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21699           whoops, last checkin broke normal build
21700
21701 2004-08-03  Benjamin Otte  <otte@gnome.org>
21702
21703         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21704         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21705         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21706         (gst_alsa_mixer_get_option):
21707         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21708         (dvdnavsrc_print_event):
21709         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21711         (gst_ogg_mux_pad_unlink):
21712         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21713         (gst_multipart_mux_pad_unlink):
21714         * gst/videofilter/gstvideobalance.c:
21715         (gst_videobalance_colorbalance_set_value):
21716         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21717         (gst_videomixer_pad_unlink):
21718         * po/uk.po:
21719         * sys/oss/gstossmixer.c:
21720         * sys/v4l/gstv4lcolorbalance.c:
21721         * sys/v4l/gstv4ltuner.c:
21722         * sys/v4l/v4lsrc_calls.c:
21723         * sys/v4l2/gstv4l2colorbalance.c:
21724         * sys/v4l2/gstv4l2tuner.c:
21725           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21726
21727 2004-08-03  Benjamin Otte  <otte@gnome.org>
21728
21729         * examples/dynparams/filter.c: (ui_control_create):
21730         * examples/gstplay/player.c: (print_tag):
21731         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21732         * ext/gdk_pixbuf/gstgdkanimation.c:
21733         (gst_gdk_animation_iter_may_advance):
21734         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21735         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21736         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21737         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21739         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21740         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21741         * gst/sine/demo-dparams.c: (main):
21742         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21743         * testsuite/alsa/formats.c: (create_pipeline):
21744         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21745           fixes for G_DISABLE_ASSERT and friends
21746         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21747         (mp3_type_frame_length_from_header), (mp3_type_find),
21748         (plugin_init):
21749           require mp3 typefinding to have at least MIN_HEADERS valid headers
21750           add typefinding for AAC adts files
21751
21752 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21753
21754         * sys/ximage/ximagesink.c:
21755         (gst_ximagesink_calculate_pixel_aspect_ratio):
21756         * sys/xvimage/xvimagesink.c:
21757         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21758         Make sure we calculate pixel-aspect-ratio using floating point maths
21759
21760 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21761
21762         * po/uk.po:
21763           updated translation
21764
21765 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21766
21767         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21769           add debugging for display PAR calculation
21770
21771 2004-08-02  David Schleef  <ds@schleef.org>
21772
21773         * configure.ac: Fix mikmod CFLAGS.
21774
21775 2004-07-27  Benjamin Otte  <otte@gnome.org>
21776
21777         * gst/audioscale/gstaudioscale.c:
21778         - fix templates to only support S16, it's the only format that works
21779         - make caps nego code use try_set_caps_nonfixed and fixation instead
21780         of try_set_caps twice, which is not nice for autopluggers
21781         - change rank to secondary, so autopluggers can pick it up after
21782         audioconvert
21783
21784 2004-08-02  Iain <iain@prettypeople.org>
21785
21786         * gst/interleave/interleave.c (interleave_init),
21787         (interleave_request_new_pad),
21788         (interleave_pad_removed),
21789         (interleave_buffered_loop): Use the real pad count, not the artificial
21790         one.
21791
21792 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21793
21794         * configure.ac: bump nano back to development
21795
21796 === release 0.8.3 ===
21797
21798 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21799
21800         * configure.ac: releasing 0.8.3, "Water"
21801
21802 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21803
21804         * sys/xvimage/xvimagesink.c:
21805         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21806         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21807         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21808         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21809         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21810         * sys/xvimage/xvimagesink.h:
21811           apply similar PAR fixes as to ximagesink
21812
21813 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         patch from: Benjamin Otte
21816
21817         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21818           add link function to lame.  Fixes #148986.
21819
21820 2004-08-02  Johan Dahlin  <johan@gnome.org>
21821
21822         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21823         fix debugging log
21824
21825 2004-07-30  David Schleef  <ds@schleef.org>
21826
21827         * gst/videomixer/Makefile.am: Fix things that should have been
21828         fixed in the last checkin.
21829
21830 2004-07-30  David Schleef  <ds@schleef.org>
21831
21832         * gst/multipart/Makefile.am: Fix things that should have been
21833         fixed in the last checkin.
21834
21835 2004-07-30  David Schleef  <ds@schleef.org>
21836
21837         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21838
21839 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * configure.ac:
21842           bump nano for prerelease
21843         * po/af.po:
21844         * po/az.po:
21845         * po/cs.po:
21846         * po/en_GB.po:
21847         * po/hu.po:
21848         * po/nl.po:
21849         * po/sr.po:
21850         * po/sv.po:
21851         * po/uk.po:
21852           updates
21853
21854 2004-07-30  Wim Taymans  <wim@fluendo.com>
21855
21856         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21857         (gst_multifdsink_add), (gst_multifdsink_remove),
21858         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21859         (gst_multifdsink_client_remove),
21860         (gst_multifdsink_handle_client_write),
21861         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21862         * gst/tcp/gstmultifdsink.h:
21863         Recover from a select with a bad file descriptor by removing
21864         the client.
21865
21866 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * configure.ac:
21869           fix requirement of core
21870         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21871         (gst_play_pipeline_setup):
21872           don't use colorspace element.  do use hermescolorspace element.
21873           make macro to get a colorspace element.
21874           mark strings for translation.
21875         * po/POTFILES.in:
21876           add play.c
21877         * po/af.po:
21878         * po/az.po:
21879         * po/cs.po:
21880         * po/en_GB.po:
21881         * po/hu.po:
21882         * po/nl.po:
21883         * po/sr.po:
21884         * po/sv.po:
21885         * po/uk.po:
21886           update translations
21887
21888 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21889
21890         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21891         fix default for newmedia flag
21892
21893 2004-07-30  Wim Taymans  <wim@fluendo.com>
21894
21895         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21896         (gst_theora_dec_init), (theora_get_formats),
21897         (theora_dec_src_convert), (theora_dec_sink_convert),
21898         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21899         (theora_dec_chain), (theora_dec_set_property),
21900         (theora_dec_get_property):
21901         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21902         (gst_theora_enc_class_init), (gst_theora_enc_init),
21903         (theora_enc_sink_link), (theora_enc_chain),
21904         (theora_enc_set_property), (theora_enc_get_property):
21905         Added cropping option to theora decoder.
21906         Added border option to theora encoder.
21907
21908 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21909
21910         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21911         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21912         (gst_pngenc_set_property):
21913         * ext/libpng/gstpngenc.h:
21914         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
21915
21916 2004-07-30  Wim Taymans  <wim@fluendo.com>
21917
21918         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21919         (theora_enc_sink_link), (theora_enc_chain),
21920         (theora_enc_set_property), (theora_enc_get_property):
21921         Fix encoding of non-multiple-of-16 video.
21922
21923 2004-07-29  David Schleef  <ds@schleef.org>
21924
21925         * configure.ac: make test for audiofile more strict
21926
21927 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21928
21929         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21930           give different names to typefind functions
21931
21932 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21935         (gst_ximagesink_calculate_pixel_aspect_ratio),
21936         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21937         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21938         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21939         (gst_ximagesink_get_property), (gst_ximagesink_init):
21940         * sys/ximage/ximagesink.h:
21941           allocate PAR's dynamically.
21942           use autodetected PAR if no object-set PAR is given.
21943           add workaround for directfb's X not setting physical size.
21944           fix to xvimagesink will follow tomorrow.
21945
21946 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21947
21948         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21949         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21950         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21951         (gst_shout2send_class_init), (gst_shout2send_init),
21952         (set_shout_metadata), (gst_shout2send_set_metadata),
21953         (gst_shout2send_chain), (gst_shout2send_set_property),
21954         (gst_shout2send_get_property), (gst_shout2send_connect),
21955         (gst_shout2send_change_state):
21956         * ext/shout2/gstshout2.h:
21957         - fix for sending mp3 audio to icecast2 server, if pad link function not
21958         called before PAUSED state
21959         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21960         - added tagging support for mp3 audio broadcasted
21961         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21962         debug info
21963
21964 2004-07-28  Wim Taymans  <wim@fluendo.com>
21965
21966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21967         (gst_ogg_demux_push):
21968         Return query failure when we don't know the length of
21969         an ogg stream insteda of returning TRUE with a bogus value.
21970
21971 2004-07-28  Wim Taymans  <wim@fluendo.com>
21972
21973         * ext/theora/theoradec.c: (theora_get_formats),
21974         (theora_dec_src_convert), (theora_dec_sink_convert),
21975         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21976         (theora_dec_chain):
21977         Don't screw up the 1 Chroma for 1 luma sample situation when we
21978         have an odd offset/width by adding a black border in those cases.
21979
21980 2004-07-28  Wim Taymans  <wim@fluendo.com>
21981
21982         * ext/theora/theoradec.c: (theora_get_formats),
21983         (theora_dec_src_convert), (theora_dec_sink_convert),
21984         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21985         (theora_dec_chain):
21986         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21987         Added first attempt at cropping of the image as required by the
21988         theora spec. We need more properties in the caps (offset_x,
21989         offset_y,stride) to implement this correctly.
21990
21991 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21992
21993         * ext/dvdnav/README:
21994           Update the README to use dvddemux
21995         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21996           Ensure getcaps returns a subset of the template caps
21997         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21998         (gst_mpeg2subt_init):
21999           Ensure getcaps returns a subset of the template caps
22000         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22001         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22002         (gst_dvd_demux_get_subpicture_stream),
22003         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22004         * gst/mpegstream/gstdvddemux.h:
22005           Set the explicit caps on the current_video pad before pushing
22006           anything
22007         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22008         (gst_mpeg_demux_get_audio_stream):
22009           Free caps used to gst_pad_set_explicit_caps, which takes a const
22010           GstCaps *
22011
22012 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22013
22014         * configure.ac: update GStreamer requirement to 0.8.4 because of
22015           GstFraction.
22016
22017 2004-07-28  Wim Taymans  <wim@fluendo.com>
22018
22019         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22020         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22021         Add the pad to the element after setting up the caps. This
22022         makes it a lot easier to autoplug.
22023
22024 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22025
22026         * gst/median/gstmedian.c:
22027         * gst/mpeg2subt/gstmpeg2subt.c:
22028         * gst/mpegaudioparse/gstmpegaudioparse.c:
22029         * gst/mpegstream/gstdvddemux.c:
22030         * gst/mpegstream/gstmpegdemux.c:
22031         * gst/mpegstream/gstmpegpacketize.c:
22032         * gst/rtjpeg/gstrtjpeg.c:
22033         * gst/rtjpeg/gstrtjpegdec.c:
22034         * gst/rtjpeg/gstrtjpegenc.c:
22035         * gst/sine/gstsinesrc.c:
22036         * gst/smooth/gstsmooth.c:
22037         * gst/smpte/gstsmpte.c:
22038         * gst/smpte/gstsmpte.h:
22039         * gst/stereo/gststereo.c:
22040         * gst/videofilter/gstgamma.c:
22041         * gst/videofilter/gstvideobalance.c:
22042         * gst/videofilter/gstvideofilter.c:
22043         * gst/videofilter/gstvideoflip.c:
22044         * gst/videoscale/gstvideoscale.c:
22045         * gst/videoscale/videoscale.c:
22046         * gst/videotestsrc/gstvideotestsrc.c:
22047         * gst/videotestsrc/videotestsrc.c:
22048         * gst/wavenc/gstwavenc.c:
22049         * gst/wavparse/gstwavparse.c:
22050           fix local includes and 64 bits constants
22051
22052 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22053
22054         * win32/gst.sln:
22055         * gst-libs/gst/*/*.vcproj:
22056         * gst/*/*.vcproj:
22057           more working plugins
22058
22059 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22060
22061         * testsuite/alsa/Makefile.am:
22062         * testsuite/alsa/srcstate.c:
22063         add test for alsasrc changing state
22064
22065 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22066
22067         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22068         (gst_silence_get):
22069         * gst/silence/gstsilence.h:
22070         fix silence generation for 16bit raw audio
22071
22072 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22073
22074         * gst/matroska/matroska-demux.c:
22075         (gst_matroska_demux_parse_metadata),
22076         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22077         * gst/mpegaudio/common.c:
22078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22079         (gst_videoscale_getcaps), (gst_videoscale_link),
22080         (gst_videoscale_src_fixate), (gst_videoscale_init),
22081         (gst_videoscale_finalize):
22082         * gst/videoscale/gstvideoscale.h:
22083         * gst/videotestsrc/gstvideotestsrc.c:
22084         (gst_videotestsrc_get_capslist):
22085         * gst/wavenc/gstwavenc.c:
22086         * sys/oss/gstossmixer.c: (fill_labels):
22087         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22088         (gst_ximagesink_handle_xevents),
22089         (gst_ximagesink_calculate_pixel_aspect_ratio),
22090         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22091         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22092         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22093         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22094         (gst_ximagesink_init), (gst_ximagesink_class_init):
22095         * sys/ximage/ximagesink.h:
22096         * sys/xvimage/xvimagesink.c:
22097         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22098         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22099         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22100         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22101         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22102         * sys/xvimage/xvimagesink.h:
22103           first batch of pixel aspect ratio commits.
22104
22105 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22106
22107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22108         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22109         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22110           handle stride, needs work if we want to move stride handling
22111           upstream, but works correctly for our purposes.
22112
22113 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * gst/videoscale/README:
22116           add testing examples
22117         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22118         (gst_videoscale_chain):
22119         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22120         (gst_videoscale_get_size):
22121           add get_size function that handles stride like videotestsrc.
22122           fixes conversion for YUV formats for as much as I can test them.
22123
22124 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22125
22126         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22127         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22129         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22130         (gst_xvimagesink_xvimage_put):
22131           further cleanups, logging, error handling and synchronizing
22132
22133 2004-07-27  Wim Taymans  <wim@fluendo.com>
22134
22135         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22136         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22137         (gst_videomixer_pad_set_property),
22138         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22139         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22140         (gst_videomixer_class_init), (gst_videomixer_init),
22141         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22142         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22143         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22144         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22145         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22146         (gst_videomixer_loop), (plugin_init):
22147         Be a nicer negotiation citizen and provide a getcaps function on
22148         the srcpad. This also fixes a crash when resizing.
22149
22150 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22151
22152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22153         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22154
22155 2004-07-27  Wim Taymans  <wim@fluendo.com>
22156
22157         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22158         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22159         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22160         (gst_pngenc_set_property):
22161         * ext/libpng/gstpngenc.h:
22162         Added snapshot property to pngenc.
22163         removed g_print from pngdec
22164
22165 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22166
22167         * gst/ac3parse/ac3parse.vcproj
22168         * gst/adder/adder.vcproj
22169         * gst/alpha/alpha.vcproj
22170         * gst/alpha/alphacolor.vcproj
22171         * gst/asfdemux/asf.vcproj
22172         * gst/audioconvert/audioconvert.vcproj
22173         * gst/audiorate/audiorate.vcproj
22174         * gst/audioscale/audioscale.vcproj
22175         * gst/auparse/auparse.vcproj
22176         * gst/avi/avi.vcproj
22177         * gst/cdxaparse/cdxaparse.vcproj
22178         * gst/chart/chart.vcproj
22179         * gst/colorspace/colorspace.vcproj
22180         * gst/cutter/cutter.vcproj
22181         * gst/debug/debug.vcproj
22182         * gst/debug/efence.vcproj
22183         * gst/debug/navigationtest.vcproj
22184         * gst/deinterlace/deinterlace.vcproj
22185         * gst/effectv/effectv.vcproj
22186         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22187         * gst/filter/filter.vcproj
22188         * gst/flx/flxdec.vcproj
22189         * gst/goom/goom.vcproj
22190         * gst/interleave/interleave.vcproj
22191         * gst/law/alaw.vcproj
22192         * gst/law/mulaw.vcproj
22193         * gst/matroska/matroska.vcproj
22194         * gst/median/median.vcproj
22195         * gst/mixmatrix/mixmatrix.vcproj
22196         * gst/mpeg1sys/mpeg1systemencode.vcproj
22197         * gst/mpeg1videoparse/mp1videoparse.vcproj
22198         * gst/mpeg2sub/mpeg2subt.vcproj
22199         * gst/mpegaudio/mpegaudio.vcproj
22200         * gst/mpegaudioparse/mpegaudioparse.vcproj
22201         * gst/mpegstream/mpegstream.vcproj
22202         * gst/multifilesink/multifilesink.vcproj
22203         * gst/multipart/multipart.vcproj
22204         * gst/oneton/oneton.vcproj
22205         * gst/overlay/overlay.vcproj
22206         * gst/passthrough/passthrough.vcproj
22207         * gst/qtdemux/qtdemux.vcproj
22208         * gst/realmedia/rmdemux.vcproj
22209         * gst/rtjpeg/rtjpeg.vcproj
22210         * gst/rtp/rtp.vcproj
22211         * gst/silence/silence.vcproj
22212         * gst/sine/sinesrc.vcproj
22213         * gst/smooth/smooth.vcproj
22214         * gst/smpte/smpte.vcproj
22215         * gst/spectrum/spectrum.vcproj
22216         * gst/speed/speed.vcproj
22217         * gst/stereo/stereo.vcproj
22218         * gst/switch/switch.vcproj
22219         * gst/tags/tagedit.vcproj
22220         * gst/tcp/tcp.vcproj
22221         * gst/typefind/typefindfunctions.vcproj
22222         * gst/udp/udp.vcproj
22223         * gst/videobox/videobox.vcproj
22224         * gst/videocrop/videocrop.vcproj
22225         * gst/videodrop/videodrop.vcproj
22226         * gst/videofilter/gamma.vcproj
22227         * gst/videofilter/videobalance.vcproj
22228         * gst/videofilter/videofilter.vcproj
22229         * gst/videofilter/videoflip.vcproj
22230         * gst/videoflip/videoflip.vcproj
22231         * gst/videomixer/videomixer.vcproj
22232         * gst/videorate/videorate.vcproj
22233         * gst/videoscale/videoscale.vcproj
22234         * gst/videotestsrc/videotestsrc.vcproj
22235         * gst/virtualdub/virtualdub.vcproj
22236         * gst/volenv/volenv.vcproj
22237         * gst/volume/volume.vcproj
22238         * gst/wavenc/wavenc.vcproj
22239         * gst/wavparse/wavparse.vcproj
22240         * gst/y4m/y4menc.vcproj
22241         * gst-libs/gst/audio/audio.vcproj
22242         * gst-libs/gst/audio/audiofilter.vcproj
22243         * gst-libs/gst/colorbalance/colorbalance.vcproj
22244         * gst-libs/gst/idct/idtc.vcproj
22245         * gst-libs/gst/media-info/media-info.vcproj
22246         * gst-libs/gst/mixer/mixer.vcproj
22247         * gst-libs/gst/navigation/navigation.vcproj
22248         * gst-libs/gst/play/play.vcproj
22249         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22250         * gst-libs/gst/resample/resample.vcproj
22251         * gst-libs/gst/riff/riff.vcproj
22252         * gst-libs/gst/tuner/tuner.vcproj
22253         * gst-libs/gst/video/video.vcproj
22254         * gst-libs/gst/xoverlay/xoverlay.vcproj
22255           avoid problems with math.h, fix release dependancy
22256           rename GStreamer-0.8.lib to libgstreamer.lib
22257
22258 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22259
22260         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22262         the atom is not available we have to unlock the mutex. Fixes #148023
22263
22264 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22265
22266         * gst-libs/gst/media-info/media-info.h:
22267           issue for a vararg macro with MSVC
22268
22269 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22270
22271         * gst/effectv/effectv.vcproj
22272         * gst-libs/gst/idct/idct.vcproj:
22273         * gst-libs/gst/media-info/media-info.vcproj:
22274         * gst-libs/gst/navigation/navigation.vcproj:
22275         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22276         * gst-libs/gst/video/video.vcproj:
22277         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22278           fixes for build problems
22279
22280 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22281
22282         * gst-libs/gst/audio/audio.def:
22283         * gst-libs/gst/audio/riff.def:
22284           add some definitions needed by plugins
22285
22286 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22287
22288         * gst/asfdemux/gstasfmux.c
22289           Fix some 64 bits constants to be glib friendly
22290
22291 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22292
22293         * gst/ac3parse/gstac3parse.c
22294         * gst/audioscale/gstaudioscale.c
22295         * gst/auparse/gstauparse.c
22296         * gst/colorspace/gstcolorspace.c
22297         * gst/colorspace/yuv2rgb.h
22298           local include fixes
22299
22300 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22301
22302         * win32/gst.sln
22303           add more plugins to the build
22304
22305 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22306
22307         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22308         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22309
22310 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22311
22312         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22313         (gst_level_set_property), (gst_level_get_property),
22314         (gst_level_base_init), (gst_level_class_init):
22315           add debugging categories.  cleanups.
22316
22317 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22320         (gst_videoscale_planar411), (gst_videoscale_planar400),
22321         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22322         (gst_videoscale_scale_nearest_str1),
22323         (gst_videoscale_scale_nearest_str2),
22324         (gst_videoscale_scale_nearest_str4),
22325         (gst_videoscale_scale_nearest_16bit),
22326         (gst_videoscale_scale_nearest_24bit):
22327           fixed stride issues
22328           tested with 320x240 -> 321, 322, 324 x240
22329           tested with YV12, I420, YUY2, UYVY
22330           fixed packed422rev (don't think it could have worked before)
22331           by testing with UYVY
22332
22333 2004-07-26  Benjamin Otte  <otte@gnome.org>
22334
22335         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22336         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22337         (plugin_init):
22338           add debugging category, add error checks like checking return values
22339           of setup calls, make sure it still works after
22340           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22341
22342 2004-07-26  Wim Taymans  <wim@fluendo.com>
22343
22344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22345         (gst_mpeg_demux_get_audio_stream),
22346         (gst_mpeg_demux_process_private):
22347         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22348         Check for error codes from the negotiation functions. Make sure
22349         we really set the pad caps when a new pad is created.
22350
22351 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22352
22353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22354         (gst_ffmpeg_caps_to_pix_fmt):
22355         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22357         (gst_ffmpegcolorspace_pad_link):
22358           don't make function do two things at the same time without reason.
22359
22360 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22361
22362         * gst/ac3parse/ac3parse.vcproj
22363         * gst/adder/adder.vcproj
22364         * gst/alpha/alpha.vcproj
22365         * gst/alpha/alphacolor.vcproj
22366         * gst/asfdemux/asf.vcproj
22367         * gst/audioconvert/audioconvert.vcproj
22368         * gst/audiorate/audiorate.vcproj
22369         * gst/audioscale/audioscale.vcproj
22370         * gst/auparse/auparse.vcproj
22371         * gst/avi/avi.vcproj
22372         * gst/cdxaparse/cdxaparse.vcproj
22373         * gst/chart/chart.vcproj
22374         * gst/colorspace/colorspace.vcproj
22375         * gst/cutter/cutter.vcproj
22376         * gst/debug/debug.vcproj
22377         * gst/debug/efence.vcproj
22378         * gst/debug/navigationtest.vcproj
22379         * gst/deinterlace/deinterlace.vcproj
22380         * gst/effectv/effectv.vcproj
22381         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22382         * gst/filter/filter.vcproj
22383         * gst/flx/flxdec.vcproj
22384         * gst/goom/goom.vcproj
22385         * gst/interleave/interleave.vcproj
22386         * gst/law/alaw.vcproj
22387         * gst/law/mulaw.vcproj
22388         * gst/matroska/matroska.vcproj
22389         * gst/median/median.vcproj
22390         * gst/mixmatrix/mixmatrix.vcproj
22391         * gst/mpeg1sys/mpeg1systemencode.vcproj
22392         * gst/mpeg1videoparse/mp1videoparse.vcproj
22393         * gst/mpeg2sub/mpeg2subt.vcproj
22394         * gst/mpegaudio/mpegaudio.vcproj
22395         * gst/mpegaudioparse/mpegaudioparse.vcproj
22396         * gst/mpegstream/mpegstream.vcproj
22397         * gst/multifilesink/multifilesink.vcproj
22398         * gst/multipart/multipart.vcproj
22399         * gst/oneton/oneton.vcproj
22400         * gst/overlay/overlay.vcproj
22401         * gst/passthrough/passthrough.vcproj
22402         * gst/qtdemux/qtdemux.vcproj
22403         * gst/realmedia/rmdemux.vcproj
22404         * gst/rtjpeg/rtjpeg.vcproj
22405         * gst/rtp/rtp.vcproj
22406         * gst/silence/silence.vcproj
22407         * gst/sine/sinesrc.vcproj
22408         * gst/smooth/smooth.vcproj
22409         * gst/smpte/smpte.vcproj
22410         * gst/spectrum/spectrum.vcproj
22411         * gst/speed/speed.vcproj
22412         * gst/stereo/stereo.vcproj
22413         * gst/switch/switch.vcproj
22414         * gst/tags/tagedit.vcproj
22415         * gst/tcp/tcp.vcproj
22416         * gst/typefind/typefindfunctions.vcproj
22417         * gst/udp/udp.vcproj
22418         * gst/videobox/videobox.vcproj
22419         * gst/videocrop/videocrop.vcproj
22420         * gst/videodrop/videodrop.vcproj
22421         * gst/videofilter/gamma.vcproj
22422         * gst/videofilter/videobalance.vcproj
22423         * gst/videofilter/videofilter.vcproj
22424         * gst/videofilter/videoflip.vcproj
22425         * gst/videoflip/videoflip.vcproj
22426         * gst/videomixer/videomixer.vcproj
22427         * gst/videorate/videorate.vcproj
22428         * gst/videoscale/videoscale.vcproj
22429         * gst/videotestsrc/videotestsrc.vcproj
22430         * gst/virtualdub/virtualdub.vcproj
22431         * gst/volenv/volenv.vcproj
22432         * gst/volume/volume.vcproj
22433         * gst/wavenc/wavenc.vcproj
22434         * gst/wavparse/wavparse.vcproj
22435         * gst/y4m/y4menc.vcproj
22436           more plugins supported under windows
22437
22438 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22439
22440         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22441         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22442         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22444         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22445           Add debugging statements.  Use the sizes as returned by the
22446           *CreateImage calls.
22447
22448 2004-07-26  Johan Dahlin  <johan@gnome.org>
22449
22450         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22451         the pad is negotiated.
22452
22453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22454
22455 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22456
22457         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22458         * gst-libs/gst/idct/idct.vcproj:
22459         * gst-libs/gst/media-info/media-info.vcproj:
22460         * gst-libs/gst/mixer/mixer.vcproj:
22461         * gst-libs/gst/navigation/navigation.vcproj:
22462         * gst-libs/gst/play/play.vcproj:
22463         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22464         * gst-libs/gst/resample/resample.vcproj:
22465         * gst-libs/gst/tuner/tuner.vcproj:
22466         * gst-libs/gst/video/video.vcproj:
22467         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22468           more plugins supported under windows
22469
22470 2004-07-25 Iain <iain@prettypeople.org>
22471
22472         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22473         pad now rather than when the pad is created because state changes wipe
22474         explicit caps (fixes #148043).
22475
22476 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22477
22478         reviewed by Benjamin Otte  <otte@gnome.org>
22479
22480         * ext/mad/gstmad.c:
22481           fix mad plugin crashing on Sun (fixes #148289)
22482
22483 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22484
22485         * gst/avi/avi.def:
22486         * gst/avi/avi.vcproj:
22487         * gst/matroska/matroska.def:
22488         * gst/matroska/matroska.vcproj:
22489           remove unused .def files
22490
22491 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22492
22493         * gst-libs/gst/audio/gstaudiofilter.c:
22494           Clean the local include
22495
22496 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22497
22498         * win32/gst.sln:
22499         * gst-libs/gst/audio/audio.def:
22500         * gst-libs/gst/audio/audio.vcproj:
22501         * gst-libs/gst/audio/audiofilter.vcproj:
22502         * gst-libs/gst/audio/riff.def:
22503         * gst-libs/gst/audio/riff.vcproj:
22504         * gst-libs/gst/gst-libs.def:
22505         * gst-libs/gst/gst-libs.vcproj:
22506         * gst/avi/avi.vcproj:
22507         * gst/avi/avi.vcproj:
22508           Copy the files where needed after building, cleaner projects
22509
22510 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22511
22512         * gst/matroska/ebml-write.c:
22513           Fix some 64 bits constants to be glib friendly
22514
22515 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22516
22517         * win32/gst.sln:
22518         * gst-libs/gst/gst-libs.def:
22519         * gst-libs/gst/gst-libs.vcproj:
22520         * gst/matroska/matroska.def:
22521         * gst/matroska/matroska.vcproj:
22522           Add the preliminary canvas to build plugins on Win32
22523
22524 2004-07-23  Benjamin Otte  <otte@gnome.org>
22525
22526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22527           don't enfore negotiation from source side, it breaks
22528           sinesrc ! audioconvert ! osssink
22529
22530 2004-07-22  David Schleef  <ds@schleef.org>
22531
22532         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22533         for ELF files, since they can easily be recognized as audio/mpeg.
22534         (bug #147441)
22535
22536 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22537
22538         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22539         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22540         (gst_videoscale_scale_nearest_24bit),
22541         (gst_videoscale_scale_nearest_16bit):
22542           fix 16bit and 24bit for stride (24bit might need testing)
22543           don't pretend we do more than one algorithm
22544
22545 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22546
22547         * configure.ac:
22548         * gst/Makefile.am:
22549         * gst/multifilesink/Makefile.am:
22550         * gst/multifilesink/gstmultifilesink.c:
22551         (gst_multifilesink_get_formats),
22552         (gst_multifilesink_get_query_types), (_do_init),
22553         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22554         (gst_multifilesink_init), (gst_multifilesink_dispose),
22555         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22556         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22557         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22558         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22559         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22560         (gst_multifilesink_uri_get_type),
22561         (gst_multifilesink_uri_get_protocols),
22562         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22563         (gst_multifilesink_uri_handler_init), (plugin_init):
22564         * gst/multifilesink/gstmultifilesink.h:
22565         * testsuite/Makefile.am:
22566         * testsuite/multifilesink/Makefile.am:
22567         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22568         (gst_newmedia_class_init), (gst_newmedia_init),
22569         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22570         (newfile_signal), (test_signal), (main):
22571         multifilesink plugin for creating new files every time a new media
22572         discontinuity event occurs
22573
22574 2004-07-22  Wim Taymans  <wim@fluendo.com>
22575
22576         * gst/alpha/Makefile.am:
22577         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22578         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22579         (gst_alpha_color_init), (gst_alpha_color_set_property),
22580         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22581         (transform), (gst_alpha_color_chain),
22582         (gst_alpha_color_change_state), (plugin_init):
22583         Stupid plugin to to RGBA to AYUV conversion because none of
22584         the colorspace plugins can handle that yet.
22585
22586 2004-07-22  Wim Taymans  <wim@fluendo.com>
22587
22588         * examples/seeking/seek.c: (update_scale), (main):
22589         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22590         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22591         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22592         (gst_decode_bin_init), (gst_decode_bin_dispose),
22593         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22594         (no_more_pads), (close_link), (type_found),
22595         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22596         (plugin_init):
22597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22598         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22599         (gst_play_base_bin_dispose), (queue_overrun),
22600         (gen_preroll_element), (remove_prerolls), (unknown_type),
22601         (no_more_pads), (new_stream), (setup_source),
22602         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22603         (play_base_eos), (gst_play_base_bin_change_state),
22604         (gst_play_base_bin_add_element),
22605         (gst_play_base_bin_remove_element),
22606         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22607         (gst_play_base_bin_unlink_stream),
22608         (gst_play_base_bin_get_streaminfo):
22609         * gst/playback/gstplaybin.c: (gen_video_element),
22610         (gen_audio_element):
22611         * gst/playback/gststreaminfo.h:
22612         More playback updates, attempt to fix things after the state change
22613         breakage.
22614
22615 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22616
22617         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22618         (gst_videoscale_scale_nearest_16bit):
22619           comment algorithm
22620
22621 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22622
22623         * gst/videotestsrc/gstvideotestsrc.c:
22624         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22625         (gst_videotestsrc_init), (gst_videotestsrc_get),
22626         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22627         (gst_videotestsrc_get_property):
22628         * gst/videotestsrc/gstvideotestsrc.h:
22629         * gst/videotestsrc/videotestsrc.c:
22630         * gst/videotestsrc/videotestsrc.h:
22631           cleanup and commenting
22632
22633 2004-07-21  Wim Taymans  <wim@fluendo.com>
22634
22635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22636         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22637         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22638         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22639         (_find_chain_get_unknown_part), (_find_streams_check),
22640         (gst_ogg_demux_push), (gst_ogg_pad_push):
22641         * ext/theora/theoradec.c: (theora_get_formats),
22642         (theora_dec_src_convert), (theora_dec_sink_convert),
22643         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22644         (theora_dec_chain):
22645         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22646         (vorbis_dec_convert), (vorbis_dec_src_query),
22647         (vorbis_dec_src_event), (vorbis_dec_event):
22648         More seeking fixes, oggdemux now supports seeking to time and
22649         uses the downstream element to convert granulepos to time.
22650         Seeking in theora-only ogg files now works.
22651
22652 2004-07-21  Wim Taymans  <wim@fluendo.com>
22653
22654         * ext/theora/theoradec.c: (gst_theora_dec_init),
22655         (theora_get_formats), (theora_get_event_masks),
22656         (theora_get_query_types), (theora_dec_src_convert),
22657         (theora_dec_sink_convert), (theora_dec_src_query),
22658         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22659         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22660         (vorbis_get_event_masks), (vorbis_get_query_types),
22661         (gst_vorbis_dec_init), (vorbis_dec_convert),
22662         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22663         Added query/convert/formats functions to vorbis and theora decoders
22664         so that the outside world can use them too. Fixed seeking on an
22665         ogg/theora/vorbis file by disabling the seeking seeking on the
22666         theora srcpad.
22667
22668 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22669
22670         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22671         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22672         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22673         images creation for both elements. We don't create the image on caps
22674         nego or renego, we just destroy the internal one if present if it does
22675         not match the needs. The chain function takes care of creating a new
22676         image when needed.
22677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22678         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22679         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22680         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22681         the image format information. The buffer pool checks for the context
22682         image format and discard images with different formats.
22683         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22684
22685 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22688         (gst_ffmpegcolorspace_chain):
22689           no point in doing any chaining if the pad we want to push from
22690           isn't usable.
22691
22692 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22693
22694         * gst-libs/gst/riff/riff-media.c:
22695         (gst_riff_create_audio_caps_with_data):
22696           Fix double end-to-native symbol conversion (#148021).
22697
22698 2004-07-20  David Schleef  <ds@schleef.org>
22699
22700         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22701         Don't use an Atom that doesn't exist.
22702
22703 2004-07-20  Wim Taymans  <wim@fluendo.com>
22704
22705         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22706         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22707         (gst_multifdsink_client_remove),
22708         (gst_multifdsink_handle_client_write),
22709         (gst_multifdsink_queue_buffer):
22710         * gst/tcp/gstmultifdsink.h:
22711         More multifdsink stats. Avoid deadlock by releasing locks
22712         before sending out a signal.
22713
22714 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22715
22716         * po/LINGUAS:
22717         * po/hu.po:
22718           added Hungarian translation (Laszlo Dvornik)
22719
22720 2004-07-20  Wim Taymans  <wim@fluendo.com>
22721
22722         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22723         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22724         (gst_multifdsink_handle_client_write),
22725         (gst_multifdsink_queue_buffer):
22726         * gst/tcp/gsttcp-marshal.list:
22727         Fixed the stupid marshal definition.
22728
22729 2004-07-20  Wim Taymans  <wim@fluendo.com>
22730
22731         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22732         (gst_multifdsink_init), (gst_multifdsink_add),
22733         (gst_multifdsink_client_remove),
22734         (gst_multifdsink_handle_client_write),
22735         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22736         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22737         (gst_multifdsink_init_send):
22738         * gst/tcp/gstmultifdsink.h:
22739         Added more stats, added timeout for a client, fixed some typos
22740         and added some comments.
22741
22742 2004-07-20  Wim Taymans  <wim@fluendo.com>
22743
22744         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22745         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22746         (gst_multifdsink_client_remove),
22747         (gst_multifdsink_handle_client_write):
22748         * gst/tcp/gstmultifdsink.h:
22749         * gst/tcp/gsttcp-marshal.list:
22750         Added get_stats method that returns a GValueArray of
22751         stats values.
22752
22753 2004-07-19  Benjamin Otte  <otte@gnome.org>
22754
22755         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22756           make sure longname, description and author are valid UTF-8
22757
22758 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22759
22760         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22761         (gst_ximagesink_set_property):
22762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22763         (gst_xvimagesink_set_property):
22764           make sure SYNCHRONOUS is respected after getting the X context
22765
22766 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22767
22768         * gst/matroska/matroska-demux.c:
22769         (gst_matroska_demux_handle_src_event),
22770         (gst_matroska_demux_parse_blockgroup):
22771         * gst/matroska/matroska-ids.h:
22772           add BlockReference tag and ignore it to clear out log.
22773           ignore NAVIGATION events to clear out log.
22774
22775 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22776
22777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22778         (gst_matroska_demux_add_stream):
22779         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22780           add debug categories
22781
22782 2004-07-16  Wim Taymans  <wim@fluendo.com>
22783
22784         * ext/libpng/Makefile.am:
22785         * ext/libpng/gstpng.c: (plugin_init):
22786         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22787         (gst_pngdec_get_type), (gst_pngdec_base_init),
22788         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22789         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22790         * ext/libpng/gstpngdec.h:
22791         Added png decoder.
22792
22793 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22794
22795         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22796         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22797         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22798         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22799         (gst_ximagesink_buffer_alloc):
22800         * sys/ximage/ximagesink.h:
22801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22802         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22803         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22804         (gst_xvimagesink_buffer_alloc):
22805         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22806         again. Using internal data pointer of the x(v)image to store image's
22807         data to be coherent with the buffer alloc mechanism. Investigated the
22808         image destruction code to be sure that everything gets freed correctly.
22809
22810 2004-07-16  Wim Taymans  <wim@fluendo.com>
22811
22812         * gst-libs/gst/riff/riff-read.c:
22813         (gst_riff_read_strf_vids_with_data),
22814         (gst_riff_read_strf_auds_with_data):
22815         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22816         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22817         Make sure we don't create 0 sized subbuffers in riff-read.
22818         Signal the no more pads signal after reading the avi header.
22819
22820 2004-07-16  Wim Taymans  <wim@fluendo.com>
22821
22822         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22823         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22824         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22825         (gst_decode_bin_init), (gst_decode_bin_dispose),
22826         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22827         (no_more_pads), (close_link), (type_found),
22828         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22829         (gst_decode_bin_change_state), (plugin_init):
22830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22831         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22832         (gst_play_base_bin_dispose), (queue_overrun),
22833         (gen_preroll_element), (remove_prerolls), (unknown_type),
22834         (no_more_pads), (new_stream), (setup_source),
22835         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22836         (play_base_eos), (gst_play_base_bin_change_state),
22837         (gst_play_base_bin_add_element),
22838         (gst_play_base_bin_remove_element),
22839         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22840         (gst_play_base_bin_unlink_stream),
22841         (gst_play_base_bin_get_streaminfo):
22842         * gst/playback/gstplaybasebin.h:
22843         Better error recovery. Added configurable preroll queue size. Faster
22844         detection of no-more-pads.
22845
22846 2004-07-16  Wim Taymans  <wim@fluendo.com>
22847
22848         * gst-libs/gst/video/video.h:
22849         Added 32 bits RGBA. Not sure if we should use another mime-type
22850         for alpha rgb. Currently the presence of the alpha_mask property
22851         signals an alpha channel.
22852
22853 2004-07-16  Wim Taymans  <wim@fluendo.com>
22854
22855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22857         FPS seems to be 0.0 to MAX everywhere else.
22858
22859 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22860
22861         * gst-libs/gst/riff/riff-media.c:
22862         (gst_riff_create_video_caps_with_data):
22863           mp42/mp43 (no caps) exist too.
22864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22865           Set pixel_width/height; we've got them in-caps.
22866         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22867         * gst/wavparse/gstwavparse.c: (plugin_init):
22868           Both are valid primary.
22869         * sys/oss/gstossmixer.c:
22870           Remove i18n hack and enable translations.
22871
22872 2004-07-15  Benjamin Otte  <otte@gnome.org>
22873
22874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22875         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22876           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22877
22878 2004-07-15  Benjamin Otte  <otte@gnome.org>
22879
22880         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22881         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22882         (gst_alsa_close_audio):
22883           disable some of the debugging code for now. Writing debugging to a
22884           buffer is broken in current alsalib releases.
22885
22886 2004-07-12  Benjamin Otte  <otte@gnome.org>
22887
22888         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22889           use bufferpools
22890
22891 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22892
22893         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22894         (theora_dec_src_query), (theora_dec_event):
22895         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22896           add debugging categories.  Remove \n's.
22897
22898 2004-07-13  Johan Dahlin  <johan@gnome.org>
22899
22900         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22901         (gst_play_bin_get_property): Impl.
22902
22903 2004-07-13  Wim Taymans  <wim@fluendo.com>
22904
22905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22906         When trying to find the stream length, seek back N pages
22907         instead of just one, where N is the number of streams in
22908         the current chain.
22909
22910 2004-07-13  Wim Taymans  <wim@fluendo.com>
22911
22912         * gst-libs/gst/riff/riff-media.c:
22913         (gst_riff_create_audio_caps_with_data),
22914         (gst_riff_create_audio_caps),
22915         (gst_riff_create_audio_template_caps):
22916         * gst-libs/gst/riff/riff-media.h:
22917         * gst-libs/gst/riff/riff-read.c:
22918         (gst_riff_read_strf_vids_with_data),
22919         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22920         * gst-libs/gst/riff/riff-read.h:
22921         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22922         (gst_avi_demux_add_stream):
22923         Set codec_data on caps for avidemuxer.
22924
22925 2004-07-12  David Schleef  <ds@schleef.org>
22926
22927         * configure.ac: Fix test for Objective C
22928
22929 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22931         (gst_gdk_pixbuf_chain):
22932           Add svg and pcx to template caps, and ensure that getcaps returns a
22933           subset of the template caps.
22934           Copy each row manually for output, as gdkpixbuf may pad the
22935           rowstride to a 32-bit word boundary.
22936
22937 2004-07-12  Wim Taymans  <wim@fluendo.com>
22938
22939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22940         (gst_riff_create_video_template_caps):
22941         Fix the template caps to include some more media types.
22942
22943 2004-07-12  Wim Taymans  <wim@fluendo.com>
22944
22945         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22946         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22947         (compare_ranks), (print_feature), (gst_decode_bin_init),
22948         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22949         (try_to_link_1), (new_pad), (close_link), (type_found),
22950         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22951         (gst_decode_bin_change_state), (plugin_init):
22952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22953         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22954         (gst_play_base_bin_dispose), (queue_overrun),
22955         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22956         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22957         (gst_play_base_bin_get_property), (play_base_eos),
22958         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22959         (gst_play_base_bin_remove_element),
22960         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22961         (gst_play_base_bin_unlink_stream),
22962         (gst_play_base_bin_get_streaminfo):
22963         * gst/playback/gstplaybasebin.h:
22964         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22965         (gst_play_bin_class_init), (gst_play_bin_init),
22966         (gst_play_bin_dispose), (gst_play_bin_set_property),
22967         (gst_play_bin_get_property), (gen_video_element),
22968         (gen_audio_element), (remove_sinks), (setup_sinks),
22969         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22970         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22971         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22972         (gst_play_bin_query), (plugin_init):
22973         * gst/playback/test4.c: (main):
22974         More fixes on reusing of the element.
22975
22976 2004-07-11  Benjamin Otte  <otte@gnome.org>
22977
22978         * ext/mad/gstmad.c: (normal_seek):
22979           allow seeking for other methods than just SET
22980
22981 2004-07-11  Andy Wingo  <wingo@pobox.com>
22982
22983         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22984         float, "any" caps -> buffer_frames=[0,MAX].
22985
22986         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22987         doesn't intersect our caps with the template any more. Do it
22988         ourselves.
22989         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22990
22991 2004-07-09  Wim Taymans  <wim@fluendo.com>
22992
22993         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22994         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22995         (compare_ranks), (print_feature), (gst_decode_bin_init),
22996         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22997         (try_to_link_1), (new_pad), (close_link), (type_found),
22998         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22999         (gst_decode_bin_change_state), (plugin_init):
23000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23001         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23002         (gst_play_base_bin_dispose), (queue_overrun),
23003         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23004         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23005         (gst_play_base_bin_get_property), (play_base_eos),
23006         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23007         (gst_play_base_bin_remove_element),
23008         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23009         (gst_play_base_bin_unlink_stream),
23010         (gst_play_base_bin_get_streaminfo):
23011         * gst/playback/gstplaybasebin.h:
23012         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23013         (gst_play_bin_class_init), (gst_play_bin_init),
23014         (gst_play_bin_dispose), (gst_play_bin_set_property),
23015         (gst_play_bin_get_property), (gen_video_element),
23016         (gen_audio_element), (remove_sinks), (setup_sinks),
23017         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23018         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23019         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23020         (gst_play_bin_query), (plugin_init):
23021         * gst/playback/test4.c: (main):
23022         Work on object reuse and seeking.
23023
23024 2004-07-09  Wim Taymans  <wim@fluendo.com>
23025
23026         * examples/seeking/seek.c: (iterate):
23027         Don't consume all CPU in the idle loop.
23028
23029 2004-07-09  Wim Taymans  <wim@fluendo.com>
23030
23031         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23032         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23033         Add pad to element *after* setting the pad functions so that
23034         the scheduler can use the correct ones.
23035
23036 2004-07-09  Wim Taymans  <wim@fluendo.com>
23037
23038         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23039         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23040         Sync to keyframe after seek
23041
23042 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23043
23044         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23046         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23047         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23048         * ext/libvisual/visual.c: (gst_visual_change_state):
23049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23050         * ext/theora/theoradec.c: (theora_dec_change_state):
23051         * ext/theora/theoraenc.c: (theora_enc_change_state):
23052         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23053         * gst-libs/gst/navigation/navigation.c:
23054         * gst/adder/gstadder.c: (gst_adder_change_state):
23055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23056         (gst_audio_convert_get_buffer):
23057         * gst/multipart/multipartdemux.c:
23058         (gst_multipart_demux_change_state):
23059         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23060         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23061         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23062         * gst/videoscale/gstvideoscale.c:
23063         (gst_videoscale_handle_src_event):
23064         * gst/volume/gstvolume.c: (volume_chain_int16):
23065           don't assert in state change, this should be done by the base
23066           GstElement class.
23067           various debugging fixes.
23068
23069 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23070
23071         * configure.ac:
23072         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23073         (gst_play_dispose), (gst_play_set_location),
23074         (gst_play_set_data_src), (gst_play_set_video_sink),
23075         (gst_play_set_audio_sink), (gst_play_set_visualization),
23076         (gst_play_connect_visualization), (gst_play_get_sink_element),
23077         (gst_play_get_all_by_interface):
23078         * gst-libs/gst/play/play.h:
23079           add new method to get elements implementing an interface.
23080           add various error logging
23081
23082 2004-07-08  Wim Taymans  <wim@fluendo.com>
23083
23084         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23085         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23086         (make_playerbin_pipeline), (query_durations_elems),
23087         (query_durations_pads), (query_positions_elems),
23088         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23089         (main):
23090         Added playbin seeking example.
23091
23092 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23093
23094         * gst-libs/gst/play/play.c: (gst_play_set_location),
23095         (gst_play_set_data_src), (gst_play_set_video_sink),
23096         (gst_play_set_audio_sink), (gst_play_set_visualization),
23097         (gst_play_connect_visualization), (gst_play_get_framerate):
23098           use a macro to look up elements from hash table
23099
23100 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23101
23102         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23103         (gst_play_get_length_callback), (gst_play_set_location),
23104         (gst_play_seek_to_time), (gst_play_set_data_src),
23105         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23106         (gst_play_set_visualization), (gst_play_connect_visualization),
23107         (gst_play_get_sink_element):
23108         - add debugging info
23109         - fix looking up sink elements by iterating over complete caps
23110         - put everything except for source and autoplugger in a complete bin
23111
23112 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23113
23114         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23115         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23116         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23117         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23118         * ext/alsa/gstalsasink.h:
23119         - add debugging info
23120         - clean up schizophrenia of data/buffer/event
23121         - fix double event unref error
23122
23123 2004-07-08  Wim Taymans  <wim@fluendo.com>
23124
23125         * gst/playback/Makefile.am:
23126         Add headers to noinst
23127
23128 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23129
23130         * tools/gst-launch-ext-m.m:
23131         * tools/gst-launch-ext.1.in:
23132           convert to the third millenium
23133
23134 2004-07-07  David Schleef  <ds@schleef.org>
23135
23136         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23137
23138 2004-07-07  Wim Taymans  <wim@fluendo.com>
23139
23140         * gst/playback/Makefile.am:
23141         * gst/playback/README:
23142         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23143         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23144         (compare_ranks), (print_feature), (gst_decode_bin_init),
23145         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23146         (try_to_link_1), (new_pad), (close_link), (type_found),
23147         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23148         (plugin_init):
23149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23150         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23151         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23152         (gen_preroll_element), (no_more_pads), (new_stream),
23153         (setup_source), (gst_play_base_bin_set_property),
23154         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23155         (gst_play_base_bin_add_element),
23156         (gst_play_base_bin_remove_element),
23157         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23158         (gst_play_base_bin_unlink_stream),
23159         (gst_play_base_bin_get_streaminfo):
23160         * gst/playback/gstplaybasebin.h:
23161         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23162         (gst_play_bin_class_init), (gst_play_bin_init),
23163         (gst_play_bin_dispose), (gst_play_bin_set_property),
23164         (gst_play_bin_get_property), (gen_video_element),
23165         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23166         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23167         (gst_play_bin_get_formats), (gst_play_bin_convert),
23168         (gst_play_bin_get_query_types), (gst_play_bin_query),
23169         (plugin_init):
23170         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23171         (gst_stream_info_get_type), (gst_stream_info_class_init),
23172         (gst_stream_info_init), (gst_stream_info_new),
23173         (gst_stream_info_dispose), (gst_stream_info_set_property),
23174         (gst_stream_info_get_property):
23175         * gst/playback/gststreaminfo.h:
23176         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23177         (main):
23178         * gst/playback/test2.c: (main):
23179         * gst/playback/test3.c: (update_scale), (main):
23180         More playbin fixes. Added README. Do better element filtering.
23181         Added base class to preroll media. Added test apps.
23182
23183 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23184
23185         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23186         * ext/mpeg2dec/gstmpeg2dec.h:
23187           various debugging improvements.  Reset stream to next picture
23188           instead of sequence header, otherwise seeks cannot work.
23189
23190 2004-07-07  Wim Taymans  <wim@fluendo.com>
23191
23192         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23193         (gst_video_box_class_init), (gst_video_box_set_property),
23194         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23195         Use pad_alloc where possible.
23196
23197 2004-07-07  Wim Taymans  <wim@fluendo.com>
23198
23199         * sys/oss/gstosselement.c: (gst_osselement_reset),
23200         (gst_osselement_parse_caps):
23201         * sys/oss/gstosselement.h:
23202         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23203         Fix offset on osssrc.
23204
23205 2004-07-07  Wim Taymans  <wim@fluendo.com>
23206
23207         * ext/theora/theora.c: (plugin_init):
23208         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23209         (theora_dec_src_query), (theora_dec_chain):
23210         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23211         (theora_enc_sink_link), (theora_buffer_from_packet),
23212         (theora_push_packet), (theora_enc_chain):
23213         Fix theora granulepos calculation.
23214         Fix overflow in duration/position calculation.
23215         Bump rank to PRIMARY for theoradec.
23216         Use granulepos of last packet to calculate position.
23217         Set keyframe flag on buffers when needed.
23218
23219 2004-07-06  David Schleef  <ds@schleef.org>
23220
23221         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23222         serious?  (Fixed, obviously.)
23223
23224 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23225
23226         * po/LINGUAS:
23227         * po/cs.po:
23228           added Czech translation (Miloslav Trmac)
23229
23230 2004-07-05  Wim Taymans  <wim@fluendo.com>
23231
23232         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23233         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23234         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23235         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23236         (close_link), (type_found), (gst_decode_bin_set_property),
23237         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23238         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23239         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23240         (gst_decode_bin_query), (plugin_init):
23241         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23242         (gst_play_bin_class_init), (gst_play_bin_init),
23243         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23244         (get_video_element), (new_pad), (setup_source),
23245         (gst_play_bin_set_property), (gst_play_bin_get_property),
23246         (gst_play_bin_change_state), (gst_play_bin_add_element),
23247         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23248         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23249         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23250         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23251         * gst/playback/test.c: (main):
23252         More fixes, cleaned up playbin, make it use decodebin. Added
23253         threaded property to playbin.
23254
23255 2004-07-05  Wim Taymans  <wim@fluendo.com>
23256
23257         * configure.ac:
23258         * gst/playback/Makefile.am:
23259         * gst/playback/decodetest.c: (main):
23260         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23261         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23262         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23263         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23264         (close_link), (type_found), (gst_decode_bin_set_property),
23265         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23266         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23267         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23268         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23269         (plugin_init):
23270         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23271         (gst_play_bin_class_init), (gst_play_bin_init),
23272         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23273         (collect_sink_pads), (find_compatibles), (close_pad_link),
23274         (try_to_link_1), (new_pad), (close_link), (type_found),
23275         (setup_source), (gst_play_bin_set_property),
23276         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23277         (compare_ranks), (gst_play_bin_collect_factories),
23278         (gst_play_bin_change_state), (gst_play_bin_add_element),
23279         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23280         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23281         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23282         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23283         * gst/playback/test.c: (main):
23284         Added some playback helper elements and some test apps, very alpha
23285         still.
23286
23287 2004-07-04  Benjamin Otte  <otte@gnome.org>
23288
23289         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23290           only restart audio when we indeed have an xrun to fix repeated
23291           xruns. Fix suggested by Giuliano Pochini.
23292
23293 2004-07-03  David Schleef  <ds@schleef.org>
23294
23295         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23296         call to gst_debug_log() if debugging is disabled (bug #145118)
23297
23298 2004-07-03  Benjamin Otte  <otte@gnome.org>
23299
23300         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23301           use our own functions for restarting the alsa device.
23302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23303           I should apply patches myself - use MIN for the third argument, not
23304           the second, this fixes seeking
23305
23306 2004-07-02  David Schleef  <ds@schleef.org>
23307
23308         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23309         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23310         do with the logic.
23311
23312 2004-07-02  David Schleef  <ds@schleef.org>
23313
23314         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23315         output buffers.  Fix logic mistake.  (bug #144866)
23316
23317 2004-07-02  David Schleef  <ds@schleef.org>
23318
23319         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23320         on X.  (bug #144753)
23321
23322 2004-07-02  David Schleef  <ds@schleef.org>
23323
23324         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23325         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23326         (bug #144624)
23327         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23328         (gst_osselement_rate_probe_check): Add another workaround for
23329         buggy drivers (bug #145336)
23330
23331 2004-07-02  David Schleef  <ds@schleef.org>
23332
23333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23334         Most systems don't have MSG_NOSIGNAL.
23335
23336 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23337
23338         * Makefile.am:
23339         * gst-libs/gst/colorbalance/Makefile.am:
23340         * gst-libs/gst/mixer/Makefile.am:
23341         * gst-libs/gst/play/Makefile.am:
23342         * gst-libs/gst/tuner/Makefile.am:
23343           (hopefully) fix both install and dist and make error message useful.
23344           needs testing across automakes.
23345
23346 2004-07-02  Benjamin Otte  <otte@gnome.org>
23347
23348         * ext/ogg/gstogg.c: (plugin_init):
23349           we require bytestream now
23350         * ext/ogg/gstoggdemux.c:
23351           huge diff to implement chain setup in a fast and generic way. This
23352           improves tag reading and startup of huge files (read: Theora videos)
23353           quite a bit. It probably contains bugs, too, so please test.
23354           Seeking is not improved to the fast method.
23355
23356 2004-06-29  Wim Taymans  <wim@fluendo.com>
23357
23358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23359         * ext/ogg/gstoggmux.c:
23360         Fix memleak in oggdemux when running unconnected pads.
23361         doc update in mux, start working on keyframe mode.
23362
23363 2004-06-29  Benjamin Otte  <otte@gnome.org>
23364
23365         * sys/oss/gstosssink.c:
23366         * sys/oss/gstosssrc.c:
23367           advertise correct template caps - we indeed do non-native endianness
23368           and 8bit audio has no endianness
23369         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23371           avoid (wrong) duplications in getcaps function and return
23372           template caps
23373
23374 2004-06-29  Wim Taymans  <wim@fluendo.com>
23375
23376         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23377         (gst_multifdsink_class_init), (gst_multifdsink_add),
23378         (gst_multifdsink_remove), (gst_multifdsink_clear),
23379         (gst_multifdsink_client_remove),
23380         (gst_multifdsink_handle_client_read),
23381         (gst_multifdsink_client_queue_data),
23382         (gst_multifdsink_client_queue_caps),
23383         (gst_multifdsink_client_queue_buffer),
23384         (gst_multifdsink_handle_client_write),
23385         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23386         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23387         (gst_multifdsink_init_send), (gst_multifdsink_close):
23388         Fix wrong GList iteration that could crash the server when
23389         more then 2 clients disconnect at the same time. Read all the
23390         pending commands in one batch to recover from command storms under
23391         very heavy load.
23392
23393 2004-06-28  Wim Taymans  <wim@fluendo.com>
23394
23395         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23396         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23397         (gst_videomixer_pad_set_property),
23398         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23399         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23400         (gst_videomixer_class_init), (gst_videomixer_init),
23401         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23402         (pad_zorder_compare), (gst_videomixer_sort_pads),
23403         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23404         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23405         (gst_videomixer_update_queues), (gst_videomixer_loop),
23406         (plugin_init):
23407         Avoid divide by zero, choose masterpad as the pad with the highest
23408         framerate.
23409
23410 2004-06-27  Julien Moutte  <julien@moutte.net>
23411
23412         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23413         (gst_ximagesink_xwindow_new):
23414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23415         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23416         function directly. We might want to call it from somewhere else one day.
23417
23418 2004-06-27  Julien Moutte  <julien@moutte.net>
23419
23420         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23421         (gst_ximagesink_xwindow_new):
23422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23423         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23424         window decorations.
23425
23426 2004-06-27  Wim Taymans  <wim@fluendo.com>
23427
23428         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23429         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23430         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23431         (gst_dvdec_set_property), (gst_dvdec_get_property):
23432         * ext/dv/gstdvdec.h:
23433         Implement drop_factor property to lower the framerate with
23434         a factor.
23435
23436 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23437
23438         * gst-libs/gst/colorbalance/Makefile.am:
23439         * gst-libs/gst/mixer/Makefile.am:
23440         * gst-libs/gst/play/Makefile.am:
23441         * gst-libs/gst/tuner/Makefile.am:
23442           unbreak Company's fix that didn't install the -enum.h files
23443
23444 2004-06-27  Wim Taymans  <wim@fluendo.com>
23445
23446         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23447         (gst_dvdec_change_state):
23448         * ext/dv/gstdvdec.h:
23449         Fix timestamp, duration and offset of the buffers.
23450
23451 2004-06-27  Wim Taymans  <wim@fluendo.com>
23452
23453         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23454         (gst_multifdsink_class_init), (gst_multifdsink_add),
23455         (gst_multifdsink_remove), (gst_multifdsink_clear),
23456         (gst_multifdsink_client_remove),
23457         (gst_multifdsink_handle_client_read),
23458         (gst_multifdsink_client_queue_data),
23459         (gst_multifdsink_client_queue_caps),
23460         (gst_multifdsink_client_queue_buffer),
23461         (gst_multifdsink_handle_client_write),
23462         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23463         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23464         (gst_multifdsink_init_send), (gst_multifdsink_close):
23465         * gst/tcp/gstmultifdsink.h:
23466         * gst/tcp/gsttcpserversink.c:
23467         (gst_tcpserversink_handle_server_read),
23468         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23469         More multifdsink fixes, more recovery policy fixes.
23470         Removed stupid g_print
23471
23472 2004-06-26  Wim Taymans  <wim@fluendo.com>
23473
23474         * gst/tcp/Makefile.am:
23475         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23476         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23477         (gst_multifdsink_class_init), (gst_multifdsink_init),
23478         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23479         (gst_multifdsink_handle_client_read),
23480         (gst_multifdsink_client_queue_data),
23481         (gst_multifdsink_client_queue_caps),
23482         (gst_multifdsink_client_queue_buffer),
23483         (gst_multifdsink_handle_client_write),
23484         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23485         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23486         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23487         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23488         (gst_multifdsink_close), (gst_multifdsink_change_state):
23489         * gst/tcp/gstmultifdsink.h:
23490         * gst/tcp/gsttcpplugin.c: (plugin_init):
23491         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23492         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23493         (gst_tcpserversink_handle_server_read),
23494         (gst_tcpserversink_handle_select),
23495         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23496         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23497         * gst/tcp/gsttcpserversink.h:
23498         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23499         one of the locks, added recovery policy to multifdsink.
23500
23501 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23502
23503         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23504           fix decision for when getting frames with same timestamp
23505         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23506         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23507         (gst_v4lsrc_get_property):
23508         * sys/v4l/gstv4lsrc.h:
23509           add latency offset property
23510
23511 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23514         (plugin_init):
23515           fix debugging. add category.
23516
23517 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23518
23519         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23520           fix wrong offsets
23521
23522 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23523
23524         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23525         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23526         (gst_alsa_src_change_state):
23527           return a time that is in sync with the element's processing
23528
23529 2004-06-25  Wim Taymans  <wim@fluendo.com>
23530
23531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23532         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23533         (gst_tcpserversink_client_remove),
23534         (gst_tcpserversink_handle_client_read),
23535         (gst_tcpserversink_client_queue_data),
23536         (gst_tcpserversink_client_queue_caps),
23537         (gst_tcpserversink_client_queue_buffer),
23538         (gst_tcpserversink_handle_client_write),
23539         (gst_tcpserversink_queue_buffer),
23540         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23541         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23542         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23543         (gst_tcpserversink_close):
23544         * gst/tcp/gsttcpserversink.h:
23545         Serversink rewrite. Really do non blocking writes to clients and
23546         maintain an internal queue to handle slower clients while not
23547         disturbing fast clients.
23548
23549 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23550
23551         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23552           better debug, don't override OFFSET and OFFSET_END
23553
23554 2004-06-25  Iain <iain@prettypeople.org>
23555
23556         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23557         name=source for the wavparse pipeline.
23558
23559 2004-06-24  Johan Dahlin  <johan@gnome.org>
23560
23561         * ext/theora/theoraenc.c (theora_enc_chain): Call
23562         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23563         streamheader caps are set correctly.
23564
23565 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23566
23567         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23568         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23569           respect minimum bitrate; same could be done for max bitrate
23570
23571 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23572
23573         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23574         (gst_vorbisenc_setup):
23575           fix sample rate range
23576
23577 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23578
23579         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23580         (gst_oggvorbisenc_setup):
23581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23582         (gst_vorbisenc_setup):
23583           resolve ambiguities in code and description
23584
23585 2004-06-24  Wim Taymans  <wim@fluendo.com>
23586
23587         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23588         * ext/alsa/gstalsa.h:
23589         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23590         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23591         Use alsa trigger_tstamp to get the timestamp of the first
23592         sample in the buffer for more precise sync. Some cleanups.
23593
23594 2004-06-24  Wim Taymans  <wim@fluendo.com>
23595
23596         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23597         (gst_audiorate_init), (gst_audiorate_chain),
23598         (gst_audiorate_set_property), (gst_audiorate_get_property):
23599         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23600         (gst_videorate_chain):
23601         Added some logging, fixed an overflow bug in videorate.
23602
23603 2004-06-24  Benjamin Otte  <otte@gnome.org>
23604
23605         * ext/kio/Makefile.am:
23606           fix for builddir != srcdir and distcheck
23607
23608 2004-06-24  Benjamin Otte  <otte@gnome.org>
23609
23610         * gst-libs/gst/colorbalance/Makefile.am:
23611         * gst-libs/gst/mixer/Makefile.am:
23612         * gst-libs/gst/play/Makefile.am:
23613         * gst-libs/gst/tuner/Makefile.am:
23614         * gst/tcp/Makefile.am:
23615         * sys/dxr3/Makefile.am:
23616           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23617           tarball.
23618           Also add all *.list files that were missing.
23619         * Makefile.am:
23620           add a distcheck hook to ensure the above doesn't happen again.
23621
23622 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23623
23624         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23625
23626 2004-06-23  Colin Walters  <walters@redhat.com>
23627
23628         * m4/Makefile.am: Distribute gst-fionread.m4.
23629
23630 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23631
23632         * configure.ac: back to dev
23633
23634 2004-06-23  Wim Taymans  <wim@fluendo.com>
23635
23636         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23637         (gst_alsa_xrun_recovery):
23638         * ext/alsa/gstalsa.h:
23639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23640         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23642         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23643         (gst_alsa_src_loop):
23644         Add clock to alsasrc. Take new capture timestamp when
23645         restarting after an overrun. Split up some functions between
23646         alsasrc and alsasink.
23647
23648 === release 0.8.2 ===
23649
23650 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23651
23652         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23653         (gst_alsa_change_state), (gst_alsa_update_avail),
23654         (gst_alsa_xrun_recovery):
23655         * ext/alsa/gstalsa.h:
23656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23657           merge back changes from release
23658
23659 2004-06-23  Wim Taymans  <wim@fluendo.com>
23660
23661         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23662         (gst_audiorate_init), (gst_audiorate_chain),
23663         (gst_audiorate_set_property), (gst_audiorate_get_property):
23664         Implement sample dropping and notify
23665
23666 2004-06-22  Wim Taymans  <wim@fluendo.com>
23667
23668         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23669         (theora_enc_sink_link), (theora_buffer_from_packet),
23670         (theora_push_packet), (theora_enc_chain):
23671         Some cleanups, make sure the timestamps are correct.
23672
23673 2004-06-22  Wim Taymans  <wim@fluendo.com>
23674
23675         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23676         (gst_alsa_change_state), (gst_alsa_update_avail),
23677         (gst_alsa_xrun_recovery):
23678         * ext/alsa/gstalsa.h:
23679         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23680         Cleanups, take queued samples into account when reporting
23681         the time.
23682
23683 2004-06-22  Wim Taymans  <wim@fluendo.com>
23684
23685         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23686         (gst_videorate_init):
23687         Initialize the property as well.
23688
23689 2004-06-22  Wim Taymans  <wim@fluendo.com>
23690
23691         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23692         (gst_videorate_init), (gst_videorate_chain),
23693         (gst_videorate_set_property), (gst_videorate_get_property):
23694         Add property to make videorate silent.
23695         Add property to prefer new frames over old ones.
23696
23697 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23698
23699         * sys/osxvideo/Makefile.am:
23700         Workaround so that the osxvideo .so file gets linked with the
23701         Cocoa, OpenGL and QuickTime frameworks
23702
23703 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23704
23705         * sys/osxaudio/Makefile.am:
23706         Workaround so that the osxaudio .so file gets linked with the
23707         CoreAudio framework
23708
23709 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23710
23711         * configure.ac:
23712         Whoops, my fault...fixed build issues
23713
23714 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23715
23716         * configure.ac:
23717         Add objective-c support if running in Darwin/Mac OS X
23718         * sys/Makefile.am:
23719         * sys/osxvideo:
23720         * sys/osxvideo/Makefile.am:
23721         * sys/osxvideo/osxvideosink.h:
23722         * sys/osxvideo/osxvideosink.m:
23723         * sys/osxvideo/cocoawindow.h:
23724         * sys/osxvideo/cocoawindow.m:
23725         Add osxvideosink, a cocoa-based osx video sink
23726
23727
23728 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23729         * ext/dvdnav/gst-dvd:
23730         Grab the gconf key from the right spot
23731         * gst/debug/gstnavseek.c: (gst_navseek_init),
23732         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23733         (gst_navseek_chain):
23734         * gst/debug/gstnavseek.h:
23735           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23736           and loop parameters of a segment seek.
23737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23738         (gst_videotestsrc_get_event_masks),
23739         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23740         * gst/videotestsrc/gstvideotestsrc.h:
23741           Add seeking support to videotestsrc
23742           Initialise the timestamp_offset variable.
23743
23744 2004-06-18  Wim Taymans  <wim@fluendo.com>
23745
23746         * ext/sidplay/gstsiddec.cc:
23747         Fix negotiation and set correct end offset.
23748
23749 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23750
23751         * configure.ac: branch and prerelease
23752
23753 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23754
23755         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23756         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23757         (gst_tcpclientsrc_init_receive):
23758         * gst/tcp/gsttcpclientsrc.h:
23759           read caps when connecting to server for GDP so we set them correctly
23760
23761 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23762
23763         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23764           notify drops and duplicates
23765         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23766           no good reason to limit ourselves to 100x100
23767
23768 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23769
23770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23771         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23772         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23773         (gst_v4lsrc_get_property):
23774         * sys/v4l/gstv4lsrc.h:
23775         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23776         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23777         (gst_v4l_set_audio):
23778         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23779         (gst_v4lsrc_try_capture):
23780         * sys/v4l/v4lsrc_calls.h:
23781           change try_palette to more general try_capture
23782           add autoprobe option so we can turn off autoprobing
23783           various fixes
23784
23785 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23786
23787         * configure.ac:
23788           add videorate
23789         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23790         (gst_ximagesink_class_init):
23791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23792         (gst_xvimagesink_class_init):
23793           run them as finalize, not dispose, since dispose can be invoked
23794           multiple times
23795
23796 2004-06-17  Wim Taymans  <wim@fluendo.com>
23797
23798         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23799         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23800         * ext/alsa/gstalsa.h:
23801         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23803         (gst_alsa_src_change_state):
23804         * ext/alsa/gstalsasrc.h:
23805         Make the xrun code timestamp and offset the buffers correctly.
23806         moved the clock to the base class, use alsa methods to get time.
23807         Do correct timestamping on outgoing buffers.
23808
23809 2004-06-17  Wim Taymans  <wim@fluendo.com>
23810
23811         * gst/audiorate/Makefile.am:
23812         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23813         (gst_audiorate_base_init), (gst_audiorate_class_init),
23814         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23815         (gst_audiorate_set_property), (gst_audiorate_get_property),
23816         (gst_audiorate_change_state), (plugin_init):
23817         Added an audiorate converter that fills in gaps.
23818
23819 2004-06-17  Johan Dahlin  <johan@gnome.org>
23820
23821         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23822
23823 2004-06-16  Wim Taymans  <wim@fluendo.com>
23824
23825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23827         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23828         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23829         (gst_v4lsrc_get_property):
23830         * sys/v4l/gstv4lsrc.h:
23831         Added a copy mode to v4lsrc where it will output a copied version
23832         of its internal hardware buffer.
23833         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23834         can't | them.
23835
23836 2004-06-16  Wim Taymans  <wim@fluendo.com>
23837
23838         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23839         Timestamp fixes.
23840
23841 2004-06-16  Wim Taymans  <wim@fluendo.com>
23842
23843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23844         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23845         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23846         (gst_v4lsrc_get_property):
23847         * sys/v4l/gstv4lsrc.h:
23848         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23849         Added a sync mode enum property to control v4lsrc timestamp method
23850         Removed the use-fixed-fps property and moved functionality in
23851         the enum.
23852         Don't error on an error value from v4l-conf, it might not always
23853         be a real error.
23854
23855 2004-06-16  Wim Taymans  <wim@fluendo.com>
23856
23857         * gst/videorate/Makefile.am:
23858         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23859         (gst_videorate_base_init), (gst_videorate_class_init),
23860         (gst_videorate_getcaps), (gst_videorate_link),
23861         (gst_videorate_init), (gst_videorate_chain),
23862         (gst_videorate_set_property), (gst_videorate_get_property),
23863         (gst_videorate_change_state), (plugin_init):
23864         Added a video timestamp corrector.
23865
23866 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23867
23868         fixed a potential leak with previous commit
23869
23870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23871
23872 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23873
23874         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23875         Added missing refcount, fixes bug #144425
23876         Cheers Tim for finding the bug
23877
23878 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23879
23880         * sys/v4l/gstv4l.c: (plugin_init):
23881         * sys/v4l/gstv4lcolorbalance.c:
23882         * sys/v4l/gstv4lcolorbalance.h:
23883         * sys/v4l/gstv4lelement.c:
23884         * sys/v4l/gstv4lelement.h:
23885         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23886         * sys/v4l/gstv4lmjpegsink.h:
23887         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23888         * sys/v4l/gstv4lmjpegsrc.h:
23889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23890         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23891         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23892         * sys/v4l/gstv4lsrc.h:
23893         * sys/v4l/gstv4ltuner.c:
23894         * sys/v4l/gstv4ltuner.h:
23895         * sys/v4l/gstv4lxoverlay.c:
23896         * sys/v4l/gstv4lxoverlay.h:
23897         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23898         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23899         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23900         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23901         (gst_v4l_set_audio):
23902         * sys/v4l/v4l_calls.h:
23903         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23904         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23905         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23906         (gst_v4lmjpegsink_playback_init),
23907         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23908         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23909         (gst_v4lmjpegsink_playback_stop),
23910         (gst_v4lmjpegsink_playback_deinit):
23911         * sys/v4l/v4lmjpegsink_calls.h:
23912         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23913         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23914         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23915         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23916         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23917         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23918         * sys/v4l/v4lmjpegsrc_calls.h:
23919         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23920         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23921         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23922         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23923         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23924         (gst_v4lsrc_try_palette):
23925         * sys/v4l/v4lsrc_calls.h:
23926           bunch of paranoia cleanups
23927
23928 2004-06-14  David Schleef  <ds@schleef.org>
23929
23930         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23931         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23932         Send discont events and change timestamps appropriately when
23933         we get a seek event.  (bug #144240)
23934         * ext/cdparanoia/gstcdparanoia.h:
23935
23936 2004-06-14  Benjamin Otte  <otte@gnome.org>
23937
23938         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23939           snd_pcm_hw_params_set_rate  since the latter fails for no good
23940           reason on some setups.
23941
23942 2004-06-14  David Schleef  <ds@schleef.org>
23943
23944         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23945         standard.  Thank you for playing.
23946
23947 2004-06-14  Wim Taymans  <wim@fluendo.com>
23948
23949         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23950         Patch 1.3 broke the ordering of the colorspace info and
23951         made the plugin basically work by coincidence, reordered
23952         the info.
23953
23954 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23955
23956         * ext/lame/gstlame.c:
23957         * ext/mad/gstmad.c:
23958           sync caps.  Make sure mad can only output a list of rates, not
23959           a full range.  In the future, have three caps lists for each of the
23960           mpeg versions.  Change mpegversion to a double as well.
23961
23962 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23963
23964         * gst/volume/.cvsignore:
23965         * gst/volume/Makefile.am:
23966         * gst/volume/demo.c: (value_changed_callback), (idler),
23967         (setup_gui), (main):
23968           added small demo app
23969
23970 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23971         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23972         * ext/esd/esdsink.h:
23973         Close the esd connection on pause, because esd will just wait -
23974         blocking all other esd clients indefinitely.
23975
23976 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23977
23978         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23979           previous commit with GST_DEBUG
23980
23981 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23982
23983         * configure.ac:
23984           add a header check for a dvdread header in dvdnav.  Fixes #133002
23985
23986 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23987
23988         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23989         * gst/tcp/gsttcpclientsink.h:
23990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23991         * gst/tcp/gsttcpclientsrc.h:
23992         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23993         (gst_tcpserversink_handle_server_read),
23994         (gst_tcpserversink_init_send):
23995         * gst/tcp/gsttcpserversink.h:
23996         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23997         * gst/tcp/gsttcpserversrc.h:
23998         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23999         version of IP)
24000
24001 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24002
24003         * configure.ac:
24004         Added ogg library so that OSX detects libtheora properly
24005
24006 2004-06-11  Wim Taymans  <wim@fluendo.com>
24007
24008         * ext/theora/theoradec.c: (theora_dec_chain),
24009         (theora_dec_change_state):
24010         Don't try to decode frames before we received a keyframe.
24011
24012 2004-06-11  Wim Taymans  <wim@fluendo.com>
24013
24014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24015         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24016         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24017         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24018         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24019         Added property to set the maximum delay of a page.
24020
24021 2004-06-10  Wim Taymans  <wim@fluendo.com>
24022
24023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24024         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24025         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24026         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24027         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24028         Added max-delay property to control the maximum amount
24029         of data to put in one page.
24030
24031 2004-06-10  Wim Taymans  <wim@fluendo.com>
24032
24033         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24034         (gst_theora_enc_init), (theora_enc_sink_link),
24035         (theora_buffer_from_packet), (theora_enc_set_property),
24036         (theora_enc_get_property):
24037         Set duration on encoded buffer, added some more properties
24038
24039 2004-06-10  Wim Taymans  <wim@fluendo.com>
24040
24041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24042         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24043         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24044         * ext/theora/theoraenc.c: (theora_enc_chain):
24045         Fix refcounting bugs
24046
24047 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24048
24049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24050         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24051         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24052         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24053         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24054         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24055         (gst_asf_demux_change_state):
24056         * gst/asfdemux/gstasfdemux.h:
24057           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24058           feels like. I think we should set a new requirement for demuxers
24059           from now on to implement sane loop functions, data loops, query
24060           and seek functions before first commit into CVS. And this commit
24061           fixes all of the above.
24062
24063 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24064
24065         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24066           vorbis comments are properly encoded in UTF-8 before adding them
24067           to a GstTagList
24068
24069 2004-06-09  Benjamin Otte  <otte@gnome.org>
24070
24071         * ext/alsa/gstalsa.c: (add_channels):
24072           handle min <= max correctly
24073         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24074         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24075           add fixation functions so we fixate correctly. No preferring of alaw
24076           anymore because it's the first structure.
24077         * ext/alsa/gstalsa.h:
24078         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24079         (gst_alsa_hw_params_dump):
24080           add functions to ease debugging in alsalib
24081         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24082         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24083         (gst_alsa_start_audio):
24084           only specify hw params if we really setup a format (fixes #134007 -
24085           or at least works around it)
24086
24087 2004-06-09  Wim Taymans  <wim@fluendo.com>
24088
24089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24090         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24091         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24092         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24093         (gst_ogg_mux_loop):
24094         Use stream caps to setup the initial pages in the ogg stream.
24095         Correctly set the streamheader caps on the srcpad.
24096
24097 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24098
24099         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24100         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24101         (gst_v4lsrc_getcaps):
24102         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24103         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24104           add querying of fps lists for webcams.  Negotiating to a framerate
24105           now works.
24106
24107 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24108
24109         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24110         (theora_push_buffer), (theora_push_packet),
24111         (theora_set_header_on_caps), (theora_enc_chain):
24112           mark buffers and put on streamheader, raw theora streaming
24113           now works too, whee
24114
24115 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24116
24117         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24118         (gst_tcp_gdp_read_caps):
24119           do a looping read for caps and GDP headers too
24120
24121 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24122
24123         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24124         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24125           return EOS instead of NULL in _get
24126
24127 2004-06-08  Wim Taymans  <wim@fluendo.com>
24128
24129         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24130         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24131         (gst_tcp_gdp_write_caps):
24132         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24133         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24134         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24135         Memory leak fixes
24136
24137 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * ext/vorbis/Makefile.am:
24140         * ext/vorbis/vorbis.c: (plugin_init):
24141         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24142         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24143         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24144         (vorbis_parse_change_state):
24145         * ext/vorbis/vorbisparse.h:
24146           adding a vorbisparse element that marks the buffers, streaming
24147           raw vorbis using GDP now works, whee
24148
24149 2004-06-08  Wim Taymans  <wim@fluendo.com>
24150
24151         * ext/jpeg/Makefile.am:
24152         * ext/jpeg/README:
24153         * ext/jpeg/gstjpeg.c: (plugin_init):
24154         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24155         (gst_smokedec_base_init), (gst_smokedec_class_init),
24156         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24157         * ext/jpeg/gstsmokedec.h:
24158         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24159         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24160         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24161         (gst_smokeenc_resync), (gst_smokeenc_chain),
24162         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24163         * ext/jpeg/gstsmokeenc.h:
24164         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24165         (smokecodec_flush_destination), (smokecodec_term_destination),
24166         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24167         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24168         (smokecodec_term_source), (smokecodec_encode_new),
24169         (smokecodec_decode_new), (smokecodec_info_free),
24170         (smokecodec_set_quality), (smokecodec_get_quality),
24171         (smokecodec_set_threshold), (smokecodec_get_threshold),
24172         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24173         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24174         (smokecodec_parse_header), (smokecodec_decode):
24175         * ext/jpeg/smokecodec.h:
24176         Added a new simple jpeg based codec
24177
24178 2004-06-08  Wim Taymans  <wim@fluendo.com>
24179
24180         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24181         (gst_multipart_mux_loop):
24182         Fix memory leak
24183
24184 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24185
24186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24187         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24188         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24189         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24190         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24191         * gst/tcp/gsttcpserversink.h:
24192           take streamheader into account
24193
24194 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24195
24196         * gst/level/Makefile.am:
24197         * gst/level/gstlevel.c: (gst_level_class_init):
24198           clean up marshal generation
24199
24200 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * gst/tcp/Makefile.am:
24203         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24204         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24205         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24206         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24207         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24208         (gst_tcpclientsrc_get_property):
24209         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24210         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24211         (gst_tcpserversink_handle_client_read),
24212         (gst_tcpserversink_handle_client_write),
24213         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24214         * gst/tcp/gsttcpserversink.h:
24215           add signals client-added and client-removed
24216         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24217         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24218         (gst_tcpserversrc_get_property):
24219         uniformized, change default protocol to NONE
24220         * gst/tcp/gsttcp-marshal.list: added
24221 2004-06-07  Benjamin Otte  <otte@gnome.org>
24222
24223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24224           handle discont events if they happen before caps nego
24225
24226 2004-06-07  Wim Taymans  <wim@fluendo.com>
24227
24228         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24229         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24230         (gst_multipart_demux_plugin_init):
24231         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24232         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24233         (gst_multipart_mux_change_state):
24234         Small updates, fix a memleak
24235
24236 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24237
24238         * configure.ac: OSS portability
24239         * ext/arts/gst_arts.c: idem
24240         * sys/oss/gstosselement.c: idem
24241         * sys/oss/gstossmixer.c: idem
24242         * sys/oss/gstosssink.c: idem
24243         * sys/oss/gstosssrc.c: idem
24244         * sys/oss/oss_probe.c: idem
24245           - check for soundcard.h in different places for some BSD
24246
24247 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24248
24249         * AUTHORS:
24250         Add me to the authors file
24251         * configure.ac:
24252         Increase the libdv requirement to >= version 0.100
24253         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24254         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24255         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24256         * ext/dv/gstdvdec.h:
24257         Add support for the new_media flag when sending DISCONT events
24258         Make the querying work when video pad is not linked
24259
24260 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24261
24262         reviewed by Benjamin Otte  <otte@gnome.org>
24263
24264         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24265           create a NULL-initialized array of pads, so we don't think they
24266           exist already. (fixes #143130)
24267
24268 2004-06-07  Benjamin Otte  <otte@gnome.org>
24269
24270         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24271         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24272         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24273           don't use // coments
24274
24275 2004-06-07  Benjamin Otte  <otte@gnome.org>
24276
24277         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24278           cast to GstClockTime to get higher granularity
24279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24280           use gst_element_set_time_delay to get the exact time
24281         * ext/mad/gstmad.c: (gst_mad_chain):
24282           use the negotiated rate instead of the current frame's rate which
24283           might be wrong because of bit errors. This avoids emitting totally
24284           bogus timestamps and screwing sync.
24285         (fixes #143454)
24286
24287 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24288
24289         reviewed by Benjamin Otte  <otte@gnome.org>
24290
24291         * gst/adder/gstadder.c: (gst_adder_loop):
24292           properly error out when no negotiation has happened yet. (fixes
24293           #143032)
24294
24295 2004-06-06  Benjamin Otte  <otte@gnome.org>
24296
24297         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24298           forward correctly transformed offset in discont events. Based on
24299           patch by Arwed v. Merkatz. (fixes #142851)
24300
24301 2004-06-06  David Schleef  <ds@schleef.org>
24302
24303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24304         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24305         problems on several systems.
24306
24307 2004-06-06  Benjamin Otte  <otte@gnome.org>
24308
24309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24310           use explicit caps on the srcpad
24311         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24312           properly error out if caps couldn't be set (fixes #142764)
24313
24314 2004-06-06  Benjamin Otte  <otte@gnome.org>
24315
24316         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24317         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24318         (gst_alsa_start_audio):
24319           - don't call set_periods_integer anymore, it breaks the
24320           configuration randomly
24321           - call snd_pcm_hw_params_set_access directly instead of using masks
24322           - don't fail if the sw_params can't be set, just use the default
24323           params and hope it works. Alsalib has weird issues when you touch
24324           sw_params and does no proper error reporting about what failed.
24325         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24326         (gst_alsa_close_audio):
24327           make our alsa debugging go via gst debugging and not conditionally
24328           defined
24329         * ext/alsa/gstalsa.h:
24330           add ALSA_DEBUG_FLUSH macro
24331         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24332         (plugin_init):
24333           wrap alsa errors to be printed via the gst debugging system and not
24334           spammed to stderr
24335
24336 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24337
24338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24339         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24340         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24341         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24342         (qtdemux_parse_trak):
24343         * gst/qtdemux/qtdemux.h:
24344           Bitch. Also known as seeking, querying & co.
24345         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24346         (gst_osssink_change_state):
24347         * sys/oss/gstosssink.h:
24348           Resyncing is for weenies, this hack is no longer needed and was
24349           broken anyway (since it - unintendedly - always leaves resync to
24350           TRUE).
24351
24352 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24353
24354         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24355         * gst/tcp/gsttcpclientsrc.h: idem
24356           - define MSG_NOSIGNAL if not done
24357           - include unistd.h for off_t
24358           (fixes #143749)
24359
24360 2004-06-05  Benjamin Otte  <otte@gnome.org>
24361
24362         * configure.ac:
24363         * ext/kio/Makefile.am:
24364           check for qt's moc preprocessor explicitly and use it
24365
24366 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24367
24368         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24369           don't get a signal for EPIPE on socket writes
24370           (somebody check if this works on other platforms)
24371
24372 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24373
24374         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24375         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24376           check error condition on available samples correctly
24377
24378 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24379
24380         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24381           avoid a segfault
24382         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24383         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24384         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24385         (gst_tcpserversrc_gdp_read_header):
24386          use ssize_t over size_t since the former is signed and thus the
24387          check for error codes can work
24388
24389 2004-06-02  Wim Taymans  <wim@fluendo.com>
24390
24391         reviewed by: Johan
24392
24393         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24394         (gst_multipart_mux_loop):
24395         Oops
24396
24397 2004-06-02  Wim Taymans  <wim@fluendo.com>
24398
24399         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24400         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24401         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24402         (gst_multipart_mux_change_state):
24403         Added configurable boundary specifier, added the value as a
24404         caps field as well.
24405
24406 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24407
24408         * gst/tcp/gsttcp.c:
24409         * gst/tcp/gsttcpclientsrc.c:
24410         * gst/tcp/gsttcpclientsrc.h:
24411         * gst/tcp/gsttcpserversrc.c:
24412           - portability fix, to compile on OSX
24413             (fixes #143146)
24414
24415         * sys/osxaudio/gstosxaudioelement.c:
24416         * sys/osxaudio/gstosxaudiosink.c:
24417         * sys/osxaudio/gstosxaudiosrc.c:
24418           - compilation warnings on OSX
24419             (fixes #143153)
24420
24421 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24422
24423         * ext/vorbis/vorbisdec.c : sign warning fixes
24424
24425         * gst-libs/gst/mixer/mixertrack.c :
24426           do no use defines which are glib 2.4 specific
24427
24428 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24429
24430         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24431           buffer since libflac doesn't expect it (reports a sync error when
24432           it encounters that)
24433
24434
24435 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24436
24437         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24438         * gst-libs/gst/mixer/mixertrack.c:
24439         (gst_mixer_track_get_property), (get_mixer_track_init),
24440         (get_mixer_track_get_property): Added property accessors
24441         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24442         * gst-libs/gst/mixer/mixeroptions.c:
24443         (gst_mixer_options_get_values): Added
24444         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24445         * gst-libs/gst/mixer/mixer.c: Fixed comment
24446
24447
24448 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24449
24450         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24451           improve error messages on open
24452
24453
24454 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24455
24456         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24457           check if v4l-conf is in path
24458
24459 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24460
24461         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24462           change assert to a more readable error message
24463
24464 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24465
24466         * gst-libs/gst/tuner/tunerchannel.h:
24467           - add a freq_multiplicator field to make the conversion
24468             between internal frequency unit and Hz
24469         * sys/v4l/gstv4lelement.c:
24470         * sys/v4l2/gstv4l2element.c:
24471           - change default video device to /dev/video0
24472         * sys/v4l/v4l_calls.c:
24473         * sys/v4l2/v4l2_calls.c:
24474           - we only expose frequency to the user in Hz instead of
24475             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24476
24477 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24478         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24479           Initialise b_o_s and e_o_s variables
24480         * gst-libs/gst/riff/riff-media.c:
24481         (gst_riff_create_video_caps_with_data):
24482           Add some unusual fourcc's from mplayer avi's
24483         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24484           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24485           autoplugging.
24486
24487 2004-05-28  Wim Taymans  <wim@fluendo.com>
24488
24489         * configure.ac:
24490         * gst/alpha/Makefile.am:
24491         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24492         (gst_alpha_get_type), (gst_alpha_base_init),
24493         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24494         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24495         (gst_alpha_chroma_key), (gst_alpha_chain),
24496         (gst_alpha_change_state), (plugin_init):
24497         A plugin to add an alpha channel to I420 video. Can optionally do
24498         chroma keying.
24499         * gst/multipart/Makefile.am:
24500         * gst/multipart/multipart.c: (plugin_init):
24501         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24502         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24503         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24504         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24505         (gst_multipart_demux_change_state),
24506         (gst_multipart_demux_plugin_init):
24507         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24508         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24509         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24510         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24511         (gst_multipart_mux_pad_unlink),
24512         (gst_multipart_mux_request_new_pad),
24513         (gst_multipart_mux_handle_src_event),
24514         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24515         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24516         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24517         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24518         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24519         send multipart jpeg images to a browser.
24520         * gst/videobox/Makefile.am:
24521         * gst/videobox/README:
24522         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24523         (gst_video_box_get_type), (gst_video_box_base_init),
24524         (gst_video_box_class_init), (gst_video_box_init),
24525         (gst_video_box_set_property), (gst_video_box_get_property),
24526         (gst_video_box_sink_link), (gst_video_box_i420),
24527         (gst_video_box_ayuv), (gst_video_box_chain),
24528         (gst_video_box_change_state), (plugin_init):
24529         Crops or adds borders around an image. can do alpha channel
24530         borders as well.
24531         * gst/videomixer/Makefile.am:
24532         * gst/videomixer/README:
24533         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24534         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24535         (gst_videomixer_pad_get_sink_event_masks),
24536         (gst_videomixer_pad_get_property),
24537         (gst_videomixer_pad_set_property),
24538         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24539         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24540         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24541         (gst_videomixer_base_init), (gst_videomixer_class_init),
24542         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24543         (gst_videomixer_handle_src_event),
24544         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24545         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24546         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24547         (gst_videomixer_loop), (gst_videomixer_get_property),
24548         (gst_videomixer_set_property), (gst_videomixer_change_state),
24549         (plugin_init):
24550         Generic video mixer plugin, can handle multiple inputs all with
24551         different framerates and video sizes. Is fully alpha channel
24552         aware.
24553
24554 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24555
24556         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24557           Select first track as master track. Not sure how else to handle
24558           that...
24559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24560           Discard discont events. Should fix #142962.
24561
24562 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24563
24564         * ext/alsa/Makefile.am:
24565         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24566         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24567         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24568         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24569         (gst_alsa_mixer_get_option):
24570         * ext/alsa/gstalsamixer.h:
24571         * ext/alsa/gstalsamixeroptions.c:
24572         (gst_alsa_mixer_options_get_type),
24573         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24574         (gst_alsa_mixer_options_new):
24575         * ext/alsa/gstalsamixeroptions.h:
24576         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24577         * ext/alsa/gstalsamixertrack.h:
24578           Add enumerations (as GstMixerOptions). Make correct distinction
24579           between input/output tracks. Add capture/playback private flag.
24580           Use flag to decide on whether to set capture or playback volumes
24581           or switches. Use playback and record switches.
24582         * gst-libs/gst/mixer/Makefile.am:
24583         * gst-libs/gst/mixer/mixer-marshal.list:
24584         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24585         (gst_mixer_set_option), (gst_mixer_get_option),
24586         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24587         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24588         * gst-libs/gst/mixer/mixer.h:
24589         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24590         (gst_mixer_options_class_init), (gst_mixer_options_init),
24591         (gst_mixer_options_dispose):
24592         * gst-libs/gst/mixer/mixeroptions.h:
24593           Add GstMixerOptions.
24594         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24595           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24596           broken device detection on computers with multiple OSS sound
24597           cards.
24598
24599 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24600
24601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24602           fixate nicely even when the peer is not negotiating
24603
24604 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24605
24606         * gst/audioconvert/gstaudioconvert.c:
24607         (gst_audio_convert_parse_caps):
24608           make sure we don't allow depth > width
24609         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24610           fixate endianness to G_BYTE_ORDER as default
24611         * gst/audioscale/gstaudioscale.c:
24612           we don't handle another endianness as host-endianness
24613
24614 2004-05-25  David Schleef  <ds@schleef.org>
24615
24616         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24617
24618 2004-05-24  Benjamin Otte  <otte@gnome.org>
24619
24620         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24621         (gst_oggvorbisenc_setup):
24622           properly fail when we can't setup the vorbis encoder due to
24623           unsupported settings
24624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24625         (gst_vorbisenc_setup):
24626           same
24627         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24628           fix case where warnings occured when one pad was unlinked while the
24629           other's link function was called
24630
24631 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24632
24633         * gst/tcp/Makefile.am:
24634           use GST_ENABLE_NEW
24635
24636 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24637
24638         * gst-libs/gst/resample/private.h:
24639           don't use optimizations that are #if 0'ed
24640
24641 2004-05-24  Wim Taymans  <wim@fluendo.com>
24642
24643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24644         Fix potential division by zero error and hopefully get
24645         the position query right to get correct timestamps on avi
24646         audio.
24647
24648 2004-05-24  Wim Taymans  <wim@fluendo.com>
24649
24650         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24651         (gst_videoscale_scale_nearest_str2),
24652         (gst_videoscale_scale_nearest_str4),
24653         (gst_videoscale_scale_nearest_32bit),
24654         (gst_videoscale_scale_nearest_24bit),
24655         (gst_videoscale_scale_nearest_16bit):
24656         Fix the scaling algorithm and avoid a buffer overflow.
24657         removed the while loop in the scaling function as it
24658         was used for point sampling only.
24659
24660 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24661
24662         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24663         (gst_id3_tag_class_init), (gst_id3_tag_init),
24664         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24665         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24666         (gst_id3_tag_send_tag_event):
24667           lots of fixes to make id3mux work and id3demux work correctly
24668
24669 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24670
24671         * ext/Makefile.am:
24672           add rules to build shout2send (was removed by accident
24673           when this module was no more marked experimental/broken)
24674
24675 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24676
24677         * ext/shout2/gstshout2.c:
24678         * ext/shout2/gstshout2.h:
24679           adding a "connection problem" signal to shout2send
24680           (fixes #142954)
24681
24682 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24683
24684         * ext/kio/kioreceiver.cpp:
24685         * ext/kio/kioreceiver.h:
24686           fix sign comparison issues
24687
24688 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24689
24690         * gst/cdxaparse/gstcdxaparse.c:
24691         * gst/cdxaparse/gstcdxaparse.h:
24692           some renaming
24693           add some checks/sanity
24694           prepare for seek addition
24695
24696         * sys/sunaudio/gstsunaudio.c:
24697           remove exported dupe init function
24698
24699 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24700
24701         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24702         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24703           Fix format conversion and position querying.
24704         * gst/debug/progressreport.c: (gst_progressreport_report):
24705           Don't output a bogus total value that we didn't query.
24706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24707           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24708           only a blank window after xine has been used.
24709
24710 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24711
24712         * m4/as-arts.m4:
24713           sync with upstream version to fix test on FC2
24714           readd with -ko to preserve Id header
24715
24716 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24717
24718         * configure.ac:
24719           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24720         * gst/tcp/gsttcpclientsrc.c: idem
24721         * gst/tcp/gsttcpserversink.c: idem
24722         * gst/tcp/gsttcpserversrc.c: idem
24723         * m4/gst-fionread.m4: idem
24724
24725         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24726
24727         * configure.ac: enable speex plugin for speex 1.1.5+
24728         * ext/speex/gstspeexenc.c: fix cast warning
24729
24730         * ext/esd/README: fix typo
24731
24732 2004-05-20  David Schleef  <ds@schleef.org>
24733
24734         * configure.ac: Minor cosmetic change to convince the buildbot to
24735         reautogen.
24736         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24737         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24738         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24739         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24740         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24741         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24742         More hacking.  Plays audio now.
24743
24744 2004-05-20  David Schleef  <ds@schleef.org>
24745
24746         * configure.ac:
24747         * sys/Makefile.am:
24748
24749 2004-05-20  David Schleef  <ds@schleef.org>
24750
24751         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24752         * sys/osxaudio/gstosxaudio.c:
24753         * sys/osxaudio/gstosxaudioelement.c:
24754         * sys/osxaudio/gstosxaudioelement.h:
24755         * sys/osxaudio/gstosxaudiosink.c:
24756         * sys/osxaudio/gstosxaudiosink.h:
24757         * sys/osxaudio/gstosxaudiosrc.c:
24758         * sys/osxaudio/gstosxaudiosrc.h:
24759
24760 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24761
24762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24763         (gst_vorbisenc_chain):
24764           put the codec headers on the caps as streamheader as well as
24765           pushing them out
24766
24767 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24768
24769         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24770         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24771         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24772         split up push_packet into two functions
24773
24774 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24775
24776         * gst/tcp/.cvsignore:
24777           ignore enums
24778         * gst/tcp/Makefile.am:
24779         * gst/tcp/README:
24780         * gst/tcp/gsttcp.c:
24781         * gst/tcp/gsttcp.h:
24782         * gst/tcp/gsttcpclientsink.c:
24783         * gst/tcp/gsttcpclientsink.h:
24784         * gst/tcp/gsttcpclientsrc.c:
24785         * gst/tcp/gsttcpclientsrc.h:
24786         * gst/tcp/gsttcpplugin.c:
24787         * gst/tcp/gsttcpserversink.c:
24788         * gst/tcp/gsttcpserversink.h:
24789         * gst/tcp/gsttcpserversrc.c:
24790         * gst/tcp/gsttcpserversrc.h:
24791           add new tcp elements
24792
24793 2004-05-19  Wim Taymans  <wim@fluendo.com>
24794
24795         * gst/law/mulaw-conversion.c: (mulaw_encode):
24796         Fix overflow bug in ulaw encoding.
24797
24798 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24799
24800         * ext/mad/gstmad.c: (gst_mad_handle_event):
24801           don't unref the event twice
24802
24803 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24804
24805         * configure.ac:
24806           remove -Wno-sign-compare
24807
24808 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24809
24810         * configure.ac:
24811           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24812           if you want to work against glib 2.2 and 2.4
24813
24814 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24815
24816         * gst/tcp/Makefile.am:
24817         * gst/tcp/gsttcp.c:
24818         * gst/tcp/gsttcp.h:
24819         * gst/tcp/gsttcpsink.h:
24820         * gst/tcp/gsttcpsrc.h:
24821           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24822
24823 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24824
24825         * gst/debug/tests.c: (md5_get_value):
24826           fix segfault on gst-inspect
24827
24828 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24829
24830         * gst/debug/testplugin.c:
24831         * gst/debug/tests.c:
24832         * gst/debug/tests.h:
24833           add new extensible and configurable testing element. Current tests
24834           include buffer count, stream length, timestamp/duration matching and
24835           md5.
24836         * gst/debug/Makefile.am:
24837         * gst/debug/gstdebug.c: (plugin_init):
24838           add infrastructure for new element
24839
24840 2004-05-19  Johan Dahlin  <johan@gnome.org>
24841
24842         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24843         ending of the array. Fixes gst-inspect segfault on ppc.
24844
24845 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24846
24847         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24848
24849         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24850
24851 2004-05-18  David Schleef  <ds@schleef.org>
24852
24853         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24854         warnings (bugs, actually) noticed by gcc but not forte.
24855
24856 2004-05-18  David Schleef  <ds@schleef.org>
24857
24858         * sys/sunaudio/Makefile.am:
24859         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24860
24861 2004-05-18  David Schleef  <ds@schleef.org>
24862
24863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24864         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24865         to allow qtdemux to use non-seekable streams. (bug #142272)
24866
24867 2004-05-18  David Schleef  <ds@schleef.org>
24868
24869         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24870         (gst_resample_sinc_ft_float): Remove use of static temporary
24871         buffer.  This code was obviously not supposed to last long, but
24872         it's stuck in our ABI, so it required a little hack to make it
24873         ABI-compatible.  Fixes #142585.
24874         * gst-libs/gst/resample/resample.h: same.
24875
24876 2004-05-18  David Schleef  <ds@schleef.org>
24877
24878         * configure.ac: Add sunaudio
24879         * examples/Makefile.am: make gstplay depend on gconf
24880         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24881         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24882         (convert_table_lookup), (img_convert): remove c99-isms
24883         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24884           unsigned, to fix a warning on Solaris
24885         * gst/mpeg1sys/systems.c: bcopy->memcpy
24886         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24887         * sys/Makefile.am: Add sunaudio
24888
24889 2004-05-18  Wim Taymans  <wim@fluendo.com>
24890
24891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24892         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24893         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24894         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24895         (gst_ogg_mux_loop):
24896         Fix an ugly memleak where the muxer didn't flush enough ogg
24897         pages. This also resulted in badly muxed ogg files.
24898
24899 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24900
24901         * gst/asfdemux/asfheaders.c :
24902         * gst/asfdemux/asfheaders.h :
24903         * gst/asfdemux/gstasfdemux.c :
24904           - fix ASF_OBJ_PADDING guid
24905           - add 3 new object guids (language list, metadata,
24906             extended stream properties)
24907           - add a function to parse extended header objects
24908
24909 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24910
24911         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24912           remove leftover debugging g_print
24913
24914 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * ext/mad/gstmad.c: (gst_mad_handle_event):
24917           Fix for when the first format in a discont event is not a
24918           byte-based one. Should fix #137710.
24919
24920 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24921
24922         * m4/a52.m4 : fix compilation with -Wall -Werror
24923         * m4/libfame.m4 : idem
24924         * m4/libmikmod.m4 : idem
24925
24926 2004-05-17  Benjamin Otte  <otte@gnome.org>
24927
24928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24929           signal the new tags before giving up the reference
24930
24931 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24932
24933         * ext/shout2/gstshout2.c:
24934           use application/ogg instead of application/x-ogg (patch by Patrick
24935           Guimond, fixes #142432)
24936         * sys/oss/gstosselement.c: (gst_osselement_reset),
24937         (gst_osselement_sync_parms):
24938           don't set fragment size unless specified (fixes #142493)
24939
24940 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24941
24942         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24943           fixes #142664
24944
24945 2004-05-17  Benjamin Otte  <otte@gnome.org>
24946
24947         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24948           compute offsets correctly for internal buffers so timestamps are set
24949           correctly when we can't seek. Also handle cases where there are no
24950           offsets. (based on a patch by David Moore, fixes #142507)
24951
24952 2004-05-17  Benjamin Otte  <otte@gnome.org>
24953
24954         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24955           use correct variable when determining amount of data to skip so we
24956           don't skip into the void and segfault
24957
24958 2004-05-16  Benjamin Otte  <otte@gnome.org>
24959
24960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24961           Hi, I'm a memleak
24962
24963 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24964
24965         * gst/asfdemux/gstasfdemux.c:
24966           - fix a mem leak and always propagate tags
24967           - add WMV3 to known video codecs (but no decoder yet)
24968           - replace "surplus data" at end of audio header for what
24969             it is : codec specific data
24970           - fix a typo
24971
24972 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24973
24974         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24975
24976         * gst-libs/gst/audio/audioclock.c:
24977           Fix wrong return type (#142205).
24978
24979 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24980
24981         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24982           Ignore CRCs by default (fixes #142566).
24983
24984 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24985
24986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24987         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24988         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24989         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24990         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24991         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24992           Fix for cases where we fail to attach to a mixer.
24993
24994 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24995
24996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24997           Don't touch events after not owning them anymore.
24998         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24999         (gst_wavparse_fmt), (gst_wavparse_other),
25000         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25001         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25002         (gst_wavparse_srcpad_event):
25003         * gst/wavparse/gstwavparse.h:
25004           Add seeking, fix querying.
25005
25006 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25007
25008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25009           - process comments even if they don't end with \0\0
25010             g_convert would ignore them if present and works well without them
25011
25012 2004-05-16  Benjamin Otte  <otte@gnome.org>
25013
25014         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25015           simplify caps
25016
25017 2004-05-16  Benjamin Otte  <otte@gnome.org>
25018
25019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25020           don't write to memory we might not write to - g_convert does that
25021           for us anyway (fixes #142613)
25022         (gst_asf_demux_audio_caps):
25023           comment out gst_util_dump_mem
25024
25025 2004-05-16  Benjamin Otte  <otte@gnome.org>
25026
25027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25028           compute correct expected timestamps after seek (broken since
25029           last commit)
25030         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25031           rename element and debugging category to gdkpixbufscale
25032
25033 2004-05-16  Benjamin Otte  <otte@gnome.org>
25034
25035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25036           add error checking to snd_pcm_delay and remove duplicate call to
25037           snd_pcm_delay that caused issues (see inline code comments)
25038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25039           make more readable and fix return value when snd_pcm_delay fails
25040         (fixes #142586)
25041
25042 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25043         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25044         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25045         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25046         (gst_pixbufscale_link), (gst_pixbufscale_init),
25047         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25048         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25049         (gst_pixbufscale_get_property), (pixbufscale_init):
25050         * ext/gdk_pixbuf/pixbufscale.h:
25051         Add these files I forgot earlier
25052
25053 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25054         * ext/gdk_pixbuf/Makefile.am:
25055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25056         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25057         Add new pixbufscale element to scale RGB video
25058         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25059         and HYPER interpolation correctly.
25060         * ext/theora/theoraenc.c: (theora_enc_chain),
25061         Discard buffer and return if explicit caps could not be set
25062         (theora_enc_get_property):
25063         Make _get return kbps for the bitrate consistent with
25064         the _set function.
25065
25066
25067 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25068
25069         * ext/libvisual/visual.c: (gst_visual_chain):
25070           add missing visual_audio_analyze
25071
25072 2004-05-14  David Schleef  <ds@schleef.org>
25073
25074         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25075         is killed while we're playing.
25076         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25077         gst_element_no_more_pads().
25078
25079 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25080
25081         * gst-libs/gst/riff/riff-read.c :
25082           - fix INFO tag extraction in RIFF/AVI files
25083             because gst_event_unref (event) also freed taglist
25084           - avoid a mem leak
25085
25086 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25087
25088         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25089         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25090
25091         * gst/auparse/gstauparse.c :
25092           - add code (commented for now) to support audio/x-adpcm on src pad
25093             (we have no decoder for those layout yet)
25094
25095         * gst/cdxaparse/gstcdxaparse.c :
25096         * gst/cdxaparse/gstcdxaparse.h :
25097           - partial rewrite using RiffRead (ripped iain's wavparse code)
25098
25099         * gst/rtp/gstrtpL16enc.c : typo
25100         * gst/rtp/gstrtpgsmenc.c : typo
25101
25102 2004-05-13  Benjamin Otte  <otte@gnome.org>
25103
25104         * configure.ac:
25105           check for exact version of libvisual, it's not supposed to be
25106           API/ABI stable yet
25107
25108 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25109
25110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25111           signal no-more-pads
25112
25113 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25114
25115         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25116         Report which format was used for GST_FORMAT_DEFAULT
25117         * gst/debug/Makefile.am:
25118         * gst/debug/gstdebug.c: (plugin_init):
25119         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25120         (gst_progressreport_class_init), (gst_progressreport_init),
25121         (gst_progressreport_report), (gst_progressreport_set_property),
25122         (gst_progressreport_get_property), (gst_progressreport_chain),
25123         (gst_progressreport_plugin_init):
25124         Add progressreport element for testing.
25125
25126 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25127
25128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25129         * sys/v4l/gstv4lsrc.h:
25130         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25131         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25132         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25133         (gst_v4lsrc_grab_frame):
25134           add more debugging
25135           send a discont at start
25136
25137 2004-05-12  Colin Walters  <walters@redhat.com>
25138
25139         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25140         inflooping if we can't find a chunk.  Or in other words, don't blow
25141         chunks if we don't have a chunk to blow.
25142
25143 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25144         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25145         Remove old debug output
25146         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25147         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25148         (gst_dvdec_set_property), (gst_dvdec_get_property):
25149         Change the quality setting to an enum, so it works from gst-launch
25150         Don't renegotiate a non-linked pad. Allows audio only decoding.
25151         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25152         (gst_deinterlace_link), (gst_deinterlace_init):
25153         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25154         (gst_videodrop_link):
25155         Some caps negotiation fixes
25156
25157 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25158
25159         * ext/tarkin/gsttarkin.c :
25160           - Change RANK from NONE to PRIMARY
25161         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25162           - Change RANK from NONE to MARGINAL
25163         * ext/divx/gstdivxenc.c :
25164           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25165
25166 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25167
25168         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25169         (gst_vorbisenc_push_packet):
25170           copy a function that was added between 1.0 and 1.0.1 until we
25171           depend on worthwhile features of post-1.0
25172
25173 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25174
25175         * configure.ac:
25176           enable shout2 by default
25177         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25178         (gst_shout2send_base_init), (gst_shout2send_init),
25179         (gst_shout2send_connect), (gst_shout2send_change_state):
25180         * ext/shout2/gstshout2.h:
25181           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25182           #142262)
25183         * ext/theora/theora.c: (plugin_init):
25184           don't set rank on encoders
25185
25186 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25187
25188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25189           Use codec_data property instead of flag1 and flag2 for wma
25190
25191 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25192
25193         * gst/cdxaparse/gstcdxaparse.c :
25194           - Add mpegversion to CAPS to make it link
25195           - Rank is as GST_RANK_SECONDARY instead of NONE
25196         * gst/auparse/gstauparse.c :
25197           - Document all audio encoding we can encounter from Solaris 9
25198             headers and libsndfile information.
25199           - Increase max. rate from 48000 to 192000 (to match other elements)
25200           - Don't try to play junk data between header and samples
25201
25202 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25203
25204         * ext/libvisual/visual.c: (gst_visual_getcaps):
25205           use the right caps depending on endianness (I hope)
25206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25207           use GST_RANK_NONE for all non-decoding elements or spider gets
25208           mighty confused
25209
25210 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25211
25212         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25213           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25214
25215 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25216
25217         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25218         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25219         (gst_switch_loop), (gst_switch_get_type):
25220           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25221           HEADERS. Had to be said.
25222
25223 2004-05-10  David Schleef  <ds@schleef.org>
25224
25225         * configure.ac: Add prototype Dirac support.
25226         * ext/Makefile.am:
25227         * ext/dirac/Makefile.am:
25228         * ext/dirac/gstdirac.cc:
25229         * ext/dirac/gstdiracdec.cc:
25230
25231 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25232
25233         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25234         (gst_auparse_init), (gst_auparse_chain),
25235         (gst_auparse_change_state):
25236           Hack around spider. Remove me some day please.
25237
25238 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25239
25240         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25241           Fix for some uninitialized variables in previous patch, also
25242           makes it work. Fixes #142286 while we're at it.
25243
25244 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25245
25246         * gst/auparse/gstauparse.c:
25247                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25248                 only unsupported formats are ADPCM/CCITT G.72x
25249                 reviewed by Ronald
25250         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25251
25252 2004-05-10  Wim Taymans  <wim@fluendo.com>
25253
25254         * ext/vorbis/Makefile.am:
25255         * ext/vorbis/README:
25256         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25257         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25258         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25259         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25260         (gst_oggvorbisenc_convert_sink),
25261         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25262         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25263         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25264         (get_constraints_string), (update_start_message),
25265         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25266         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25267         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25268         * ext/vorbis/oggvorbisenc.h:
25269         * ext/vorbis/vorbis.c: (plugin_init):
25270         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25271         (raw_caps_factory), (gst_vorbisenc_class_init),
25272         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25273         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25274         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25275         * ext/vorbis/vorbisenc.h:
25276         Added a raw vorbis encoder to be used with the oggmuxer.
25277         We still need the old encoder for some gnome applications,
25278         read the README to find out how that works.
25279         The raw encoder is called "rawvorbisenc" until 0.9.
25280
25281 2004-05-10  Wim Taymans  <wim@fluendo.com>
25282
25283         * ext/ogg/gstogg.c: (plugin_init):
25284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25285         (gst_ogg_print):
25286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25287         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25288         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25289         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25290         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25291         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25292         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25293         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25294         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25295         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25296         Added an ogg muxer.
25297         Small typo fixes in the demuxer.
25298
25299 2004-05-10  Wim Taymans  <wim@fluendo.com>
25300
25301         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25302         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25303         (theora_enc_change_state), (theora_enc_set_property),
25304         (theora_enc_get_property):
25305         Mark the last packet with an EOS flag which is not really needed
25306         in gstreamer.
25307         Do some better video framerate initialisation.
25308         Update the buffer timestamp.
25309
25310 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25311
25312         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25313         Return the result of the parent state change call
25314
25315 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25316
25317         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25318         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25319         * gst/law/alaw-encode.c : (idem)
25320         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25321         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25322         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25323
25324 2004-05-09  Benjamin Otte  <otte@gnome.org>
25325
25326         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25327           don't use a fixed buffer size when writing variable length data to
25328           it. Fixes memory corruption and makes alsasrc work
25329
25330 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25331
25332         * ext/gnomevfs/gstgnomevfssink.c:
25333         (_gst_boolean_allow_overwrite_accumulator),
25334         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25335           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25336           RUN_LAST, and don't use that to set the accumulator value because
25337           then it's always FALSE.
25338
25339 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25340
25341         * gst-libs/gst/riff/riff-media.c:
25342         (gst_riff_create_video_caps_with_data),
25343         (gst_riff_create_audio_caps),
25344         (gst_riff_create_audio_template_caps):
25345         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25346           Fix for unaligned RIFF files (i.e. where all the chunks together
25347           in a LIST chunk are not of the same size as the size given in
25348           the LIST chunk header). Fixes several odd WAVE files. Also fix
25349           ADPCM (block_align property) in audio, so that wavparse based
25350           on this works now as it used to stand-alone.
25351
25352 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25353
25354         reviewed by Benjamin Otte  <otte@gnome.org>
25355
25356         * ext/a52dec/gsta52dec.c:
25357         * ext/divx/gstdivxdec.c:
25358         * ext/divx/gstdivxenc.c:
25359         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25360         * ext/faac/gstfaac.c: (gst_faac_base_init):
25361         * ext/faad/gstfaad.c: (gst_faad_base_init):
25362         * ext/ivorbis/vorbisfile.c:
25363         * ext/lame/gstlame.c:
25364         * ext/libfame/gstlibfame.c:
25365         * ext/mpeg2enc/gstmpeg2enc.cc:
25366         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25367         * ext/sidplay/gstsiddec.cc:
25368         * ext/speex/gstspeexdec.c:
25369         * ext/speex/gstspeexenc.c:
25370         * ext/xvid/gstxviddec.c:
25371         * ext/xvid/gstxvidenc.c:
25372           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25373           (fixes #142193)
25374
25375 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25376
25377         * ext/alsa/gstalsa.c: (device_list),
25378         (gst_alsa_class_probe_devices):
25379         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25380           Fix alsa oddness in mixer after the combination of using mixer
25381           in source/sink elements and using hw:x,y instead of just hw:x.
25382
25383 2004-05-09  Benjamin Otte  <otte@gnome.org>
25384
25385         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25386         (gst_wavparse_create_sourcepad):
25387           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25388           sourcepads
25389
25390 2004-05-09  Benjamin Otte  <otte@gnome.org>
25391
25392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25393           allow discont events before caps nego
25394
25395 2004-05-08  Benjamin Otte  <otte@gnome.org>
25396
25397         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25398           don't leak events
25399
25400 2004-05-08  Benjamin Otte  <otte@gnome.org>
25401
25402         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25403         (gst_level_change_state), (gst_level_init):
25404         * gst/level/gstlevel.h:
25405           figure out if we're initialized directly instead of keeping a
25406           variable that's wrong in 90% of cases
25407           don't initialize pads and then leak them and use a new unitialized
25408           pad. (fixes #142084)
25409           these were bugs so n00bish I didn't find them for an hour :/
25410
25411 2004-05-08 Iain <iain@prettypeople.org>
25412
25413         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25414         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25415         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25416         return the length that was read.
25417         (gst_riff_read_strf_auds): Allow fmt tags as well.
25418
25419 2004-05-07  David Schleef  <ds@schleef.org>
25420
25421         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25422         signed char assumption in faad.h.
25423
25424 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25425
25426         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25427           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25428
25429 2004-05-07  Colin Walters  <walters@redhat.com>
25430
25431         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25432         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25433         function.
25434         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25435         Add dispose function.
25436
25437 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25438         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25439           Fix caps nego and pad templates. RGB mode caps should
25440           work now.
25441         * ext/dvdnav/gst-dvd:
25442           Move mpeg2dec inside the thread because otherwise the
25443           queue rejects cap changes mid-stream
25444         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25445         (gst_mpeg2dec_flush_decoder):
25446           For mpeg2dec > 0.4.0, call the flush function instead of
25447           manually extracting all in-flight frames.
25448         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25449         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25450           Change mime type video/dv go video/x-dv to match the
25451           rest of gst-plugins
25452
25453 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25454
25455         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25457         (gst_alsa_sink_class_init):
25458         * ext/alsa/gstalsasink.h:
25459         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25460         (gst_alsa_src_class_init):
25461         * ext/alsa/gstalsasrc.h:
25462           Make alsasink/src a subclass of alsamixer so that mixer stuff
25463           shows up in gst-rec. Needs some finetuning.
25464
25465 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25466
25467         * ext/lame/gstlame.c: (gst_lame_chain):
25468           simplify
25469         * ext/mad/gstmad.c: (gst_mad_handle_event):
25470           fix event leak
25471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25472           be able to detect mp3 files < 4096 bytes
25473
25474 2004-05-06  Wim Taymans  <wim@fluendo.com>
25475
25476         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25477         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25478         (theora_enc_set_property), (theora_enc_get_property):
25479         Also encode the first frame, cleanup some code.
25480
25481 2004-05-06  Wim Taymans  <wim@fluendo.com>
25482
25483         * ext/mpeg2enc/gstmpeg2enc.cc:
25484         Forward events first before deciding that negotiation was
25485         not performed.
25486
25487 2004-05-06  Wim Taymans  <wim@fluendo.com>
25488
25489         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25490         First process the events before deciding that negotiation
25491         was not performed.
25492
25493 2004-05-06  Wim Taymans  <wim@fluendo.com>
25494
25495         * ext/theora/Makefile.am:
25496         * ext/theora/theora.c: (plugin_init):
25497         * ext/theora/theoradec.c: (theora_dec_change_state):
25498         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25499         (gst_theora_enc_class_init), (gst_theora_enc_init),
25500         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25501         (theora_enc_chain), (theora_enc_change_state),
25502         (theora_enc_set_property), (theora_enc_get_property):
25503         Added a theora encoder, grouped the encoder and decoder into the
25504         same plugin.
25505
25506 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25507
25508         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25509         (gst_jpegenc_chain):
25510         fix DURATION on outgoing buffers
25511         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25512         debug using time formats
25513         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25515         (gst_xvimagesink_sink_link):
25516         windows with width/height 0 generate X errors, so don't allow them
25517
25518 2004-05-05  Wim Taymans  <wim@fluendo.com>
25519
25520         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25521         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25522         (gst_mpeg2dec_negotiate_format):
25523         * ext/mpeg2dec/gstmpeg2dec.h:
25524           removed the static pad template so that we can add the
25525           more accurate framerate value to the caps.
25526
25527
25528 2004-05-04  Benjamin Otte  <otte@gnome.org>
25529
25530         * configure.ac:
25531           check for kdemacros.h, too (should fix #141821)
25532         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25533           don't crash if no header was sent, but nicely error out (fixes part
25534           of #141554)
25535
25536 2004-05-04  Wim Taymans  <wim@fluendo.com>
25537
25538         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25539         parent dispose function to avoid segfault on destroy.
25540
25541 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25542
25543         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25544         (plugin_init):
25545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25546         (gst_xvimagesink_sink_link):
25547         clean up debugging caps
25548         also recreate xvimage when format has changed
25549
25550 2004-05-04  Benjamin Otte  <otte@gnome.org>
25551
25552         * ext/libvisual/Makefile.am:
25553         * ext/libvisual/visual.c: (gst_visual_class_init),
25554         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25555         (gst_visual_srclink), (gst_visual_chain),
25556         (gst_visual_change_state), (plugin_init):
25557           use a GstAdapter to correctly adapt buffer sizes - allows using a
25558           framerate
25559
25560 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25561
25562         * sys/v4l/gstv4lelement.h:
25563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25565         (gst_v4lsrc_buffer_free):
25566         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25567         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25568         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25569         (gst_v4lsrc_requeue_frame):
25570         move some debugging categories around
25571         query for fps index and set accordingly if found
25572
25573 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25574
25575         * ext/lame/gstlame.c:
25576         correct defaults that lame_init puts out of range
25577
25578 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25579
25580         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25581         (gst_divxenc_class_init):
25582         fix range since -1 is the default
25583         * gst/mpeg1sys/gstmpeg1systemencode.c:
25584         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25585         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25586         (gst_rtjpegdec_chain):
25587         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25588         (gst_rtjpegenc_chain):
25589         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25590         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25591         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25593         * sys/v4l/gstv4lsrc.c:
25594         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25595         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25596         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25597         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25598         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25599           remove gst_info calls
25600
25601 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25602
25603         * Makefile.am:
25604         * po/af.po:
25605         * po/az.po:
25606         * po/en_GB.po:
25607         * po/nl.po:
25608         * po/sr.po:
25609         * po/sv.po:
25610           Updated translations
25611
25612 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25613
25614         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25615           refactor/comment code
25616
25617 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25618
25619         * gst/asfdemux/Makefile.am:
25620         * gst/asfdemux/asfheaders.c:
25621         * gst/asfdemux/asfheaders.h:
25622         * gst/asfdemux/gstasf.c: (plugin_init):
25623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25624         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25625         (gst_asf_demux_setup_pad):
25626         * gst/asfdemux/gstasfdemux.h:
25627         * gst/asfdemux/gstasfmux.c:
25628         * gst/asfdemux/gstasfmux.h:
25629           Add tagging support to demuxer, split out registration in its own
25630           file instead of in demux (hacky), and prevent having some tables
25631           in our memory multiple times (in asfheaders.h).
25632
25633 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * gst/matroska/matroska-demux.c:
25636         (gst_matroska_demux_parse_metadata):
25637         * gst/matroska/matroska-ids.h:
25638           Basic tag reading support.
25639
25640 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25641
25642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25643           Really detect ac-3 audio.
25644         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25645           really detect matroska files (off-by-1).
25646
25647 2004-04-30  David Schleef  <ds@schleef.org>
25648
25649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25650         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25651         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25652         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25653         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25654         hackage -- parse a lot more atoms, extract a few tags.  One might even
25655         mistake this for tag support.  Maybe it is.
25656         * gst/qtdemux/qtdemux.h:
25657
25658 2004-04-30  Colin Walters  <walters@verbum.org>
25659
25660         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25661
25662 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25663
25664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25665         (gst_ffmpegcolorspace_getcaps):
25666           remove broken nego fix
25667
25668 2004-04-30  Benjamin Otte  <otte@gnome.org>
25669
25670         * configure.ac:
25671         * ext/Makefile.am:
25672         * ext/libvisual/Makefile.am:
25673         * ext/libvisual/visual.c:
25674           add initial support for libvisual (http://libvisual.sourceforge.net)
25675           libvisual is still quite alpha, so expect crashes in there :)
25676
25677 2004-04-29  David Schleef  <ds@schleef.org>
25678
25679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25680         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25681         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25682         code; you will no longer respect me.
25683
25684 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25685
25686         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25687         * ext/alsa/gstalsa.h :
25688         change alsa pcm device discovery to find more than 1 device
25689         per card. code review by Ronald.
25690
25691 2004-04-29  David Schleef  <ds@schleef.org>
25692
25693         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25694         Add a check for a driver bug on FreeBSD.  (bug #140565)
25695
25696 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25697
25698         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25699         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25700         (gst_jpegenc_getcaps):
25701           move format setting to inner loop
25702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25703         (gst_ffmpegcolorspace_getcaps):
25704           use GST_PAD_CAPS if available so that we use already negotiated
25705           caps
25706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25707         (qtdemux_parse_moov), (qtdemux_parse):
25708           extra debugging
25709         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25710         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25711           move hardcoded path to DEFINE
25712
25713 2004-04-28  David Schleef  <ds@schleef.org>
25714
25715         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25716         (bug #140064)
25717
25718 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25719
25720         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25721           Don't probe for playback device if we're a source element. Fixes
25722           #139658.
25723
25724 2004-04-29  Benjamin Otte  <otte@gnome.org>
25725
25726         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25727         (gst_id3_tag_chain):
25728           rewrite buffer offset
25729
25730 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * configure.ac:
25733         * ext/Makefile.am:
25734         * ext/dts/Makefile.am:
25735         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25736         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25737         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25738         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25739         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25740         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25741         (plugin_init):
25742         * ext/dts/gstdtsdec.h:
25743           New DTS decoder.
25744         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25745         (gst_faad_srcconnect):
25746           Add ESDS atom handling (.m4a).
25747
25748 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25749
25750         * ext/divx/gstdivxdec.c: (plugin_init):
25751           Remove comment that makes no sense.
25752         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25753           Fix for obvious typo that resulted in warnings during gst-register.
25754         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25755         (gst_xviddec_sink_link):
25756           Fix caps negotiation a bit better.
25757         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25758           We call this 'codec_data', not 'esds'.
25759
25760 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25761
25762         * gst/monoscope/gstmonoscope.c:
25763           make sure we only provide 256x128
25764         * gst/monoscope/monoscope.c: (monoscope_init):
25765           assert size of 256x128
25766
25767 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25768
25769         * Makefile.am:
25770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25771         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25772           fixate to max width and height of device
25773
25774 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25775
25776         * Makefile.am:
25777         * sys/v4l/gstv4l.c:
25778         * sys/v4l/gstv4lsrc.c:
25779         * sys/v4l/v4l_calls.c:
25780         * sys/v4l/v4lsrc_calls.c:
25781           fix for qc-usb driver which fakes having more than one buffer
25782           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25783           buffer_free override
25784           add debugging
25785
25786 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25787
25788         * Makefile.am:
25789         * gst/videotestsrc/gstvideotestsrc.c:
25790         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25791         (gst_videotestsrc_init), (gst_videotestsrc_get),
25792         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25793         * gst/videotestsrc/gstvideotestsrc.h:
25794           add num-buffers property
25795
25796         2004-04-26  Benjamin Otte  <otte@gnome.org>
25797
25798         * ext/mad/gstid3tag.c: (plugin_init):
25799           set id3mux rank to NONE so it doesn't confuse spider
25800           require audio/mpeg,mpegversion=1 in id3mux
25801
25802 2004-04-26  Benjamin Otte  <otte@gnome.org>
25803
25804         * configure.ac:
25805           detect faad correctly as non-working if it's indeed non-working
25806
25807 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25808
25809         * Makefile.am:
25810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25811         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25812         fix _getcaps so it only negotiates to its supported format
25813
25814 2004-04-25  Benjamin Otte  <otte@gnome.org>
25815
25816         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25817           fix memleak
25818
25819 2004-04-23  Benjamin Otte  <otte@gnome.org>
25820
25821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25822           audio/x-raw-int with height rules! not. Now it's depth.
25823
25824 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25827         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25828         (gst_wavparse_loop):
25829           Missing variable initialization. Add handling of DVI ADPCM. Fix
25830           mis-parsing of LIST chunks. This works around a bug where we mis-
25831           parse non-aligning LIST chunks (so LIST chunks where the contents
25832           don't align with the actual LIST size). The correct fix is to use
25833           rifflib, I'm not going to fix wavparse - too much work. All this
25834           fixes #104878.
25835
25836 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25837
25838         reviewed by Benjamin Otte  <otte@gnome.org>
25839
25840         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25841           fix shoutcast not working (fixes #140844)
25842
25843 2004-04-22  Benjamin Otte  <otte@gnome.org>
25844
25845         * ext/hermes/gsthermescolorspace.c:
25846         (gst_hermes_colorspace_caps_remove_format_info):
25847         * gst/colorspace/gstcolorspace.c:
25848         (gst_colorspace_caps_remove_format_info):
25849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25850         (gst_ffmpegcolorspace_caps_remove_format_info):
25851           s/gst_caps_simplify/gst_caps_do_simplify/
25852
25853 2004-04-22  Benjamin Otte  <otte@gnome.org>
25854
25855         * gst-libs/gst/riff/riff-media.c:
25856         (gst_riff_create_video_caps_with_data):
25857           mpegversion is an int
25858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25859           don't try to create pad templates with NULL caps, use any caps
25860           instead.
25861
25862 2004-04-20  David Schleef  <ds@schleef.org>
25863
25864         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25865         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25866         (bug #140384)
25867
25868 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25869
25870         reviewed by David Schleef
25871
25872         * ext/mad/gstid3tag.c: Add stdlib.h
25873         * gst/rtp/gstrtpgsmenc.c: same
25874         * gst/tags/gstid3tag.c: same
25875         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25876         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25877         GST_DISABLE_LOADSAVE use.
25878         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25879         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25880         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25881         atol(3)).
25882         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25883         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25884         strtoul(3)).
25885         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25886         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25887         $(ID3_CFLAGS).
25888         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25889         $(LIBFAME_CFLAGS).
25890
25891 2004-04-20  David Schleef  <ds@schleef.org>
25892
25893         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25894         last checkin.  Same idea.
25895
25896 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25897
25898         reviewed by David Schleef
25899
25900         * configure.ac: bump required gstreamer version to 0.8.1.1
25901         because of following changes [--ds]
25902
25903         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25904         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25905         (gst_riff_read_header):  Use GST_READ_UINT*
25906         macros to access possibly unaligned memory.
25907
25908         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25909         (mp3_type_find):  Use GST_READ_UINT*
25910         macros to access possibly unaligned memory.
25911         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25912         (speex_type_find): Likewise
25913
25914         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25915
25916         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25917         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25918         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25919         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25920         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25921         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25922         macros to access possibly unaligned memory.
25923
25924         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25925         Likewise.
25926
25927         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25928         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25929
25930         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25931         Likewise.
25932
25933         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25934         (gst_mpeg2subt_chain_subtitle): Likewise.
25935
25936         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25937         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25938         Likewise.
25939
25940         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25941         Likewise.
25942
25943         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25944         Likewise.
25945
25946         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25947         Likewise.
25948
25949 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25950
25951         * configure.ac:
25952           update required version of GStreamer because of GST_TIME_FORMAT
25953
25954 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25955
25956         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25957           remove leftover g_print
25958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25959           don't try setting only a subset of the caps. We don't want to kill
25960           autoplugging on purpose
25961
25962 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25963
25964         * sys/ximage/ximagesink.c: (plugin_init):
25965         * sys/xvimage/xvimagesink.c: (plugin_init):
25966           add debugging categories
25967
25968 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25969
25970         * po/en_GB.po:
25971         * po/LINGUAS:
25972           Adding en_GB translation (Gareth Owen)
25973
25974 2004-04-20  David Schleef  <ds@schleef.org>
25975
25976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25977         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25978         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25979         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25980         A number of new features and hacks to extract the esds atom and
25981         put it into the caps.  (bug #137724)
25982
25983 2004-04-19  David Schleef  <ds@schleef.org>
25984
25985         * gconf/Makefile.am: Fix for non-GNU make
25986         * gst-libs/gst/Makefile.am: Change directory order to handle
25987         GstPlay linking with gstinterfaces
25988         * gst-libs/gst/audio/make_filter: make use of tr portable
25989         * gst-libs/gst/play/Makefile.am: Add intended \
25990         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25991         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25992         function prototype instead of void *.
25993         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25994         macro.
25995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25996         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25997         * gst/videofilter/make_filter: make use of tr portable
25998         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25999
26000 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26001
26002         * po/LINGUAS:
26003         * po/uk.po:
26004           Added Ukrainian translation (Maxim V. Dziumanenko)
26005
26006 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26007
26008         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26009         (gst_gsmdec_link), (gst_gsmdec_chain):
26010           Fix capsnego, simplify chain function slightly.
26011         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26012           Add GSM.
26013
26014 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26015
26016         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26017         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26018         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26019           Hack to make wavparse work with spider (always -> sometimes pad).
26020           Fixes #135862 && #140411.
26021
26022 2004-04-18  Benjamin Otte  <otte@gnome.org>
26023
26024         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26025         (gst_osselement_rate_probe_check),
26026         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26027           get rid of \n in debug output
26028
26029 2004-04-17  Iain <iain@prettypeople.org>
26030
26031         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26032         not just EOS.
26033
26034 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26035
26036         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26037         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26038         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26039         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26040         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26041         (gst_id3_tag_change_state), (plugin_init):
26042           deprecate id3tag element and replace with id3demux/id3mux.
26043           great side effect: this ugly file is now even uglier, yay!
26044         * ext/mad/gstmad.h:
26045           remove non-available function
26046           update for new get_type
26047
26048 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26049
26050         * configure.ac:
26051           require mpeg2dec >= 0.4.0
26052
26053 2004-04-17  Benjamin Otte  <otte@gnome.org>
26054
26055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26056         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26057         (gst_xvimagesink_set_xwindow_id):
26058           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26059           assorted cleanup fixes.
26060
26061 2004-04-16  David Schleef  <ds@schleef.org>
26062
26063         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26064         * sys/xvimage/xvimagesink.h: same
26065
26066 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26067
26068         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26069           Fix GST_ELEMENT_ERROR with (NULL)
26070
26071 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26072
26073         * gst-libs/gst/riff/riff-media.c:
26074         (gst_riff_create_video_caps_with_data):
26075           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26076
26077 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26078
26079         * gst-libs/gst/riff/riff-media.c:
26080         (gst_riff_create_video_caps_with_data),
26081         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26082         (gst_riff_create_video_template_caps),
26083         (gst_riff_create_audio_template_caps):
26084         * gst-libs/gst/riff/riff-media.h:
26085         * gst-libs/gst/riff/riff-read.c:
26086         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26087         * gst-libs/gst/riff/riff-read.h:
26088         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26089           Add MS RLE support. I added some functions to read out strf chunks
26090           into strf chunks and the data behind it. This is usually color
26091           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26092           caps creation. Lastly, add ADPCM (similar to wavparse - which
26093           should eventually be rifflib based).
26094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26095         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26096         * gst/matroska/matroska-demux.h:
26097           Remove placeholders for some prehistoric tagging system. Didn't add
26098           support for any tag system really anyway.
26099         * gst/qtdemux/qtdemux.c:
26100           Add support for audio/x-m4a (MPEG-4) through spider.
26101         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26102         (gst_wavparse_loop):
26103           ADPCM support (#135862). Increase max. buffer size because we
26104           cannot split buffers for ADPCM (screws references) and I've seen
26105           files with 2048 byte chunks. 4096 seems safe for now.
26106
26107 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26108
26109         * configure.ac: bump nano to 1
26110
26111 === release 0.8.1 ===
26112
26113 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26114
26115         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26116
26117 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26120           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26121           Fixes #140058
26122
26123 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26124
26125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26126           lower rank of dvddemux so that it's not used for mpeg playback.
26127
26128 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26129
26130         * configure.ac:
26131           save libs correctly when checking mad
26132
26133 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26134
26135         * ext/mad/gstid3tag.c: (plugin_init):
26136           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26137
26138 2004-04-13  David Schleef  <ds@schleef.org>
26139
26140         * common/m4/gst-feature.m4: Call -config scripts with
26141         --plugin-libs if it is supported.
26142         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26143         JPEG images are image/jpeg.
26144         * gst/debug/Makefile.am:
26145         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26146         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26147         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26148         (gst_negotiation_plugin_init): Add a property that acts like
26149         filter caps.
26150         * testsuite/gst-lint:  Move license checking to be a standard
26151         test.
26152
26153 2004-04-13  David Schleef  <ds@schleef.org>
26154
26155         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26156         patch from Sebastien Cote (bug #139958)
26157
26158 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26159
26160         * examples/gstplay/Makefile.am:
26161         * examples/gstplay/player.c: (main):
26162           make the commandline player example use gconf settings
26163
26164 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26165
26166         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26167         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26168         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26169           init/end library during state transition, not object
26170           creation/disposal.  get rid of custom dispose handler.
26171
26172
26173 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26174
26175         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26176         be a symlink
26177
26178 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26179
26180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26181           Handle JUNK chunks inside data section. Prevents warnings.
26182
26183 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26184
26185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26186         (gst_riff_create_video_template_caps):
26187           Add MS video v1.
26188         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26189         (gst_avi_demux_stream_data):
26190           Add support for "rec-list" chunks.
26191
26192 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26195           Fix another codecname mismatch.
26196
26197 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26200           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26201           so that MJPEG plays back.
26202
26203 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26206         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26207         * gst/mpeg1videoparse/gstmp1videoparse.h:
26208           Fix for some slight mis-cuts in buffer parsing, and for some
26209           potential overflows or faults-causers. Adds disconts. Also fixes
26210           #139105 while we're at it.
26211
26212 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26213
26214         * configure.ac:
26215         * sys/v4l2/gstv4l2element.h:
26216           Workaround for missing struct v4l2_buffer declaration in Suse 9
26217           and Mandrake 10 linux/videodev2.h header file (#135919).
26218
26219 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26222           Bail out if no filename was given.
26223
26224 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26225
26226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26227         (gst_v4l2_fourcc_from_structure):
26228           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26229           Y41B somewhere).
26230
26231 2004-04-09  Benjamin Otte  <otte@gnome.org>
26232
26233         * ext/gnomevfs/gstgnomevfssink.c:
26234         (_gst_boolean_allow_overwrite_accumulator),
26235         (gst_gnomevfssink_class_init):
26236           fix erase signal - if any handler returns false the file will not be
26237           overwritten. If no handler is connected, the file will not be
26238           overwritten either.
26239           renamed signal to "allow-overwrite"
26240         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26241           free string when adding it to ID3 failed
26242         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26243           unref event when done
26244         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26245           free caps
26246         * gst/typefind/gsttypefindfunctions.c:
26247         (mpeg_video_stream_type_find):
26248           fix invalid read
26249
26250 2004-04-08  David Schleef  <ds@schleef.org>
26251
26252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26253         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26254
26255 2004-04-08  David Schleef  <ds@schleef.org>
26256
26257         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26258         we don't support (bug #139532)
26259
26260 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26261
26262         * ext/mad/gstmad.c: (gst_mad_handle_event),
26263         (gst_mad_check_caps_reset), (gst_mad_chain),
26264         (gst_mad_change_state):
26265           only set explicit caps if they haven't been set before for
26266           this stream.  MPEG-audio sample rate/channels aren't allowed
26267           to change in-stream.
26268           Fixes #139382
26269
26270 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26273         (_gst_boolean_did_something_accumulator),
26274         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26275         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26276         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26277         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26278         (gst_gnomevfssink_change_state):
26279           Fix erase signal. Don't erase by default. Remove handoff signal.
26280           Remove erase property. Don't segfault. General cleanup.
26281
26282 2004-04-07  Benjamin Otte  <otte@gnome.org>
26283
26284         * gst-libs/gst/gconf/test-gconf.c: (main):
26285           add missing gst_init
26286
26287 2004-04-07  Benjamin Otte  <otte@gnome.org>
26288
26289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26290           free the mutexes, too
26291
26292 2004-04-07  Benjamin Otte  <otte@gnome.org>
26293
26294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26295           actually free the URI string
26296         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26297           compute offset correctly when passing discont events
26298         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26299           don't leak discont events
26300         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26301           add some missing breaks so caps aren't copied randomly
26302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26303           if we realloc memory, we better use it
26304
26305 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26306
26307         * ext/mad/gstmad.c: (normal_seek):
26308           fix GST_FORMAT_TIME usage
26309
26310 2004-04-05  David Schleef  <ds@schleef.org>
26311
26312         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26313         a deprecated function (hack!)
26314
26315 2004-04-05  Benjamin Otte  <otte@gnome.org>
26316
26317         * ext/esd/esdmon.c: (gst_esdmon_get):
26318           fix nonterminated vararg and memleak
26319
26320 2004-04-05  Benjamin Otte  <otte@gnome.org>
26321
26322         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26323         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26324         (gst_ladspa_set_property), (gst_ladspa_get_property),
26325         (gst_ladspa_instantiate), (gst_ladspa_activate),
26326         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26327           clean up debugging
26328
26329 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26330
26331         reviewed by Benjamin Otte  <otte@gnome.org>
26332
26333         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26334           check for broken LADSPA parameters (fixes #138635)
26335
26336 2004-04-05  Benjamin Otte  <otte@gnome.org>
26337
26338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26339           advertise buffer-frames correctly on sinkpads
26340
26341 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26342
26343         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26344         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26345         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26346         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26347         (gst_mad_check_caps_reset), (gst_mad_chain):
26348         add more debugging, only reset caps when we're not in error state
26349
26350 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26351
26352         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26353
26354 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26355
26356         reviewed by Benjamin Otte  <otte@gnome.org>
26357
26358         * configure.ac:
26359           fix == in test(1) operator
26360
26361 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26362
26363         reviewed by Benjamin Otte  <otte@gnome.org>
26364
26365         * configure.ac:
26366           fix --export-symblos-regex to a working regex.
26367
26368 2004-04-04  Benjamin Otte  <otte@gnome.org>
26369
26370         * sys/oss/.cvsignore:
26371           add for oss_probe
26372
26373 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26374
26375         reviewed by Benjamin Otte  <otte@gnome.org>
26376
26377         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26378           add missing 'new_media' argument (fixes #138168)
26379         * gst/matroska/matroska-demux.c:
26380         (gst_matroska_demux_handle_seek_event):
26381           add vararg terminator (fixes #138169)
26382
26383 2004-04-02  David Schleef  <ds@schleef.org>
26384
26385         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26386         disted (bug #138914)
26387
26388 2004-04-01  Benjamin Otte  <otte@gnome.org>
26389
26390         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26391         (gst_alsa_close_audio):
26392           handle case better where a soundcard can't pause
26393         * ext/ogg/gstoggdemux.c:
26394           don't crash when we get events but don't have pads yet
26395
26396 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26397
26398         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26399           throw an error if we couldn't probe any caps.
26400
26401 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26402
26403         * ext/dvdnav/gst-dvd:
26404         Add a really simple sample DVD player
26405
26406 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26407
26408         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26409         (gst_a52dec_push), (gst_a52dec_handle_event),
26410         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26411         (gst_a52dec_change_state):
26412         * ext/a52dec/gsta52dec.h:
26413           Use a debug category, Output timestamps correctly
26414           Emit tag info, Handle events, tell liba52dec about cpu
26415           capabilities so it can use MMX etc.
26416         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26417           Fix a crasher accessing invalid memory
26418         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26419         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26420         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26421         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26422         (dvdnavsrc_query):
26423           Some support for byte-format seeking.
26424           Small fixes for still frames and menu button overlays
26425         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26426         (gst_mpeg2dec_alloc_buffer):
26427           Use a debug category. Adjust the report level of several items to
26428           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26429           so it doesn't lose the GstBuffer pointer
26430         * gst/debug/Makefile.am:
26431         * gst/debug/gstdebug.c: (plugin_init):
26432         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26433         (gst_navseek_base_init), (gst_navseek_class_init),
26434         (gst_navseek_init), (gst_navseek_seek),
26435         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26436         (gst_navseek_get_property), (gst_navseek_chain),
26437         (gst_navseek_plugin_init):
26438         * gst/debug/gstnavseek.h:
26439           Add the navseek debug element for seeking back and forth in a
26440           video stream using arrow keys.
26441         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26442         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26443         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26444         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26445         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26446         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26447         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26448         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26449         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26450         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26451         * gst/mpeg2sub/gstmpeg2subt.h:
26452           Pretty much a complete rewrite. Now a loopbased element. May still
26453           require work to properly synchronise subtitle buffers.
26454         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26455         (gst_dvd_demux_send_subbuffer):
26456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26457           Don't attempt to create subbuffers of size 0
26458           Reduce a couple of error outputs to warnings.
26459         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26460         (gst_y4mencode_chain):
26461         Output the y4m frame header correctly.
26462
26463 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26464
26465         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26466           throw errors instead of allowing SIGFPE
26467
26468 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26469
26470         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26471         (gst_gconf_render_bin_from_key):
26472           leak plugging and style fixing
26473
26474 2004-03-31  David Schleef  <ds@schleef.org>
26475
26476         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26477         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26478         (bug #138225)
26479         * gst/debug/Makefile.am:
26480         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26481         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26482         plugin.
26483         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26484         (gst_negotiation_base_init), (gst_negotiation_class_init),
26485         (gst_negotiation_init), (gst_negotiation_getcaps),
26486         (gst_negotiation_pad_link), (gst_negotiation_chain),
26487         (gst_negotiation_set_property), (gst_negotiation_get_property),
26488         (gst_negotiation_plugin_init):  New element to talk about random
26489         negotiation things happening in a pipeline.
26490
26491 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26492
26493         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26494           fix integer addition with help of Stefan Kost
26495
26496 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26497
26498         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26499
26500 2004-03-30  David Schleef  <ds@schleef.org>
26501
26502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26503         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26504         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26505         (bug #137504)
26506         * ext/mpeg2dec/gstmpeg2dec.h:
26507
26508 2004-03-30  David Schleef  <ds@schleef.org>
26509
26510         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26511
26512 2004-03-30  David Schleef  <ds@schleef.org>
26513
26514         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26515         Michael Petullo) to handle .mov
26516
26517 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26518
26519         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26520         (gst_osselement_rate_check_rate):
26521           probe caps correctly for sound cards that only support one format
26522
26523 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26524
26525         * ext/kio/kiosrc.cpp: (process_events):
26526           update handling event processing if inside KDE - untested
26527
26528 2004-03-29  David Schleef  <ds@schleef.org>
26529
26530         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26531         by 2 to not interfere with other colorspaces.
26532         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26533         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26534         one to not interfere with ffmpeg_colorspace.
26535
26536 2004-03-29  David Schleef  <ds@schleef.org>
26537
26538         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26539         aren't in the caps.
26540         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26541         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26542
26543 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26544
26545         * gst-libs/gst/riff/riff-media.c:
26546           fail on error, don't try to set stuff on NULL caps
26547
26548 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26549
26550         * configure.ac:
26551         * ext/Makefile.am:
26552         * ext/kio/Makefile.am:
26553         * ext/kio/kioreceiver.cpp:
26554         * ext/kio/kioreceiver.h:
26555         * ext/kio/kiosrc.cpp:
26556         * ext/kio/kiosrc.h:
26557           add experimental kiosrc plugin
26558         * ext/alsa/gstalsaplugin.c: (plugin_init):
26559           initialize debugging category only when we're sure registering the
26560           plugins worked.
26561
26562 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26563
26564         * examples/gstplay/player.c: (main):
26565         * gst-libs/gst/play/play.c: (gst_play_class_init),
26566         (gst_play_set_location), (gst_play_set_data_src),
26567         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26568         (gst_play_set_visualization), (gst_play_connect_visualization):
26569           check return values of element_set_state and return FALSE where
26570           failed
26571
26572 2004-03-29  Benjamin Otte  <otte@gnome.org>
26573
26574         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26575           try harder to check if an event is really a discont
26576
26577 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26578
26579         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26580         * po/az.po:
26581
26582 2004-03-28  Benjamin Otte  <otte@gnome.org>
26583
26584         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26586         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26587           get rid of non-standard "..." ranges in case statements.
26588
26589 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26590
26591         * gst/mpegstream/gstmpegdemux.c:
26592         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26593         specific functionality split to the new dvddemux element.
26594         * gst/mpegstream/gstdvddemux.c:
26595         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26596         streams, derived from mpegdemux.
26597         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26598         up. SCR based timestamp rewriting can be turned off (will probably
26599         completely disappear soon).
26600         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26601         hacking. General cleanup. All printf statements replaced by
26602         debugging messages. Almost complete libdvdnav support.
26603         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26604         by events. New properties for audio and subpicture languages.
26605         (dvdnavsrc_update_highlight): Now uses events.
26606         (dvdnavsrc_user_op): Cleaned up.
26607         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26608         based). Lots of cleanup, and propper support for most libdvdnav
26609         events.
26610         (dvdnavsrc_make_dvd_event): New function.
26611         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26612         (dvdnavsrc_make_clut_change_event): New function.
26613
26614 2004-03-26  Benjamin Otte  <otte@gnome.org>
26615
26616         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26617           fix bug where typefinding would claim it's theora whenever less then
26618           7 bytes of data were available
26619
26620 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26623         (gst_alawdec_base_init), (gst_alawdec_class_init),
26624         (gst_alawdec_init), (gst_alawdec_chain):
26625         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26626         (gst_alawenc_base_init), (gst_alawenc_class_init),
26627         (gst_alawenc_init), (gst_alawenc_chain):
26628         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26629         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26630         (gst_mulawdec_init), (gst_mulawdec_chain):
26631         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26632         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26633         (gst_mulawenc_init), (gst_mulawenc_chain):
26634           Fix capsnego in all four, remove the unused property functions and
26635           simplify the chain functions slightly. I guess we could use macros
26636           or something similar for those, since the code is so similar, but
26637           I'm currently too lazy...
26638
26639 2004-03-24  David Schleef  <ds@schleef.org>
26640
26641         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26642         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26643         (gst_osselement_get_format_structure),
26644         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26645         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26646         (gst_osselement_rate_int_compare): Add code to handle rate probing
26647         (bug #120883)
26648         * sys/oss/gstosselement.h: same
26649         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26650         Use rate probing provided by osselement.
26651         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26652
26653 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26654
26655         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26656         (gst_xvidenc_get_property):
26657           ulong/int mess-up.
26658
26659 2004-03-24  David Schleef  <ds@schleef.org>
26660
26661         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26662         (gst_speexdec_init):
26663         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26664         (gst_speexenc_init):  Create the pad template correctly (from
26665         the static pad template, not a NULL pointer.)
26666
26667 2004-03-25  Benjamin Otte  <otte@gnome.org>
26668
26669         * gst/debug/Makefile.am:
26670         * gst/debug/breakmydata.c:
26671           add element that quasi-randomly changes bytes in the stream.
26672           Intended use is robustness checking of demuxers and decoders in
26673           media tests.
26674
26675 2004-03-24  Benjamin Otte  <otte@gnome.org>
26676
26677         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26678         (gst_alsa_probe_hw_params):
26679         * ext/alsa/gstalsa.h:
26680           debugging output fixes
26681
26682 2004-03-24  Benjamin Otte  <otte@gnome.org>
26683
26684         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26685           don't g_return_if_fail if element is PLAYING, fail silently as every
26686           other element.
26687         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26688           only fix needed for cast lvalue issues in gst-plugins
26689         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26690           add proxy_getcaps
26691
26692 2004-03-24  Benjamin Otte  <otte@gnome.org>
26693
26694         * gst/level/gstlevel.c: (gst_level_init):
26695           add proxying getcaps function, so level doesn't advertise impossible
26696           caps
26697
26698 2004-03-24  David Schleef  <ds@schleef.org>
26699
26700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26701         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26702         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26703         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26704         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26705         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26706         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26707         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26708         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26709         messages.  Divide the chunk size by the compression ratio
26710         (needed for MACE audio)
26711
26712 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26713
26714         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26715           Fix buffer overflow read error.
26716
26717 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26718
26719         * ext/alsa/gstalsa.h:
26720           Remove unused entry.
26721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26722           Add cinepak.
26723         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26724         (gst_videodrop_link), (gst_videodrop_chain):
26725           Fix, sort of. Was horribly broken with new capsnego. Bah...
26726
26727 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26728
26729         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26730         (plugin_init):
26731         Add a monkeysaudio typefind function
26732
26733 2004-03-23  Johan Dahlin  <johan@gnome.org>
26734
26735         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26736         (gst_play_video_fixate): Check so the structure has the field
26737         before trying to fixate them, this makes it possible to have
26738         fakesinks for video and audio output without printing errors on
26739         the output console.
26740
26741 2004-03-22  David Schleef  <ds@schleef.org>
26742
26743         * sys/oss/Makefile.am:
26744         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26745         (check_rate), (add_rate):  Rate probing test app.
26746
26747 2004-03-21  Benjamin Otte  <otte@gnome.org>
26748
26749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26750         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26751           add a fixation function that pretty much does the right thing (fixes
26752           #137556)
26753
26754 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26755
26756         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26757
26758 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26759
26760         reviewed by: Benjamin Otte  <otte@gnome.org>
26761
26762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26763           terminate gst_event_new_discontinuous correctly (fixes parts of
26764           #137711)
26765
26766 2004-03-19  David Schleef  <ds@schleef.org>
26767
26768         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26769         since it doesn't depend on X, and it's part of our ABI.
26770
26771 2004-03-19  Iain <iain@prettypeople.org>
26772
26773         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26774         is_int in the structure, not the local variable.
26775
26776 2004-03-19  David Schleef  <ds@schleef.org>
26777
26778         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26779         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26780         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26781         Improvements in caps negotiation.
26782
26783 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26784
26785         * po/LINGUAS:
26786         * po/af.po:
26787           adding Afrikaans (Petri Jooste)
26788
26789 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26790
26791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26792         (gst_ffmpegcolorspace_chain):
26793         throw error instead of g_critical (#137588)
26794
26795 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26796
26797         * Makefile.am:
26798         * configure.ac:
26799           dist common and m4 correctly
26800         * po/sv.po:
26801
26802 2004-03-17  David Schleef  <ds@schleef.org>
26803
26804         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26805         (bug #137348)
26806
26807 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26808
26809         * po/LINGUAS:
26810         * po/sv.po:
26811           adding Swedish translation (Christian Rose)
26812
26813 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26814
26815         * Makefile.am: use release.mak
26816
26817 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26818
26819         * common/ChangeLog:
26820         * common/gst-autogen.sh:
26821           add some explanation about the version detection
26822         * configure.ac:
26823           fix X check
26824
26825 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26826
26827         * configure.ac: bump nano to 1
26828
26829 === release 0.8.0 ===
26830
26831 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26832
26833         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26834
26835 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26836
26837         * configure.ac:
26838           update libtool version
26839         * gst-libs/gst/media-info/Makefile.am:
26840           actually use libtool version
26841
26842 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26843
26844         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26845
26846 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * configure.ac:
26849         * gst-plugins.spec.in:
26850         * pkgconfig/Makefile.am:
26851         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26852         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26853         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26854         * pkgconfig/gstreamer-libs.pc.in:
26855         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26856         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26857         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26858         * pkgconfig/gstreamer-plugins.pc.in:
26859           remove @VERSION@ from some of the pc files since core and plugins
26860           are decoupled.
26861           created gstreamer-plugins.pc as it's a better name, but keeping
26862           -libs around for now to get fixes upstream done first.
26863
26864 2004-03-15  Julien MOUTTE <julien@moutte.net>
26865
26866         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26867         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26868         * gst-libs/gst/play/play.h:
26869
26870 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26871
26872         * *.c, *.cc: don't mix tabs and spaces
26873
26874 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26875
26876         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26877           use the new ffmpegcolorspace
26878         * gst-plugins.spec.in:
26879           package new colorspace and media-info
26880         * configure.ac:
26881         * pkgconfig/Makefile.am:
26882           fix some more disting issues
26883         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26884         * pkgconfig/gstreamer-media-info.pc.in:
26885           generate media-info pc files
26886
26887 2004-03-15  Johan Dahlin  <johan@gnome.org>
26888
26889         * *.h: Revert indenting
26890
26891 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26892
26893         * configure.ac:
26894           adding ffmpegcolorspace element
26895         * gst/ffmpegcolorspace/Makefile.am:
26896         * gst/ffmpegcolorspace/avcodec.h:
26897         * gst/ffmpegcolorspace/common.h:
26898         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26899         * gst/ffmpegcolorspace/dsputil.h:
26900         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26902         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26903         (gst_ffmpeg_caps_to_pix_fmt):
26904         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26906         (gst_ffmpegcolorspace_caps_remove_format_info),
26907         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26908         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26909         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26910         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26911         (gst_ffmpegcolorspace_set_property),
26912         (gst_ffmpegcolorspace_get_property),
26913         (gst_ffmpegcolorspace_register):
26914         * gst/ffmpegcolorspace/imgconvert.c:
26915         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26916         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26917         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26918         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26919         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26920         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26921         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26922         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26923         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26924         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26925         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26926         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26927         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26928         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26929         (img_get_alpha_info), (deinterlace_line),
26930         (deinterlace_line_inplace), (deinterlace_bottom_field),
26931         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26932         * gst/ffmpegcolorspace/imgconvert_template.h:
26933         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26934         * gst/ffmpegcolorspace/mmx.h:
26935         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26936           adding ffmpegcolorspace element supplied by Ronald after cleaning
26937           up and pulling in the right bits of upstream source.
26938           I'm sure a better C/compiler wizard could do some cleaning up (for
26939           example use GLIB's malloc stuff), but as a first pass this
26940           works very well
26941
26942 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26943
26944         * ext/alsa/gstalsa.h:
26945           I assume Ronald forgot to commit the change to have cardname
26946           as a struct member.  Expect some public spanking at the next
26947           opportunity.
26948
26949 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26952         (gst_alsa_open_audio), (gst_alsa_close_audio):
26953         * ext/alsa/gstalsa.c:
26954           Don't open the device if we're a mixer (= padless).
26955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26956         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26957         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26958           Open mixer during state change rather than during object
26959           initialization. Also, get a device name. Currently in a somewhat
26960           hackish fashion, but I didn't really find something better.
26961
26962 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26963
26964         * *.c, *.h: run gst-indent
26965
26966 2004-03-14  Benjamin Otte  <otte@gnome.org>
26967
26968         * gst/modplug/gstmodplug.cc:
26969         * gst/modplug/gstmodplug.h:
26970           set correct timestamps on outgoing buffers
26971
26972 2004-03-14  Benjamin Otte  <otte@gnome.org>
26973
26974         * gst/modplug/gstmodplug.cc:
26975           handle events - don't do crap when a discont arrives that's not
26976           necessary
26977           This allows correct loading and playback of mods in Rhythmbox
26978
26979 2004-03-14  Benjamin Otte  <otte@gnome.org>
26980
26981         * configure.ac:
26982         * gst-libs/gst/gconf/Makefile.am:
26983         * pkgconfig/Makefile.am:
26984           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26985           they get rebuilt properly
26986         * configure.ac:
26987           when checking for vorbis, try pkgconfig first.
26988         * gst/modplug/gstmodplug.cc:
26989           add fixate function
26990
26991 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26992
26993         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26994           Fix for obvious mistake, where we first shift the offset and then
26995           read a samplesize element assuming the old offset. Note that this
26996           part still has something weird, i.e. my movies containing those
26997           don't actually play well, but at least there's something that looks
26998           like sound now.
26999
27000 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27001         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27002         (plugin_init):
27003         Add a typefind function for speex format
27004
27005 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27008         (gst_asf_demux_setup_pad):
27009           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27010           instead of 0. Reason is simple: some elements have a fps range
27011           of 1-max instead of 0-max. So now ASF video actually works.
27012
27013 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27014
27015         * po/LINGUAS:
27016         * po/sr.po:
27017           adding serbian as a language
27018
27019 2004-03-13  Benjamin Otte  <otte@gnome.org>
27020
27021         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27022           return taglist correctly from _get function, don't gst_pad_push it.
27023           (fixes #137042)
27024
27025 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27026         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27027
27028 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27029
27030         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27031         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27032         (gst_alsa_mixer_track_new):
27033         * ext/alsa/gstalsamixertrack.h:
27034           Fix ancient leftovers... MixerTrack is a GObject.
27035
27036 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27039         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27040           Don't block during probing...
27041
27042 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27043
27044         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27045         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27046         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27047         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27048         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27049         (gst_alsa_open_audio), (gst_alsa_close_audio):
27050         * ext/alsa/gstalsa.h:
27051           Add propertyprobe interface implementation, add some device-name
27052           property, all this so that it looks good in gnome-volume-control.
27053
27054 2004-03-12  David Schleef  <ds@schleef.org>
27055
27056         * configure.ac: the Hermes library controls hermescolorspace, not
27057         colorspace.
27058         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27059         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27060         not /* */
27061         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27062         * ext/sdl/sdlvideosink.h: ditto.
27063         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27064
27065 2004-03-12  Benjamin Otte  <otte@gnome.org>
27066
27067         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27068         (gst_x_overlay_got_xwindow_id):
27069         * gst-libs/gst/xoverlay/xoverlay.h:
27070           replace XID with unsigned long to get rid of the xlibs dependency in
27071           XOverlay (fixes #137004)
27072
27073 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27074         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27075         (gst_agingtv_setup):
27076         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27077         (gst_dicetv_base_init), (gst_dicetv_class_init),
27078         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27079         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27080         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27081         (gst_edgetv_setup), (gst_edgetv_rgb32):
27082         * gst/effectv/gsteffectv.c:
27083         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27084         (gst_quarktv_set_property):
27085         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27086         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27087         (gst_revtv_setup), (gst_revtv_rgb32):
27088         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27089         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27090         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27091         (gst_shagadelictv_rgb32):
27092         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27093         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27094         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27095         * gst/effectv/gstwarp.c:
27096         Port everything that can be ported to videofilter and fix up the caps.
27097         Can someone with a big-endian machine please check these?
27098
27099 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27100
27101         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27102         (gst_osssink_chain), (gst_osssink_change_state):
27103           Latest fixes for A/V sync, audio playback and such. This is about
27104           all... MPEG playback issues are mostly related to the async build-
27105           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27106
27107 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27108
27109         patch from: Stephane Loeuillet
27110
27111         * configure.ac:
27112           use pkg-config for some libraries, falling back to the old .m4 way
27113           (fixes #131270)
27114         * m4/libdv.m4:
27115           removed
27116
27117 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27118
27119         * configure.ac:
27120         * tools/Makefile.am:
27121         * tools/Makefile.in:
27122         * tools/gst-launch-ext-m.m:
27123         * tools/gst-launch-ext.1.in:
27124         * tools/gst-visualise-m.m:
27125         * tools/gst-visualise.1:
27126         * tools/gst-visualise.1.in:
27127           reorganizing generation of script tools
27128
27129 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * ext/divx/gstdivxdec.c:
27132           Downgrade priority. We prefer ffdec_mpeg4.
27133         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27134         (gst_faad_chain), (gst_faad_change_state):
27135           Fix capsnego. Doesn't work for some sounds because we don't have
27136           a 5:1 to stereo element.
27137         * ext/xvid/gstxvid.c: (plugin_init):
27138           Add priority.
27139         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27140         (gst_osssink_change_state):
27141           Add discont handling.
27142
27143 2004-03-09  Colin Walters  <walters@verbum.org>
27144
27145         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27146         conversion.
27147
27148 2004-03-09  Benjamin Otte  <otte@gnome.org>
27149
27150         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27151           the signals take 2 arguments
27152
27153 2004-03-09  David Schleef  <ds@schleef.org>
27154
27155         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27156         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27157         * ext/alsa/gstalsa.h:
27158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27159
27160 2004-03-09  Benjamin Otte  <otte@gnome.org>
27161
27162         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27163         (gst_mikmod_change_state):
27164         * ext/mikmod/gstmikmod.h:
27165           make mikmod's loop function not loop infinitely and call
27166           gst_element_yield anymore
27167         * gst/modplug/gstmodplug.cc:
27168           fix pad negotiation (fixes #136590)
27169
27170 2004-03-09  David Schleef  <ds@schleef.org>
27171
27172         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27173         doesn't conflict with the internal colorspace plugin.
27174         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27175         satisfy the crappy-ass shell shipped by a certain vendor.
27176         * gst/videofilter/make_filter: same (bug #135299)
27177
27178 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27179
27180         * configure.ac: bump nano to 1
27181
27182 === release 0.7.6 ===
27183
27184 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27185
27186         * configure.in: releasing 0.7.6, "There"
27187
27188 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27191         * pkgconfig/gstreamer-play.pc.in:
27192           synchronize the two
27193
27194 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27195
27196         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27197         (cdparanoia_open), (cdparanoia_event):
27198           fix/add error handling
27199         * po/POTFILES.in:
27200           add cdparanoia source
27201         * tools/Makefile.am:
27202           make scripts executable
27203
27204 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * configure.ac:
27207         * ext/vorbis/Makefile.am:
27208         * sys/Makefile.am:
27209           remove id3types, vorbisfile and xvideosink from the build (#133783)
27210
27211 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27212
27213         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27214           Fix metadata read crash (#136537).
27215
27216 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27217
27218         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27219         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27220           adding mime types, fixing the one-stop function
27221
27222 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27223
27224         * ext/nas/nassink.c and /ext/nas/nassink.h:
27225         More NAS love from Arwed von Merkatz
27226         So lets all sing 'Can you feel the NAS tonight'
27227
27228 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27229
27230         * tools/gst-launch-ext.in:
27231         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27232
27233 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27234
27235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27236         (gst_mpeg2dec_init):
27237         remove the user_data pad for now, because it is being used in
27238         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27239         If someone knows how to fix this properly, please do.
27240
27241 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27242
27243         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27244         (gst_osssink_get_time):
27245         add a warning, IMO this won't get triggered anymore, remove later
27246
27247 2004-03-07  David Schleef  <ds@schleef.org>
27248
27249         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27250         format (bug #136470)
27251
27252 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27253
27254         * gst-libs/Makefile.am:
27255         * gst-libs/gst/media-info/Makefile.am:
27256         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27257         (error_callback), (gst_media_info_error_create),
27258         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27259         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27260         * gst-libs/gst/media-info/media-info-priv.h:
27261         * gst-libs/gst/media-info/media-info-test.c: (main):
27262         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27263         (gst_media_info_class_init), (gst_media_info_instance_init),
27264         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27265         (gst_media_info_read_idler), (gst_media_info_read):
27266         * gst-libs/gst/media-info/media-info.h:
27267         fixed, should work now
27268
27269 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27270
27271         * ext/nas/nassink.c:
27272         A bunch of NAS fixes from Arwed von Merkatz
27273
27274 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27277         (qtdemux_parse_trak):
27278           Fix crash (j might be greater than n_samples, in which case we're
27279           writing outside the allocated space for the array) and memleak.
27280
27281 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * sys/oss/gstosssink.c: (gst_osssink_chain):
27284           And another caller that couldn't handle delay < 0 (unsigned
27285           integer overflow). Video now continues playing on an audio
27286           buffer underrun, and the clock continues working. Audio still
27287           stalls.
27288
27289 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27292         (gst_osssink_get_time):
27293           get_delay() may return values lower than 0. In those cases, we
27294           should not actually cast to *unsigned* int64, that will break
27295           stuff horribly. In my case, it screwed up A/V sync in movies
27296           in totem rather badly.
27297
27298 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27299
27300         * ext/faac/gstfaac.c: (gst_faac_chain):
27301         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27302         * ext/libpng/gstpngenc.c: (user_write_data):
27303         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27304         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27305         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27306         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27307         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27308         of any buffer), should fix some leaks. I hope I didn't unref buffers
27309         that shouldn't be...
27310
27311 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27312
27313         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27314         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27315         (error_callback), (gmi_reset), (gmi_seek_to_track),
27316         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27317         (gmip_find_type_post), (gmip_find_stream_post),
27318         (gmip_find_track_streaminfo_post):
27319         * gst-libs/gst/media-info/media-info-priv.h:
27320         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27321         (info_print), (main):
27322         * gst-libs/gst/media-info/media-info.c:
27323         (gst_media_info_error_create), (gst_media_info_error_element),
27324         (gst_media_info_instance_init), (gst_media_info_get_property),
27325         (gst_media_info_new), (gst_media_info_set_source),
27326         (gst_media_info_read_idler), (gst_media_info_read):
27327         * gst-libs/gst/media-info/media-info.h:
27328           first pass at making this work again.  This seems to work on
27329           tagged ogg/vorbis and mp3 files.
27330
27331 2004-03-06  Benjamin Otte  <otte@gnome.org>
27332
27333         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27334           fix huge leak: gst_buffer_merge doesn't unref the first argument
27335           itself.
27336
27337 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27338
27339         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27340           report layer/mode/emphasis
27341
27342 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27343
27344         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27345
27346 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27347
27348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27349           signal serial
27350
27351 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27352
27353         * ext/vorbis/vorbis.c: (plugin_init):
27354         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27355         (gst_vorbis_dec_init), (vorbis_dec_event):
27356         add debug category
27357         make vorbisdec handle _BYTE and _TIME queries
27358
27359 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27360
27361         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27362           from the xing header
27363
27364 2004-03-06  Benjamin Otte  <otte@gnome.org>
27365
27366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27367         (gst_audio_convert_link), (gst_audio_convert_change_state),
27368         (gst_audio_convert_buffer_from_default_format):
27369           do conversions from/to float correctly, fix some caps nego errors,
27370           export correct supported caps in template and getcaps, use correct
27371           caps in try_set_caps functions
27372
27373 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27374
27375         For some reason, I only committed a ChangeLog entry yesterday and
27376         not the corresponding code...
27377         * ext/mad/gstmad.c: Fix detection of Xing headers
27378         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27379
27380 2004-03-06  Benjamin Otte  <otte@gnome.org>
27381
27382         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27383         (gst_ogg_demux_src_query):
27384           make sure to handle the case where there's no current chain
27385           gracefully.
27386
27387 2004-03-05  David Schleef  <ds@schleef.org>
27388
27389         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27390         Add fixate function. (bug #131128)
27391         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27392         (gst_sdlvideosink_fixate):  Add fixate function.
27393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27394         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27395         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27396         Fix missing break that was causing ulaw to be interpreted as
27397         raw int.
27398
27399 2004-03-05  David Schleef  <ds@schleef.org>
27400
27401         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27402         Fix code that ignores return value of gst_buffer_merge().
27403         (bug #114560)
27404         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27405         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27406         * testsuite/gst-lint:  Check for above.
27407
27408 2004-03-05  David Schleef  <ds@schleef.org>
27409
27410         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27411         caps and throw an element error.  (bug #136334)
27412
27413 2004-03-05  David Schleef  <ds@schleef.org>
27414
27415         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27416         (gst_faad_chain): Fix negotiation.
27417         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27418         key and button events.
27419         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27420         dung heap of code.
27421         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27422         depends on gconf
27423         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27424         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27425         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27426         function to encourage better negotiation, particularly between
27427         audioconvert and osssink.
27428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27429         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27430         more important.
27431         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27432         typefinding.
27433         * gst/vbidec/vbiscreen.c:  Add glib header
27434         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27435
27436 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27437
27438         * ext/mad/gstmad.c: Fix detection of Xing headers
27439         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27440
27441 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27444         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27445           debug updates
27446
27447 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27448
27449         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27450         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27451         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27452         files, and report the parsed length as a GST_TAG_DURATION tag.
27453         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27454
27455 2004-03-05  Benjamin Otte  <otte@gnome.org>
27456
27457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27458           convert channels correctly. convert correctly to unsigned.
27459
27460 2004-03-05  Julien MOUTTE <julien@moutte.net>
27461
27462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27463         we have a window before clearing it.
27464
27465 2004-03-05  Julien MOUTTE <julien@moutte.net>
27466
27467         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27468         have a window before clearing it.
27469
27470 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27471
27472         * gconf/gstreamer.schemas.in:
27473         * gst-libs/gst/gconf/Makefile.am:
27474           version installation path the same way as for 0.6
27475         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27476         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27477         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27478           remove comment that was fixed
27479
27480 2004-03-05  David Schleef  <ds@schleef.org>
27481
27482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27483         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27484         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27485         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27486         Add prototype code for handling seeking and querying.
27487
27488 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27489
27490         * examples/gstplay/player.c: (main):
27491           Initialize variables to NULL. Prevents a segfault because the
27492           (uninitialized) variable is not NULL, resulting in a crash on
27493           trying to reach error->message.
27494
27495 2004-03-05  Benjamin Otte  <otte@gnome.org>
27496
27497         * gst/audioconvert/gstaudioconvert.c:
27498         (gst_audio_convert_buffer_to_default_format):
27499         make float=>int conversion work correctly even in cornercases.
27500
27501 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27502
27503         * debian/README.Debian:
27504         * debian/build-deps:
27505         * debian/changelog:
27506         * debian/control:
27507         * debian/control.in:
27508         * debian/copyright:
27509         * debian/gstreamer-a52dec.files:
27510         * debian/gstreamer-aa.files:
27511         * debian/gstreamer-alsa.files:
27512         * debian/gstreamer-alsa.manpages:
27513         * debian/gstreamer-arts.files:
27514         * debian/gstreamer-artsd.files:
27515         * debian/gstreamer-audiofile.files:
27516         * debian/gstreamer-avifile.files:
27517         * debian/gstreamer-cdparanoia.files:
27518         * debian/gstreamer-colorspace.files:
27519         * debian/gstreamer-doc.files:
27520         * debian/gstreamer-dv.files:
27521         * debian/gstreamer-dvd.files:
27522         * debian/gstreamer-esd.files:
27523         * debian/gstreamer-festival.files:
27524         * debian/gstreamer-flac.files:
27525         * debian/gstreamer-gconf.conffiles:
27526         * debian/gstreamer-gconf.files:
27527         * debian/gstreamer-gconf.postinst:
27528         * debian/gstreamer-gnomevfs.files:
27529         * debian/gstreamer-gsm.files:
27530         * debian/gstreamer-http.files:
27531         * debian/gstreamer-jack.files:
27532         * debian/gstreamer-jpeg.files:
27533         * debian/gstreamer-mad.files:
27534         * debian/gstreamer-mikmod.files:
27535         * debian/gstreamer-misc.files:
27536         * debian/gstreamer-mpeg2dec.files:
27537         * debian/gstreamer-oss.files:
27538         * debian/gstreamer-plugin-apps.files:
27539         * debian/gstreamer-plugin-apps.manpages:
27540         * debian/gstreamer-plugin-libs-dev.files:
27541         * debian/gstreamer-plugin-libs.files:
27542         * debian/gstreamer-plugin-template.postinst:
27543         * debian/gstreamer-plugin-template.postrm:
27544         * debian/gstreamer-sdl.files:
27545         * debian/gstreamer-sid.files:
27546         * debian/gstreamer-vorbis.files:
27547         * debian/gstreamer-x.files:
27548         * debian/mk.control:
27549         * debian/rules:
27550         Debian package info not maintained here.
27551
27552 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27553
27554         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27555         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27556         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27557         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27558         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27559         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27561         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27562         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27563         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27564         * gst-libs/gst/colorbalance/colorbalance.c:
27565         (gst_color_balance_class_init):
27566         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27567         (gst_color_balance_channel_class_init):
27568         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27569         * gst-libs/gst/play/play.c: (gst_play_class_init):
27570         * gst-libs/gst/propertyprobe/propertyprobe.c:
27571         (gst_property_probe_iface_init):
27572         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27573         * gst-libs/gst/tuner/tunerchannel.c:
27574         (gst_tuner_channel_class_init):
27575         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27576         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27577         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27578         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27580         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27583         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27584           fix signals to use - instead of _
27585         * ext/libcaca/gstcacasink.h:
27586         * ext/sdl/sdlvideosink.h:
27587           fix header rename
27588
27589 2004-03-04  David Schleef  <ds@schleef.org>
27590
27591         * testsuite/gst-lint:  Add a check for bad signal names.
27592
27593 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27594
27595         reviewed by David Schleef
27596
27597         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27598         modified the alpha channel and caused a warning. (bug #136192)
27599
27600 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27601
27602         * gst-plugins.spec.in:
27603         Change names of plugins to actually be correct. Try to keep things
27604         alphabetical to avoid getting beat up by Thomas
27605
27606 2004-03-03  Julien MOUTTE <julien@moutte.net>
27607
27608         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27609         Using ximagesink as a default if no gconf key found. We should
27610         probably consider using alsasink instead of osssink for the audio
27611         part.
27612
27613 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27614
27615         * configure.ac:
27616           fix --with-plugins, don't think it ever worked before
27617         * gst-plugins.spec.in:
27618           even more updates
27619
27620 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * ext/sdl/sdlvideosink.h:
27623         * sys/ximage/ximagesink.h:
27624         * sys/xvideo/xvideosink.h:
27625         * sys/xvimage/xvimagesink.h:
27626           Fix for move of gstvideosink.h -> videosink.h.
27627
27628 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27629
27630         * gst-libs/gst/xwindowlistener/Makefile.am:
27631           this is a plugin library, not a library
27632
27633 2004-03-01  David Schleef  <ds@schleef.org>
27634
27635         * AUTHORS:  Added some names.  Add yourself if you're still
27636         missing.
27637
27638 2004-03-01  David Schleef  <ds@schleef.org>
27639
27640         * MAINTAINERS: Add
27641
27642 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27643
27644         * gst-plugins.spec.in: clean up spec file
27645
27646 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27647
27648         * gst-libs/gst/video/Makefile.am:
27649         * gst-libs/gst/video/gstvideosink.c:
27650         * gst-libs/gst/video/gstvideosink.h:
27651           rename gstvideosink.h to videosink.h to match other headers
27652         * gst/mixmatrix/Makefile.am:
27653           fix plugin filename
27654         * gst/tags/Makefile.am: fix plugin filename
27655
27656 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27657
27658         * gst/tags/Makefile.am: fix plugin filename
27659
27660 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27661
27662         * examples/gstplay/player.c: (got_time_tick), (main):
27663           add error handler
27664           display time_tick more readably
27665         * gst/mixmatrix/Makefile.am:
27666           fix plugin file name
27667
27668 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27669
27670         * sys/oss/gstosselement.c: (gst_osselement_probe),
27671         (device_combination_append), (gst_osselement_class_probe_devices):
27672         * sys/oss/gstosselement.h:
27673           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27674           on my system using alsa oss emulation, fixes bug #135597
27675
27676 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27679         (gst_videodrop_chain), (gst_videodrop_change_state):
27680         * gst/videodrop/gstvideodrop.h:
27681           Work based on timestamp of input data, not based on the expected
27682           framerate from the input. The consequence is that this element now
27683           not only scales framerates, but also functions as a framerate
27684           corrector or framerate stabilizer/constantizer.
27685
27686 2004-02-27  David Schleef  <ds@schleef.org>
27687
27688         patches from jmmv@menta.net (Julio M. Merino Vidal)
27689
27690         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27691         GST_ELEMENT_ERROR call (bug #135634)
27692         * gst/interleave/interleave.c: (interleave_buffered_loop),
27693         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27694         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27695         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27696         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27697         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27698         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27699         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27700         Fix GST_ELEMENT_ERROR call.
27701         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27702         GST_ELEMENT_ERROR call.
27703
27704 2004-02-27  Benjamin Otte  <otte@gnome.org>
27705
27706         * gst-libs/gst/audio/audio.h:
27707           add macro to make sure header isn't included twice
27708         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27709           don't use gst_buffer_free
27710         * gst/playondemand/filter.func:
27711           don't use gst_data_free. Free data only once.
27712
27713 2004-02-26  David Schleef  <ds@schleef.org>
27714
27715         * gst-libs/gst/colorbalance/Makefile.am:
27716         * gst-libs/gst/mixer/Makefile.am:
27717         * gst-libs/gst/tuner/Makefile.am:
27718         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27719         should not be disted, -marshal.h files should not be installed,
27720         and -enum.h files _should_ be installed.  Fix to make this the
27721         case.
27722
27723 === release 0.7.5 ===
27724
27725 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27726
27727         * configure.ac: release 0.7.5, "Under The Sea"
27728
27729 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27730
27731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27732         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27733         * gst/videoscale/gstvideoscale.c:
27734         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27735           assorted debug/warning fixes
27736
27737 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27738
27739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27740         (gst_videoscale_init), (gst_videoscale_chain),
27741         (gst_videoscale_set_property), (plugin_init):
27742         * gst/videoscale/gstvideoscale.h:
27743         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27744         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27745         (gst_videoscale_planar400), (gst_videoscale_packed422),
27746         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27747         (gst_videoscale_24bit), (gst_videoscale_16bit),
27748         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27749         (gst_videoscale_scale_plane_slow),
27750         (gst_videoscale_scale_point_sample),
27751         (gst_videoscale_scale_nearest),
27752         (gst_videoscale_scale_nearest_str2),
27753         (gst_videoscale_scale_nearest_str4),
27754         (gst_videoscale_scale_nearest_32bit),
27755         (gst_videoscale_scale_nearest_24bit),
27756         (gst_videoscale_scale_nearest_16bit):
27757         add debugging category and use it properly
27758         fix use of GST_PTR_FORMAT
27759
27760 2004-02-25  Andy Wingo  <wingo@pobox.com>
27761
27762         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27763         push only when channel->buffer is NULL. Prevents segfaults doing
27764         the state change after a nonlocal exit, like a scheme exception.
27765
27766         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27767         Handle the case where the intersected caps is empty.
27768
27769 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27770
27771         * gst/law/mulaw-decode.c: (mulawdec_link):
27772         * gst/law/mulaw.c: (plugin_init):
27773           fix mulawdec so it actually works again
27774
27775 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27776
27777         reviewed by: David Schleef  <ds@schleef.org>
27778
27779         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27780         (gst_gamma_init), (gst_gamma_set_property),
27781         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27782         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27783         for RGB, with separate r g and b correction factors. (#131167)
27784
27785 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27786
27787         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27788           only signal tags for bitrate if they're > 0 (#134894)
27789
27790 2004-02-24  David Schleef  <ds@schleef.org>
27791
27792         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27793         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27794         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27795         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27796         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27797         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27798         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27799         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27800         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27801         category.  Attempt to fix timestamp calculation.
27802
27803 2004-02-24  Johan Dahlin  <johan@gnome.org>
27804
27805         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27806
27807 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27808
27809         * configure.ac:
27810         * gconf/Makefile.am:
27811         * gconf/gstreamer.schemas:
27812         * gst-libs/gst/gconf/Makefile.am:
27813         * gst-libs/gst/gconf/gconf.c:
27814           version gconf schemas and install locations
27815
27816 2004-02-23  Benjamin Otte  <otte@gnome.org>
27817
27818         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27819         (gst_xine_input_subclass_init):
27820           call parent dispose.
27821           change pad template for CD reader correctly
27822         * ext/xine/Makefile.am:
27823         * ext/xine/gstxine.h:
27824         * ext/xine/xine.c: (plugin_init):
27825         * ext/xine/xineaudiosink.c:
27826           wrap audio sinks, too
27827         * gst-libs/gst/resample/private.h:
27828         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27829         (gst_resample_reinit), (gst_resample_scale),
27830         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27831         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27832         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27833         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27834         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27835         * gst-libs/gst/resample/resample.h:
27836         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27837         (gst_audioscale_class_init), (gst_audioscale_link),
27838         (gst_audioscale_get_buffer), (gst_audioscale_init),
27839         (gst_audioscale_chain), (gst_audioscale_set_property),
27840         (gst_audioscale_get_property):
27841         * gst/audioscale/gstaudioscale.h:
27842           s/resample_*/gst_resample_*/i to not clobber namespaces
27843
27844 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27845
27846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27847         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27848         (gst_riff_create_video_template_caps),
27849         (gst_riff_create_audio_template_caps),
27850         (gst_riff_create_iavs_template_caps):
27851         * gst-libs/gst/riff/riff-media.h:
27852         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27853         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27854         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27855         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27856         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27857         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27858         (gst_matroska_demux_plugin_init): First batch implementing audio and
27859         video codec tags in demuxers.
27860
27861 2004-02-22  Benjamin Otte  <otte@gnome.org>
27862
27863         * ext/xine/Makefile.am:
27864         * ext/xine/gstxine.h:
27865         * ext/xine/xine.c: (plugin_init):
27866         * ext/xine/xineinput.c:
27867           add input plugin wrapper. Playback from files, http, mms and cdda
27868           works.
27869         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27870           remove leftover G_GNUC_UNUSED
27871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27872         (gst_asf_demux_identify_guid):
27873           improve debugging output
27874
27875 2004-02-22  Benjamin Otte  <otte@gnome.org>
27876
27877         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27878
27879         * autogen.sh:
27880           replace test -e with test -x for mkinstalldirs to be more portable.
27881           (fixes #134816)
27882
27883 2004-02-22  Benjamin Otte  <otte@gnome.org>
27884
27885         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27886
27887         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27888           set rank to PRIMARY
27889         * gst/volume/gstvolume.c: (plugin_init):
27890           set rank to NONE
27891         fixes #134960
27892
27893 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27894
27895         reviewed by Benjamin Otte  <otte@gnome.org>
27896
27897         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27898           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27899
27900 2004-02-22  Benjamin Otte  <otte@gnome.org>
27901
27902         * configure.ac:
27903           export [_]*{gst,Gst,GST}.* symbols from plugins
27904
27905 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27906
27907         reviewed by: Benjamin Otte  <otte@gnome.org>
27908
27909         * ext/lame/gstlame.c: (add_one_tag):
27910         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27912         (gst_vorbisenc_metadata_set1):
27913         * gst/tags/gstid3tag.c:
27914         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27915           apply fixes from bugs #135042 (lame can't write tags) and #133817
27916           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27917
27918 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27919
27920         * configure.ac: Export only gst_plugin_desc from plugins.
27921          Note that this change only makes any effect with Linux using libtool
27922          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27923          fine. And don't try to have several versions of libtool in different
27924          directories.
27925
27926 2004-02-20  Andy Wingo  <wingo@pobox.com>
27927
27928         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27929         interleave respectively.
27930
27931         * gst/interleave/deinterleave.c: New plugin: deinterleave
27932         (replaces on oneton).
27933         * gst/interleave/interleave.c: New plugin: interleave.
27934         * gst/interleave/plugin.h: Support file.
27935         * gst/interleave/plugin.c: Support file.
27936
27937         * configure.ac: Remove intfloat and oneton, add interleave.
27938
27939         * ext/sndfile/gstsf.c: Handle events better.
27940
27941         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27942         and float2int operation. int2float has scheduling problems as
27943         noted in in2float_chain.
27944
27945 2004-02-20  Benjamin Otte  <otte@gnome.org>
27946
27947         * ext/xine/Makefile.am:
27948         * ext/xine/gstxine.h:
27949         * ext/xine/xine.c:
27950         * ext/xine/xineaudiodec.c:
27951         * ext/xine/xinecaps.c:
27952           add first version of xine plugin wrapper. Currently only wraps the
27953           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27954         * configure.ac:
27955         * ext/Makefile.am:
27956           add xine plugin wrapper, disabled by default. Use --enable-xine to
27957           build. Note that it'll segfault on gst-register if you don't remove
27958           the goom and tvtime post plugins from xine.
27959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27960         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27961           add extradata parsing for QDM2.
27962           change around debugging prints.
27963
27964 2004-02-19  Benjamin Otte  <otte@gnome.org>
27965
27966         * ext/lame/gstlame.c: (gst_lame_chain):
27967         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27968           use gst_tag_list_insert when you want to insert tags
27969
27970 2004-02-18  David Schleef  <ds@schleef.org>
27971
27972         * configure.ac:  Move massink to gst-rotten
27973         * ext/Makefile.am:
27974         * ext/mas/Makefile.am:
27975         * ext/mas/massink.c:
27976         * ext/mas/massink.h:
27977
27978 2004-02-18  David Schleef  <ds@schleef.org>
27979
27980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27981         typefinding, since it seems to be worse than nothing.
27982         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27983         atom to recognize .mp4 and .m4a files as video/quicktime.
27984
27985 2004-02-18  David Schleef  <ds@schleef.org>
27986
27987         * gst/sine/demo-dparams.c: (quit_live),
27988         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27989         Use double dparams, not float.
27990         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27991         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27992         sync'd elements don't really work correctly.
27993         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27994         (volume_update_volume), (volume_get_property):  Change dparam
27995         to double.
27996
27997 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27998
27999         * sys/ximage/ximagesink.c:
28000         (gst_ximagesink_xwindow_update_geometry),
28001         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28002         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28003         (gst_ximagesink_init): Rework the way software video scaling works. So
28004         now we check on each chain call if the video frames are feeling the
28005         window. If not we try to renegotiate caps. On failure we memorize that
28006         and we won't try again for that PLAYING sessions.
28007         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28008         failure.
28009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28010         synchronous flag.
28011
28012 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28013
28014         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28015           break up _link so we can give a better debug message for errors
28016
28017 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28018
28019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28020           set up debug category
28021
28022 2004-02-18  Julien MOUTTE <julien@moutte.net>
28023
28024         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28025         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28026         the way renegotiation work. The event handling function is not taking
28027         care of external windows and renegotiate method check for pad flags
28028         NEGOTIATING. Should fix : #133209
28029
28030 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28031
28032         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28033         pad is negotiating before trying renegotiation.
28034
28035 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28036
28037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28038           pass on all possible mime types as typefind hints
28039
28040 2004-02-17  Julien MOUTTE <julien@moutte.net>
28041
28042         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28044         possible SHM leak if we crash. All other apps using XShm are doing
28045         that.
28046
28047 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28048
28049         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28050         (gst_ximagesink_expose): Renegotiate size on expose.
28051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28052         size on expose.
28053
28054 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28055
28056         * testsuite/alsa/sinesrc.c:
28057           cosmetic fix to fix compile issue with gcc 2.95.4
28058
28059 2004-02-16  Julien MOUTTE <julien@moutte.net>
28060
28061         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28062         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28063         failed opening the audio device.
28064         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28065         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28066         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28067         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28068         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28069         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28070         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28071         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28072         Removing some useless g_return_if_fail like wingo suggested.
28073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28074         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28075         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28076         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28077         (gst_xvimagesink_update_colorbalance),
28078         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28079         (gst_xvimagesink_xcontext_clear),
28080         (gst_xvimagesink_get_fourcc_from_caps),
28081         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28082         (gst_xvimagesink_set_xwindow_id),
28083         (gst_xvimagesink_colorbalance_list_channels),
28084         (gst_xvimagesink_colorbalance_set_value),
28085         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28086         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28087
28088 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28089
28090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28091           throw error when not negotiated instead of asserting
28092
28093 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28094
28095         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28096         correct data refcounting.
28097
28098 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28099
28100         * gst/switch/gstswitch.c: (gst_switch_change_state),
28101         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28102         change, mostly the EOS flag.
28103
28104 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28105
28106         * examples/gstplay/player.c: (got_eos), (main): Adding some
28107         output for debugging.
28108         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28109         timeouts if we go to any state different from PLAYING.
28110         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28111         more EOS bugs in riff lib.
28112
28113 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28114
28115         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28116         visualization until i find a way to fix switch correctly.
28117         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28118         EOS arrives.
28119         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28120         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28121         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28122         Reworked switch to get a more correct behaviour with events and refing
28123         of data stored in sinkpads.
28124         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28125         we don't pull from a pad in EOS.
28126
28127 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28128
28129         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28130           remove v1 tag even if we can't read it (makes sure we don't detect
28131           it again)
28132
28133 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28134
28135         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28136         (gst_alsa_xrun_recovery):
28137         * ext/alsa/gstalsa.h:
28138           try xrun recovery when wait failed. Make xrun recovery function
28139           return TRUE/FALSE to indicate success. (might fix #134354)
28140
28141 2004-02-13  David Schleef  <ds@schleef.org>
28142
28143         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28144         (dynparm_value_changed), (main): Convert from float to double.
28145         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28146
28147 2004-02-13  David Schleef  <ds@schleef.org>
28148
28149         * gst/silence/gstsilence.c: (gst_silence_class_init),
28150         (gst_silence_set_clock), (gst_silence_get),
28151         (gst_silence_set_property), (gst_silence_get_property):
28152         * gst/silence/gstsilence.h: Add sync property.
28153         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28154         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28155         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28156         * gst/sine/gstsinesrc.h: Add sync property.
28157
28158 2004-02-13  David Schleef  <ds@schleef.org>
28159
28160         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28161         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28162
28163 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         * configure.ac:
28166         * ext/Makefile.am:
28167         * gst-libs/ext/Makefile.am:
28168           move ffmpeg plugin to gst-ffmpeg module
28169
28170 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28171
28172         * configure.ac: use GST_ARCH to detect architecture
28173
28174 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28175
28176         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28177
28178 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28179
28180         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28181           classify LADSPA plugins based on number of src/sink pads
28182           (#133663, Stefan Kost)
28183         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28184           fix dparams registration
28185           (#133528, Stefan Kost)
28186         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28187           fix use of isprint and use g_ascii_isprint instead
28188           (#133316, Stefan Kost)
28189
28190 2004-02-11  David Schleef  <ds@schleef.org>
28191
28192         Convert a few inner loops to use liboil.  This is currently
28193         optional, and is only enabled if liboil is present (duh!).
28194         * configure.ac: Check for liboil-0.1
28195         * gst/intfloat/Makefile.am:
28196         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28197         (gst_int2float_chain_gint16):
28198         * gst/videofilter/Makefile.am:
28199         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28200         (tablelookup_u8), (gst_videobalance_planar411):
28201         * gst/videotestsrc/Makefile.am:
28202         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28203         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28204         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28205         (paint_hline_RGB565), (paint_hline_xRGB1555):
28206
28207 2004-02-11  David Schleef  <ds@schleef.org>
28208
28209         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28210         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28211         (gst_colorspace_getcaps), (gst_colorspace_link),
28212         (gst_colorspace_base_init), (gst_colorspace_init),
28213         (gst_colorspace_chain), (gst_colorspace_change_state),
28214         (plugin_init): Merge Ronald's patch (bug #117897) and update
28215         for new caps and negotiation.  Seems to work, although it
28216         shows off bugs in lcs.
28217
28218 2004-02-11  David Schleef  <ds@schleef.org>
28219
28220         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28221         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28222
28223 2004-02-11  David Schleef  <ds@schleef.org>
28224
28225         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28226         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28227         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28228         Add server and port properties
28229
28230 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28231
28232         * m4/a52.m4:
28233         * m4/aalib.m4:
28234         * m4/as-ffmpeg.m4:
28235         * m4/as-liblame.m4:
28236         * m4/as-slurp-ffmpeg.m4:
28237         * m4/check-libheader.m4:
28238         * m4/esd.m4:
28239         * m4/freetype2.m4:
28240         * m4/gconf-2.m4:
28241         * m4/glib.m4:
28242         * m4/gst-alsa.m4:
28243         * m4/gst-artsc.m4:
28244         * m4/gst-ivorbis.m4:
28245         * m4/gst-matroska.m4:
28246         * m4/gst-sdl.m4:
28247         * m4/gst-shout2.m4:
28248         * m4/gst-sid.m4:
28249         * m4/gtk.m4:
28250         * m4/libdv.m4:
28251         * m4/libfame.m4:
28252         * m4/libmikmod.m4:
28253         * m4/ogg.m4:
28254         * m4/vorbis.m4:
28255           fix underquotedness of macros (#133800)
28256         * m4/as-avifile.m4:
28257         * m4/xmms.m4:
28258           removed because no longer used
28259
28260 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28261
28262         * configure.ac:
28263           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28264           by autopoint (fixes #132996)
28265
28266 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28267
28268         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28269         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28270         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28271         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28272           fix memleaks
28273
28274 2004-02-11  David Schleef  <ds@schleef.org>
28275
28276         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28277         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28278         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28279         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28280         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28281         (gst_jpegenc_class_init), (gst_jpegenc_init),
28282         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28283         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28284         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28285         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28286
28287 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28288
28289         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28290         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28291         * ext/mikmod/gstmikmod.h:
28292           fix caps negotiation in mikmod
28293         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28294           output debug information
28295
28296 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28297
28298         * gst-libs/gst/colorbalance/Makefile.am:
28299         * gst-libs/gst/navigation/Makefile.am:
28300         * gst-libs/gst/xoverlay/Makefile.am:
28301           remove unused GST_OPT_CFLAGS from Makefiles
28302           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28303
28304 2004-02-07  David Schleef  <ds@schleef.org>
28305
28306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28307         push events to pads that haven't been created (#133508)
28308
28309 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28310
28311         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28312         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28313         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28314         (gst_dvdec_loop), (gst_dvdec_change_state):
28315         Second attempt at committing a working dvdec element.
28316
28317 2004-02-06  David Schleef  <ds@schleef.org>
28318
28319         Build fixes for OS X: (see #129600)
28320         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28321         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28322         (gst_riff_read_strf_iavs):
28323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28324         (gst_avi_demux_stream_odml):
28325         * gst/playondemand/Makefile.am:
28326         * gst/rtp/rtp-packet.c:
28327
28328 2004-02-05  David Schleef  <ds@schleef.org>
28329
28330         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28331         last change, because it Just Doesn't Compile.
28332
28333 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28334
28335         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28336           skip undecodable id3v2 tag instead of keeping it
28337
28338 2004-02-05  David Schleef  <ds@schleef.org>
28339
28340         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28341         Unref leaked buffer.  (Noticed by Ronald)
28342
28343 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28344
28345         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28346         Sync requires with other checks.  >= vs =.
28347
28348 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28349
28350         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28351         (gst_dvdec_video_link), (gst_dvdec_loop):
28352         * ext/dv/gstdvdec.h:
28353           rework the caps negotiation so that dvdec works again instead
28354           of just segfaulting.
28355
28356 === release 0.7.4 ===
28357
28358 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28361         * configure.ac: changed for release
28362
28363 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28366         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28367         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28368         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28369           reworked patch by David Lehn to fix libdir and includedir for
28370           uninstalled libraries
28371           removed play and gconf from gstreamer-libs since they have their
28372           own pkgconfig files
28373
28374 2004-02-04  David Schleef  <ds@schleef.org>
28375
28376         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28377         memleak.
28378
28379 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28380
28381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28382           use correct GST_TAG_ENCODER tag
28383
28384 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28385
28386         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28387           be sure to stop the clock when going to paused
28388         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28389           reset number of transmitted when going to ready.
28390         fixes #132935
28391
28392 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28393
28394         reviewed by Benjamin Otte
28395
28396         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28397           extract track count (fixes #133410)
28398
28399 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28400
28401         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28402           that should be !=, not == (fixes #132519)
28403
28404 2004-02-04  David Schleef  <ds@schleef.org>
28405
28406         Make sure set_explicit_caps() is called before adding pad.
28407         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28408         * gst/id3/gstid3types.c: (gst_id3types_loop):
28409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28410         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28411
28412 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         * configure.ac:
28415           bump nano to 2, first prerelease
28416           put back AM_PROG_LIBTOOL
28417
28418 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28419
28420         * testsuite/alsa/Makefile.am:
28421           these are user test apps, not automatic testsuite tests
28422
28423 2004-02-04  David Schleef  <ds@schleef.org>
28424
28425         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28426         * gst/mpeg1videoparse/gstmp1videoparse.c:
28427         (mp1videoparse_parse_seq):
28428         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28430         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28431         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28432         (gst_xvideosink_getcaps):
28433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28434         * testsuite/gst-lint: more tests
28435
28436 2004-02-04  David Schleef  <ds@schleef.org>
28437
28438         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28439         with the code that they would expand to.
28440         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28441         (gst_flacdec_get_src_query_types),
28442         (gst_flacdec_get_src_event_masks):
28443         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28444         (gst_gnomevfssrc_get_query_types),
28445         (gst_gnomevfssrc_get_event_mask):
28446
28447 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28448
28449         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28450         (gst_sinesrc_dispose):
28451           fix memleak by properly disposing sinesrc
28452
28453 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28454
28455         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28456         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28457         an overlay to redraw the image because it has been exposed.
28458         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28459         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28460         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28461         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28462         interface
28463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28464         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28465         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28466         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28467         interface
28468
28469 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28470
28471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28472           more memleak fixage
28473
28474 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28475
28476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28477         * gst/typefind/gsttypefindfunctions.c:
28478           fix memleaks shown by gst-typefind
28479
28480 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28481
28482         * common/glib-gen.mak:
28483           add hack rule to touch .Plo files
28484         * gst-libs/gst/colorbalance/Makefile.am:
28485         * gst-libs/gst/mixer/Makefile.am:
28486         * gst-libs/gst/play/Makefile.am:
28487         * gst-libs/gst/tuner/Makefile.am:
28488           remove glib_root variable
28489
28490 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28491
28492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28493           set explicit caps before adding the element, so the autopluggers can
28494           plug correctly.
28495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28496         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28497         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28498         (dv_type_find):
28499           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28500           argument.
28501
28502 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28503
28504         * gst-libs/gst/colorbalance/Makefile.am:
28505         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28506         * gst-libs/gst/colorbalance/colorbalance.c:
28507         * gst-libs/gst/colorbalance/colorbalance.h:
28508         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28509         * gst-libs/gst/mixer/Makefile.am:
28510         * gst-libs/gst/mixer/mixer-marshal.list:
28511         * gst-libs/gst/mixer/mixer.c:
28512         * gst-libs/gst/mixer/mixer.h:
28513         * gst-libs/gst/mixer/mixermarshal.list:
28514         * gst-libs/gst/play/Makefile.am:
28515         * gst-libs/gst/play/play.h:
28516         * gst-libs/gst/tuner/Makefile.am:
28517         * gst-libs/gst/tuner/tuner-marshal.list:
28518         * gst-libs/gst/tuner/tuner.c:
28519         * gst-libs/gst/tuner/tuner.h:
28520         * gst-libs/gst/tuner/tunermarshal.list:
28521           use new glib-gen.mak snippet to clean up Makefile.am
28522           fix various bugs in Makefile.am's
28523
28524 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28525
28526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28527           handle chain parsing correctly in the multichain case
28528         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28529         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28530         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28531         (theora_dec_chain):
28532           handle events and queries correctly
28533
28534 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28535
28536         * .cvsignore:
28537         Ignore generated file _stdint.h.
28538
28539 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28540
28541         * gst-libs/gst/colorbalance/Makefile.am:
28542         * gst-libs/gst/colorbalance/colorbalance.h:
28543         * gst-libs/gst/mixer/Makefile.am:
28544         * gst-libs/gst/mixer/mixer.h:
28545         * gst-libs/gst/play/Makefile.am:
28546         * gst-libs/gst/play/play.h:
28547         * gst-libs/gst/tuner/Makefile.am:
28548         * gst-libs/gst/tuner/tuner.h:
28549         Generate enum type code with glib-mkenums.
28550         * gst-libs/gst/colorbalance/.cvsignore:
28551         * gst-libs/gst/mixer/.cvsignore:
28552         * gst-libs/gst/play/.cvsignore:
28553         * gst-libs/gst/tuner/.cvsignore:
28554         Ignore generated files.
28555
28556 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28557
28558         * gst-libs/gst/audio/.cvsignore:
28559         Ignore generated file.
28560         * gst-libs/gst/audio/Makefile.am:
28561         Do not install example filter.
28562
28563 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28564
28565         * examples/switch/.cvsignore:
28566         Ignore generated file.
28567
28568 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28569
28570         * common/m4/ax_create_stdint_h.m4:
28571         * configure.ac:
28572           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28573           _stdint.h.
28574         * Makefile.am:
28575           remove generated _stdint.h in DISTCLEANFILES
28576         * ext/a52dec/gsta52dec.c:
28577           include _stdint.h for a52dec. (should fix #133064)
28578
28579 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28580
28581         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28582         (gst_tag_to_vorbis_comments):
28583         Add replaygain support to vorbistag
28584
28585 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28586         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28587         (gst_ffmpeg_caps_to_extradata):
28588           Fix SVQ3 caps flag properties
28589           Use glib macro for bytes swap
28590
28591 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28592
28593         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28594         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28595         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28596         * ext/sndfile/gstsf.c: (plugin_init):
28597         * gst/avi/gstavi.c: (plugin_init):
28598         * sys/dxr3/dxr3init.c: (plugin_init):
28599         * sys/oss/gstossaudio.c: (plugin_init):
28600         * sys/v4l/gstv4l.c: (plugin_init):
28601         * sys/v4l2/gstv4l2.c: (plugin_init):
28602           remove textdomain calls
28603         * po/nl.po:
28604           update Dutch translation
28605
28606 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28607
28608         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28609         (gst_play_set_audio_sink): Moving volume in the audio thread for
28610         instantaneous volume change. Maybe i will add another volume in front
28611         of visualization later, not sure yet though.
28612
28613 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28614
28615         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28616         (gst_ximagesink_handle_xevents): Better X events handling, only take
28617         the latest events for configure and motion.
28618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28619
28620 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28621
28622         reviewed by: David Schleef  <ds@schleef.org>
28623
28624         Fix memory leaks:
28625         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28626         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28627
28628 2004-02-02  David Schleef  <ds@schleef.org>
28629
28630         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28631         of lines.
28632         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28633         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28634         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28635         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28636         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28637         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28638         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28639         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28640         (gst_float2_2_int_link):
28641         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28642         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28643         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28644         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28645         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28646         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28647         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28648         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28649         * testsuite/gst-lint: Add tests for bzero and ;;
28650
28651 2004-02-02  David Schleef  <ds@schleef.org>
28652
28653         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28654
28655 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28656
28657         * ext/aalib/gstaasink.c: (gst_aasink_open):
28658         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28659         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28661         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28662         (gst_afsink_close_file):
28663         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28664         (gst_afsrc_close_file):
28665         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28666         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28667         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28668         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28669         * ext/esd/esdmon.c: (gst_esdmon_get):
28670         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28671         * ext/faac/gstfaac.c: (gst_faac_chain):
28672         * ext/faad/gstfaad.c: (gst_faad_chain):
28673         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28674         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28675         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28676         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28677         (gst_flacdec_loop):
28678         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28679         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28681         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28682         (gst_gnomevfssink_close_file):
28683         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28684         (gst_gnomevfssrc_open_file):
28685         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28686         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28687         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28688         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28689         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28690         * ext/mad/gstmad.c: (gst_mad_chain):
28691         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28692         * ext/mpeg2dec/gstmpeg2dec.c:
28693         * ext/mpeg2enc/gstmpeg2enc.cc:
28694         * ext/mplex/gstmplex.cc:
28695         * ext/mplex/gstmplexibitstream.cc:
28696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28697         (gst_ogg_demux_push):
28698         * ext/raw1394/gstdv1394src.c:
28699         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28700         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28701         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28702         (gst_sf_loop):
28703         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28704         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28705         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28706         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28708         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28709         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28710         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28711         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28712         (gst_riff_read_element_data), (gst_riff_read_seek),
28713         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28714         * gst/adder/gstadder.c: (gst_adder_loop):
28715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28716         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28717         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28718         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28719         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28720         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28721         * gst/goom/gstgoom.c: (gst_goom_chain):
28722         * gst/id3/gstid3types.c: (gst_id3types_loop):
28723         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28724         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28725         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28726         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28727         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28728         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28729         (gst_ebml_read_float), (gst_ebml_read_header):
28730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28731         (gst_matroska_demux_parse_blockgroup):
28732         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28733         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28734         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28735         * gst/silence/gstsilence.c: (gst_silence_get):
28736         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28737         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28738         * gst/speed/gstspeed.c: (speed_loop):
28739         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28740         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28741         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28742         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28743         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28744         (gst_wavparse_loop):
28745         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28746         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28747         (dxr3audiosink_close):
28748         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28749         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28750         (dxr3videosink_close), (dxr3videosink_write_data):
28751         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28752         * sys/oss/gstosssink.c: (gst_osssink_chain):
28753         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28754         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28757         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28758         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28759         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28760         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28761         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28762         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28763         (gst_v4l_set_audio):
28764         * sys/v4l/v4l_calls.h:
28765         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28766         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28767         (gst_v4lmjpegsink_playback_init),
28768         (gst_v4lmjpegsink_playback_start):
28769         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28770         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28771         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28772         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28773         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28774         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28775         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28776         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28777         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28778         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28779         (gst_v4l2_get_output), (gst_v4l2_set_output),
28780         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28781         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28782         (gst_v4l2_set_attribute):
28783         * sys/v4l2/v4l2_calls.h:
28784         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28785         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28786         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28787         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28788         (gst_v4l2src_capture_stop):
28789         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28790         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28791         (gst_ximagesink_chain):
28792         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28793         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28794         (gst_xvideosink_xwindow_new):
28795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28796         (gst_xvimagesink_chain):
28797
28798 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28799
28800         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28801         (gst_volume_get_volume), (volume_class_init), (volume_init),
28802         (volume_chain_int16), (volume_update_volume):
28803         * gst/volume/gstvolume.h:
28804           make code more readable by removing magic numbers
28805           make mixer interface export 0-100 range
28806           make it internally map to 0.0-1.0 range so users don't distort
28807           output by putting the sliders at full volume
28808
28809 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28810
28811         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28812         (gst_play_state_change), (gst_play_seek_to_time):
28813         block the tick callback for 0.5 secs after doing a seek
28814
28815 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * gst-libs/gst/play/play.c: (gst_play_new):
28818           check for GError
28819
28820 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28821
28822         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28823         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28824         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28825         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28827         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28828
28829 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28830
28831         * configure.ac:
28832         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28833           check for a function added in vorbis 1.1
28834
28835 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28836
28837         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28838         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28839           really start/stop clock only on PLAYING <=> PAUSED
28840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28841           remove \n from debugging lines
28842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28843           make it work when seeking does not
28844         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28845           reset on DISCONT
28846
28847 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28848
28849         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28850           start clock on PAUSED=>PLAYING, not later
28851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28852           extract correct time for different discont formats
28853         (gst_alsa_sink_get_time):
28854           don't segfault when no format is negotiated yet, just return 0
28855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28856         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28857         (gst_ogg_pad_push):
28858           handle flush and discont events correctly
28859         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28860           handle discont events correctly
28861
28862 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28863
28864         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28865         (gst_play_error_create), (gst_play_error_plugin),
28866         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28867         * gst-libs/gst/play/play.h:
28868           add error handling during creation
28869         * examples/gstplay/player.c: (main):
28870           use new gst_play_new
28871
28872
28873 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28874
28875         * ext/theora/theoradec.c: (theora_dec_chain):
28876           make comments work
28877         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28878         (vorbis_dec_src_event), (vorbis_dec_chain):
28879           add encoder tag, fix tag reading to be more error tolerant, change
28880           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28881           gst_pad_event_default.
28882         * gst/tags/gstvorbistag.c:
28883         (gst_tag_list_from_vorbiscomment_buffer):
28884           undefine function specific define at end of function
28885
28886 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28887
28888         * ext/flac/gstflac.c: (plugin_init):
28889         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28890         * ext/flac/gstflacdec.h:
28891         * ext/flac/gstflacenc.h:
28892           Fix typos
28893
28894 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28895
28896         * examples/gstplay/player.c: s/gstplay.h/play.h/
28897
28898 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28899
28900         * gst-libs/gst/play/Makefile.am:
28901         * gst-libs/gst/play/gstplay.c:
28902         * gst-libs/gst/play/gstplay.h:
28903         * gst-libs/gst/play/play.c:
28904           more surgery, operation complete
28905
28906 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28907
28908         * gst-libs/gst/play/play.old.c:
28909         * gst-libs/gst/play/play.old.h:
28910           after CVS surgery by moving, remove
28911         * gst-libs/gst/play/playpipelines.c:
28912           remove
28913
28914         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28915           add negotiation error
28916
28917 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28918
28919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28920         (gst_ogg_demux_push):
28921           add some seeking debug info
28922           send a flush when seeking
28923
28924 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28925
28926         * configure.ac:
28927           use AC_C_INLINE
28928         * configure.ac:
28929         * ext/Makefile.am:
28930         * ext/theora/Makefile.am:
28931         * ext/theora/theoradec.c:
28932           add theora video decoder. Does just do simple decoding for now and
28933           has been tested against Theora cvs only. It only works when theora
28934           is compiled with --enable-static.
28935         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28936           always reset packetno on DISCONT
28937
28938 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28939
28940         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28941           Fix audio.
28942
28943 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28944
28945         * gst/mpegaudioparse/gstmpegaudioparse.c:
28946         (mp3_type_frame_length_from_header):
28947           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28948
28949 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28950
28951         * ext/esd/esdsink.c: (gst_esdsink_init):
28952           Since we have static pad template caps, we don't need to negotiate;
28953           either the core errors out or we know the format.
28954
28955 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28956
28957         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28958         (gst_riff_read_seek):
28959         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28960         (gst_ebml_read_seek):
28961           Fix event handling.
28962
28963 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28964
28965         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28966           removee video/x-theora from vp3 decoder, it doesn't handle raw
28967           theora streams
28968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28969           fix bug with finalizing element that never went to PAUSED
28970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28971           length and position queries were swapped
28972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28973         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28974         (vorbis_dec_src_event):
28975           implement querying time and bytes
28976
28977 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28978
28979         * just about every source file:
28980           gst_element_error -> GST_ELEMENT_ERROR
28981
28982 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28983
28984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28985         emiting FLUSH and even before DISCONT.
28986         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28987         get the best instant seeking as possible yay!
28988
28989 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * gst/mpeg1videoparse/gstmp1videoparse.c:
28992         (gst_mp1videoparse_real_chain):
28993           Committed wrong version last week... Grr... Didn't notice until now.
28994
28995 2004-01-29  Julien MOUTTE <julien@moutte.net>
28996
28997         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28999         have_xwindow_id signal in xwindow_create.
29000
29001 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29002
29003         * ext/ogg/gstoggdemux.c:
29004           lots of changes - mainly support for chained bitstreams, seeking,
29005           querying and bugfixes of course
29006         * ext/vorbis/Makefile.am:
29007         * ext/vorbis/vorbisdec.c:
29008         * ext/vorbis/vorbisdec.h:
29009           add vorbisdec raw vorbis decoder
29010         * ext/vorbis/vorbis.c: (plugin_init):
29011           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29012         * gst/intfloat/Makefile.am:
29013         * gst/intfloat/float22int.c:
29014         * gst/intfloat/float22int.h:
29015         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29016           add float2intnew plugin. It converts multichannel interleaved float to
29017           multichannel interleaved int. The name should probably be changed.
29018         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29019         (plugin_init):
29020           add typefinding for raw theora video so oggdemux can detect it.
29021
29022 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29023
29024         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29025         sink element first.
29026         * gst/videoscale/gstvideoscale.c:
29027         (gst_videoscale_handle_src_event): Fixing src event handler.
29028
29029 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29032         (gst_v4lsrc_open), (gst_v4lsrc_close),
29033         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29034         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29035         * sys/v4l/gstv4lsrc.h:
29036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29037         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29038           Implement resizing... Hack. But that's why v4l is b0rked...
29039
29040 2004-01-28  Julien MOUTTE <julien@moutte.net>
29041
29042         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29043         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29044         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29045         (gst_ximagesink_xwindow_destroy):
29046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29047         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29048         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29049         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29050         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29051         correctly cleaning the image created to check xshm calls on succes,
29052         added a lot of XSync calls in X11 functions, and fixed a segfault when
29053         no image format was defined before negotiation happened.
29054
29055 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29056
29057         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29058           use gst_element_get_time to get correct time
29059
29060 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29061
29062         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29063         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29064         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29066         (gst_xvimagesink_check_xshm_calls),
29067         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29068         X plugins are now able to detect that XShm calls will fail even if the
29069         server claims that it has XShm support (remote displays most of the
29070         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29071         so that we use non XShm functions. This feature is almost useless for
29072         xvimagesink as Xv is not supported on remote displays anyway, but
29073         it might happen than even on the local display XShm calls fail.
29074
29075 2004-01-27  David Schleef  <ds@schleef.org>
29076
29077         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29078         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29079         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29080         changed esdsink to only use 44100,16,2, since esd sucks at rate
29081         conversion and esdsink has had difficulty negotiating.
29082
29083 2004-01-27  Julien MOUTTE <julien@moutte.net>
29084
29085         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29086         (gst_play_seek_to_time): Fixing the way to get current position.
29087
29088 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29089
29090         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29091           use gst_element_get_time to get correct time
29092
29093 2004-01-27  Julien MOUTTE <julien@moutte.net>
29094
29095         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29096         fix ever... Inverting 2 lines of code make spider autoplug correctly
29097         tagged mp3 !
29098
29099 2004-01-27  David Schleef  <ds@schleef.org>
29100
29101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29102         Use gst_pad_try_set_caps_nonfixed().
29103
29104 2004-01-27  David Schleef  <ds@schleef.org>
29105
29106         * gst/ac3parse/gstac3parse.c: update to checklist 5
29107         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29108         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29109         * gst/audioscale/gstaudioscale.c: same
29110         * gst/auparse/gstauparse.c: same
29111         * gst/avi/gstavidemux.c: same
29112
29113 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29114
29115         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29116           stop processing after EOS
29117
29118 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29119
29120         * gst/asfdemux/asfheaders.h:
29121         * gst/asfdemux/gstasfdemux.c:
29122         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29123         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29124         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29125           lot's of fixes to make data extraction simpler and get the code
29126           architecture and compiler independant. Add debugging category
29127         * gst/goom/gstgoom.c: (gst_goom_change_state):
29128           reset channel count on PAUSED=>READY, not READY=>PAUSED
29129
29130 2004-01-26  Colin Walters  <walters@verbum.org>
29131
29132         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29133         code to pull a bigger buffer in iradio mode.  This as a side effect
29134         makes typefinding work.
29135
29136 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29137
29138         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29139         Fix SVQ3 decoding on PPC
29140
29141 2004-01-26  Julien MOUTTE <julien@moutte.net>
29142
29143         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29144         that one managed to stay there... Fixed.
29145
29146 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29147
29148         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29149         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29150         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29151         (qtdemux_video_caps):
29152         * gst/qtdemux/qtdemux.h:
29153         Add SVQ3 specific flags to qtdemux and ffmpeg
29154
29155 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29156
29157         * gst-libs/gst/audio/audio.h:
29158           remove buffer-frames from audio caps
29159         * gst/audioconvert/gstaudioconvert.c:
29160           fix plugin to really work.
29161
29162 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29163
29164         * gst-libs/gst/mixer/mixer.c:
29165         * gst-libs/gst/propertyprobe/propertyprobe.c:
29166         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29167         (gst_tuner_find_channel_by_name):
29168         * gst-libs/gst/tuner/tuner.h:
29169           Add gtk-doc style comments. Also fix a function name.
29170
29171 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29174         (gst_divxdec_negotiate):
29175           Fix for new capsnego - also fixes gst-player with divxdec.
29176
29177 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29178
29179         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29180         (gst_play_identity_handoff), (gst_play_set_location),
29181         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29182         try in visualization implementation. Still have an issue with switch
29183         blocking when pulling from video_queue and only audio comes out of
29184         spider.
29185         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29186         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29187         release method. And check if the pad is usable before pulling.
29188
29189 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29190
29191         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29192         (gst_videobalance_init),
29193         (gst_videobalance_colorbalance_list_channels),
29194         (gst_videobalance_colorbalance_set_value),
29195         (gst_videobalance_colorbalance_get_value),
29196         (gst_videobalance_update_properties),
29197         (gst_videobalance_update_tables_planar411),
29198         (gst_videobalance_planar411):
29199         * gst/videofilter/gstvideobalance.h:
29200           Implement lookup-tables. +/- 10x faster.
29201
29202 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29203
29204         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29205         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29206           The index reading was broken. The rest worked fine, but the whole
29207           goal of my rewrite was to make avidemux readable, and this was
29208           not at all readable. Please use typed variables.
29209
29210 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29213           Additional pad usability check.
29214         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29215         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29216         (gst_mp1videoparse_real_chain):
29217           Fix MPEG video stream parsing. The original plugin had several
29218           issues, including not timestamping streams where the source was
29219           not timestamped (this happens with PTS values in mpeg system
29220           streams, but MPEG video is also a valid stream on its own so
29221           that needs timestamps too). We use the display time code for that
29222           for now. Also, if one incoming buffer contains multiple valid
29223           frames, we push them all on correctly now, including proper EOS
29224           handling. Lastly, several potential segfaults were fixed, and we
29225           properly sync on new sequence/gop headers to include them in next,
29226           not previous frames (since they're header for the next frame, not
29227           the previous). Also see #119206.
29228         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29229         (bpf_from_header):
29230           Move caps setting so we only do it after finding several valid
29231           MPEG-1 fraes sequentially, not right after the first one (which
29232           might be coincidental).
29233         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29234         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29235         (plugin_init):
29236           Add unsynced MPEG video stream typefinding, and change some
29237           probability values so we detect streams rightly. The idea is as
29238           follows: I can have an unsynced system stream which contains
29239           video. In the current code, I would randomly get a type for either
29240           system or video stream type found, because the probabilities are
29241           being calculated rather randomly. I now use fixed values, so we
29242           always prefer system stream if that was found (and that is how it
29243           should be). If no system stream was found, we can still identity                the stream as video-only.
29244
29245 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29246
29247         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29248         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29249           don't write to buffer. Extract data without the need of
29250           __attribute__ ((packed))
29251
29252 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29253
29254         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29255         (mpeg1_sys_type_find):
29256           Fix MPEG-1 stream typefinding.
29257
29258 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29261           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29262
29263 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29264
29265         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29266         * ext/esd/gstesd.c: (plugin_init):
29267           private debugging, better error reporting
29268
29269 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29270
29271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29272         (gst_riff_read_init), (gst_riff_read_change_state):
29273         * gst-libs/gst/riff/riff-read.h:
29274           Remove stuff fromold metadata system.
29275
29276 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * ext/ogg/gstoggdemux.c:
29279           Fix wrong file comment.
29280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29281         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29282           Add metadata reading properly.
29283
29284 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29285
29286         * ext/Makefile.am:
29287           Fix nas DIST_SUBDIRS
29288           Uraeus:
29289           Fix bug where make distcheck doesn't get run on adding stuff to
29290           the build.
29291
29292 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29293
29294         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29295         * ext/divx/gstdivxdec.h:
29296           Fix divx3 ("msmpeg4") playback using divxdec.
29297
29298 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29299
29300         * gst/typefind/gsttypefindfunctions.c:
29301         (mp3_type_frame_length_from_header): fix bug in length computation
29302         (mp3_type_find): improve debugging output
29303
29304 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29305
29306         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29307         (gst_play_set_location), (gst_play_seek_to_time),
29308         (gst_play_set_audio_sink), (gst_play_set_visualization),
29309         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29310         the pipeline from scratch. Visualization is back and switch went out as
29311         i realized it was not possible to use the way i wanted.
29312         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29313         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29314         clearing in state change from READY to NULL. So that one can clean the
29315         X ressources keeping the element.
29316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29317         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29318         (gst_xvimagesink_colorbalance_set_value),
29319         (gst_xvimagesink_colorbalance_get_value),
29320         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29321         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29322         change from READY to NULL and fixed some stupid bugs in colorbalance
29323         get/set values. Also added the following feature : when nobody tries to
29324         set some values to the colorbalance levels before the xcontext is
29325         grabbed, then when creating channels list from Xv attributes we set the
29326         internal values to the Xv defaults. This way we handle buggy Xv drivers
29327         that set default hue values far from the middle of the range (Thanks
29328         to Jon Trowbridge for pointing that issue).
29329         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29330         colorbalance levels have been set before xcontext is grabbed.
29331
29332 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29335           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29336           it might block operations (which is bad for a mixer).
29337
29338 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29341         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29342         (gmip_find_type_pre):
29343         * gst-libs/gst/media-info/media-info-priv.h:
29344         * gst-libs/gst/media-info/media-info.c:
29345         (gst_media_info_instance_init), (gst_media_info_read_idler):
29346         add fakesink to get caps on decoder src pad again
29347         fix callback prototype to match new have_type signal signature
29348
29349 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29350
29351         * gst/adder/gstadder.c: (gst_adder_link):
29352           fix non-compile and cut-n-paste code
29353
29354 2004-01-21  David Schleef  <ds@schleef.org>
29355
29356         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29357         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29358         (gst_swfdec_init), (gst_swfdec_change_state):
29359         * ext/swfdec/gstswfdec.h:
29360         Fix negotiation.
29361         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29362         (gst_adder_request_new_pad): Fix negotiation.
29363         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29364         Add a fixate function.
29365         * gst/intfloat/gstfloat2int.c:
29366         * gst/intfloat/gstfloat2int.h:
29367         * gst/intfloat/gstint2float.c:
29368         * gst/intfloat/gstint2float.h:
29369         Completely rewrite the negotiation.  Doesn't quite work yet,
29370         due to some buffer-frames problem.
29371
29372 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29373
29374         * ext/gnomevfs/gstgnomevfssrc.c:
29375         * sys/v4l2/v4l2_calls.h:
29376           fix includes for distcheck
29377
29378 2004-01-21  Christian Schaller <uraeus@gnome.org>
29379
29380         * ext/nas/
29381         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29382         based on earlier patch from Laurent Vivier
29383
29384 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29385
29386         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29387         Fix wma caps property
29388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29389         Fix typo (flags1 and flags2)
29390
29391 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29392
29393         * gst-libs/gst/media-info/media-info-priv.c:
29394         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29395         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29396         (gmip_find_stream), (gmip_find_track_metadata),
29397         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29398         (gmip_find_track_format):
29399         * gst-libs/gst/media-info/media-info-priv.h:
29400         * gst-libs/gst/media-info/media-info-test.c: (main):
29401         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29402         (gst_media_info_read_idler), (gst_media_info_read):
29403         * gst-libs/gst/media-info/media-info.h:
29404           register debugging category and use it for debugging
29405
29406 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29407
29408         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29409         (gst_vorbisfile_new_link):
29410           signal streaminfo through tags
29411
29412 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * ext/mplex/gstmplex.cc:
29415         * ext/mplex/gstmplexibitstream.cc:
29416           g++ doesn't like NULL in our i18n/error macros, should be
29417           either (NULL) or ("").
29418
29419 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29420
29421         * sys/dxr3/dxr3audiosink.c:
29422         * sys/dxr3/dxr3init.c:
29423         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29424         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29425           Fix more error error error errors (missing includes here).
29426
29427 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29428
29429         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29430           fix thomas' error errors.
29431
29432 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29433
29434         * ext/mpeg2enc/gstmpeg2enc.cc:
29435           fix error errors.
29436
29437 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29438
29439         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29440         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29441           Fix for new error system.
29442
29443 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29444
29445         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29446           fix for new error reporting
29447
29448 2004-01-20  David Schleef  <ds@schleef.org>
29449
29450         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29451         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29452         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29453         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29454         and neither is 100+, most likely.
29455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29456         (gst_xvimagesink_getcaps): same
29457
29458 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29459
29460         * configure.ac:
29461           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29462           clashes with ffmpeg.
29463
29464 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29465
29466         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29467         (gst_switch_init): Fixed switch element : proxying link and setting
29468         caps from src to sink on request.
29469
29470 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29471
29472         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29473         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29474         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29475         fix element_error
29476
29477 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29478
29479         * sys/v4l/v4l_calls.h:
29480         * sys/v4l2/v4l2_calls.h:
29481           element_error fixes
29482
29483 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29484
29485         * gst-libs/gst/gst-i18n-plugin.h:
29486           add locale.h
29487           remove config.h inclusion
29488
29489 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29490
29491         * autogen.sh:
29492           adding autopoint invocation
29493         * Makefile.am:
29494         * configure.ac:
29495         * gst-libs/gst/gettext.h:
29496           adding gettext bits
29497         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29498         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29499         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29500         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29501         (gst_gnomevfssink_close_file):
29502         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29503         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29504         * gst-libs/gst/gst-i18n-plugin.h:
29505         * gst/avi/gstavi.c: (plugin_init):
29506         * sys/dxr3/dxr3init.c: (plugin_init):
29507         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29508         * sys/oss/gstossaudio.c: (plugin_init):
29509         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29510         * sys/v4l/gstv4l.c: (plugin_init):
29511         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29512         * sys/v4l2/gstv4l2.c: (plugin_init):
29513         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29514         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29515         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29516         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29517         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29518         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29519           make sure locale and translation domain are set
29520           fix translated strings
29521         * po/.cvsignore:
29522         * po/LINGUAS:
29523         * po/Makevars:
29524         * po/POTFILES.in:
29525         * po/nl.po:
29526           put translation files into place
29527         * sys/xvideo/imagetest.c: (main):
29528         * ext/dv/demo-play.c: (main):
29529           fix unnecessary translations
29530
29531 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29532
29533         * ext/sndfile/gstsf.c:
29534         * gst/avi/gstavimux.c:
29535         * ext/audiofile/gstafsink.c:
29536         * ext/audiofile/gstafsrc.c:
29537         * ext/gnomevfs/gstgnomevfssink.c:
29538         * ext/gnomevfs/gstgnomevfssrc.c:
29539         * sys/oss/gstosselement.c:
29540         * sys/v4l/v4l_calls.h:
29541           fix i18n include
29542
29543 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29544
29545         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29546         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29547         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29548         (gst_v4l2_get_output), (gst_v4l2_set_output),
29549         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29550         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29551         (gst_v4l2_set_attribute):
29552         update to new error handling
29553
29554 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29555
29556         * ext/sidplay/gstsiddec.cc:
29557         * gst/modplug/gstmodplug.cc:
29558           parenthese NULL because C++ seems angry about it
29559
29560 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29561
29562         * gst-libs/gst/gst-i18n-plugin.h:
29563           add skeleton i18n stuff, but needs to be further implemented
29564
29565 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29566
29567         * examples/gstplay/player.c: (main):
29568         * ext/aalib/gstaasink.c: (gst_aasink_open):
29569         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29571         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29572         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29573         (gst_afsink_close_file):
29574         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29575         (gst_afsrc_close_file):
29576         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29577         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29578         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29579         * ext/esd/esdmon.c: (gst_esdmon_get):
29580         * ext/esd/esdsink.c: (gst_esdsink_chain):
29581         * ext/faac/gstfaac.c: (gst_faac_chain):
29582         * ext/faad/gstfaad.c: (gst_faad_chain):
29583         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29584         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29585         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29586         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29587         (gst_flacdec_loop):
29588         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29589         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29591         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29592         (gst_gnomevfssink_close_file):
29593         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29594         (gst_gnomevfssrc_open_file):
29595         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29596         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29597         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29598         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29599         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29600         * ext/mad/gstmad.c: (gst_mad_chain):
29601         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29602         * ext/mpeg2dec/gstmpeg2dec.c:
29603         * ext/mpeg2enc/gstmpeg2enc.cc:
29604         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29605         * ext/mplex/gstmplex.cc:
29606         * ext/mplex/gstmplexibitstream.cc:
29607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29608         (gst_ogg_demux_push), (gst_ogg_pad_push):
29609         * ext/raw1394/gstdv1394src.c:
29610         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29611         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29612         * ext/sidplay/gstsiddec.cc:
29613         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29614         (gst_sf_loop):
29615         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29616         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29617         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29619         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29620         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29621         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29622         * gst-libs/gst/Makefile.am:
29623         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29624         (gst_riff_read_element_data), (gst_riff_read_seek),
29625         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29626         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29628         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29629         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29630         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29631         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29632         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29633         * gst/goom/gstgoom.c: (gst_goom_chain):
29634         * gst/id3/gstid3types.c: (gst_id3types_loop):
29635         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29636         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29637         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29638         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29639         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29640         (gst_ebml_read_float), (gst_ebml_read_header):
29641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29642         (gst_matroska_demux_parse_blockgroup):
29643         * gst/modplug/gstmodplug.cc:
29644         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29646         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29647         * gst/silence/gstsilence.c: (gst_silence_get):
29648         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29649         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29650         * gst/speed/gstspeed.c: (speed_loop):
29651         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29652         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29653         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29654         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29655         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29656         (gst_wavparse_loop):
29657         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29658         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29659         (dxr3audiosink_close):
29660         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29661         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29662         (dxr3videosink_close), (dxr3videosink_write_data):
29663         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29664         * sys/oss/gstosselement.h:
29665         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29666         (gst_osssink_chain):
29667         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29668         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29671         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29672         (gst_v4l_enable_overlay):
29673         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29674         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29675         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29676         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29677         (gst_v4l_set_audio):
29678         * sys/v4l/v4l_calls.h:
29679         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29680         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29681         (gst_v4lmjpegsink_playback_init),
29682         (gst_v4lmjpegsink_playback_start):
29683         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29684         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29685         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29686         (gst_v4lmjpegsrc_requeue_frame):
29687         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29688         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29689         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29690         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29691         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29692         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29693         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29694         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29695         (gst_v4l2src_capture_stop):
29696         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29697         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29698         (gst_ximagesink_chain):
29699         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29700         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29701         (gst_xvideosink_xwindow_new):
29702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29703         (gst_xvimagesink_chain):
29704         use new error signal, function and categories
29705
29706 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29707
29708         * configure.ac:
29709         * ext/Makefile.am:
29710         * ext/musicbrainz/gsttrm.c:
29711         * ext/musicbrainz/gsttrm.h:
29712         * ext/musicbrainz/Makefile.am:
29713         Add a trm plugin
29714
29715 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29716
29717         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29718         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29719         synchronous property for debugging.
29720         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29722         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29723         smaller block, fixing indent.
29724
29725 2004-01-16  David Schleef  <ds@schleef.org>
29726
29727         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29728         property affects the video stream.
29729         * sys/xvimage/xvimagesink.c:
29730         * sys/xvimage/xvimagesink.h:
29731         Add synchronous property for debugging.  Should probably be
29732         disabled in non-CVS builds.  Make sure that the Xv attribute
29733         exists before we set it (crash!).  Fix a silly float bug that
29734         caused colorbalance to just not work.
29735
29736 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29737
29738         * tools/gst-launch-ext.in - update for new plugins
29739
29740 2004-01-16  David Schleef  <ds@schleef.org>
29741
29742         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29743         already-freed caps.
29744
29745 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29746
29747         * Update spec for new colorspace plugin and libcaca plugin
29748         * Fix compilation of libcaca plugin (clock -> id)
29749
29750 2004-01-16  Julien MOUTTE <julien@moutte.net>
29751
29752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29753         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29754         (gst_xvimagesink_set_xwindow_id),
29755         (gst_xvimagesink_colorbalance_set_value),
29756         (gst_xvimagesink_colorbalance_get_value),
29757         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29758         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29759         correct colorbalance properties. They can now be set when the element
29760         is still in NULL state. The values will be committed to the Xv Port
29761         when xcontext is initialized.
29762         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29763         brightness int values in the GstXvImagesink structure.
29764
29765 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * gst-libs/gst/Makefile.am:
29768           restructure so having local patches works easier.
29769
29770 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29771
29772         * ext/mpeg2enc/Makefile.am:
29773         * ext/mpeg2enc/gstmpeg2enc.cc:
29774         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29775           Bugfix with respect to EOS handling.
29776
29777 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29780           Link with right caps (else, it segfaults).
29781         * ext/mplex/gstmplexjob.cc:
29782           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29783
29784 2004-01-15  David Schleef  <ds@schleef.org>
29785
29786         * gst-libs/gst/audio/Makefile.am:
29787         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29788         from the template.
29789         * gst-libs/gst/audio/gstaudiofilter.c:
29790         * gst-libs/gst/audio/gstaudiofilter.h:
29791         Add bytes_per_sample and size and n_samples calculation.
29792         * gst-libs/gst/audio/gstaudiofilterexample.c:
29793         Remove, now autogenerated.
29794         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29795         Moved from gstaudiofilterexample, object name changed, code added
29796         so that it actually works.
29797         * gst-libs/gst/audio/make_filter:
29798         Script to build an audiofilter subclass from the template.
29799         * gst/colorspace/Makefile.am:
29800         * gst/colorspace/yuv2yuv.c:
29801         Remove file, since it's GPL, and we don't use it.
29802
29803 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29804
29805         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29807         them use the buffer free function to test how the buffer was allocated.
29808
29809 2004-01-15  David Schleef  <ds@schleef.org>
29810
29811         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29812         that handles osssink fallback.
29813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29814         (gst_audio_convert_getcaps):
29815         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29816         Add audio/x-qdm2 for QDM2 audio.
29817         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29818         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29820         Decrease minimum size to 16x16.
29821         * gst/wavparse/gstwavparse.c:
29822         Convert disabled pad template caps to new caps.
29823         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29825         (gst_xvimagesink_chain): Throw element error when display cannot
29826         be opened.  Increase minimum framerate to 1.0.  Check the data
29827         free function on a buffer to make sure it is the type we expect
29828         before manipulating it.
29829
29830 2004-01-15  Julien MOUTTE <julien@moutte.net>
29831
29832         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29833         (gst_videobalance_colorbalance_set_value): Implement passthru if
29834         settings are in the middle.
29835         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29836
29837 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * gst/videofilter/Makefile.am:
29840         * gst/volume/Makefile.am:
29841           Since we use videofilter symbols, link to it.
29842
29843 2004-01-15  Julien MOUTTE <julien@moutte.net>
29844
29845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29846         mixer interface type to HARDWARE.
29847         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29848         type to SOFTWARE.
29849         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29850         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29851         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29852         (gst_volume_interface_init), (gst_volume_list_tracks),
29853         (gst_volume_set_volume), (gst_volume_get_volume),
29854         (gst_volume_set_mute), (gst_volume_mixer_init),
29855         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29856         (volume_init): Implementing mixer interface.
29857         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29858         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29859         (gst_osselement_change_state): Removing some trailing commas in
29860         structures.
29861         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29862         interface type to HARDWARE.
29863         * sys/v4l/gstv4lcolorbalance.c:
29864         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29865         type to HARDWARE.
29866         * sys/v4l2/gstv4l2colorbalance.c:
29867         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29868         interface type to HARDWARE.
29869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29870         same code than ximagesink for event handling.
29871
29872 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * ext/snapshot/Makefile.am:
29875         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29876         (gst_snapshot_chain):
29877         * ext/snapshot/gstsnapshot.h:
29878           This has to be a joke... Snapshot should be connected to a tee,
29879           colorspace element before it and EOS after that, where the other
29880           src of the tee receives normal data.
29881           The current way is *wrong*.
29882
29883 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * ext/hermes/gsthermescolorspace.c:
29886           Fix another compile error. Same as below.
29887
29888 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * gst/colorspace/gstcolorspace.c:
29891         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29892         (gst_colorspace_i420_to_yv12):
29893           Fix compiling... Didn't test if it actually works.
29894
29895 2004-01-15  David Schleef  <ds@schleef.org>
29896
29897         * configure.ac:
29898         * gst/colorspace/Makefile.am:
29899         * gst/colorspace/gstcolorspace.c:
29900         * gst/colorspace/gstcolorspace.h:
29901         * gst/colorspace/yuv2rgb.c:
29902         * gst/colorspace/yuv2rgb.h:
29903         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29904         code and GPL code.  Fix for new caps negotiation.  Rewrite
29905         much of the format handling code, and some of the conversion
29906         code.  Basically, rewrote almost everything.  This element
29907         handles I420, YV12 to RGB conversions.
29908         * ext/hermes/Makefile.am:
29909         * ext/hermes/gsthermescolorspace.c:
29910         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29911         Remove non-Hermes related code.  This element handles lots of
29912         RGB to RGB conversions, but no YUV.
29913         * ext/hermes/gstcolorspace.c:
29914         * ext/hermes/gstcolorspace.h:
29915         * ext/hermes/rgb2yuv.c:
29916         * ext/hermes/yuv2rgb.c:
29917         * ext/hermes/yuv2rgb.h:
29918         * ext/hermes/yuv2rgb_mmx16.s:
29919         * ext/hermes/yuv2yuv.c:
29920         * ext/hermes/yuv2yuv.h:
29921         Remove old code.
29922
29923 2004-01-14  Colin Walters  <walters@verbum.org>
29924
29925         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29926         they've already been.
29927
29928 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29929
29930         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29931           assume tag mode when pad is not connected
29932
29933 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29934
29935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29936           Don't update the time of the clock
29937         (gst_alsa_sink_loop):
29938           sync to the clock given to alsasink, not the own clock
29939         * sys/oss/gstosssink.c: (gst_osssink_chain):
29940           sync to the clock
29941         (gst_osssink_change_state):
29942           activate the clock
29943         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29945           remove bogus code that made DISCONT events unhandled
29946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29947           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29948           #131502)
29949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29950         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29951         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29952           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29953           2nd warning in bug #131502)
29954
29955 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29956
29957         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29958         (gst_videobalance_colorbalance_set_value),
29959         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29960         for colorbalance interface implementation.
29961         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29962         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29963         (gst_ximagesink_dispose), (gst_ximagesink_init),
29964         (gst_ximagesink_class_init): Adding DISPLAY property.
29965         * sys/ximage/ximagesink.h: Adding display_name to store display.
29966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29967         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29968         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29969         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29970         properties (they still need polishing though for gst-launch use : no
29971         xcontext yet, i ll do that tomorrow).
29972         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29973
29974 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29975
29976         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29977         (gst_play_set_location), (gst_play_set_visualization): Preparing
29978         switch integration, adding videobalance in the pipeline.
29979
29980 2004-01-14  Julien MOUTTE <julien@moutte.net>
29981
29982         * gst-libs/gst/colorbalance/colorbalance.c:
29983         (gst_color_balance_class_init): Adding a default type.
29984         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29985         the type.
29986         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29987         (gst_videobalance_dispose), (gst_videobalance_class_init),
29988         (gst_videobalance_init), (gst_videobalance_interface_supported),
29989         (gst_videobalance_interface_init),
29990         (gst_videobalance_colorbalance_list_channels),
29991         (gst_videobalance_colorbalance_set_value),
29992         (gst_videobalance_colorbalance_get_value),
29993         (gst_videobalance_colorbalance_init): Implementing colorbalance
29994         interface.
29995         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29996         list.
29997         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29998         bug which was triggering a BadAccess X error when setting an overlay
29999         before pad was really negotiated.
30000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30001         Using the colorbalance type macro.
30002
30003 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30004
30005         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30006         (gst_flacenc_chain):
30007           handle tags correctly
30008         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30009           extract ID3v1 tags correctly
30010
30011 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30012
30013         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30014         (plugin_init):
30015           Improve matroska typefinding for odd-typed headers...
30016
30017 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30018
30019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30020           Fix for using incremental number on padnames.
30021
30022 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30023
30024         * ext/divx/gstdivxdec.c:
30025         * ext/divx/gstdivxenc.c:
30026           Set category to divx4linux instead of divx (too generic).
30027         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30028         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30029         (gst_wavparse_loop), (gst_wavparse_change_state):
30030         * gst/wavparse/gstwavparse.h:
30031           fix parsing of WAV files with non-standard fmt-tag size and fix
30032           skipping of unrecognized chunks... Someone please fix this thing
30033           to use rifflib so all this is automated.
30034         * sys/v4l/Makefile.am:
30035         * sys/v4l2/Makefile.am:
30036           Add X_CFLAGS because we depend on X (for overlay).
30037
30038 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30039
30040         * ext/mpeg2dec/gstmpeg2dec.c:
30041           Don't issue a timestamp unless we tagged the frame
30042           with a PTS.
30043
30044 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30045
30046         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30047           Query the audio element to get the time, not the clock. We're
30048           interested in the element's time here.
30049
30050 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30051
30052         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30054         * ext/esd/esdsink.c: (gst_esdsink_chain):
30055         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30056         * ext/mas/massink.c: (gst_massink_chain):
30057         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30059         (gst_matroska_demux_parse_metadata):
30060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30061         (gst_mpeg_parse_release_locks):
30062         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30063         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30064         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30065         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30066         (gst_osssink_change_state):
30067         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30068         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30069         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30070         (gst_xvideosink_release_locks):
30071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30072           use element time.
30073         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30074         (gst_alsa_clock_stop):
30075         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30076         (gst_audio_clock_get_internal_time):
30077           simplify for use with new clocking code.
30078         * testsuite/alsa/Makefile.am:
30079         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30080           fix testsuite for new caps system
30081
30082 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30083
30084         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30085         * ext/flac/gstflacenc.c: (add_one_tag):
30086           length is already host endian, no need to convert. Fixes playback of
30087           tagged files on PPC. (bug #128384)
30088
30089 2004-01-13  Julien MOUTTE <julien@moutte.net>
30090
30091         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30092         colorbalance interface stating if it is hardware based or software
30093         based.
30094         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30095         Removing a trailing comma.
30096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30097         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30098         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30099         the documentation seems to be wrong on the -1000 to 1000 interval.
30100
30101 2004-01-12  David Schleef  <ds@schleef.org>
30102
30103         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30104         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30105         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30106         Fix negotiation.  Add a bufferalloc function for the sink pad,
30107         and generally clean up some of the code.
30108
30109 2004-01-12  Julien MOUTTE <julien@moutte.net>
30110
30111         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30112         (gst_color_balance_channel_dispose): Adding safety check in dispose
30113         method.
30114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30115         (gst_xvimagesink_xcontext_clear),
30116         (gst_xvimagesink_interface_supported),
30117         (gst_xvimagesink_colorbalance_list_channels),
30118         (gst_xvimagesink_colorbalance_set_value),
30119         (gst_xvimagesink_colorbalance_get_value),
30120         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30121         Adding colorbalance interface support to set XV parameters such as
30122         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30123         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30124         interface.
30125
30126 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30127
30128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30129         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30130         (gst_audio_convert_init), (gst_audio_convert_set_property),
30131         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30132         (gst_audio_convert_link),
30133         (gst_audio_convert_buffer_to_default_format),
30134         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30135           - implement _getcaps and use it
30136           - improve linking
30137           - remove float caps since no float conversion is actually done
30138           - remove properties and arguments that were to be used for rate
30139             conversion
30140
30141 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30142
30143         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30144         (gst_audio_structure_set_int):
30145         * gst-libs/gst/audio/audio.h:
30146           add helper functions for _getcaps matching the standard audio
30147           templates
30148
30149 2004-01-12  David Schleef  <ds@schleef.org>
30150
30151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30152         Test that pad is negotiated before getting its caps.
30153
30154 2004-01-12  Julien MOUTTE <julien@moutte.net>
30155
30156         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30157         analyzing the pads of an element the bin is mostly in READY state so
30158         no caps were negotiated. This helper function needs to work with
30159         _get_caps directly then. I was not freeing them though, added that to
30160         fix the mem leak.
30161
30162 2004-01-12  Julien MOUTTE <julien@moutte.net>
30163
30164         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30166         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30167         than the free_func.
30168
30169 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30170
30171         * sys/oss/gstossaudio.c: (plugin_init):
30172         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30173         * sys/oss/gstosselement.h:
30174           make an oss debugging category
30175           make failure more descriptive
30176
30177 2004-01-11  David Schleef  <ds@schleef.org>
30178
30179         * ext/ffmpeg/gstffmpeg.c:
30180         * ext/ffmpeg/gstffmpegcodecmap.c:
30181         * ext/ffmpeg/gstffmpegdec.c:
30182         * ext/ffmpeg/gstffmpegenc.c:
30183         * ext/ffmpeg/gstffmpegprotocol.c:
30184         * ext/gdk_pixbuf/gstgdkanimation.c:
30185         * ext/jpeg/gstjpeg.c:
30186         * ext/libpng/gstpng.c:
30187         * ext/mpeg2dec/perftest.c:
30188         * ext/speex/gstspeex.c:
30189         * gst-libs/gst/resample/dtos.c:
30190         * gst/intfloat/gstintfloatconvert.c:
30191         * gst/oneton/gstoneton.c:
30192         * gst/rtjpeg/RTjpeg.c:
30193         * gst/rtp/gstrtp.c:
30194         * sys/dxr3/dxr3init.c:
30195         * sys/glsink/gstgl_nvimage.c:
30196         * sys/glsink/gstgl_pdrimage.c:
30197         * sys/glsink/gstglsink.c:
30198         * testsuite/gst-lint:
30199         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30200
30201 2004-01-11  David Schleef  <ds@schleef.org>
30202
30203         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30204         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30205         * ext/gdk_pixbuf/gstgdkanimation.c:
30206         (gst_gdk_animation_iter_create_pixbuf):
30207         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30208         (gst_gdk_pixbuf_chain):
30209         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30210         * ext/jack/gstjack.c: (gst_jack_change_state):
30211         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30212         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30213         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30214         * gst/videofilter/gstvideofilter.c:
30215         (gst_videofilter_set_output_size):
30216         Remove all usage of gst_pad_get_caps(), and replace it with
30217         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30218
30219 2004-01-11  David Schleef  <ds@schleef.org>
30220
30221         * configure.ac:
30222         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30223         * ext/divx/gstdivxdec.c:
30224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30225         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30226         handle images that span multiple buffers.  Now work with both
30227         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30228         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30229         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30230         video/video.h changes
30231         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30232         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30233         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30234         of GstData free function.
30235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30236         same.
30237
30238 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30239
30240         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30241         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30242         (gst_v4l2element_get_property):
30243         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30244           add norm, channel and frequency properties.
30245         * sys/v4l2/gstv4l2tuner.c:
30246           fixes for tuner interface changes
30247         * sys/v4l2/gstv4l2element.h:
30248         * sys/v4l2/gstv4l2src.c:
30249         * sys/v4l2/gstv4l2src.h:
30250         * sys/v4l2/v4l2src_calls.c:
30251         * sys/v4l2/v4l2src_calls.h:
30252           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30253
30254 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30255
30256         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30257         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30258         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30259         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30260         * gst-libs/gst/tuner/tuner.h:
30261           GObjects aren't const.
30262           Add find_by_name functions.
30263           Add checks to _changed functions.
30264         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30265         (gst_v4l_tuner_get_norm):
30266           Fixes for above.
30267
30268 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30269
30270         * gst-libs/gst/video/video.h:
30271           Fix caps template names to be understandable.
30272           Prefix everything with GST_VIDEO.
30273         * ext/aalib/gstaasink.c:
30274         * ext/divx/gstdivxdec.c:
30275         * ext/divx/gstdivxenc.c:
30276         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30277         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30278         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30279         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30280         * ext/libcaca/gstcacasink.c:
30281         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30282         * ext/snapshot/gstsnapshot.c:
30283         * ext/swfdec/gstswfdec.c:
30284         * ext/xvid/gstxviddec.c:
30285         * ext/xvid/gstxvidenc.c:
30286         * gst/chart/gstchart.c:
30287         * gst/deinterlace/gstdeinterlace.c:
30288         * gst/effectv/gsteffectv.c:
30289         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30290         * gst/goom/gstgoom.c:
30291         * gst/median/gstmedian.c:
30292         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30293         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30294         * gst/overlay/gstoverlay.c:
30295         * gst/smooth/gstsmooth.c:
30296         * gst/smpte/gstsmpte.c:
30297         * gst/synaesthesia/gstsynaesthesia.c:
30298         * gst/videocrop/gstvideocrop.c:
30299         * gst/videodrop/gstvideodrop.c:
30300         * gst/y4m/gsty4mencode.c:
30301         * sys/qcam/gstqcamsrc.c:
30302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30303           Make them work with new video.h file.
30304         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30305         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30307         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30308           Make it work with new buffer allocation system.
30309
30310 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30311
30312         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30313         pad_alloc_buffer implementation to use ->srcpad
30314         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30315         pad_alloc_buffer implementation to use ->srcpad
30316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30317         pad_alloc_buffer implementation to use ->srcpad
30318         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30319         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30320         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30321         a reference to everything we need.
30322         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30324         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30325         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30326         a reference to everything we need.
30327         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30328
30329 2004-01-11  David Schleef  <ds@schleef.org>
30330
30331         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30332         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30333         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30334         structure members.
30335         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30336         value during a resize/renegotiation.
30337         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30338         gst_pad_alloc_buffer();
30339         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30340         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30341         structure members.
30342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30343         Fix for rename of buffer private structure members.
30344         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30345         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30346         Fix for rename of buffer private structure members.
30347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30348         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30349         Fix for rename of buffer private structure members.
30350
30351 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30352
30353         reviewed by: David Schleef <ds@schleef.org>
30354
30355         * gst/videofilter/Makefile.am:
30356         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30357         from the patch by ds to fit in with recent make_filter changes.
30358
30359 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30360
30361         * configure.ac: Adding examples/switch/Makefile
30362         * examples/Makefile.am: Adding examples/switch
30363         * examples/switch/Makefile.am: Adding switcher example.
30364         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30365         (switch_timer), (main): Adding an example demonstrating switch usage
30366         with 2 videotestsrc showing different patterns.
30367         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30368         (gst_switch_init): Fixing switch with the new caps system.
30369
30370 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30371
30372         * gst-libs/gst/video/video.h:
30373           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30374           They should probably be like
30375           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30376
30377 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30378
30379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30380         (qtdemux_parse_trak):
30381           fix audio chunk size/timestamp calculation
30382
30383 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30384
30385         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30386           fix SVQ3 caps
30387
30388 2004-01-11  Steve Baker  <steve@stevebaker.org>
30389
30390         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30391         (gst_agingtv_base_init), (gst_agingtv_class_init),
30392         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30393         (gst_agingtv_set_property), (gst_agingtv_get_property):
30394         Port agingTV to videofilter
30395
30396 2004-01-09  Julien MOUTTE <julien@moutte.net>
30397
30398         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30399         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30400
30401 2004-01-09  Julien MOUTTE <julien@moutte.net>
30402
30403         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30404         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30405         * gst-libs/gst/xoverlay/xoverlay.c:
30406         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30408         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30409         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30410         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30411         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30412         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30413         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30414         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30415         interface implementation to handle xid being 0 and fix some bugs
30416         triggered by Benjamin's testcase.
30417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30418         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30419         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30420         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30421         interface implementation to handle xid being 0 and fix some bugs
30422         triggered by Benjamin's testcase.
30423
30424 2004-01-09  David Schleef  <ds@schleef.org>
30425
30426         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30427         mouse pointer events.  It works.
30428
30429 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30430
30431         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30432           Use explicit caps - fix capsnego.
30433         * ext/xvid/gstxviddec.c:
30434         * ext/xvid/gstxvidenc.c:
30435           Remove macro-inside-macro which caused compile errors.
30436         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30437           Error out if it's not a RIFF file. Else we error out without
30438           gst_element_error() which is not good...
30439
30440 2004-01-08  David Schleef  <ds@schleef.org>
30441
30442         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30443         Fix pad_link function to handle formats that ffmpeg returns
30444         as multiple caps structures.
30445         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30446         Only complain if source buffer is _smaller_ than expected.
30447         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30448         (gst_videoscale_handle_src_event): Resize navigation events
30449         when passing them upstream.
30450         * gst/videotestsrc/gstvideotestsrc.c:
30451         * gst/videotestsrc/gstvideotestsrc.h:
30452         * gst/videotestsrc/videotestsrc.c:
30453         * gst/videotestsrc/videotestsrc.h:
30454         Rewrite many of the buffer painting functions to handle odd
30455         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30456         been verified to work with my video card.
30457         * testsuite/gst-lint:  Add check for elements calling
30458         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30459
30460 2004-01-08  David Schleef  <ds@schleef.org>
30461
30462         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30463         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30464
30465 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30466
30467         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30468         configure event is not emiting the desired size signal. That fixes
30469         aspect ratio issues with gst-player.
30470
30471 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30474           Fix capsnego.
30475
30476 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30477
30478         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30479         public method to fire size signal.
30480
30481 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30482
30483         * examples/gstplay/Makefile.am: Adding the interface library.
30484         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30485         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30486         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30487         GST_IS_X_OVERLAY before signal connect.
30488         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30489         Removing the have_video_size signal.
30490         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30491         and associated public method.
30492         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30493         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30494         signal.
30495         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30496         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30497         signal.
30498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30499         Using XOverlay public method to fire size signal.
30500
30501 2004-01-07  David Schleef  <ds@schleef.org>
30502
30503         * gst/videofilter/Makefile.am:
30504         * gst/videofilter/gstvideotemplate.c:
30505         * gst/videofilter/make_filter:
30506         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30507         Convert make_filter to /bin/sh script.
30508
30509 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30510
30511         * gst/modplug/gstmodplug.cc: fix element description
30512
30513 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30514
30515         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30516         (got_video_size): Adding some new lines in g_print calls.
30517         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30518         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30519         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30520         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30521         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30522         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30523         Complete code review, reverting some stuff i disagree with, adding
30524         some fixes : time synchronization on invalid timestamps, renegotiation
30525         of private window.
30526         * sys/ximage/ximagesink.h:
30527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30528         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30529         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30530         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30531         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30532         (gst_xvimagesink_buffer_new),
30533         (gst_xvimagesink_navigation_send_event),
30534         (gst_xvimagesink_set_xwindow_id),
30535         (gst_xvimagesink_get_desired_size),
30536         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30537         stuff i disagree with, adding some fixes : Renegotiation of private
30538         window, implementing get_desired_size.
30539
30540 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30541
30542         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30543         (gst_afsink_handle_event):
30544         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30545         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30546         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30547         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30548         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30549           Fix for instantiate-test (see core). Also remove dead code from
30550           jpegenc (which still needs fixing, but that's lower on my TODO
30551           list...).
30552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30553           Never return NULL as caps.
30554
30555 2004-01-07  David Schleef  <ds@schleef.org>
30556
30557         * configure.ac:
30558         * ext/Makefile.am:
30559         * ext/librfb/Makefile.am:
30560         * ext/librfb/gstrfbsrc.c:
30561         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30562         is the protocol used by VNC.
30563
30564 2004-01-07  David Schleef  <ds@schleef.org>
30565
30566         * gst/videofilter/gstvideotemplate.c:
30567         * gst/videofilter/gstvideotemplate.h:
30568         * gst/videofilter/make_filter:
30569         Merge videotemplate header into source file.
30570         * gst/effectv/Makefile.am:
30571         * gst/effectv/gsteffectv.c: (plugin_init):
30572         * gst/effectv/gstwarp.c:
30573         Make warpTV a subclass of videofilter.
30574
30575 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30576
30577         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30578           Add guard against invalid utf-8 conversions in mad. Just in case.
30579
30580 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30581
30582         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30583           Fix for bug shown by poisoning
30584
30585 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30588         (gst_v4lmjpegsrc_buffer_free):
30589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30590         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30591         (gst_v4lsrc_buffer_free):
30592           Fix for removed bufferpools.
30593
30594 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30595
30596         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30597         Fix caps negotiation.
30598
30599         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30600         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30601         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30602         (dvdnavsrc_event):
30603         * ext/mpeg2dec/gstmpeg2dec.c:
30604         * gst-libs/gst/navigation/navigation.c:
30605         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30606         * gst-libs/gst/navigation/navigation.h:
30607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30608         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30610         Super-simple first version of mouse and keyboard events. Clicking
30611         on a DVD menu now works, although it may not take you where you
30612         expected.
30613
30614         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30615         * gst/videotestsrc/gstvideotestsrc.c:
30616         (gst_videotestsrc_src_fixate):
30617         These fixate functions were broken - they never actually
30618         fixated :)
30619
30620 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30623         (gst_icecastsend_init):
30624           fix for new caps system.
30625         * gst-libs/gst/mixer/mixertrack.h:
30626         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30627           Add 'master track' flag (for tools like ACME that only want to
30628           change the main volume).
30629
30630 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30631
30632         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30633         (gst_xvid_csp_to_caps):
30634         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30635         * ext/xvid/gstxvidenc.c:
30636         ifdef out ARGB type when it isn't available
30637         in xvidcore 1.0.0beta2
30638
30639 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30642           When we have received a new SCR right in the first buffer after
30643           a seek (so in the same cycle that handles the discont), we should
30644           handle the buffer instead of unreffing it, else we lose data.
30645
30646 2004-01-06  Iain <iain@prettypeople.org>
30647
30648         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30649           buffer-frames caps too.
30650
30651         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30652           caps that we need, don't destroy them all and rebuild them. And when
30653           creating src pads, use the src pad template rather than the sink...
30654
30655 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30656
30657         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30658           Add pad to element *after* setting functions such as event handler.
30659           Without this, the scheduler (opt) will link pads, set the event
30660           handler from the default event function (dispatcher in gstpad.c)
30661           and *after* that, we will set our own event function, which will
30662           thus never be used (and thus mpegdemux doesn't handle events).
30663
30664 2004-01-04  David Schleef  <ds@schleef.org>
30665
30666         Fix the fixate functions to handle new prototype:
30667         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30668         * gst/videotestsrc/gstvideotestsrc.c:
30669         (gst_videotestsrc_src_fixate):
30670         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30671         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30673
30674 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30675
30676         * sys/ximage/ximagesink.h:
30677         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30678         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30679         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30680         (gst_ximagesink_xoverlay_init):
30681           assorted fixes to make (re)embedding work
30682         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30683         (gst_ximagesink_get_desired_size):
30684           implement desired size additions to XOverlay
30685
30686 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30687
30688         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30689         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30690         (gst_x_overlay_got_desired_size):
30691         * gst-libs/gst/xoverlay/xoverlay.h:
30692           Add optional "desired size" signal and querying.
30693
30694 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * gst/matroska/matroska-demux.c:
30697         (gst_matroska_demux_parse_blockgroup):
30698           Fix EBML-laced block parsing. Diffs are relative to previous
30699           lace, not the first lace. Thanks to Mosu from the Matroska
30700           team for detecting this.
30701         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30702         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30703         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30704         (gst_wavparse_change_state):
30705         * gst/wavparse/gstwavparse.h:
30706           Quickfix for capsnego.
30707
30708 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30711           Fix indenting, fix pad creation.
30712
30713 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30714
30715         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30716         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30717         (gst_xviddec_sink_link):
30718           Implement src_getcaps() so proper size caps is negotiated.
30719
30720 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30721
30722         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30723           Finish flac decoder on EOS. See #116178.
30724
30725 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30726
30727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30728         (gst_matroska_demux_add_stream):
30729         * gst/matroska/matroska-ids.h:
30730           Add getcaps() function to fix capsnego...
30731
30732 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30733
30734         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30735         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30736         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30737           Fix more integer overflows. Again, see #126967.
30738
30739 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30740
30741         * ext/mpeg2dec/gstmpeg2dec.c:
30742           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30743           #130416.
30744
30745 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30746
30747         * configure.ac:
30748         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30749         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30750         * ext/xvid/gstxvid.h:
30751         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30752         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30753         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30754         (gst_xviddec_change_state):
30755         * ext/xvid/gstxviddec.h:
30756         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30757         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30758         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30759         (gst_xvidenc_link), (gst_xvidenc_set_property),
30760         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30761         * ext/xvid/gstxvidenc.h:
30762           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30763
30764 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30765
30766         * gst/rtp/rtp-packet.c:
30767           Add sys/types.h include, since OS X doesn't define in_addr_t
30768           in netinet/in.h, like it does on Linux (see #129600).
30769
30770 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30771
30772         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30773
30774         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30775           Correct logic of dispose function (see #129306).
30776
30777 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30778
30779         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30780         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30781         (gst_mpeg_parse_init):
30782         * gst/mpegstream/gstmpegparse.h:
30783           Remove clock (which was never provided, i.e. dead code), and
30784           also fix integer overflows at high PTS values (see #126967).
30785
30786 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30787
30788         * ext/flac/gstflacdec.c:
30789         * ext/libpng/gstpngenc.h:
30790         * ext/mikmod/gstmikmod.h:
30791           OS X fixes (see #126628).
30792
30793 2004-01-02  David Schleef  <ds@schleef.org>
30794
30795         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30796         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30798         (gst_mpeg_parse_class_init): Move pad template registration
30799         to class_init, since the derived class (mpegdemux) doesn't
30800         want them.
30801
30802 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30803
30804         * sys/ximage/Makefile.am:
30805         * sys/xvideo/Makefile.am:
30806         * sys/xvimage/Makefile.am:
30807           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30808           after installation (see #127664).
30809
30810 2004-01-02  David Schleef  <ds@schleef.org>
30811
30812         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30813         (gst_ffmpegenc_connect):  Negotiation fixes.
30814         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30815         Remove inappropriate gst_caps_free().
30816         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30817         Reenable Ronald's internal resize code, since the core handles
30818         it correctly now.
30819
30820 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30821
30822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30825           Fix pad template stuff.
30826
30827 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30828
30829         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30830         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30831           fix signed integer reading/writing.
30832
30833 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30834
30835         * ext/alsa/README:
30836           Remove outdated document
30837
30838 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30839
30840         * gst/cutter/gstcutter.c: (gst_cutter_init):
30841           src pad was being created twice - oops.
30842
30843 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30844
30845         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30846           Comment out internal resize. It doesn't handle the resulting
30847           XEvent internally, does another try_set_caps() which leads to
30848           a really nice loop.
30849           Real fix will come when Julien and Dave are awake. ;).
30850
30851 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30852
30853         * ext/mpeg2enc/gstmpeg2enc.cc:
30854           fix const/nonconst compile issue.
30855
30856 2004-01-02  David Schleef  <ds@schleef.org>
30857
30858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30859         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30860         Add fixate function and a check for bad formats.
30861
30862 2004-01-01  David Schleef  <ds@schleef.org>
30863
30864         Negotiation fixes:
30865         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30866         (gst_audiofilter_init):
30867         * gst/debug/efence.c: (gst_efence_init):
30868         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30869         (gst_deinterlace_init):
30870         * gst/volume/gstvolume.c: (volume_connect):
30871
30872 2004-01-01  David Schleef  <ds@schleef.org>
30873
30874         Convert elements to use gst_pad_use_explicit_caps() where
30875         appropriate:
30876         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30877         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30878         (gst_afparse_open_file):
30879         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30880         (gst_afsrc_open_file):
30881         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30882         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30883         (gst_ffmpegdec_chain):
30884         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30885         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30887         (gst_gdk_pixbuf_chain):
30888         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30889         (gst_jpegdec_chain):
30890         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30891         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30892         (gst_mikmod_negotiate):
30893         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30894         (gst_mpeg2dec_negotiate_format):
30895         * ext/mpeg2enc/gstmpeg2enc.cc:
30896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30897         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30898         (gst_speexdec_sinkconnect):
30899         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30900         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30901         (gst_vorbisfile_new_link):
30902         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30903         (gst_ac3parse_chain):
30904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30905         (gst_asf_demux_setup_pad):
30906         * gst/auparse/gstauparse.c: (gst_auparse_init),
30907         (gst_auparse_chain):
30908         * gst/id3/gstid3types.c: (gst_id3types_loop):
30909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30910         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30911         (mp1videoparse_parse_seq):
30912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30913         (bpf_from_header):
30914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30915         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30917         (gst_mpeg_parse_send_data):
30918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30919         (gst_qtdemux_add_stream):
30920         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30921         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30922         (gst_wavparse_parse_fmt):
30923
30924 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30925
30926         * configure.ac:
30927           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30928           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30929           it therefore uses the wrong include paths. Too bad... Note
30930           that 1.6.1.93 is not release yet. ;).
30931           Also add a check for mplex, which is now using the lib'ified
30932           mplex from mjpegtools, too.
30933         * ext/ffmpeg/gstffmpegcodecmap.c:
30934           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30935           issues. I don't think ffmpeg handles 3ivx correctly, so this
30936           probably won't work. But it won't hurt either.
30937         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30938         (gst_ffmpegdec_chain):
30939         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30940         (gst_ffmpegenc_chain_audio):
30941           Fix memleak in audio encoding. Close codec if open fails, this
30942           calls the cleanup routines so we can re-use the context.
30943         * ext/mpeg2enc/gstmpeg2enc.cc:
30944           Fix pad template names/types, fix memory issue with getcaps().
30945         * ext/mpeg2enc/gstmpeg2encoder.cc:
30946         * ext/mpeg2enc/gstmpeg2encoder.hh:
30947           Fix compile issue with new caps system (const thingy).
30948         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30949         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30950           We read a first frame right on initing, so that we have a caps
30951           when we init the output. This caps is cached in padprivate and
30952           read as first frame.
30953         * ext/mplex/Makefile.am:
30954         * ext/mplex/gstmplex.cc:
30955         * ext/mplex/gstmplex.h:
30956         * ext/mplex/gstmplex.hh:
30957         * ext/mplex/gstmplexibitstream.cc:
30958         * ext/mplex/gstmplexibitstream.hh:
30959         * ext/mplex/gstmplexjob.cc:
30960         * ext/mplex/gstmplexjob.hh:
30961         * ext/mplex/gstmplexoutputstream.cc:
30962         * ext/mplex/gstmplexoutputstream.hh:
30963           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30964           had issues, didn't do capsnego, supported only a subset of the
30965           mplex features and required a mplex fork in our local CVS. Plus
30966           that it worked agaist a very old mplex version. Rewriting was
30967           faster than updating it.
30968         * gst-libs/ext/Makefile.am:
30969         * gst-libs/ext/mplex/INSTRUCT:
30970         * gst-libs/ext/mplex/Makefile.am:
30971         * gst-libs/ext/mplex/README:
30972         * gst-libs/ext/mplex/TODO:
30973         * gst-libs/ext/mplex/ac3strm_in.cc:
30974         * gst-libs/ext/mplex/audiostrm.hh:
30975         * gst-libs/ext/mplex/audiostrm_out.cc:
30976         * gst-libs/ext/mplex/aunit.hh:
30977         * gst-libs/ext/mplex/bits.cc:
30978         * gst-libs/ext/mplex/bits.hh:
30979         * gst-libs/ext/mplex/buffer.cc:
30980         * gst-libs/ext/mplex/buffer.hh:
30981         * gst-libs/ext/mplex/fastintfns.h:
30982         * gst-libs/ext/mplex/format_codes.h:
30983         * gst-libs/ext/mplex/inputstrm.cc:
30984         * gst-libs/ext/mplex/inputstrm.hh:
30985         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30986         * gst-libs/ext/mplex/mjpeg_logging.cc:
30987         * gst-libs/ext/mplex/mjpeg_logging.h:
30988         * gst-libs/ext/mplex/mjpeg_types.h:
30989         * gst-libs/ext/mplex/mpastrm_in.cc:
30990         * gst-libs/ext/mplex/mpegconsts.cc:
30991         * gst-libs/ext/mplex/mpegconsts.h:
30992         * gst-libs/ext/mplex/mplexconsts.hh:
30993         * gst-libs/ext/mplex/multplex.cc:
30994         * gst-libs/ext/mplex/outputstream.hh:
30995         * gst-libs/ext/mplex/padstrm.cc:
30996         * gst-libs/ext/mplex/padstrm.hh:
30997         * gst-libs/ext/mplex/stillsstream.cc:
30998         * gst-libs/ext/mplex/stillsstream.hh:
30999         * gst-libs/ext/mplex/systems.cc:
31000         * gst-libs/ext/mplex/systems.hh:
31001         * gst-libs/ext/mplex/vector.cc:
31002         * gst-libs/ext/mplex/vector.hh:
31003         * gst-libs/ext/mplex/videostrm.hh:
31004         * gst-libs/ext/mplex/videostrm_in.cc:
31005         * gst-libs/ext/mplex/videostrm_out.cc:
31006         * gst-libs/ext/mplex/yuv4mpeg.cc:
31007         * gst-libs/ext/mplex/yuv4mpeg.h:
31008         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31009         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31010           We don't fork mjpegtools' mplex in our CVS anymore.
31011         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31012         (gst_avi_demux_add_stream):
31013         * gst/avi/gstavidemux.h:
31014           Add getcaps() function for proper caps nego. This makes some
31015           parts of AVI playback/reading work.
31016         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31017           Resize window on new capsnego. This is probably wrong, but
31018           I'm still committing it because with current capsnego, the
31019           first successfull capsnego is auto-fixated, therefore rounded
31020           down to the lowest values in the caps. this results in a 16x16
31021           XWindow that is not reized when real capsnego finishes.
31022           Dave, I see more cases of this, do you know a proper solution?
31023         * tools/gst-launch-ext.in:
31024           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31025
31026 2003-12-31  David Schleef  <ds@schleef.org>
31027
31028         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31029         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31030           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31031
31032 2003-12-30  David Schleef  <ds@schleef.org>
31033
31034         * ext/ffmpeg/gstffmpegcolorspace.c:
31035         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31036         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31037         (gst_ffmpegcsp_chain): Negotiation fixes
31038         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31040         (gst_audio_convert_link), (gst_audio_convert_channels):
31041         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31042         (gst_audioscale_link), (gst_audioscale_get_buffer),
31043         (gst_audioscale_chain): Negotiation fixes
31044         * gst/audioscale/gstaudioscale.h:
31045         * gst/videofilter/gstvideofilter.c:
31046         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31047         (gst_videofilter_link), (gst_videofilter_init),
31048         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31049         (gst_videofilter_find_format_by_structure):
31050         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31052         (gst_videoscale_link):
31053         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31054         (videoscale_find_by_structure), (gst_videoscale_setup):
31055         * gst/videoscale/videoscale.h: Negotiation fixes
31056         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31057         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31058         function, restrict resizing to a multiple of 4 (hack until
31059         everyone supports odd sizes correctly).
31060
31061 2003-12-29  Colin Walters  <walters@verbum.org>
31062
31063         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31064         signed.
31065
31066 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31067
31068         * ext/sndfile/gstsf.c: (gst_sf_loop):
31069           Fix warning about discarding const qualifier
31070
31071 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31072
31073         * gst/cutter/gstcutter.c:
31074         * gst/videoscale/gstvideoscale.c:
31075         * gst/volenv/gstvolenv.c:
31076         * gst-libs/gst/audio/audio.c:
31077         * gst-libs/gst/video/video.c:
31078           Fix warnings
31079
31080 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31081
31082         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31083           Don't send ALSA debugging to stderr.
31084         * ext/alsa/gstalsa.h:
31085           Use GST_WARNING instead of g_warning when ALSA functions fail.
31086
31087 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31088
31089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31090           Free XVAdapterInfo correctly.
31091
31092 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31093
31094         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31095         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31096           Make id3tag use correct caps nego.
31097
31098 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31099
31100         * ext/ivorbis/vorbis.c:
31101         * ext/ivorbis/vorbisenc.h:
31102         * ext/ivorbis/vorbisfile.c:
31103           Modify so that it uses the new caps things
31104
31105 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31106
31107         * testsuite/spider/spider1.c: (main):
31108         * testsuite/spider/spider2.c: (main):
31109         * testsuite/spider/spider3.c: (main):
31110           Make tests compile again. They probably don't work.
31111
31112 2003-12-24  Colin Walters  <walters@verbum.org>
31113
31114         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31115         we can't fixate the caps anymore.
31116
31117 2003-12-23  David Schleef  <ds@schleef.org>
31118
31119         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31120         * sys/oss/gstosssink.c: (gst_osssink_init),
31121         (gst_osssink_sink_fixate): Add fixate function.
31122
31123 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31124
31125         * ext/ffmpeg/gstffmpegcodecmap.c:
31126         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31127         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31128         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31129         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31130         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31131         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31132         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31133           fix typo in RGB masks, and move back to "old" colorspace
31134           capsnego code until whoever wrote this new crap has actually
31135           tested it so that it works.
31136           And yes, this works, keep it that way please.
31137
31138 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31139
31140         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31141         (gst_divxdec_init), (gst_divxdec_negotiate):
31142         * ext/divx/gstdivxdec.h:
31143         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31144         (gst_divxenc_init):
31145         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31146         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31147         * ext/mpeg2enc/gstmpeg2enc.cc:
31148         * ext/mpeg2enc/gstmpeg2encoder.cc:
31149         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31150         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31151         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31152         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31153         (dxr3spusink_init):
31154         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31155         (dxr3videosink_init):
31156           Fix caps breakage after Dave's caps branch merge.
31157
31158 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31159
31160         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31161           Fix for 24bpp display.
31162
31163 2003-12-23  Colin Walters  <walters@verbum.org>
31164
31165         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31166         a GnomeVFSHandle directly.
31167
31168 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31169
31170         * gst/volume/Makefile.am:
31171         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31172         (volume_base_init), (volume_init):
31173           Reenable volume element and fix to work with new caps stuff.
31174           Rhythmbox needs this.
31175
31176 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31177
31178         * gst/qtdemux/qtdemux.c: (plugin_init):
31179           qtdemux requires bytestream
31180
31181 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31182
31183         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31184           Fix remaining caps handling errors due to CAPS merge.
31185
31186 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31187
31188         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31189         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31190         (gst_faad_srcconnect):
31191           Port to new caps system.
31192
31193 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31194
31195         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31196         (got_video_size), (main): using g_print instead of g_message.
31197         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31198         signal which was not emitted because of "switch" element added to the
31199         bin but not connected. (Removing from the bin temporarily)
31200
31201 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31202
31203         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31204         find X development files. I don't understand the previous tests and
31205         they fail on my debian/ppc unstable. This one works.
31206         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31207         exiting.
31208         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31209         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31210         (gst_play_set_visualization): Add some safety checks in set_ methods
31211         and state_change. This was throwing some ugly CRITICAL messages when
31212         pipeline was getting disposed and casts were failing.
31213
31214 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31215
31216         * configure.ac:
31217           Improve mpeg2enc detection. This is for distributions that do
31218           ship mjpegtools, but without mpeg2enc. Also does object check
31219           for might there ever be ABI incompatibility.
31220         * ext/mpeg2enc/gstmpeg2enc.cc:
31221           Add Andrew as second maintainer (he's helping me), and also add
31222           an error if no caps was set. This happens if I pull before capsnego
31223           and that's something I should solve sometime else.
31224         * gst/matroska/matroska-demux.c:
31225         (gst_matroska_demux_parse_blockgroup):
31226           Fix time parsing.
31227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31228         (gst_matroska_mux_track_header):
31229           Add caps to templates.
31230         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31231           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31232         * gst/mpegstream/gstmpegdemux.c:
31233           Remove layer since it causes warnings about unfixed caps.
31234         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31235           Fix obvious typo (we error out if caps were set, we should of
31236           course error out if *no* caps were set).
31237         * sys/oss/gstosselement.c: (gst_osselement_convert):
31238           Fix format conversion, we confused bits/bytes.
31239         * sys/oss/gstosselement.h:
31240           Improve documentation for 'bps'.
31241         * sys/v4l/TODO:
31242           Remove stuff about plugins that need removing - this was done
31243           ages ago.
31244         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31245         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31247         (gst_v4lsrc_src_query):
31248         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31249         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31250           Add get_query_types(), get_formats() and query() functions.
31251
31252 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31253
31254         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31255           * moved CVS to freedesktop.org