po/POTFILES.in: Update paths for the rename from utils to pbutils to fix the build.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * po/POTFILES.in:
4           Update paths for the rename from utils to pbutils to fix the build.
5
6 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7
8         * gst-libs/gst/pbutils/Makefile.am:
9           Change directory to install headers in from gst/utils to gst/pbutils
10           as well.
11
12 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13
14         * configure.ac:
15         * docs/libs/gst-plugins-base-libs-docs.sgml:
16         * docs/libs/gst-plugins-base-libs-sections.txt:
17         * gst-libs/gst/Makefile.am:
18         * gst-libs/gst/interfaces/mixer.c:
19         * gst-libs/gst/pbutils/Makefile.am:
20         * gst-libs/gst/pbutils/descriptions.c:
21         (gst_pb_utils_get_source_description),
22         (gst_pb_utils_get_sink_description),
23         (gst_pb_utils_get_decoder_description),
24         (gst_pb_utils_get_encoder_description),
25         (gst_pb_utils_get_element_description),
26         (gst_pb_utils_add_codec_description_to_tag_list),
27         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
28         * gst-libs/gst/pbutils/descriptions.h:
29         * gst-libs/gst/pbutils/install-plugins.c:
30         * gst-libs/gst/pbutils/install-plugins.h:
31         * gst-libs/gst/pbutils/missing-plugins.c:
32         (gst_missing_uri_source_message_new),
33         (gst_missing_uri_sink_message_new),
34         (gst_missing_element_message_new),
35         (gst_missing_decoder_message_new),
36         (gst_missing_encoder_message_new),
37         (gst_missing_plugin_message_get_description):
38         * gst-libs/gst/pbutils/missing-plugins.h:
39         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
40         * gst-libs/gst/pbutils/pbutils.h:
41         * gst-libs/gst/utils/Makefile.am:
42         * gst-libs/gst/utils/base-utils.c:
43         * gst-libs/gst/utils/base-utils.h:
44         * gst-libs/gst/utils/descriptions.c:
45         * gst-libs/gst/utils/descriptions.h:
46         * gst-libs/gst/utils/install-plugins.c:
47         * gst-libs/gst/utils/install-plugins.h:
48         * gst-libs/gst/utils/missing-plugins.c:
49         * gst-libs/gst/utils/missing-plugins.h:
50         * gst-plugins-base.spec.in:
51         * gst/playback/Makefile.am:
52         * gst/playback/gstdecodebin.c:
53         * gst/playback/gstdecodebin2.c:
54         * gst/playback/gstplaybasebin.c: (setup_subtitle),
55         (gen_source_element):
56         * gst/playback/gstplaybin.c: (plugin_init):
57         * tests/check/Makefile.am:
58         * tests/check/libs/pbutils.c: (GST_START_TEST),
59         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
60         * tests/check/libs/utils.c:
61           rename utils to pbutils
62
63 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
64
65         * docs/plugins/Makefile.am:
66         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
67         * docs/plugins/gst-plugins-base-plugins-sections.txt:
68         * docs/plugins/inspect/plugin-decodebin2.xml:
69         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
70         Add documentation for decodebin2 that indicates that the API
71         is still unstable.
72
73 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
74
75         * configure.ac:
76         Update to 0.10.11.2 (0.10.12 pre-release)
77
78 2007-03-01  Wim Taymans  <wim@fluendo.com>
79
80         * gst-libs/gst/audio/gstbaseaudiosink.c:
81         (gst_base_audio_sink_async_play):
82         base time is irrelevant here.
83
84 2007-03-01  Wim Taymans  <wim@fluendo.com>
85
86         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
87         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
88         Improve debugging.
89
90         * gst-libs/gst/audio/gstbaseaudiosink.c:
91         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
92         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
93         Improve latency and clock slaving calculations.
94         Improve slave clock calibration.
95
96         * gst-libs/gst/audio/gstringbuffer.c:
97         (gst_ring_buffer_commit_full):
98         When we are asked to render N sample to 0 bytes, return N.
99
100 2007-03-01  Wim Taymans  <wim@fluendo.com>
101
102         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
103         (gst_alsasink_write), (gst_alsasink_reset):
104         * ext/alsa/gstalsasink.h:
105         Remove unused dispose function.
106         Rename lock to not interfere with alsasrc lock.
107
108         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
109         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
110         (gst_alsasrc_read), (gst_alsasrc_reset):
111         * ext/alsa/gstalsasrc.h:
112         Implement finalize function.
113         Use lock to protect alsa access.
114         Implement _reset.
115         Fine tune sw params.
116
117 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * configure.ac:
120           Convert to new AG_GST style.
121
122 2007-02-28  Wim Taymans  <wim@fluendo.com>
123
124         Patch by: Ed Catmur <ed at catmur dot co dot uk>
125
126         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
127         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
128         Fix race condition when rapidly switching visualisations in playbin.
129         Fixes #401029.
130
131 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
132
133         * tests/check/Makefile.am:
134         Include local stuff before system installed things in LDFLAGS and
135         CFLAGS.
136
137 2007-02-28  Wim Taymans  <wim@fluendo.com>
138
139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
140         Improve debugging.
141
142 2007-02-28  Wim Taymans  <wim@fluendo.com>
143
144         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
145         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
146         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
147         Fix duration and timestamping, taking latency into account.
148         Implement latency query.
149
150 2007-02-28  Wim Taymans  <wim@fluendo.com>
151
152         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
153         (gst_audio_clock_new):
154         Fix clock name.
155
156         * gst-libs/gst/audio/gstbaseaudiosink.c:
157         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
158         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
159         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
160         (gst_base_audio_src_create):
161         Improve latency query code.
162         Use proper clock names.
163
164 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
165
166         * tests/check/generic/states.c: (GST_START_TEST):
167           Copy the states.c test from core again
168         * tests/check/Makefile.am:
169           ignore cdio and cdparanoiasrc
170
171 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
172
173         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
174         (double_hq), (audio_convert_get_func_index), (check_default),
175         (audio_convert_prepare_context), (audio_convert_convert):
176           Also make valgrind happy and avoid copying data in some cases.
177
178 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
179
180         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
181         (double_hq), (audio_convert_get_func_index),
182         (audio_convert_prepare_context), (audio_convert_convert):
183         * gst/audioconvert/gstaudioconvert.c:
184         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
185         (gst_audio_convert_transform_caps):
186         * tests/check/elements/audioconvert.c: (GST_START_TEST),
187         (audioconvert_suite):
188           Don't run inplace if that overwrites source data as we go. Add more
189           tests. Fixes #339837 even more.
190
191 2007-02-27  Julien MOUTTE  <julien@moutte.net>
192
193         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
194         (msg_segment_done): Fix various seeking bugs (Slider was not
195         updating when doing a non flushing seek, Reverse playback 
196         on segment seek was wrong).
197
198 2007-02-26  Wim Taymans  <wim@fluendo.com>
199
200         * tests/examples/seek/seek.c: (stop_seek):
201         When we stop scrubbing, don't leave the pipeline PLAYING when we
202         requested a PAUSED state.
203
204 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
205
206         Patch by: René Stadler <mail at renestadler de>
207
208         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
209           Parse date strings in vorbis comments that have an invalid (zero)
210           month or day (#410396).
211
212         * tests/check/libs/tag.c: (GST_START_TEST):
213           Test case for the above.
214
215 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
216
217         Patch by: Loïc Minier <lool+gnome at via ecp fr>
218
219         * configure.ac:
220         * ext/alsa/Makefile.am:
221         * gst/audiotestsrc/Makefile.am:
222           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
223
224 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
225
226         * gst/playback/gstplaybin.c:
227           Improve docs: point out that the application needs to assist playbin
228           with buffering.
229
230 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * gst-libs/gst/utils/install-plugins.c:
233         * gst-libs/gst/utils/missing-plugins.c:
234         * tests/check/libs/utils.c: (missing_msg_check_getters):
235           Change GStreamer marker prefix in detail string from 'gstreamer.net'
236           to just 'gstreamer'. Document the caps string component of the
237           decoder/encoder detail a bit better, since not everyone will be
238           familiar with the GStreamer media type/caps system (but they better
239           enjoy nested itemized lists).
240
241 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
242
243         * gst-libs/gst/netbuffer/gstnetbuffer.c:
244         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
245           Fix copying of GstNetBuffer (would crash before, or at least lead to
246           invalid memory access, #410772), for now by copying the GstBuffer copy
247           code from the core over here so we can copy the GstBuffer fields on a
248           provided buffer instance (of type GstNetBuffer in this case). Would be
249           better to fix this with some support by the core though (and in the long
250           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
251
252         * tests/check/Makefile.am:
253           Enable unit test for GstNetBuffer.
254
255 2007-02-22  Andy Wingo  <wingo@pobox.com>
256
257         * gst-libs/gst/audio/gstbaseaudiosink.c
258         (gst_base_audio_sink_init): Disable pull-mode activation until we
259         figure out how to make audio sinks go to PLAYING.
260
261 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
262
263         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
264         (double_hq), (audio_convert_get_func_index),
265         (audio_convert_prepare_context), (audio_convert_convert):
266         * gst/audioconvert/audioconvert.h:
267         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
268         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
269         * gst/audioconvert/gstchannelmix.h:
270         * tests/check/elements/audioconvert.c: (GST_START_TEST):
271           Add float as an intermediate format, as well as float mixing. Enable
272           test that was failing before. Fixes #339837
273
274 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
275
276         * tests/examples/seek/seek.c: (do_seek):
277         Undo the previous commit: -1 as a stop time implies that the stop
278         time is the end of file, clearing any previously configured segment.
279
280 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
281
282         * tests/examples/seek/seek.c: (do_seek):
283         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
284
285 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
286
287         * gst/volume/gstvolume.c: (volume_process_int16),
288         (volume_process_int16_clamp), (volume_set_caps):
289           Unbreak volume, value remains gint.
290
291 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
292
293         * gst/volume/gstvolume.c: (volume_choose_func),
294         (volume_update_real_volume), (gst_volume_set_volume),
295         (gst_volume_init), (volume_process_double), (volume_process_float),
296         (volume_process_int16), (volume_process_int16_clamp),
297         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
298         * gst/volume/gstvolume.h:
299           Extend float audio support (double) and some int->uint cleanups.
300
301 2007-02-20  Edward Hervey  <edward@fluendo.com>
302
303         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
304         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
305         (sort_end_pads), (gst_decode_group_expose),
306         (gst_decode_group_hide):
307         Don't free groups from the streaming threads. Just put them aside and
308         free them in dispose.
309
310 2007-02-20  Edward Hervey  <edward@fluendo.com>
311
312         * gst/playback/gstdecodebin2.c: (connect_element),
313         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
314         (sort_end_pads), (gst_decode_group_expose):
315         Handle dynamic pads within groups.
316         Sort pads before exposing them in order to make playbin happy.
317         There still is a race with the multiqueue filling up. This should be
318         solved separately.
319         Fixes #398721
320
321 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
322
323         * gst-libs/gst/utils/base-utils.c:
324         * gst-libs/gst/utils/descriptions.c:
325         * gst-libs/gst/utils/install-plugins.c:
326         * gst-libs/gst/utils/missing-plugins.c:
327           Some more docs (and descriptions for two subtitle formats).
328
329 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
330
331         * gst-libs/gst/audio/audio.c:
332           Fix documentation.
333
334 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
335
336         Patch by: Yves Lefebvre  <ivanohe abacom com>
337
338         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
339           Don't leak caps. Fixes #408278.
340
341 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
342
343         * ext/cdparanoia/gstcdparanoiasrc.h:
344         * ext/ogg/gstoggdemux.h:
345         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
346         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
347         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
348         * gst-libs/gst/audio/audio.h:
349         * gst-libs/gst/audio/gstaudiofilter.h:
350         * gst-libs/gst/interfaces/videoorientation.h:
351         * gst/adder/gstadder.h:
352           More docs coverage and some ChangeLog surgery (add missing names)
353
354 2007-02-15  Wim Taymans  <wim@fluendo.com>
355
356         * sys/ximage/ximagesink.c:
357         (gst_ximagesink_calculate_pixel_aspect_ratio):
358         * sys/xvimage/xvimagesink.c:
359         (gst_xvimagesink_calculate_pixel_aspect_ratio):
360         Small constifications.
361
362 2007-02-15  Wim Taymans  <wim@fluendo.com>
363
364         * gst-libs/gst/audio/gstbaseaudiosink.c:
365         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
366         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
367         (gst_base_audio_sink_async_play),
368         (gst_base_audio_sink_change_state):
369         Answer latency query.
370         Use configured latency when syncing.
371         Fix clock slaving.
372
373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
374         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
375         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
376         Fix possible memleak.
377         Implement latency query.
378         Small cleanups.
379
380 2007-02-15  Wim Taymans  <wim@fluendo.com>
381
382         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
383         Ignore errors in reset, these are not fatal. They also grab the element
384         lock which is already taking when this function is called. Fixes
385         #405451.
386
387 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
388
389         * configure.ac:
390           Remove 'tests/examples/xerror/Makefile' from output files again.
391
392 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
393
394         * configure.ac:
395         * docs/plugins/Makefile.am:
396           Also crossref against gst-plugins-base-libs.
397
398 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
399
400         * configure.ac:
401         * docs/libs/Makefile.am:
402         * docs/plugins/Makefile.am:
403           Add crossreferences to glib/gobject/gstream docs.
404
405         * gst-libs/gst/audio/audio.h:
406           Source formatting.
407
408         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
409           Add own debug category.
410
411 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
412
413         Patch by: René Stadler <mail at renestadler de>
414
415         * gst-libs/gst/tag/gstvorbistag.c:
416           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
417           (#403597).
418
419 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst/playback/gstplaybasebin.c: (setup_source):
422           When we have external subtitles and wait for the subtitle decodebin
423           to get up and running, we set up a (sync) bus handler for the
424           subtitle decodebin, so we can stop waiting when it posts an error
425           message. However, we should do that before we set the subtitle
426           decodebin's state to playing, otherwise things are racy and we might
427           miss error messages posted before we had a chance to set up the bus.
428           This should finally fix totem hanging on .txt pseudo-subtitle files.
429           
430 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
431
432         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
433           Use gst_gdouble_to_guint64 for conversions.
434         * win32/common/config.h.in:
435           Add a define for GST_INSTALL_PLUGINS_HELPER
436         * win32/common/libgstaudio.def:
437         * win32/common/libgstcdda.def:
438         * win32/common/libgstnetbuffer.def:
439         * win32/common/libgstrtp.def:
440         * win32/common/libgutils.def:
441           Add new exported functions.
442         * win32/vs6/gst_plugins_base.dsw:
443         * win32/vs6/libgstdecodebin.dsp:
444         * win32/vs6/libgstnetbuffer.dsp:
445         * win32/vs6/libgstplaybin.dsp:
446         * win32/vs6/libgstrtp.dsp:
447         * win32/vs6/libgstvorbis.dsp:
448         * win32/vs6/libgstcdda.dsp:
449         * win32/vs6/libgstgdp.dsp:
450         * win32/vs6/libgstutils.dsp:
451           Update and add new project files.
452
453 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
456         (subrip_remove_unhandled_tags), (parse_subrip):
457           For SubRip (.srt) subtitles, ignore all markup tags we don't
458           handle (like font tags, for example).
459
460         * tests/check/elements/subparse.c:
461           Add test for this.
462
463 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * gst/playback/gstdecodebin.c: (add_fakesink),
466         (gst_decode_bin_change_state):
467         * gst/playback/gstdecodebin2.c: (add_fakesink),
468         (gst_decode_bin_change_state):
469           Don't error out if there is no fakesink in the NULL to READY state
470           change, since when decodebin is re-used, we're only adding the
471           fakesink element in READY to PAUSED.
472
473         * tests/check/elements/decodebin.c:
474         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
475         (decodebin_suite):
476           Minimal unit test to make sure we can use the same decodebin
477           instance twice (at least with audiotestsrc input).
478
479 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
480
481         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
482           Try to get devic-name from device string first, and from handle only
483           as fallback (seems to yield better results and is more robust
484           against buggy probing code on the application side).
485
486 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
487
488         Based on patch by: Julien Puydt <julien.puydt at laposte net>
489
490         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
491         (gst_alsa_find_device_name):
492         * ext/alsa/gstalsa.h:
493         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
494         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
495           Improve device-name detection a bit, especially in the case where
496           the device is not actually open (#405020, #405024). Move common code
497           into gstalsa.c instead of duplicating it.
498
499 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
500
501         * gst/audioconvert/gstaudioconvert.c:
502           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
503
504 2007-02-06  Julien MOUTTE  <julien@moutte.net>
505
506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
507         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
508         (gst_xvimagesink_interface_supported),
509         (gst_xvimagesink_probe_get_properties),
510         (gst_xvimagesink_probe_probe_property),
511         (gst_xvimagesink_probe_needs_probe),
512         (gst_xvimagesink_probe_get_values),
513         (gst_xvimagesink_property_probe_interface_init),
514         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
515         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
516         (gst_xvimagesink_get_type):
517         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
518         for XVAdaptors so that one can choose the adaptor to use with 
519         gstreamer-properties.
520
521 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
522
523         * gst/audioconvert/gstaudioconvert.c:
524           Also mention that a conversion from double to float is suboptimal still.
525
526 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * gst-libs/gst/audio/gstaudiofilter.c:
529         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
530           Clear our formats structure and free the caps contained in it when
531           shutting down.
532
533 2007-02-05  Andy Wingo  <wingo@pobox.com>
534
535         * gst-libs/gst/audio/gstbaseaudiosink.c
536         (gst_base_audio_sink_callback): Update basesink->offset so that we
537         pull monotonically increasing offsets instead of, um, seeking back
538         to 0 each time. Fixes alsasrc ! alsasink!
539
540 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
541
542         * gst/videoscale/gstvideoscale.c:
543           A width and height of 1 makes us crash, so increase minimum size to
544           2x2 pixels until someone feels like fixing this (#404512).
545
546 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
547
548         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
549           Add small test to make sure request pads are cleaned up properly
550           even if oggmux never changes state out of NULL.
551
552 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
553
554         * tests/check/libs/utils.c: (GST_START_TEST):
555           Fix unit test. Turns out things work much better when you
556           NULL-terminate string arrays. Should make p5 build bot happy again.
557
558 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
559
560         * gst-libs/gst/audio/Makefile.am:
561         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
562         (gst_audio_filter_template_base_init),
563         (gst_audio_filter_template_class_init),
564         (gst_audio_filter_template_init),
565         (gst_audio_filter_template_set_property),
566         (gst_audio_filter_template_get_property),
567         (gst_audio_filter_template_setup),
568         (gst_audio_filter_template_filter),
569         (gst_audio_filter_template_filter_inplace), (plugin_init):
570           Oops, forgot to commit fixed-up example.
571
572 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * docs/libs/gst-plugins-base-libs-sections.txt:
575         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
576         (gst_audio_filter_class_init), (gst_audio_filter_init),
577         (gst_audio_filter_set_caps),
578         (gst_audio_filter_class_add_pad_templates):
579         * gst-libs/gst/audio/gstaudiofilter.h:
580           Port GstAudioFilter to 0.10. This change technically breaks
581           API and ABI (and thus also every library developer's heart),
582           but seems justifiable on the grounds that the base class was
583           completely unusable before (ie. would crash immediately when
584           actually used). Fixes #403963 (and eventually also #403572).
585           Also document all of this a bit.
586
587 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
588
589         * gst-libs/gst/utils/install-plugins.c:
590         (gst_install_plugins_spawn_child):
591         * tests/check/libs/utils.c:
592         (test_base_utils_install_plugins_do_callout):
593           Lowering log level to see why things fail on the p5 build bot;
594           fix some typos in unit test messages.
595
596 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * tests/check/libs/utils.c:
599         (test_base_utils_install_plugins_do_callout):
600           Don't hard-code temp directory for test helper; use GLib functions
601           to write out file and do error checking etc.
602
603 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * gst-libs/gst/utils/Makefile.am:
606         * gst-libs/gst/utils/base-utils.h:
607         * gst-libs/gst/utils/install-plugins.c:
608         (gst_install_plugins_context_set_xid),
609         (gst_install_plugins_context_new),
610         (gst_install_plugins_context_free),
611         (gst_install_plugins_get_helper),
612         (gst_install_plugins_spawn_child),
613         (gst_install_plugins_return_from_status),
614         (gst_install_plugins_installer_exited),
615         (gst_install_plugins_async), (gst_install_plugins_sync),
616         (gst_install_plugins_return_get_name),
617         (gst_install_plugins_installation_in_progress):
618         * gst-libs/gst/utils/install-plugins.h:
619           API: add API for applications to initiate installation of missing
620           plugins, ie. gst_install_plugins_async() primarily.
621           Based on libgimme-codec by Ryan Lortie.
622
623         * configure.ac:
624           Add --with-install-plugins-helper configure option so distros can specify
625           the path of the helper script or program to call when plugin installation
626           is requested (distros: please do any argument munging in this helper
627           script instead of patching GStreamer to pass arguments differently
628           to another program directly).
629
630         * docs/libs/gst-plugins-base-libs-docs.sgml:
631         * docs/libs/gst-plugins-base-libs-sections.txt:
632           Build and document new API.
633
634         * tests/check/libs/utils.c: (result_cb),
635         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
636         (libgstbaseutils_suite):
637           Some simple checks for the new API.
638
639 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * tests/check/elements/audioconvert.c: (test_float_conversion):
642           Add small test for 32bit float <=> 64bit float conversion (works
643           only one way so far, 32=>64 produces structured noise).
644
645 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
646
647         * gst/audioconvert/gstaudioconvert.c:
648         (set_structure_widths_32_and_64), (make_lossless_changes):
649           We don't support floats with a width of 40, 48 or 56 bits.
650
651 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
652
653         * gst/audioconvert/audioconvert.c: (float), (double),
654         (audio_convert_get_func_index):
655         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
656         (make_lossless_changes):
657           Support for 64-bit float audio in audioconvert (#339837)
658
659 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
660
661         Patch by: Holger Wansing  <linux wansing-online de>
662
663         * po/LINGUAS:
664         * po/de.po:
665           Add German translation (#352069).
666
667 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
668
669         reviewed by: Wim Taymans <wim@fluendo.com>
670
671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
672         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
673         Use newly added GstCollectPads API to free the allocated resources in
674         the GstOggPad structures (#402393).
675
676 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
677
678         * gst/playback/gstplaybin.c: (gen_vis_element):
679           Add audioresample+audioconvert in front of the visualisation
680           element, so that elements like libvisual 0.4 that don't support all
681           samplerates can work.
682
683           Fixes: #402505
684
685 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
688         (gst_play_base_bin_get_streaminfo_value_array):
689           Take some locks and make a copy of the streaminfo value array we
690           maintain while holding the lock, so that the application can
691           retrieve the stream-info as a value array in a thread-safe way.
692
693 2007-01-30  Wim Taymans  <wim@fluendo.com>
694
695         * gst/audioconvert/gstaudioconvert.c:
696         Don't fail on 0 sized buffers. Fixes #396835.
697
698 2007-01-29  David Schleef  <ds@schleef.org>
699
700         * gst/typefind/gsttypefindfunctions.c:
701           Detect BBCD as video/x-dirac, so we can play raw dirac
702           streams.
703
704 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
705
706         * ext/theora/theoraenc.c: (theora_enc_chain):
707           Check return value of theora_encode_header(), or we might try to
708           allocate a random number of bytes. theora_encode_header() can fail
709           if libtheora has been compiled with encoding support disabled.
710           Fixes #398110.
711
712 2007-01-29  Wim Taymans  <wim@fluendo.com>
713
714         * tests/check/gst/.cvsignore:
715         Do as buildbot says.
716
717 2007-01-29  Wim Taymans  <wim@fluendo.com>
718
719         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
720         Fix strides in libvisual. Gst uses X strides.
721         Inspired by: <ed at catmur dot co dot uk> and 
722         <tim at centricular dot net>
723         Fixes #401118.
724
725 2007-01-27  Wim Taymans  <wim@fluendo.com>
726
727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
728         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
729         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
730         (gst_ogg_demux_perform_seek),
731         (gst_ogg_demux_bisect_forward_serialno),
732         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
733         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
734         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
735         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
736         * ext/ogg/gstoggdemux.h:
737         Properly propagate streaming errors when we are scanning the file for
738         chains so that we don't crash when shut down. Might fix some crashers
739         when quickly switching oggs in RB such as #332503 and #378436.
740
741 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
744           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
745           error code as well.
746
747 2007-01-25  Wim Taymans  <wim@fluendo.com>
748
749         * gst/playback/gstplaybasebin.c: (remove_source):
750         Don't try to disconnect a signal from a finalized object.
751
752 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
755           Cast lock macro parameters to make sure we're actually accessing the
756           lock member at the right class level. Free list itself in _dispose()
757           as well and NULL it in case dispose gets called multiple times.
758
759 2007-01-25  Edward Hervey  <edward@fluendo.com>
760
761         * gst/playback/gstdecodebin2.c:
762         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
763         Free GstDecodeGroups no longer used.
764         (gst_decode_group_expose):
765         Don't unlock too many times !
766         (deactivate_free_recursive):
767         Free iterator once we're done with it.
768         Fix for recursively deactivating elements (stop at ghostpads).
769
770 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
771
772         * gst/playback/gstplaybin.c: (handoff):
773           Fix up caps on the frame buffer before we save it and potentially
774           make it accessible to other threads via g_object_get; also use
775           gst_buffer_replace() instead of gst_mini_object_replace().
776
777 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
780           Make getting the current frame thread-safe.
781
782 2007-01-25  Edward Hervey  <edward@fluendo.com>
783
784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
785         (gst_decode_group_new), (gst_decode_group_free):
786         Set queues to bigger sizes to cope with HD contents.
787         Fix some mutex freeing and add comment about MT safe methods.
788
789 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
792         (gst_text_overlay_text_event):
793           Don't unnecessarily ref (and then leak) upstream events if the text
794           pad is not linked. Fixes #399948.
795
796         * tests/check/gst-plugins-base.supp:
797           Add suppression for pango on edgy/x86 for textoverlay test.
798
799 2007-01-24  Wim Taymans  <wim@fluendo.com>
800
801         * gst-libs/gst/rtp/gstrtpbuffer.h:
802         Add some more fixed payloads.
803
804 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
807           Error out properly if we get an error from libogg while reading the
808           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
809
810 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
811
812         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
813           Don't leak mutex.
814
815         * tests/check/elements/playbin.c:
816         (test_sink_usage_video_only_stream),
817         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
818         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
819         (test_missing_suburisource_handler),
820         (test_missing_primary_decoder), (playbin_suite):
821           Run all tests once with decodebin and once with decodebin2.
822           One test does not pass yet with decodebin2.
823
824 2007-01-23  Edward Hervey  <edward@fluendo.com>
825
826         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
827         Fix the cases where oggmux doesn't properly figure out that all
828         sinkpads have gone EOS, and therefore doesn't push out the remaining
829         buffers and the final EOS event.
830         Fixes #363379
831
832 2007-01-23  Julien MOUTTE  <julien@moutte.net>
833
834         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
836         Don't lock on navigation event push, just on keysym to string.
837         Fixes #397673 again.
838
839 2007-01-22  Edward Hervey  <edward@fluendo.com>
840
841         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
842         (get_current_group), (group_demuxer_event_probe),
843         (gst_decode_group_expose), (deactivate_free_recursive),
844         (gst_decode_group_free):
845         Cleanups.
846         Don't forget to emit 'no-more-pads' once a group is exposed.
847         Cleanup elements from a DecodeGroup once we remove it.
848         Protect call to gst_decode_group_expose() with the decodebin lock.
849
850 2007-01-22  Julien MOUTTE  <julien@moutte.net>
851
852         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
854         Looking at Xorg code i can't figure out if that XKeysymToString
855         function is thread sensible or not. Lock it just in case as
856         recommended by Radek Doulik <rodo at ximian dot com>.
857
858 2007-01-22  Julien MOUTTE  <julien@moutte.net>
859
860         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
862         Lock that X Call as well. Fixes #397673.
863
864 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
867           Don't go into an endless loop if the file starts with 00 00 01 2X,
868           like quicktime redirect files might. Fixes #396042.
869
870         * tests/check/Makefile.am:
871         * tests/check/gst/.cvsignore:
872         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
873         (typefindfunctions_suite):
874           Add unit test for the above.
875
876 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
879           On second thought, use "depth" field rather than "bpp" field.
880
881 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
884           Camtasia caps apparently need a bpp field (#398875).
885
886 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst/playback/gstplaybasebin.c: (setup_subtitle),
889         (gen_source_element), (gst_play_base_bin_change_state):
890           Attempt at a better error message in case we don't have the required
891           URI handler installed; post missing-plugin message also when we're
892           missing an URI handler for the subtitle URI; clean up properly also
893           when an error occurs and we never made it to PAUSED state.
894
895         * tests/check/elements/playbin.c: (GST_START_TEST),
896         (playbin_suite):
897           Check that we're also getting a missing-plugin messsage for a
898           missing subtitle URI handler (and clean up properly).
899
900 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
901
902         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
903           Plug a few reference leaks.
904
905 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
908           Lower probability a bit if the marker isn't right at the start,
909           to decrease the chance of false positives.
910
911 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
912
913         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
914           Small mpeg2 system stream typefinding improvement: make typefinder
915           probe a bit into the stream instead of just looking for a marker
916           at the beginning. Fixes #397810.
917
918 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
919
920         * gst/audioconvert/gstchannelmix.c:
921           Remove compatibility cruft for prehistoric GLib versions.
922
923 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst/playback/Makefile.am:
926         * gst/playback/gstdecodebin.c: (close_pad_link):
927         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
928         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
929         (gst_play_base_bin_handle_message_func), (unknown_type):
930           Let decodebin be the element to post missing-plugin messages for
931           missing decoders (rather than playbin); make playbin implement
932           GstBin::handle_message so we can suppress missing-plugin messages
933           for types we're not handling on purpose (don't want to bring up an
934           installer in those cases).
935
936 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
937
938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
939         * gst-libs/gst/tag/gstvorbistag.c:
940         (gst_tag_list_to_vorbiscomment_buffer):
941         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
942           Fix potentially unaligned access (#397207).
943
944 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
945
946         * tests/examples/seek/seek.c: (set_scale), (update_scale),
947         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
948         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
949         (main):
950           Allow to toggle looping while it plays. Fix callback prototype. Clean
951           up code a bit more. Add copyright header.
952
953 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
954
955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
956           Red and blue mask was swapped (spotted by Dan Williams).
957
958 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
959
960         * gst-libs/gst/tag/gstid3tag.c:
961         * gst-libs/gst/tag/gstvorbistag.c:
962           Use new beats-per-minute tag from core.
963
964 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * po/POTFILES.in:
967           Add new files with translatable strings, so they actually make it
968           into the template file one day.
969
970 2007-01-12  Andy Wingo  <wingo@pobox.com>
971
972         * gst-libs/gst/audio/gstbaseaudiosink.c
973         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
974         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
975         stuff, as the base class handles this now. Actually tell the ring
976         buffer to start.
977         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
978         How did this work before? Maybe I'm not as awesome a programmer as
979         I think.
980
981         * gst-libs/gst/audio/gstbaseaudiosrc.c
982         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
983         of a pad function.
984
985 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
988           Remove more fields so that the application can better blacklist
989           formats that have been tried before.
990
991 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst-libs/gst/audio/mixerutils.h:
994           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
995           used when compiling with c++ compilers as well.
996
997 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst/typefind/gsttypefindfunctions.c:
1000           Fix comment.
1001
1002 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1003
1004         * gst/playback/gstplaybin.c: (post_missing_element_message),
1005         (gen_video_element), (gen_text_element), (gen_audio_element),
1006         (gen_vis_element):
1007           Post missing-plugin messages also when we error out because
1008           converters, textoverlay or auto*sinks are missing (#161922).
1009
1010 2007-01-10  Wim Taymans  <wim@fluendo.com>
1011
1012         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1013         (is_demuxer_element), (new_caps):
1014         * gst/playback/gstplaybasebin.c: (source_new_pad):
1015         Fix the case where we try to ref a NULL element when we delay a link
1016         because of unfixed caps.
1017         Set the state of autoplugged decodebins to PAUSED.
1018         RTSP now works in playbin, we can remove it from the blacklist.
1019
1020 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * gst/playback/Makefile.am:
1023         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1024         (unknown_type), (setup_subtitle), (gen_source_element):
1025         * gst/playback/gstplaybin.c: (plugin_init):
1026           Post missing-plugin messages on the bus for missing sources and
1027           missing decoders/demuxers/depayloaders; fix error code used when
1028           we're missing an URI handler source; for media types that we are not
1029           handling on purpose at the moment, don't print "don't know how to
1030           handle xyz" messages to the terminal or post missing-plugin
1031           messages on the bus.
1032
1033         * tests/check/elements/playbin.c: (create_playbin),
1034         (GST_START_TEST), (gst_codec_src_uri_get_type),
1035         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1036         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1037         (gst_codec_src_init_type), (gst_codec_src_base_init),
1038         (gst_codec_src_create), (gst_codec_src_class_init),
1039         (gst_codec_src_init), (plugin_init), (playbin_suite):
1040           Add some tests for the missing-plugin stuff.
1041
1042 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * configure.ac:
1045         * gst-libs/gst/Makefile.am:
1046         * gst-libs/gst/utils/Makefile.am:
1047         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1048         * gst-libs/gst/utils/base-utils.h:
1049         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1050         (find_format_info), (caps_are_rtp_caps),
1051         (gst_base_utils_get_source_description),
1052         (gst_base_utils_get_sink_description),
1053         (gst_base_utils_get_decoder_description),
1054         (gst_base_utils_get_encoder_description),
1055         (gst_base_utils_get_element_description),
1056         (gst_base_utils_add_codec_description_to_tag_list),
1057         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1058         * gst-libs/gst/utils/descriptions.h:
1059         * gst-libs/gst/utils/missing-plugins.c:
1060         (missing_structure_get_type), (copy_and_clean_caps),
1061         (gst_missing_uri_source_message_new),
1062         (gst_missing_uri_sink_message_new),
1063         (gst_missing_element_message_new),
1064         (gst_missing_decoder_message_new),
1065         (gst_missing_encoder_message_new),
1066         (missing_structure_get_string_detail),
1067         (missing_structure_get_caps_detail),
1068         (gst_missing_plugin_message_get_installer_detail),
1069         (gst_missing_plugin_message_get_description),
1070         (gst_is_missing_plugin_message):
1071         * gst-libs/gst/utils/missing-plugins.h:
1072           API: add new libgstbaseutils library with functions
1073           - to create and parse missing-plugins messages
1074           - that provide (translated) descriptions for caps/decoders/sources/etc.
1075           Closes #392393.
1076
1077         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1078         * pkgconfig/gstreamer-plugins-base.pc.in:
1079           Add new lib.
1080
1081         * docs/libs/gst-plugins-base-libs-docs.sgml:
1082         * docs/libs/gst-plugins-base-libs-sections.txt:
1083           Generate docs for new lib and API.
1084
1085         * tests/check/Makefile.am:
1086         * tests/check/libs/.cvsignore:
1087         * tests/check/libs/utils.c: (missing_msg_check_getters),
1088         (GST_START_TEST), (libgstbaseutils_suite):
1089           Add some basic unit tests.
1090
1091 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * ext/ogg/Makefile.am:
1094           Dist gstoggdemux.h to fix 'make distcheck'.
1095
1096         * sys/v4l/Makefile.am:
1097           Fix 'make distcheck' even more.
1098
1099 2007-01-09  Wim Taymans  <wim@fluendo.com>
1100
1101         * docs/plugins/Makefile.am:
1102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1104         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1105         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1106         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1107         (gst_ogg_demux_perform_seek):
1108         * ext/ogg/gstoggdemux.h:
1109         Added docs.
1110         Add some more comments.
1111         Small cleanups.
1112
1113 2007-01-09  Wim Taymans  <wim@fluendo.com>
1114
1115         * ext/theora/theoradec.c:
1116         * ext/vorbis/vorbisdec.c:
1117         * gst-libs/gst/audio/gstringbuffer.c:
1118         (gst_ring_buffer_commit_full):
1119         * gst-libs/gst/audio/gstringbuffer.h:
1120         * gst-libs/gst/rtp/gstrtpbuffer.c:
1121         * gst-libs/gst/tag/gstvorbistag.c:
1122         Small documentation updates/fixes
1123
1124 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * configure.ac:
1127           Require core CVS HEAD for Andy's basesrc/sink API additions.
1128
1129 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1132
1133         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1134         (plugin_init):
1135           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1136           on flac.sf.net (there appear to be other versions of the first
1137           ogg page in the wild) (#391365).
1138
1139 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * configure.ac:
1142           Check if localtime_r() is available.
1143
1144         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1145           If localtime_r() is not available, fall back to localtime(). Should
1146           fix build on MingW (#393310).
1147
1148 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1151         * gst/subparse/gstsubparse.h:
1152           Remove spurious 1000 subtrahend when calculating the timestamp from
1153           the frame number and the frame rate . Also, use the frames/second
1154           value specified in the first line of the file, if one is specified
1155           there. Should fix #357503.
1156
1157         * tests/check/elements/subparse.c: (do_test),
1158         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1159         (subparse_suite):
1160           Add some basic unit tests for the microdvd subtitle format.
1161
1162 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1163
1164         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1165         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1166         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1167         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1168         (gst_xvimagesink_set_xwindow_id),
1169         (gst_xvimagesink_set_event_handling),
1170         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1171         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1172         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1173         Fixes : #390076.
1174         Add an adaptor property to select a specific XV adaptor.
1175         * sys/xvimage/xvimagesink.h:
1176
1177 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1178
1179         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1180         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1181         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1182         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1183         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1184         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1185         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1186         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1187         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1188         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1189         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1190         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1191         Use flow_lock much more to protect every access to xwindow.
1192         Try to catch erros while creating images in case some drivers are
1193         just generating an XError when the requested image is too big.
1194         Should fix : #354698, #384008, #384060.
1195         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1196         Implement some stress testing of setting window xid.
1197
1198 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1199
1200         * win32/common/libgsaudio.def:
1201           Add new exported function.
1202         * win32/common/libgstogg.dsp:
1203           Add gstoggaviparse.c to the build.
1204         * win32/common/libgstvideoscale.dsp:
1205           Add vs_4tap.c to the build.
1206         * win32/common/libgstvorbis.dsp:
1207           Add vorbistag.c to the build.
1208         
1209 2007-01-06  Andy Wingo  <wingo@pobox.com>
1210
1211         * gst-libs/gst/audio/gstbaseaudiosink.c
1212         (gst_base_audio_sink_class_init)
1213         (gst_base_audio_sink_init): 
1214         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1215         to baseaudiosink, and tell basesink that we can work in pull mode.
1216         This way the ring buffer thread drives the pipeline directly, if
1217         pull mode is possible. There is some lingering nastiness regarding
1218         capsnego, however.
1219         (gst_base_audio_sink_callback): Implement the callback to pull
1220         data. This interface is a bit light, though -- it should get a
1221         GstFlowReturn return value at least.
1222
1223 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1226         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1227         * gst/playback/gstdecodebin2.c:
1228         (gst_decode_group_check_if_blocked):
1229           Printf format and missing argument fixes.
1230
1231 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1232
1233         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1234         (gst_ogm_parse_change_state):
1235         Activate pads before adding them to the element.
1236
1237 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * tests/examples/seek/scrubby.c: (main):
1240         * tests/examples/seek/seek.c: (main):
1241           Call g_thread_init() first thing in main() (see #391278).
1242
1243 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * tests/check/Makefile.am:
1246         * tests/check/libs/.cvsignore:
1247         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1248         (netbuffer_suite):
1249           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1250           for the time being, since it's broken, see #393099.
1251
1252 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * tests/check/Makefile.am:
1255           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1256
1257 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1258
1259         * configure.ac:
1260           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1261           so that GST_BASE_CFLAGS can go inbetween them, making sure
1262           we use uninstalled gst-libs headers
1263         * docs/libs/Makefile.am:
1264         * ext/alsa/Makefile.am:
1265         * ext/cdparanoia/Makefile.am:
1266         * ext/gnomevfs/Makefile.am:
1267         * ext/libvisual/Makefile.am:
1268         * ext/ogg/Makefile.am:
1269         * ext/theora/Makefile.am:
1270         * ext/vorbis/Makefile.am:
1271         * gst-libs/gst/audio/Makefile.am:
1272         * gst-libs/gst/cdda/Makefile.am:
1273         * gst-libs/gst/interfaces/Makefile.am:
1274         * gst-libs/gst/riff/Makefile.am:
1275         * gst-libs/gst/rtp/Makefile.am:
1276         * gst-libs/gst/tag/Makefile.am:
1277         * gst/adder/Makefile.am:
1278         * gst/audioconvert/Makefile.am:
1279         * gst/audiorate/Makefile.am:
1280         * gst/audioresample/Makefile.am:
1281         * gst/playback/Makefile.am:
1282         * gst/tcp/Makefile.am:
1283         * gst/videoscale/Makefile.am:
1284         * gst/volume/Makefile.am:
1285         * sys/ximage/Makefile.am:
1286         * sys/xvimage/Makefile.am:
1287         * tests/icles/Makefile.am:
1288           adapt
1289
1290 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1291
1292         * gst-libs/gst/interfaces/xoverlay.c:
1293         (gst_x_overlay_handle_events):
1294         * gst-libs/gst/interfaces/xoverlay.h:
1295         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1296         (gst_ximagesink_set_xwindow_id),
1297         (gst_ximagesink_set_event_handling),
1298         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1299         (gst_ximagesink_get_property), (gst_ximagesink_init),
1300         (gst_ximagesink_class_init):
1301         * sys/ximage/ximagesink.h:
1302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1303         (gst_xvimagesink_set_xwindow_id),
1304         (gst_xvimagesink_set_event_handling),
1305         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1306         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1307         (gst_xvimagesink_class_init):
1308         * sys/xvimage/xvimagesink.h:
1309         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1310         Add a method to the XOverlay interface to allow disabling of 
1311         event handling in x[v]imagesink elements. This will let X events
1312         propagate to parent windows which can be usefull in some cases.
1313         Be carefull that the application is then responsible of pushing
1314         navigation events and expose events to the video sink.
1315         Fixes: #387138.
1316
1317 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst-libs/gst/tag/gstvorbistag.c:
1320         * tests/check/libs/tag.c: (GST_START_TEST):
1321           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1322           (fixes #392070).
1323
1324 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1325
1326         * configure.ac:
1327         * docs/Makefile.am:
1328         * docs/design/Makefile.am:
1329           Dist design docs.
1330
1331 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1332
1333         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1334         typo. Fixes: #390063.
1335
1336 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1337
1338         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1340         caps leak.
1341         * win32/common/config.h: Updated.
1342
1343 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1344
1345         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1346         (setup_gdpdepay_streamheader):
1347         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1348         (setup_gdppay_streamheader):
1349           Fix the dp tests, but activating the pads for the streamheader tests
1350           too and cleaning up conditionaly
1351
1352 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1353
1354         * gst/ffmpegcolorspace/avcodec.h:
1355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1356         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1357         (gst_ffmpegcsp_avpicture_fill):
1358         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1359         (img_get_alpha_info):
1360         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1361         other end of the word. Fixes: #387073.
1362
1363         Add some inconsequential branch hints in a couple of places.
1364
1365 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1366
1367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1368         (gst_ffmpeg_caps_to_smpfmt):
1369           The "signed" field in raw audio caps is of boolean type, trying to
1370           extract the value with _get_int() will fail (fix to keep in sync with
1371           the copy in gst-ffmpeg)
1372
1373 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1374
1375         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1376         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1377         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1378         (cleanup_gdpdepay):
1379         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1380         * tests/check/elements/subparse.c: (teardown_subparse):
1381         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1382         * tests/check/elements/videorate.c: (cleanup_videorate):
1383         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1384         * tests/check/elements/volume.c: (cleanup_volume):
1385         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1386         (cleanup_vorbisdec):
1387         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1388         (cleanup_vorbistag):
1389           consistent pad (de)activation
1390
1391 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1394           Forgot to register the extensions.
1395
1396 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1399         (plugin_init):
1400           Add typefinder for VIVO files (my christmas present to the 90s).
1401
1402 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * gst/playback/gstdecodebin.c: (type_found):
1405           Special-case the text/plain media type: we only want to recognise it
1406           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1407           parser, but not if the entire stream is of text/plain type. If the
1408           entire stream is text/plain, we should just error out.
1409
1410           This fixes playback of audio files with lyrics in totem. Totem can't
1411           distinguish between text files and subtitle files and passes any
1412           .txt file with the same basename as the main file to playbin as
1413           suburi, and playbin will then throw a 'subtitle found, but no video
1414           stream' error, which isn't entirely helpful. See #380342.
1415
1416           Also, with this change we'll show a slightly more correct error
1417           message in case totem passes a playlist file to us (although a
1418           custom error message wording instead of the default text would
1419           probably not be a bad idea either).
1420
1421           Same problem also needs to be fixed for playbin+decodebin2.
1422
1423         * tests/check/Makefile.am:
1424         * tests/check/elements/decodebin.c: (src_handoff_cb),
1425         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1426         (decodebin_suite):
1427           Add simple unit test for decodebin for the above.
1428
1429 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1432         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1433           Refuse to change state to READY when we failed to create any of the
1434           required elements in our instance init function.
1435
1436 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * docs/libs/gst-plugins-base-libs-sections.txt:
1439           Small docs fixes/updates.
1440
1441         * gst-libs/gst/video/gstvideosink.h:
1442           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1443           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1444           removed from the base sink API between 0.9.6 and 0.9.7).
1445           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1446           accessor macros, so we don't do a runtime GObject type check every
1447           time we use them.
1448
1449 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1450
1451         * Makefile.am:
1452         * gst-plugins-base.doap:
1453         * gst-plugins-base.spec.in:
1454           add doap file
1455
1456 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1457
1458         Patch by: Jens Granseuer <jensgr at gmx net>
1459
1460         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1461         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1462         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1463         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1465           Declare variables at the beginning of a block. Fixes #383195.
1466
1467 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1468
1469         * configure.ac:
1470         Bump version nano - back to CVS.
1471
1472
1473 === release 0.10.11 ===
1474
1475 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1476
1477         * configure.ac:
1478           releasing 0.10.11, "Dumb things"
1479
1480 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1481
1482         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1483         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1484         Handle the case where an element has multiple pads with 
1485         unfixed caps as well as still possibly producing more dynamic 
1486         pads by storing each case as a distinct entry in the dynamic list.
1487         Fixes #38223 again.
1488
1489 2006-12-04  Wim Taymans  <wim@fluendo.com>
1490
1491         * gst/playback/gstdecodebin.c: (close_pad_link):
1492         Fix #382223, add more dynamic caps handling.
1493
1494 2006-12-04  Wim Taymans  <wim@fluendo.com>
1495
1496         reviewed by: <delete if not using a buddy>
1497
1498         * gst-libs/gst/audio/gstringbuffer.h:
1499         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1500         (gst_netaddress_set_ip4_interface),
1501         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1502         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1503         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1504         (gst_netaddress_get_ttl):
1505         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1506         * gst/playback/gstdecodebin.c: (close_pad_link):
1507         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1508         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1509         * win32/common/config.h:
1510
1511 2006-12-01  Michael Smith  <msmith@fluendo.com>
1512
1513         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1514           Delete bad debug code.
1515           Fixes #381219
1516
1517 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1518
1519         * gst/videoscale/vs_4tap.c:
1520         * win32/MANIFEST:
1521         * win32/common/config.h:
1522         * win32/vs8/libgstvideoscale.vcproj:
1523         Fix compilation on win32 under VS8
1524         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1525         Partially fixes #381175
1526
1527 2006-11-30  Michael Smith  <msmith@fluendo.com>
1528
1529         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1530         (GST_START_TEST):
1531           It would be very bad if, after a discont buffer, we thought every
1532           single following buffer was also discont. So, add to the test to
1533           ensure that this isn't the case.
1534           
1535         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1536           ... it was the case. So fix it.
1537
1538 2006-11-28  Wim Taymans  <wim@fluendo.com>
1539
1540         * gst/playback/gstplaybasebin.c: (check_queue_event):
1541         Improve debug.
1542
1543         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1544         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1545         padtemplate caps. Refixes #357577.
1546
1547 2006-11-28  Wim Taymans  <wim@fluendo.com>
1548
1549         * gst/playback/gstplaybasebin.c: (check_queue_event),
1550         (queue_threshold_reached), (queue_out_of_data),
1551         (gen_preroll_element):
1552         Add event probe to see when EOS is in a queue and we can disable the
1553         underrun signals. Fixes #357577.
1554
1555 2006-11-28  Edward Hervey  <edward@fluendo.com>
1556
1557         * gst/playback/Makefile.am:
1558         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1559         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1560         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1561         (gst_decode_bin_init), (gst_decode_bin_dispose),
1562         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1563         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1564         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1565         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1566         (connect_element), (expose_pad), (type_found),
1567         (pad_added_group_cb), (pad_removed_group_cb),
1568         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1569         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1570         (are_raw_caps), (multi_queue_overrun_cb),
1571         (multi_queue_underrun_cb), (gst_decode_group_new),
1572         (get_current_group), (group_demuxer_event_probe),
1573         (gst_decode_group_control_demuxer_pad),
1574         (gst_decode_group_control_source_pad),
1575         (gst_decode_group_check_if_blocked),
1576         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1577         (gst_decode_group_hide), (gst_decode_group_free),
1578         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1579         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1580         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1581         (plugin_init):
1582         New decodebin2 element.
1583         Closes #370092
1584         * gst/playback/gstplay-marshal.list:
1585         Added marshallers for new signals in decodebin2
1586         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1587         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1588         is set.
1589
1590 2006-11-28  Wim Taymans  <wim@fluendo.com>
1591
1592         * gst/playback/gstplaybasebin.c: (setup_source),
1593         (gst_play_base_bin_change_state):
1594         Disable rtsp:// uris for the release, it's not good enough yet.
1595         Remove unused var.
1596
1597 2006-11-26  Wim Taymans  <wim@fluendo.com>
1598
1599         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1600         (theora_dec_push_forward), (theora_dec_push_reverse),
1601         (theora_handle_data_packet), (theora_dec_decode_buffer),
1602         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1603         (theora_dec_chain_forward), (theora_dec_chain):
1604         Implement reverse playback.
1605
1606         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1607         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1608         (vorbis_dec_chain_forward):
1609         Clear buffers used for reverse playback in _reset.
1610         No need to set the eos flag, we clip samples using the segment.
1611
1612 2006-11-24  Wim Taymans  <wim@fluendo.com>
1613
1614         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1615         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1616         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1617         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1618         Some cleanups.
1619         Handle continued pages in reverse mode.
1620
1621 2006-11-24  Wim Taymans  <wim@fluendo.com>
1622
1623         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1624         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1625         (vorbis_dec_flush_decode):
1626         Small cleanups.
1627         Don't try to add invalid timestamps.
1628         Clipping will unref the buffer.
1629
1630 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1631
1632         * gst/adder/gstadder.h:
1633         * gst/audiotestsrc/gstaudiotestsrc.h:
1634           remove obsolete _factory_init protos
1635
1636 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1637
1638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1639           Fix spacing in debug message.
1640
1641 2006-11-23  Wim Taymans  <wim@fluendo.com>
1642
1643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1644         (gst_ogg_demux_chain):
1645         Don't just ignore return values from _pad_push().
1646         Small debug improvements.
1647
1648 2006-11-23  Michael Smith  <msmith@fluendo.com>
1649
1650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1651           If our incoming buffer is marked as DISCONT, then increment the page
1652           number (so that the discontinuity is marked in the final ogg
1653           bitstream) and flush the previous page.
1654
1655 2006-11-22  Michael Smith  <msmith@fluendo.com>
1656
1657         * ext/theora/gsttheoraenc.h:
1658         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1659         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1660         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1661         (theora_enc_chain), (theora_enc_change_state):
1662           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1663
1664         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1665         (GST_START_TEST), (theoraenc_suite):
1666           Enable discontinuity test, fix it.
1667
1668 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1669
1670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1671         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1672         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1673         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1674         (gst_text_overlay_change_state):
1675         * ext/pango/gsttextoverlay.h:
1676           Some textoverlay fixes: for one, in the video chain function,
1677           actually wait for a text buffer to come in if there is none at the
1678           moment and there should be one; also, deal more gracefully with
1679           incoming buffers that do not have a timestamp or duration; discard
1680           text buffer when not needed any longer. Fixes #341681.
1681
1682         * tests/check/Makefile.am:
1683         * tests/check/elements/.cvsignore:
1684         * tests/check/elements/textoverlay.c:
1685         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1686         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1687         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1688         (test_video_waits_for_text_send_text_newsegment_thread),
1689         (test_video_waits_for_text_shutdown_element),
1690         (test_render_continuity_push_video_buffers_thread),
1691         (textoverlay_suite):
1692           Add some unit tests for textoverlay.
1693
1694 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1695
1696         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1697           Avoid integer underflow when the found probability for mp3 is
1698           smaller than the 'penalty' we subtract if there's not a clean
1699           mp3 header sync at offset 0.
1700
1701 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1702
1703         * docs/libs/gst-plugins-base-libs-sections.txt:
1704           Add some new symbols to the docs
1705
1706 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1707
1708         * tests/check/Makefile.am:
1709         * tests/check/elements/ffmpegcolorspace.c:
1710         (ffmpegcolorspace_suite):
1711           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1712           (for now not for valgrinding though, since it takes too long).
1713
1714 2006-11-20  Wim Taymans  <wim@fluendo.com>
1715
1716         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1717         (gst_ffmpeg_pixfmt_to_caps):
1718         Fix RGBA32 caps. Fixes #357038.
1719
1720 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1721
1722         * gst-libs/gst/interfaces/mixertrack.h:
1723           Add FIXME so we can add some padding here in 0.11
1724
1725 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1728           Fix GstBaseRTPAudioPayload structure so the whole GObject
1729           inheritance business actually works (parent class instance structure
1730           must always come first in the derived class instance structure).
1731
1732 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * gst/videotestsrc/Makefile.am:
1735         * tests/check/Makefile.am:
1736           Make sure our checks and the videotestsrc plugin link against the
1737           local uninstalled gst libs and not any installed gst libs that
1738           might happen to exist as well.
1739
1740         * tests/check/elements/adder.c: (message_received),
1741         (test_event_message_received), (test_play_twice_message_received):
1742         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1743           Fix compiler warnings when compiling against core with disabled
1744           debugging system.
1745
1746 2006-11-16  Michael Smith  <msmith@fluendo.com>
1747
1748         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1749         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1750           Fix audiorate, so that it accurately sets offsets and timestamps.
1751           Doesn't change the fundamental algorithmic decisions; so should be
1752           safe.
1753
1754         * tests/check/Makefile.am:
1755           Enable audiorate test now that it passes.
1756
1757 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1760           clear xv when going to NULL, remove // commented non-existant proto
1761
1762         * tests/examples/seek/seek.c: (main):
1763           add missing tooltip description for scrub and play_scrub
1764
1765 2006-11-14  David Schleef  <ds@schleef.org>
1766
1767         * configure.ac:
1768           Bump liboil requirement to 0.3.8.
1769         * gst-libs/gst/riff/riff-media.c:
1770           Add Dirac fourcc.
1771         * gst/videoscale/vs_image.h:
1772         * gst/videoscale/vs_scanline.h:
1773           Use liboil's stdint.h.
1774         * gst/videotestsrc/videotestsrc.c:
1775           Remove liboil related ifdef's, since they aren't needed now, and
1776           won't work with future versions.
1777
1778 2006-11-14  David Schleef  <ds@schleef.org>
1779
1780         * gst/videoscale/Makefile.am:
1781         * gst/videoscale/gstvideoscale.c:
1782         * gst/videoscale/gstvideoscale.h:
1783         * gst/videoscale/vs_4tap.c:
1784         * gst/videoscale/vs_4tap.h:
1785         * gst/videoscale/vs_image.c:
1786         * gst/videoscale/vs_image.h:
1787         * gst/videoscale/vs_scanline.c:
1788         * gst/videoscale/vs_scanline.h:
1789           Add a 4-tap image scaler.  Theoretically looks much prettier.
1790           The tap calculation could use some improvement.
1791
1792 2006-11-14  Wim Taymans  <wim@fluendo.com>
1793
1794         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1795
1796         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1797         (gst_riff_parse_strf_iavs):
1798         * gst/subparse/gstsubparse.c: (convert_encoding):
1799         * gst/tcp/gstmultifdsink.c:
1800         (gst_multi_fd_sink_handle_client_write):
1801         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1802         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1803         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1804         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1805         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1806         (gst_ximagesink_ximage_new):
1807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1808         Various gsize and gssize printf fixes. Fixes #372507.
1809
1810 2006-11-13  Wim Taymans  <wim@fluendo.com>
1811
1812         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1813         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1814         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1815         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1816         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1817         * ext/vorbis/vorbisdec.h:
1818         First stab at vorbis reverse playback.
1819
1820 2006-11-13  Wim Taymans  <wim@fluendo.com>
1821
1822         * gst-libs/gst/audio/gstbaseaudiosink.c:
1823         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1824         * gst-libs/gst/audio/gstbaseaudiosink.h:
1825         Make the clock sync code more accurate wrt resampling and playback
1826         at different rates.
1827         
1828         * gst-libs/gst/audio/gstringbuffer.c:
1829         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1830         * gst-libs/gst/audio/gstringbuffer.h:
1831         Use better algorithm to interpolate sample rates. 
1832
1833 2006-11-13  Michael Smith  <msmith@fluendo.com>
1834
1835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1836           Improve a debug line slightly.
1837
1838         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1839           Call gst_riff_init() in plugin_init, to avoid getting errors from
1840           the debug system (unrelated changes to another plugin made this turn
1841           up; not sure why).
1842
1843 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1844
1845         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1846
1847         * win32/common/libgsttag.def:
1848           Add missing symbol (#366492).
1849
1850 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1853           Don't unref a NULL pad.
1854
1855 2006-11-09  Wim Taymans  <wim@fluendo.com>
1856
1857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1858         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1859         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1860         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1861         (gst_ogg_demux_loop):
1862         Implement first stab at reverse playback.
1863
1864 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1865
1866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1867         (gst_riff_create_video_template_caps):
1868           add h263/h264 variants to the caps, Fixes #363118
1869
1870 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1873         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1874           Use g_strerror instead of strerror so we get UTF-8.
1875
1876 2006-11-03  David Schleef  <ds@schleef.org>
1877
1878         * ext/ogg/gstoggdemux.c:
1879         * ext/ogg/gstoggmux.c:
1880           Add/remove KW-DIRAC header here, since it is ogg-specific.
1881
1882 2006-11-03  Michael Smith  <msmith@fluendo.com>
1883
1884         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1885           Recognise more mpeg4 elementary video streams.
1886
1887 2006-11-02  Edward Hervey  <edward@fluendo.com>
1888
1889         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1890         Lower the probability of mp3 typefinding functions if we don't find a
1891         valid mp3 header at the start of the file.
1892         Closes #369482
1893
1894 2006-11-02  Wim Taymans  <wim@fluendo.com>
1895
1896         * ext/theora/gsttheoradec.h:
1897         * ext/theora/theoradec.c: (gst_theora_dec_init),
1898         (theora_dec_sink_event), (theora_dec_chain_forward),
1899         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1900         (theora_dec_chain):
1901         Document and partially implement an algorithm for doing reverse playback
1902         of theora video.
1903
1904 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1907
1908         * win32/common/config.h:
1909         * win32/common/interfaces-enumtypes.c:
1910         * win32/common/libgsttag.def:
1911         * win32/vs8/gst-plugins-base.sln:
1912         * win32/vs8/libgstaudioresample.vcproj:
1913         * win32/vs8/libgstinterfaces.vcproj:
1914         * win32/vs8/libgstogg.vcproj:
1915         * win32/vs8/libgstriff.vcproj:
1916         * win32/vs8/libgsttag.vcproj:
1917         * win32/vs8/libgsttheora.vcproj:
1918         * win32/vs8/libgstvideoscale.vcproj:
1919         * win32/vs8/libgstvorbis.vcproj:
1920           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1921           to libgsttag.def; add missing dependencies for some vs8 projects;
1922           re-arrange placement of .def files in vs8 projects (#366334).
1923
1924 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * ext/ogg/gstogg.c:
1927           Remove unused variable.
1928
1929         * ext/ogg/gstoggdemux.c:
1930           Fix Wim's surname in plugin description.
1931
1932 2006-10-31  Wim Taymans  <wim@fluendo.com>
1933
1934         * gst-plugins-base.spec.in:
1935         spec new .h file. Fixes #368310.
1936
1937 2006-10-31  Michael Smith  <msmith@fluendo.com>
1938
1939         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1940         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1941         (gst_multi_fd_sink_get_stats),
1942         (gst_multi_fd_sink_remove_client_link),
1943         (gst_multi_fd_sink_queue_buffer),
1944         (gst_multi_fd_sink_handle_clients):
1945         * gst/tcp/gstmultifdsink.h:
1946           Make using the remove or clear signals threadsafe.
1947           Make calling get-stats with an invalid fd not segfault.
1948           Fixes 368273.
1949
1950 2006-10-31  Wim Taymans  <wim@fluendo.com>
1951
1952         * gst-libs/gst/rtp/Makefile.am:
1953         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1954         (gst_base_rtp_audio_payload_init):
1955         Fix and activate base audio payloader.
1956
1957 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1960         (plugin_init):
1961           Add typefinder for QuickTime Image Files (see #366156).
1962
1963 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1966           Another typo fix (#366212).
1967
1968 2006-10-27  Wim Taymans  <wim@fluendo.com>
1969
1970         * gst/volume/gstvolume.c: (volume_transform_ip):
1971         Use stream time to synchronize volume property instead of rather random
1972         timestamps. This is needed when gnonlin does its time shifting.
1973
1974 2006-10-27  Wim Taymans  <wim@fluendo.com>
1975
1976         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1977
1978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1979         Remove the pad from the element in release_pad. Fixes #364812.
1980
1981 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1982
1983         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1985           Explicitly create our custom buffer classes at a thread-safe
1986           location as well, since g_type_class_ref() doesn't seem to be
1987           entirely thread-safe either (#365501; also see #349410).
1988
1989 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1992         (gst_riff_parse_info):
1993           If strings in INFO chunk are not UTF-8, do something similar to
1994           what we do for ID3v1 tags: check a number of environment variables
1995           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1996           character sets to try, otherwise try the current locale and/or fall
1997           back on ISO-8859-1. Fixes #360552.
1998
1999 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2000
2001         * gst/videotestsrc/gstvideotestsrc.c:
2002         (gst_video_test_src_pattern_get_type),
2003         (gst_video_test_src_set_pattern):
2004         * gst/videotestsrc/gstvideotestsrc.h:
2005         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2006         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2007         (gst_video_test_src_checkers8):
2008         * gst/videotestsrc/videotestsrc.h:
2009           Add a bunch of exciting new checkers patterns.
2010
2011 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2012
2013         * gst/subparse/Makefile.am:
2014         * gst/subparse/gstsubparse.c:
2015         (gst_sub_parse_data_format_autodetect),
2016         (gst_sub_parse_format_autodetect), (handle_buffer),
2017         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2018         * gst/subparse/gstsubparse.h:
2019         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2020         (parse_tmplayer):
2021         * gst/subparse/tmplayerparse.h:
2022           Add support for TMPlayer-type subtitles (#362845).
2023
2024         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2025         (GST_START_TEST), (subparse_suite):
2026           Add some basic unit tests for the above.
2027
2028 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * tests/check/elements/audiorate.c: (test_injector_base_init),
2031         (test_injector_class_init), (test_injector_chain),
2032         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2033         (GST_START_TEST), (audiorate_suite):
2034           More tests for audiorate: inject buffers to check behaviour when
2035           buffers overlap.
2036
2037 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * tests/check/Makefile.am:
2040         * tests/check/elements/.cvsignore:
2041         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2042         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2043           Add some basic unit tests for audiorate. Disabled at the moment
2044           since it doesn't pass yet (see bug #363119).
2045
2046 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2049         (parse_subrip), (handle_buffer):
2050           Add missing closing tags for markup and fix broken markup,
2051           otherwise pango won't render anything (fixes #357531). Also,
2052           make sure the text we send out is always NUL-terminated
2053           (better safe than sorry etc.).
2054
2055         * tests/check/elements/subparse.c: (test_srt_do_test),
2056         (test_srt):
2057           Some more tests for .srt incl. tests for the above stuff.
2058
2059 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2060
2061         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2063         Patch by: Stefan Kost  <ensonic@users.sf.net>
2064         Try to redraw borders only when needed. Apparently this consumes
2065         resources on small devices... :-O (#363607)
2066
2067 2006-10-20  Michael Smith  <msmith@fluendo.com>
2068
2069         * gst/tcp/gstmultifdsink.c:
2070         (gst_multi_fd_sink_client_queue_buffer):
2071           If caps change, then update the client's idea of the caps so that we
2072           don't end up re-sending streamheaders for every single buffer after
2073           the caps change.
2074
2075 2006-10-20  Michael Smith  <msmith@fluendo.com>
2076
2077         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2078         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2079           Set caps on pushed buffers; fix up refcounting of caps objects.
2080
2081 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2084         (plugin_init):
2085           Typefind mmsh header data packet to application/x-mmsh (#362625).
2086
2087 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * tests/check/Makefile.am:
2090         * tests/check/elements/.cvsignore:
2091         * tests/check/elements/subparse.c: (buffer_from_static_string),
2092         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2093         (GST_START_TEST), (subparse_suite):
2094           Add very simple unit test for subparse.
2095
2096 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2099         (parse_subrip):
2100           Strip trailing newlines from subtitle text output.
2101
2102 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2103
2104         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2105         (gst_sub_parse_change_state):
2106           Fix memleak; clear subparse->textbuf n state change function.
2107
2108 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * gst/subparse/gstsubparse.c:
2111         (gst_sub_parse_data_format_autodetect):
2112           Don't require subrip (.srt) files to start with a chunk number of 1.
2113
2114 2006-10-18  Wim Taymans  <wim@fluendo.com>
2115
2116         * gst-libs/gst/audio/gstbaseaudiosink.c:
2117         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2118         * gst-libs/gst/audio/gstbaseaudiosink.h:
2119         Extract rate from the NEWSEGMENT event.
2120         Use commit_full to also take rate adjustment into account when writing
2121         samples to the ringbuffer.
2122         
2123         * gst-libs/gst/audio/gstringbuffer.c:
2124         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2125         (gst_ring_buffer_read):
2126         * gst-libs/gst/audio/gstringbuffer.h:
2127         Added _commit_full() to also take rate into account.
2128         Use simple interpolation algorithm to resample audio.
2129         API: gst_ring_buffer_commit_full()
2130
2131         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2132         * tests/examples/seek/seek.c: (segment_done):
2133         Don't try to seek with 0.0 rate, just pause instead.
2134         Remove bogus debug line.
2135
2136 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2139         (setup_source):
2140           Catch async errors when starting up the subtitle bin, so we can
2141           stop waiting and continue with the main film instead of hanging
2142           forever. Fixes #339366.
2143
2144         * tests/check/elements/playbin.c: (playbin_suite):
2145           Enable unit test for the above.
2146
2147 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * tests/check/Makefile.am:
2150         * tests/check/elements/.cvsignore:
2151         * tests/check/elements/playbin.c: (GST_START_TEST),
2152         (gst_red_video_src_uri_get_type),
2153         (gst_red_video_src_uri_get_protocols),
2154         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2155         (gst_red_video_src_uri_handler_init),
2156         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2157         (gst_red_video_src_create), (gst_red_video_src_class_init),
2158         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2159           Some small and basic unit tests for playbin; not very useful yet,
2160           but at least a start.
2161
2162 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2163
2164         * gst/playback/gstplaybin.c: (setup_sinks):
2165           The old pad activation spiel.
2166
2167 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * gst/playback/gstplaybasebin.c: (setup_source):
2170           Don't hang forever if the subbin already fails to start up in 
2171           the state change to PAUSED (#339366).
2172
2173 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2174
2175         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2176         (gst_tuner_set_channel), (gst_tuner_get_channel),
2177         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2178         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2179         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2180         (gst_tuner_find_channel_by_name):
2181           Fix some function guards, add some more function guards.
2182
2183 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2184
2185         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2186         (remove_element_chain):
2187         Don't return a pad from get_our_ghost_pad unless it is actually the
2188         one we want.
2189         Change a cast in remove_element_chain slightly.
2190
2191 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2192
2193         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2194         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2195         Segment seeking needs to use the rate and set stop to -1.
2196
2197 2006-10-13  Wim Taymans  <wim@fluendo.com>
2198
2199         * gst-libs/gst/audio/gstbaseaudiosink.c:
2200         (gst_base_audio_sink_setcaps):
2201         Don't crash when ringbuffer is not yet created.
2202         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2203         Fixes #361634.
2204
2205         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2206         * gst/playback/gststreamselector.c:
2207         (gst_stream_selector_request_new_pad):
2208         Activate pads befre adding them to running elements.
2209
2210 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2211
2212         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2213         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2214         updater when we start grabing the slider. Don't wait for the
2215         pipeline to be PAUSED.
2216
2217 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2218
2219         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2220         (gst_mixer_set_volume), (gst_mixer_get_volume),
2221         (gst_mixer_set_mute), (gst_mixer_set_option),
2222         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2223         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2224         (gst_mixer_option_changed):
2225           Guard mixer interface functions against bogus arguments.
2226
2227 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2228
2229         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2230         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2231         (msg_state_changed), (main): Use state-changed messages to trigger
2232         start/stop of scale update timer. Indeed the scale slider was
2233         jumping here and there because the update timer was activated 
2234         before seek completed. This fixes instant applying of rate changes
2235         by pressing the spinbutton like a crazy man !
2236
2237 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2240
2241         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2242         (gst_basertppayload_finalize):
2243           Fix two small memory leaks (#361456).
2244
2245 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2246
2247         * tests/examples/seek/seek.c: (do_seek),
2248         (rate_spinbutton_changed_cb): When changing spinbutton we try
2249         to change the rate on the fly.
2250
2251 2006-10-10  Wim Taymans  <wim@fluendo.com>
2252
2253         * gst-libs/gst/riff/riff-ids.h:
2254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2255         (gst_riff_create_audio_template_caps):
2256         Add WMS caps.
2257
2258 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2259
2260         Patch by: Josep Torre Valles <josep@fluendo.com>
2261
2262         * ext/gnomevfs/gstgnomevfssink.c:
2263         * ext/gnomevfs/gstgnomevfssrc.c:
2264         Fix URI interface implementation return type.
2265         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2266         Fix what looks like a copy/paste issue when assigning values.
2267         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2268         (gst_audio_filter_template_get_type):
2269         Cast to prevent Forte warnings.
2270         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2271         Fix URI interface implementation return type.
2272         gst_pad_query_position requires a signed integer pointer as
2273         3rd parameter, GstClockTime is unsigned.
2274         * gst/audioconvert/audioconvert.c:
2275         Fix integer overflow when treated as signed.
2276         * gst/audioresample/resample.c: (resample_add_input_data):
2277         Cast to prevent warnings on Forte.
2278         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2279         Fix integer overflow when treated as signed.
2280         * gst/ffmpegcolorspace/imgconvert_template.h:
2281         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2282         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2283         (cleanup_decodebin):
2284         Who initialises a guint to -1!
2285         Cast function pointers to prevent warnings on Forte.
2286         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2287         (queue_threshold_reached):
2288         Cast function pointers correctly to prevent warnings on Forte.
2289         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2290         Cast function pointers correctly to prevent warnings on Forte.
2291         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2292         Obvious change to unsigned, 0xEF > max signed char.
2293         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2294         GstClockTime is unsigned, initialise correctly.
2295         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2296         Cast so pointer arithemetic doesn't cause warnings on Forte.
2297         * gst/videorate/gstvideorate.c:
2298         Use correct return value.
2299         * tests/examples/seek/scrubby.c:
2300         GstClockTime is unsigned, initialise correctly.
2301
2302 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2305
2306         * gst/typefind/gsttypefindfunctions.c:
2307           Recognise XML files and XML-like files shorter than 256 bytes as
2308           well (fixes #359237).
2309
2310 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2311
2312         Patch by: Renato Filho <renato.filho@indt.org.br>
2313         
2314         * gst/typefind/gsttypefindfunctions.c:
2315         Added typefind functions to video/x-nuv media.
2316         
2317 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * gst-libs/gst/interfaces/xoverlay.c:
2320         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2321           Some more guards against invalid input.
2322
2323 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2324
2325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2326         Useless goto.
2327         * tests/examples/seek/seek.c: (do_seek),
2328         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2329         seek example to experiment with rates != 1.0 (reverse playback !)
2330
2331 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2332
2333         * gst-libs/gst/interfaces/xoverlay.c:
2334           Unref message in doc-example (spotted by Robert McQueen)
2335
2336 2006-10-06  Wim Taymans  <wim@fluendo.com>
2337
2338         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2339         (mpeg1_parse_header), (mpeg1_sys_type_find):
2340         printf fix.
2341
2342 2006-10-06  Wim Taymans  <wim@fluendo.com>
2343
2344         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2345         (close_pad_link):
2346         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2347         Activate dynamic pads before adding them to the element.
2348
2349 2006-10-06  Michael Smith  <msmith@fluendo.com>
2350
2351         * gst-libs/gst/floatcast/floatcast.h:
2352           Fix obviously-bogus macros; use the correct types.
2353
2354 2006-10-06  Wim Taymans  <wim@fluendo.com>
2355
2356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2357         (gst_base_rtp_depayload_change_state):
2358         Also call parent state change function to activate pads.
2359
2360         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2361         (mpeg1_parse_header), (mpeg1_sys_type_find):
2362         Add some more debug info in mpeg typefinding.
2363
2364 2006-10-06  Michael Smith  <msmith@fluendo.com>
2365
2366         * ext/theora/theoradec.c: (theora_dec_chain):
2367           Zero byte theora packets are valid and well-defined; don't warn on
2368           them.
2369
2370 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2371
2372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2373         (gst_multi_fd_sink_get_stats), (find_limits),
2374         (gst_multi_fd_sink_queue_buffer):
2375           API: add dropped_buffers to the get-stats GValueArray
2376
2377 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2378
2379         * ext/alsa/gstalsadeviceprobe.c:
2380         (gst_alsa_device_property_probe_get_values):
2381         * ext/alsa/gstalsasink.c: (set_hwparams):
2382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2383         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2385         (gst_ogg_mux_process_best_pad):
2386         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2387         (gst_ogg_parse_chain):
2388         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2389         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2390         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2391         (gst_vorbis_enc_buffer_check_discontinuous):
2392         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2393         * gst-libs/gst/audio/gstbaseaudiosink.c:
2394         (gst_base_audio_sink_render):
2395         * gst-libs/gst/cdda/gstcddabasesrc.c:
2396         (gst_cdda_base_src_handle_track_seek):
2397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2398         (gst_base_rtp_depayload_push_full):
2399         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2400         * gst/audioresample/resample.c: (resample_input_pushthrough):
2401         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2402         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2403         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2404         (wavpack_type_find):
2405         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2406         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2407         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2408         * tests/check/elements/volume.c: (GST_START_TEST):
2409           Printf format fixes.
2410
2411 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2412
2413         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2414           Fix a simple mistake (see the docs)
2415           Fixes #359580
2416
2417 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * docs/plugins/Makefile.am:
2420         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2421         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2422         * docs/plugins/gst-plugins-base-plugins.args:
2423         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2424         * docs/plugins/inspect/plugin-adder.xml:
2425         * docs/plugins/inspect/plugin-alsa.xml:
2426         * docs/plugins/inspect/plugin-audioconvert.xml:
2427         * docs/plugins/inspect/plugin-audiorate.xml:
2428         * docs/plugins/inspect/plugin-audioresample.xml:
2429         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2430         * docs/plugins/inspect/plugin-cdparanoia.xml:
2431         * docs/plugins/inspect/plugin-decodebin.xml:
2432         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2433         * docs/plugins/inspect/plugin-gdp.xml:
2434         * docs/plugins/inspect/plugin-gnomevfs.xml:
2435         * docs/plugins/inspect/plugin-libvisual.xml:
2436         * docs/plugins/inspect/plugin-ogg.xml:
2437         * docs/plugins/inspect/plugin-pango.xml:
2438         * docs/plugins/inspect/plugin-playbin.xml:
2439         * docs/plugins/inspect/plugin-subparse.xml:
2440         * docs/plugins/inspect/plugin-tcp.xml:
2441         * docs/plugins/inspect/plugin-theora.xml:
2442         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2443         * docs/plugins/inspect/plugin-video4linux.xml:
2444         * docs/plugins/inspect/plugin-videorate.xml:
2445         * docs/plugins/inspect/plugin-videoscale.xml:
2446         * docs/plugins/inspect/plugin-videotestsrc.xml:
2447         * docs/plugins/inspect/plugin-volume.xml:
2448         * docs/plugins/inspect/plugin-vorbis.xml:
2449         * docs/plugins/inspect/plugin-ximagesink.xml:
2450         * docs/plugins/inspect/plugin-xvimagesink.xml:
2451           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2452
2453 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2454
2455         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2456
2457         * ext/vorbis/Makefile.am:
2458         * ext/vorbis/vorbis.c: (plugin_init):
2459         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2460         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2461         * ext/vorbis/vorbisparse.h:
2462         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2463         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2464         (gst_vorbis_tag_parse_packet):
2465         * ext/vorbis/vorbistag.h:
2466           Add new vorbistag element which derives from vorbisparse
2467           and is essentially the same as well, only that it implements
2468           the GstTagSetter interface and can modify the stream's
2469           vorbiscomment on the fly (#335635).
2470
2471         * tests/check/Makefile.am:
2472         * tests/check/elements/.cvsignore:
2473         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2474         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2475         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2476         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2477           Add unit test for new vorbistag element.
2478
2479 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2480
2481         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2482         (vorbis_parse_push_headers), (vorbis_parse_chain):
2483           Set BOS flag in packet structure to fix 'jump depends
2484           on unitialized value' errors in valgrind; various minor
2485           clean-ups.
2486
2487 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2488
2489         * gst/playback/gstdecodebin.c: (close_pad_link):
2490         Fix typo in a debug statement.
2491
2492         * gst/playback/gstplaybasebin.c: (probe_triggered),
2493         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2494         (gen_source_element), (source_new_pad), (analyse_source),
2495         (setup_source):
2496         When handling no_more_pads in new_decoded_pad, make sure to treat
2497         subtitle pads correctly. Fixes playback with subtitle files.
2498
2499         Move a recurring message to LOG level.
2500
2501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2502         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2503         which ends up as -1 when cast to an int. Make the logic handle the
2504         max value as an unsigned mask and only change the colorkey when it's
2505         a value we recognise.
2506
2507 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2508
2509         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2510         Removed empty * between paragraphs
2511
2512 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2513
2514         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2515         * gst-libs/gst/rtp/README:
2516         Moved some documentation into .c file
2517
2518 2006-09-29  Wim Taymans  <wim@fluendo.com>
2519
2520         * gst/playback/gstdecodebin.c: (no_more_pads):
2521         Fix compilation.
2522
2523 2006-09-29  Wim Taymans  <wim@fluendo.com>
2524
2525         * gst/playback/gstdecodebin.c: (new_caps):
2526         Remove g_print
2527
2528         * gst/playback/gstplaybin.c:
2529         Add some docs.
2530
2531 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         * tests/check/Makefile.am:
2534           Re-enable cddabasesrc test to see if it works again
2535           now.
2536
2537 2006-09-29  Wim Taymans  <wim@fluendo.com>
2538
2539         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2540         (gen_source_element):
2541         Handle invalid URIs a bit more gracefully.
2542
2543 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         * tests/check/pipelines/oggmux.c:
2546           Remove obsolete comment.
2547
2548 2006-09-29  Michael Smith  <msmith@fluendo.com>
2549
2550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2551         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2552         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2553         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2554         (gst_ogg_mux_collected):
2555           Commit patch from James "Doc" Livingston, adds proper EOS handling
2556           in oggmux. GStreamer can, for the first time ever, create a valid
2557           Ogg file! Yay!
2558
2559         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2560         (oggmux_suite):
2561           Reenable tests now that they pass.
2562
2563 2006-09-29  Wim Taymans  <wim@fluendo.com>
2564
2565         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2566         Stop reading commands when EOF (we read 0) as well.
2567
2568 2006-09-28  Wim Taymans  <wim@fluendo.com>
2569
2570         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2571         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2572         (find_dynamic), (unlinked), (close_link):
2573         Implement delayed caps linking needed for element with a lot of
2574         different caps on the src pads that get fixed at runtime.
2575         Improve management of dynamic elements.
2576
2577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2578         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2579         (gen_preroll_element), (remove_groups), (unknown_type),
2580         (add_element_stream), (no_more_pads_full), (no_more_pads),
2581         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2582         (new_decoded_pad), (setup_subtitle), (array_has_value),
2583         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2584         (analyse_source), (remove_decoders), (make_decoder),
2585         (remove_source), (setup_source), (finish_source), (prepare_output),
2586         (gst_play_base_bin_change_state):
2587         * gst/playback/gstplaybasebin.h:
2588         Use more _CAST instead of full type checking casts.
2589         Small cleanups, plug some leaks.
2590         Handle dynamic sources.
2591         Add some helper functions to create lists of strings used for
2592         blacklisting and other stuff.
2593         Refactor some code dealing with analysing the source.
2594         Re-enable sources without pads (like cd:// or other selfcontained
2595         elements).
2596
2597 2006-09-28  Wim Taymans  <wim@fluendo.com>
2598
2599         * gst-libs/gst/audio/gstbaseaudiosink.c:
2600         (gst_base_audio_sink_render):
2601         When we have a timestamp, we can still perform clipping.
2602         When we have no clock, we must play the sample ASAP.
2603
2604 2006-09-28  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2607         Set caps on outgoing buffers.
2608
2609         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2610         (gst_video_rate_event), (gst_video_rate_chain):
2611         * gst/videorate/gstvideorate.h:
2612         Fix videorate some more. Fixes #357977
2613
2614 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2615
2616         * tests/check/elements/adder.c: (adder_suite):
2617           Don't set timeout to 6 seconds when we're running
2618           in valgrind ... (and how is 6 seconds longer than
2619           the default anyway?)
2620
2621 2006-09-28  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2624         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2625         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2626         Keep sink and src segment to keep track of time and support more
2627         input formats.
2628         Fix bogus next_offset and run_time calculation, don't understand how
2629         this could have worked before. Fixes #357976.
2630         Remove some unneeded vars.
2631
2632 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * gst/playback/gstplaybin.c: (remove_sinks):
2635           Only remove visualisation from visbin if there is a visbin (or:
2636           don't throw warnings when closing totem without playing a file).
2637
2638 2006-09-27  Wim Taymans  <wim@fluendo.com>
2639
2640         * gst-libs/gst/audio/gstbaseaudiosink.c:
2641         (gst_base_audio_sink_render):
2642         Add some more info in a WARNING.
2643
2644         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2645         (gst_base_audio_src_create):
2646         Handle PAUSE in create function, use new -core addition to
2647         wait for playing. Fixes pausing and resuming capture from an
2648         audiosrc.
2649
2650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2651         (gst_ring_buffer_read):
2652         Constify some more.
2653         Caller supports interrupted reads now.
2654
2655 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2656
2657         * tests/check/Makefile.am:
2658           Another attempt to make the gen64 buildbot happy.
2659
2660 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2661
2662         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2663
2664         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2665         (gst_visual_chain), (gst_visual_change_state):
2666           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2667           correctly. Fixes #357800
2668
2669 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2670
2671         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2672           Add timeout to _get_state() so we see which pipeline it is
2673           that causes trouble on the gen64 build bot.
2674
2675 2006-09-27  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2678         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2679         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2680         (gst_base_rtp_depayload_set_gst_timestamp):
2681         the source pad always uses fixed caps.
2682
2683 2006-09-27  Wim Taymans  <wim@fluendo.com>
2684
2685         * docs/libs/gst-plugins-base-libs-docs.sgml:
2686         * docs/libs/gst-plugins-base-libs-sections.txt:
2687         * gst-libs/gst/audio/gstaudioclock.c:
2688         * gst-libs/gst/audio/gstaudioclock.h:
2689         * gst-libs/gst/audio/gstaudiosink.c:
2690         * gst-libs/gst/audio/gstaudiosink.h:
2691         * gst-libs/gst/audio/gstaudiosrc.c:
2692         * gst-libs/gst/audio/gstbaseaudiosink.c:
2693         (gst_base_audio_sink_render):
2694         * gst-libs/gst/audio/gstbaseaudiosink.h:
2695         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2696         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2697         * gst-libs/gst/audio/gstringbuffer.h:
2698         Added docs for the audio libs.
2699
2700 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/Makefile.am:
2703           Temporarily disable test that fails on the bots for unknown reasons.
2704
2705 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2706
2707         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2708         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2709         Moved AudioCodecType into priv
2710         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2711
2712 2006-09-25  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2715         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2716         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2717         (new_pad):
2718         Cleanups and small leak fixes.
2719         Added Depayloaders to valid list of autopluggable elements.
2720
2721 2006-09-25  Wim Taymans  <wim@fluendo.com>
2722
2723         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2724         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2725         (gen_video_element), (gen_text_element), (gen_audio_element),
2726         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2727         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2728         Detect NO_PREROLL state change returns and disable clock distribution to
2729         the sinks so that sync is disabled.
2730         Avoid some type checking and do simple casts instead.
2731         Small cleanups, fix some FIXMEs.
2732         Be more robust when linking user specified elements, catch an report
2733         errors. Fixes #357404.
2734         Fix some leaks in the error paths.
2735
2736 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2737
2738         * ChangeLog:
2739           ChangeLog surgery for missing bug-number
2740
2741 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         Patch by: Peter Kjellerstedt  <pkj at axis com>
2744
2745         * gst/playback/test.c:
2746           Fix compilation with uClibc and -Werror (#357591).
2747
2748 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2749
2750         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2751           Parse dates that are followed by a time as well (#357532).
2752
2753         * tests/check/libs/tag.c: (test_vorbis_tags):
2754           Add unit test for this.
2755
2756 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2759         (gst_audio_convert_transform_caps):
2760         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2761         * gst/videotestsrc/videotestsrc.h:
2762           A few array const-ifications.
2763
2764 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2765
2766         * tests/check/Makefile.am:
2767           See if this makes the build bots happy.
2768
2769         * tests/check/libs/cddabasesrc.c:
2770           UTF8-ise my name.
2771
2772 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2775
2776         * gst/subparse/samiparse.c: (handle_start_font),
2777         (fix_invalid_entities):
2778           More case-insensitivity for certain tags; recognise entities with
2779           decimal codes as special entities as well (#357330).
2780
2781 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * gst-libs/gst/Makefile.am:
2784           Need to build tag directory before cdda.
2785
2786 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2787
2788         * docs/libs/gst-plugins-base-libs-sections.txt:
2789         * gst-libs/gst/cdda/Makefile.am:
2790         * gst-libs/gst/cdda/gstcddabasesrc.c:
2791         (gst_cdda_base_src_base_init):
2792         * gst-libs/gst/cdda/gstcddabasesrc.h:
2793         * gst-libs/gst/tag/tag.h:
2794         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2795         (gst_tag_register_musicbrainz_tags):
2796           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2797           depend on libgsttag. This is required so we can extract/read tags like
2798           DISCID without depending on libgstcddabasesrc (which used to register
2799           them).
2800
2801         * gst-libs/gst/tag/gstvorbistag.c:
2802           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2803           tags (also see #347848).
2804
2805         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2806           Log vorbis comments we are actually writing. Const-ify array.
2807
2808 2006-09-23  Wim Taymans  <wim@fluendo.com>
2809
2810         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2811         Improve buffering a bit by avoiding a deadlock because we cannot assume
2812         the underrun is always called.
2813
2814 2006-09-23  Wim Taymans  <wim@fluendo.com>
2815
2816         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2817
2818         * gst-libs/gst/riff/riff-ids.h:
2819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2820         (gst_riff_create_audio_template_caps):
2821         Added MPEG-4 AAC and id and caps. Fixes #357289
2822         Added WMA9 Lossless id.
2823
2824 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         * ext/gnomevfs/gstgnomevfssrc.c:
2827           Fix misleading docs addition.
2828
2829         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2830           Get rid of compiler warning the right way.
2831
2832 2006-09-22  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2835         (gst_base_rtp_depayload_finalize),
2836         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2837         (gst_base_rtp_depayload_push_full),
2838         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2839         (gst_base_rtp_depayload_process),
2840         (gst_base_rtp_depayload_set_gst_timestamp),
2841         (gst_base_rtp_depayload_queue_release):
2842         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2843         Small cleanups.
2844         Fix some leaks.
2845         Refactored the process method and added methods to push from the process
2846         vmethod.
2847         Use _scale functions.
2848         API: gst_base_rtp_depayload_push_ts
2849         API: gst_base_rtp_depayload_push
2850
2851         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2852         timestamps are uint.
2853
2854 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * gst-libs/gst/interfaces/xoverlay.c:
2857           Remove unused statement from doc example.
2858
2859 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst-libs/gst/interfaces/videoorientation.c:
2862         (gst_video_orientation_iface_init),
2863         (gst_video_orientation_get_hflip),
2864         (gst_video_orientation_get_vflip),
2865         (gst_video_orientation_get_hcenter),
2866         (gst_video_orientation_get_vcenter),
2867         (gst_video_orientation_set_hflip),
2868         (gst_video_orientation_set_vflip),
2869         (gst_video_orientation_set_hcenter),
2870         (gst_video_orientation_set_vcenter):
2871           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2872           in ChangeLog)
2873
2874 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2875
2876         * tests/check/Makefile.am:
2877         * tests/check/elements/.cvsignore:
2878         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2879         (create_rgb_conversions), (rgb_conversion_free),
2880         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2881         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2882           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2883           but disable for now since it doesn't pass (something wrong with
2884           RGBA somewhere).
2885
2886 2006-09-21  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst/playback/gstplaybasebin.c: (group_commit),
2889         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2890         (queue_out_of_data), (gen_preroll_element),
2891         (preroll_remove_overrun), (probe_triggered):
2892         Refactor handling of overrun detection.
2893         Separate handling of group completion and deadlock detection when doing
2894         network buffering. This should fix some deadlocks that were not detected
2895         because the group was completed.
2896         Add more comments, improve debugging.
2897
2898 2006-09-21  Wim Taymans  <wim@fluendo.com>
2899
2900         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2901         * tests/check/libs/audio.c:
2902         Some more compilation fixes.
2903
2904 2006-09-21  Wim Taymans  <wim@fluendo.com>
2905
2906         * gst-libs/gst/audio/gstringbuffer.c:
2907         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2908         (gst_ring_buffer_read):
2909         Early morning compilation fix.
2910
2911 2006-09-20  Wim Taymans  <wim@fluendo.com>
2912
2913         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2914         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2915         * tests/check/elements/videorate.c: (GST_START_TEST):
2916         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2917         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2918         Fix some warnings.
2919
2920 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2921
2922         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2923         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2924         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2925           Handcrafted merge to help CVS understanding what I changed and what
2926           not.
2927
2928 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2929
2930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2931         (gst_xvimagesink_get_times):
2932           change colorkey behaviour back according to #354773 comment 6/7
2933
2934 2006-09-19  Michael Smith  <msmith@fluendo.com>
2935
2936         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2937         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2938         (gst_multi_fd_sink_recover_client),
2939         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2940         (gst_multi_fd_sink_get_property):
2941         * gst/tcp/gstmultifdsink.h:
2942           Implement stubbed out properties unit-type, units-soft-max,
2943           units-max, to allow specifying maximum sizes in units other than
2944           buffers.
2945           Fixes #355935
2946
2947 2006-09-19  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2950         (gst_riff_create_audio_template_caps):
2951         Reorder the audio formats a bit for clarity.
2952         Detect and create caps for MSGSM and MSN (WAV49).
2953         Fixes #356596.
2954
2955         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2956         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2957         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2958         Small cleanups, move error handling out of normal flow for clarity.
2959
2960 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2961
2962         * docs/libs/gst-plugins-base-libs-docs.sgml:
2963         * docs/libs/gst-plugins-base-libs.types:
2964         * gst-libs/gst/interfaces/Makefile.am:
2965         * gst-libs/gst/interfaces/videoorientation.c:
2966         (gst_video_orientation_get_type),
2967         (gst_video_orientation_iface_init),
2968         (gst_video_orientation_get_hflip),
2969         (gst_video_orientation_get_vflip),
2970         (gst_video_orientation_get_hcenter),
2971         (gst_video_orientation_get_vcenter),
2972         (gst_video_orientation_set_hflip),
2973         (gst_video_orientation_set_vflip),
2974         (gst_video_orientation_set_hcenter),
2975         (gst_video_orientation_set_vcenter):
2976         * gst-libs/gst/interfaces/videoorientation.h:
2977           API: Add new interface to control video orientation (fixes #354908)
2978
2979 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2980
2981         * gst/videotestsrc/gstvideotestsrc.c:
2982           Use G_UNLIKELY in _create and log one more detail.
2983           
2984         (gst_video_test_src_get_times), (gst_video_test_src_create):
2985         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2986           Use gst_util_uint64_scale_int in _get_times().
2987
2988 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2991           Give better warning message (add object and detail).
2992
2993 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2994
2995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2996         (gst_xvimagesink_get_times):
2997           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2998           #354773), use gst_util_uint64_scale_int in _get_times()
2999
3000 2006-09-18  Michael Smith  <msmith@fluendo.com>
3001
3002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3003           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3004           always true, leading to dropping all timestamps.
3005
3006 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3009         (gst_visual_chain), (gst_visual_change_state):
3010           update to work also with libvisual 0.4 API, fix double unref (#355914)
3011           
3012         * tools/gst-launch-ext.1.in:
3013         * tools/gst-visualise.1.in:
3014           remove references to old man-pages
3015
3016         * tests/examples/seek/seek.c: (main):
3017           add real meadi-buttons, add tool-tips for the seek-options, arrange
3018           seek options in a table
3019
3020 2006-09-18  Michael Smith  <msmith@fluendo.com>
3021
3022         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3023         (gst_ogg_mux_push_buffer):
3024           Don't generate out-of-order timestamps from oggmux, instead clamp
3025           output timestamps to be >= the previously output ts.
3026           Fixes #355595
3027
3028 2006-09-18  Michael Smith  <msmith@fluendo.com>
3029
3030         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3031         (gst_multi_fd_sink_class_init):
3032           Updates, fixes, and typo corrections for multifdsink. No functional
3033           changes.
3034
3035 2006-09-17  Michael Smith  <msmith@fluendo.com>
3036
3037         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3038           Don't crash on truncated files - check that we got an 8 byte buffer
3039           before trying to memcmp it.
3040
3041 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3042
3043         * gst/playback/gstplaybasebin.c: (get_active_source):
3044           Make stream-switching appear instant to the application
3045           (ie. make sure that a g_object_get on 'current-foo' returns
3046           the stream previously set with g_object_set(). Totem needs
3047           this to update stream-related meta-info (like audio-codec)
3048           correctly when switching streams.
3049
3050 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3051
3052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3053         (gst_alsa_mixer_ensure_track_list):
3054           Try harder to guess which mixer track is the master mixer
3055           track (instead of just taking the first one that has a pvolume).
3056           Fixes #342228.
3057
3058 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3059
3060         reviewed by: <delete if not using a buddy>
3061
3062         * gst-libs/gst/audio/audio.h:
3063         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3064
3065 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3066
3067         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3068         (gst_audio_convert_transform_caps):
3069           Get structure-name just once.
3070
3071 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3072
3073         * tests/check/elements/audioresample.c: (GST_START_TEST):
3074         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3075         * tests/check/elements/volume.c: (GST_START_TEST):
3076         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3077         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3078         (test_pipeline), (GST_START_TEST):
3079         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3080         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3081           Fix big batch of compiler warnings.
3082
3083 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3084
3085         * ext/gnomevfs/gstgnomevfssrc.c:
3086           Add docs about icydemux usage in connection with gnomevfssrc
3087
3088         * ext/libvisual/visual.c:
3089         * ext/ogg/gstoggaviparse.c:
3090         * ext/ogg/gstoggdemux.c:
3091         * ext/ogg/gstoggmux.c:
3092         * ext/ogg/gstoggparse.c:
3093         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3094         * gst-libs/gst/audio/gstaudiosink.c:
3095         * gst-libs/gst/audio/gstaudiosrc.c:
3096         * gst/audiorate/gstaudiorate.c:
3097           More G_OBJECT macro fixing.
3098
3099         * gst/audiotestsrc/gstaudiotestsrc.h:
3100           Fix wrong info in header due to copy & paste
3101
3102 2006-09-15  Wim Taymans  <wim@fluendo.com>
3103
3104         * gst-libs/gst/audio/gstbaseaudiosink.c:
3105         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3107         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3108         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3109         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3110         Do the delay calculation in the source/sink base classes as this is
3111         specific for the capture/playback mode.
3112         Try to fixate a bit better, like round depth up to a multiple of 8
3113         bigger than width.
3114         Handle underruns correctly by marking DISCONT on buffers and adjusting
3115         timestamps to handle the gap.
3116         Set offset/offset_end correctly on buffers.
3117
3118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3119         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3120         (gst_ring_buffer_read):
3121         Remove resync and underrun recovery from the ringbuffer.
3122         Fix ringbuffer read code on under/overrun.
3123
3124 2006-09-15  Wim Taymans  <wim@fluendo.com>
3125
3126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3127         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3128         (queue_threshold_reached), (gst_play_base_bin_set_property),
3129         (gst_play_base_bin_get_property):
3130         * gst/playback/gstplaybasebin.h:
3131         Don't use a 0 low watermark when buffering, it is catching starvation
3132         way too late. Instead, use a 3 second queue with 30 and 95
3133         percent low/high watermarks. 
3134         Added queue-min-threshold property to configure low watermark.
3135         Use new _buffering message API.
3136         Make queue_threshold variable big enough to store a uint64 time value.
3137         API: playbin::queue-min-threshold property.
3138
3139 2006-09-15  Wim Taymans  <wim@fluendo.com>
3140
3141         * configure.ac:
3142         We require 0.10.10.1 now because of _wait_preroll().
3143
3144         * gst-libs/gst/audio/gstbaseaudiosink.c:
3145         (gst_base_audio_sink_render):
3146         Use gst_base_sink_wait_preroll().
3147
3148 2006-09-15  Wim Taymans  <wim@fluendo.com>
3149
3150         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3151         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3152         Use DEBUG_OBJECT more.
3153
3154 === release 0.10.10 ===
3155
3156 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3157
3158         patch by: Michael Smith <msmith at fluendo dot com>
3159
3160         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3161         (gst_multi_fd_sink_client_queue_buffer),
3162         (gst_multi_fd_sink_new_client):
3163         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3164         (multifdsink_suite):
3165           Fix implementation of sync-method 'next-keyframe'
3166           Closes #354594
3167
3168 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3169
3170         patch by: Wim Taymans <wim at fluendo dot com>
3171
3172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3173         This patch removes the RANDOM flag that was incorrectly introduced with
3174         revision 1.91.  Fixes #354590
3175
3176 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3177
3178         * tests/check/Makefile.am:
3179           Random variation in Makefile line to see if it makes the
3180           gen64-base-full bot any happier.
3181
3182 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3185           Disable test that fails at the moment (killed after timeout).
3186
3187 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3188
3189         Patch by: James Livingston  <doclivingston at gmail.com>
3190
3191         * tests/check/Makefile.am:
3192         * tests/check/pipelines/.cvsignore:
3193         * tests/check/pipelines/oggmux.c: (get_page_codec),
3194         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3195         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3196         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3197         (test_theora_vorbis), (oggmux_suite):
3198           Add simple unit test for oggmux from #337026 with checking for the
3199           EOS flags disabled for the time being.
3200
3201 2006-09-04  Wim Taymans  <wim@fluendo.com>
3202
3203         patch by: Alessandro Dessina <alessandro nnva org>
3204
3205         * ext/ogg/gstoggmux.c:
3206         Add cmml caps to oggmux. Fixes #353912
3207
3208 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3209
3210         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3211           Returning a return value often helps. In this case, we
3212           don't need the return value anyway, so just get rid of it.
3213           Should make build bots much happier.
3214
3215 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3218         (paint_get_structure), (gst_video_test_src_get_size),
3219         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3220         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3221         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3222         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3223         * gst/videotestsrc/videotestsrc.h:
3224           Add support for AYUV and the various RGBA formats. Initialise
3225           fields of paintinfo structs allocated on the stack.
3226
3227         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3228         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3229         (check_rgb_buf), (videotestsrc_suite):
3230           Add unit tests for videotestsrc's RGB output.
3231
3232 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3233
3234         * gst/videotestsrc/gstvideotestsrc.c:
3235         (gst_video_test_src_pattern_get_type),
3236         (gst_video_test_src_set_pattern):
3237         * gst/videotestsrc/gstvideotestsrc.h:
3238         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3239         (gst_video_test_src_black), (gst_video_test_src_white),
3240         (gst_video_test_src_red), (gst_video_test_src_green),
3241         (gst_video_test_src_blue):
3242         * gst/videotestsrc/videotestsrc.h:
3243           Add more uni-colour patterns ("white", "red", "green", and "blue").
3244
3245 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3246
3247         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3248           Fix stride for YVYU, should be word-aligned (#353658).
3249
3250 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3251
3252         * gst/adder/gstadder.c: (gst_adder_src_event):
3253           Fix build.
3254
3255 2006-08-31  Edward Hervey  <edward@fluendo.com>
3256
3257         * gst/adder/gstadder.c: (forward_event_func),
3258         (gst_adder_src_event), (gst_adder_collected),
3259         (gst_adder_change_state):
3260         * gst/adder/gstadder.h:
3261         Remember the start position asked in the incoming seeks, so we can
3262         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3263         of assuming it will always be 0).
3264
3265 2006-08-31  Edward Hervey  <edward@fluendo.com>
3266
3267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3268         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3269         (gst_ogg_demux_loop):
3270         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3271
3272 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3275         (gst_ffmpegcsp_get_unit_size):
3276           Return FALSE instead of returning a random false unit
3277           size when the format isn't known/supported (even if
3278           this shouldn't happen under normal circumstances).
3279
3280 2006-08-29  Wim Taymans  <wim@fluendo.com>
3281
3282         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3283
3284         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3285         (gst_gnome_vfs_src_start):
3286         Try harder to get the size from a uri by using _info_uri() when
3287         _info_from_handle() does not give us enough info. 
3288         Also follow symlinks when getting the size.
3289         Partially Fixes #332864.
3290
3291 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3294
3295         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3296         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3297         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3298         (gst_alsa_mixer_set_record):
3299         * ext/alsa/gstalsamixertrack.c:
3300         (gst_alsa_mixer_track_update_alsa_capabilities),
3301         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3302         (gst_alsa_mixer_track_update):
3303         * ext/alsa/gstalsamixertrack.h:
3304           Improve and fix mixer track handling, in particular better handling
3305           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3306           separate track objects for tracks that have both capture and playback
3307           volume (and label them differently as well so they're not mistakenly
3308           assumed to be duplicates); classify mixer tracks that only affect
3309           the audible volume of something (rather than the capture volume)
3310           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3311           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3312           (following the meaning documented in the mixer interface header
3313           file); add support for alsa's exclusive cswitch groups; update/sync
3314           state/flags better if mixer settings are changed by another
3315           application. Fixes #336075.
3316
3317 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * gst/playback/gstplaybin.c:
3320           Improve docs: add section about BUFFERING messages sent by playbin.
3321
3322 2006-08-29  Michael Smith  <msmith@fluendo.com>
3323
3324         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3325         (gst_vorbis_enc_buffer_check_discontinuous),
3326         (gst_vorbis_enc_chain):
3327           Ignore explicit DISCONT marked on buffers (which is often spurious,
3328           particularly when using multiple segments), in favour of solely
3329           using the timestamps/durations.
3330
3331 2006-08-29  Edward Hervey  <edward@fluendo.com>
3332
3333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3334         Don't rely on incoming buffers offset anymore, since it is completely
3335         broken when using multiple segments.
3336         Instead convert the incoming buffers timestamp to running time, and
3337         then convert that value to the offsets.
3338         Also inform GstSegment of the last outputted stop position, which is
3339         needed if we received several segments with an unknown stop value.
3340
3341 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3342
3343         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3344           fix buffer unreffing on a header push failure
3345
3346 2006-08-28  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3349         (gst_audio_rate_chain):
3350         Make the metadata of the buffer writable before changing its
3351         flags.
3352
3353 2006-08-28  Wim Taymans  <wim@fluendo.com>
3354
3355         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3356         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3357         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3358         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3359         Fix audiorate some more.
3360         Reset and resync counters on flush and READY.
3361         Handle the DISCONT flag correctly.
3362         Use GstSegment to track position.
3363         Fail when not negotiated.
3364         Fixes #353234.
3365
3366 2006-08-25  Michael Smith  <msmith@fluendo.com>
3367
3368         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3369           Fix spelling.
3370           Remove accidently included debug line.
3371
3372 2006-08-25  Wim Taymans  <wim@fluendo.com>
3373
3374         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3375         Small cleanups.
3376         If a buffer is received with no caps, make the buffer metadata
3377         writable and set the caps, making sure that we don't screw up the
3378         refcounts.
3379
3380 2006-08-25  Michael Smith  <msmith@fluendo.com>
3381
3382         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3383         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3384           Fix memory leaks and misleading debug messages, add a couple of
3385           comments.
3386
3387         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3388         (gst_multi_fd_sink_render):
3389           Do not use gst_buffer_make_writable() in a basesink render method,
3390           as it may incorrectly unref the buffer. Instead, use convoluted
3391           dance to avoid copying the buffer except when we need to.
3392
3393 2006-08-25  Michael Smith  <msmith@fluendo.com>
3394
3395         * ext/vorbis/vorbisenc.c:
3396         (gst_vorbis_enc_buffer_check_discontinuous):
3397           Allow very small discontinuities in the timestamps. These we can't
3398           do anything useful with anyway (because vorbis's timestamps have
3399           only sample granularity), and are commonly produced by elements with
3400           minor bugs. Allow up to 1/2 a sample out.
3401           Fixes #351742.
3402
3403 2006-08-24  Wim Taymans  <wim@fluendo.com>
3404
3405         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3406         (play_scrub_toggle_cb), (main):
3407         Add a checkbox to enable play scrubbing. Makes it possible to disable
3408         normal scrubbing.
3409
3410 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3411
3412         * tests/check/elements/.cvsignore:
3413           make buildbot happy
3414
3415 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3416
3417         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3418         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3419         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3420         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3421         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3422         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3423         (gst_ogm_text_parse_strip_trailing_zeroes),
3424         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3425         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3426           Refactor ogm parse, do better input checking, misc. clean-ups.
3427           Cache incoming events and push them once the source pad has
3428           been created. Don't pass unterminated strings to sscanf().
3429           Strip trailing zeroes from subtitle text output, since they
3430           are not valid UTF-8. Don't push vorbiscomment packets on
3431           the subtitle text pad. Output perfect streams if possible.
3432
3433 2006-08-23  Wim Taymans  <wim@fluendo.com>
3434
3435         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3436         Waits for tasks to settle down so that we clean up correctly for 
3437         valgrind.
3438
3439 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3442           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3443           actually return return value in taglists_are_equal.
3444
3445 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3446
3447         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3448           Fix crash due to broken bitstream parsing on x86-64: can't make
3449           any assumptions about sizeof(struct) due to alignment/packing
3450           differences on different architectures. Fixes #351790.
3451
3452 2006-08-22  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3455         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3456         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3457         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3458         (gst_riff_parse_info):
3459         Protect public functions against bad input.
3460         Do some cleanups.
3461         Fix documentation.
3462
3463 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3464
3465         * gst-libs/gst/riff/riff-ids.h:
3466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3467           Add voxware audio IDs (even if we can't play it) (#351795).
3468
3469 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3470
3471         * gst-libs/gst/riff/riff-media.c:
3472         (gst_riff_create_video_template_caps),
3473         (gst_riff_create_audio_template_caps),
3474         (gst_riff_create_iavs_template_caps):
3475           Const-ify some arrays and use G_N_ELEMENTS instead
3476           of wasting oodles of RAM on terminator bits.
3477
3478 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * gst-libs/gst/tag/gstvorbistag.c:
3481         (gst_tag_list_to_vorbiscomment_buffer):
3482         * tests/check/libs/tag.c: (GST_START_TEST):
3483           And the same for _to_vorbiscomment_buffer(): allow
3484           id_data_len == 0 for speex.
3485
3486 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         * configure.ac:
3489         * docs/plugins/Makefile.am:
3490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3492         * docs/plugins/inspect/plugin-gdp.xml:
3493         * gst/gdp/Makefile.am:
3494         * tests/check/Makefile.am:
3495           Move GDP plugin to -base from -bad.  Closes #347783.
3496
3497 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst-libs/gst/tag/gstvorbistag.c:
3500         (gst_tag_list_from_vorbiscomment_buffer):
3501           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3502           Also add some checks to make sure we don't memcmp() beyond the end of
3503           vorbiscomment buffer if the ID to check for is larger than the buffer.
3504
3505         * tests/check/libs/tag.c: (GST_START_TEST):
3506           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3507
3508 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3511         (gst_vorbis_enc_set_metadata):
3512           Use vorbis comment utility functions from libgsttag
3513           instead of re-inventing the wheel (partially fixes #347091).
3514
3515 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3516
3517         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3518         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3519         as some that won't.
3520
3521 2006-08-21  Wim Taymans  <wim@fluendo.com>
3522
3523         * docs/libs/Makefile.am:
3524         * docs/libs/gst-plugins-base-libs-sections.txt:
3525         * docs/libs/gst-plugins-base-libs.types:
3526         Don't try to GObject scan the netbuffer as it's not a GObject.
3527         Fixes #351308.
3528
3529         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3530         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3531         Document GstNetBuffer.
3532
3533 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3534
3535         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3536         (audioconvert_suite):
3537           Add testcase for caps-size-explosion
3538
3539 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * gst/audioconvert/gstaudioconvert.c:
3542         (gst_audio_convert_get_unit_size), (set_structure_widths):
3543           Lower debug, use g_assert in _get_unit_size
3544
3545         * gst/audioresample/gstaudioresample.c:
3546         (audioresample_get_unit_size):
3547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3548         (gst_ffmpegcsp_get_unit_size):
3549         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3550           use g_assert in _get_unit_size
3551
3552 2006-08-18  Wim Taymans  <wim@fluendo.com>
3553
3554         * docs/libs/gst-plugins-base-libs-sections.txt:
3555         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3556         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3557         (gst_rtp_buffer_get_payload_buffer):
3558         * gst-libs/gst/rtp/gstrtpbuffer.h:
3559         Document GstRTPBuffer.
3560         Added function to efficiently strip payload headers.
3561         API: gst_rtp_buffer_get_payload_subbuffer()
3562
3563 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3566         (gst_tag_to_vorbis_comments):
3567           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3568           tags and deserialise them properly as well (#347091).
3569           Add some more gtk-doc blurbs and also some g_return_if_fail().
3570
3571         * tests/check/libs/tag.c: (GST_START_TEST),
3572         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3573           More tests.
3574
3575 2006-08-17  Wim Taymans  <wim@fluendo.com>
3576
3577         * ext/ogg/Makefile.am:
3578         * ext/ogg/gstogg.c: (plugin_init):
3579         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3580         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3581         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3582         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3583         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3584         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3585         Added ogg-in-avi parser element. Fixes #140139.
3586
3587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3588         Fixed a bug in oggdemux debug code.
3589
3590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3591         (gst_riff_create_audio_template_caps):
3592         Recognise Ogg in the AVI extensible wave format.
3593
3594 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3597           Make buffer durations add up (duration should be next_ts-ts for
3598           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3599           from CVS.
3600
3601         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3602         (test_buffer_timestamps), (cddabasesrc_suite):
3603           Add unit test for the above.
3604
3605         * tests/check/Makefile.am:
3606           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3607           to see what happens.
3608
3609 2006-08-16  Wim Taymans  <wim@fluendo.com>
3610
3611         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3612         (gst_alsasink_open):
3613         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3614         (gst_alsasrc_open):
3615         Avoid setting and using a NULL device name.
3616         Print more info when we fail to open a device.
3617
3618 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * docs/libs/gst-plugins-base-libs-sections.txt:
3621         * gst-libs/gst/tag/tag.h:
3622         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3623           API: add gst_tag_parse_extended_comment() (#351426).
3624
3625         * tests/check/Makefile.am:
3626         * tests/check/libs/.cvsignore:
3627         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3628           Add unit test for gst_tag_parse_extended_comment().
3629
3630 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3631
3632         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3634           Fix leak (#351502).
3635
3636 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3640         * docs/plugins/gst-plugins-base-plugins.args:
3641         * gst/playback/gstplaybin.c:
3642           Document playbin.
3643           
3644         * docs/plugins/inspect/plugin-adder.xml:
3645         * docs/plugins/inspect/plugin-alsa.xml:
3646         * docs/plugins/inspect/plugin-audioconvert.xml:
3647         * docs/plugins/inspect/plugin-audiorate.xml:
3648         * docs/plugins/inspect/plugin-audioresample.xml:
3649         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3650         * docs/plugins/inspect/plugin-cdparanoia.xml:
3651         * docs/plugins/inspect/plugin-decodebin.xml:
3652         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3653         * docs/plugins/inspect/plugin-gnomevfs.xml:
3654         * docs/plugins/inspect/plugin-ogg.xml:
3655         * docs/plugins/inspect/plugin-pango.xml:
3656         * docs/plugins/inspect/plugin-playbin.xml:
3657         * docs/plugins/inspect/plugin-subparse.xml:
3658         * docs/plugins/inspect/plugin-tcp.xml:
3659         * docs/plugins/inspect/plugin-theora.xml:
3660         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3661         * docs/plugins/inspect/plugin-video4linux.xml:
3662         * docs/plugins/inspect/plugin-videorate.xml:
3663         * docs/plugins/inspect/plugin-videoscale.xml:
3664         * docs/plugins/inspect/plugin-videotestsrc.xml:
3665         * docs/plugins/inspect/plugin-volume.xml:
3666         * docs/plugins/inspect/plugin-vorbis.xml:
3667         * docs/plugins/inspect/plugin-ximagesink.xml:
3668         * docs/plugins/inspect/plugin-xvimagesink.xml:
3669           Update to CVS version.
3670
3671 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3674         (gst_play_bin_set_property), (gst_play_bin_get_property),
3675         (value_list_append_structure_list),
3676         (gst_play_bin_handle_redirect_message),
3677         (gst_play_bin_handle_message):
3678           API: GstPlayBin::connection-speed
3679           Add "connection-speed" property; re-order redirect messages with
3680           multiple redirect locations depending on the minimum bitrate if
3681           that information is available and a connection speed is set
3682           (#350399).
3683
3684 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * gst/playback/gstplaybin.c:
3687           Update max volume to the same value that the volume element uses.
3688
3689 2006-08-14  Wim Taymans  <wim@fluendo.com>
3690
3691         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3692         Less uglyness..
3693
3694 2006-08-14  Wim Taymans  <wim@fluendo.com>
3695
3696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3697         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3698         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3699         Add some more debug info.
3700         Don't crash when a seek failed.
3701         Actually return the result of the seek instead of TRUE.
3702         Ignore multiple BOS pages with the same serial so that we don't create
3703         the same stream multiple times.
3704         Post an error when we fail to do the initial seek.
3705
3706 2006-08-13  Wim Taymans  <wim@fluendo.com>
3707
3708         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3709         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3710         Small code cleanup.
3711
3712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3713         (gst_alsa_mixer_new):
3714         Remove hack that always set the device to hw:0*.
3715         Properly find the card name for whatever device was configured.
3716         Do some better debugging.
3717         Fixes #350784.
3718
3719         * ext/alsa/gstalsamixerelement.c:
3720         (gst_alsa_mixer_element_set_property),
3721         (gst_alsa_mixer_element_change_state):
3722         Cleanups.
3723         Handle setting of a NULL device name better.
3724
3725 2006-08-11  Wim Taymans  <wim@fluendo.com>
3726
3727         * gst/adder/gstadder.c:
3728         Don't clip float values. Fixes #350900.
3729
3730 2006-08-11  Andy Wingo  <wingo@pobox.com>
3731
3732         * gst/tcp/gsttcp.c: Really fix the build?
3733
3734         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3735         fixes the build.
3736
3737 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3740           Float caps shouldn't have a "signed" field.
3741
3742 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3743
3744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3745           Implement SEEKING query in its most basic form, so that we can
3746           at least check if we're seekable or not (#350655).
3747
3748 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3751           The checks here are not even close to anything that would
3752           justify MAXIMUM probability, lowering to POSSIBLE until someone
3753           fixes the checks (case at hand: quicktime redirection files
3754           might start with 00 00 01 XX and pass the checks here just
3755           fine, see #350399).
3756
3757 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         Patch by: Sjoerd Simons  <sjoerd at luon net>
3760
3761         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3762           Better detection for multipart/x-mixed-replace: accept leading
3763           whitespaces before the boundary marker as well (as our very own
3764           multipartmux used to produce) (#349068).
3765
3766 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3767
3768         Patch by: Young-Ho Cha  <ganadist at chollian net>
3769
3770         * gst-libs/gst/riff/riff-ids.h:
3771         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3772         (gst_riff_create_audio_template_caps):
3773           Detect DTS audio streams (#350157).
3774
3775 2006-08-05  Andy Wingo  <wingo@pobox.com>
3776
3777         * ext/theora/gsttheoraparse.h:
3778         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3779         (theora_parse_dispose, theora_parse_set_property)
3780         (theora_parse_get_property, theora_parse_munge_granulepos)
3781         (theora_parse_push_buffer, theora_parse_change_state):
3782         API: GstTheoraParse::synchronization-points
3783         Add a property 'synchronization-points' to fix badly synchronized oggs.
3784
3785 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * tests/check/Makefile.am:
3788         * tests/check/libs/.cvsignore:
3789         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3790         (fixed_caps_have_channel_positions), (GST_START_TEST),
3791         (audio_suite), (main):
3792           Add a few tests for the channel position stuff in libgstaudio.
3793
3794 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3797         (gst_alsa_detect_channels):
3798         * ext/alsa/gstalsasink.c:
3799           Add support for cards that (only) do more than 8 channels,
3800           like the Delta 44 (#345188).
3801
3802         * gst-libs/gst/audio/multichannel.c:
3803         (gst_audio_check_channel_positions):
3804         * gst-libs/gst/audio/multichannel.h:
3805           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3806           unspecified channel position and cannot be combined with any
3807           of the other audio channel positions; adjust position layout
3808           checks accordingly (#345188).
3809
3810 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3813           Recognise ancient RealAudio files (see #349779).
3814
3815 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         Patch by: Jens Granseuer  <jensgr at gmx net>
3818
3819         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3820           Add typefinder for Interplay's MVE format (#348973).
3821
3822 2006-08-02  Wim Taymans  <wim@fluendo.com>
3823
3824         Patch by: Marcel Moreaux <marcelm at luon dot net>
3825
3826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3827         (gst_base_rtp_depayload_add_to_queue):
3828         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3829         Handle RTP sequence number rollover.
3830         Disable jitterbuffer by default.
3831
3832 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3833
3834         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3835         (audioresample_set_caps):
3836         Don't leak references to the incoming caps. Clean them up when
3837         stopping.
3838
3839         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3840         (gst_video_scale_finalize):
3841         Don't leak our temporary pixel buffer.
3842
3843         * tests/check/Makefile.am:
3844         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3845         (GST_START_TEST), (simple_launch_lines_suite):
3846
3847         Fix leaks and re-enable the test for valgrind checking.
3848
3849 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         Patch by: Sjoerd Simons  <sjoerd at luon net>
3852
3853         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3854         (plugin_init):
3855           Add typefind function for multipart/x-mixed-replace (#348916).
3856
3857 2006-07-28  Wim Taymans  <wim@fluendo.com>
3858
3859         * gst/adder/gstadder.c: (gst_adder_setcaps),
3860         (gst_adder_query_duration):
3861         Fix leak in duration query.
3862         Reflow some docs and notes.
3863
3864 2006-07-28  Michael Smith  <msmith@fluendo.com>
3865
3866         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3867         (vorbisenc_suite):
3868           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3869           aspect of it.
3870
3871 2006-07-28  Michael Smith  <msmith@fluendo.com>
3872
3873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3874         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3875         (gst_vorbis_enc_push_buffer),
3876         (gst_vorbis_enc_buffer_check_discontinuous),
3877         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3878         * ext/vorbis/vorbisenc.h:
3879           Handle discontinuities in the input vorbis stream correctly,
3880           so that the output is properly timestamped (and has good granulepos
3881           values). Needs some oggmux fixes too.
3882
3883 2006-07-27  Wim Taymans  <wim@fluendo.com>
3884
3885         patch by: Kai Vehmanen <kv2004 eca cx>
3886
3887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3888         (gst_base_rtp_depayload_chain),
3889         (gst_base_rtp_depayload_handle_sink_event),
3890         (gst_base_rtp_depayload_change_state):
3891         Don't send multiple newsegments with different formats.
3892         Fixes #348677.
3893
3894 2006-07-26  Wim Taymans  <wim@fluendo.com>
3895
3896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3897         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3898         Make seeking in ogg more accurate again by doing the more correct
3899         granuletime to stream time conversion.
3900
3901 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3902
3903         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3904         (gst_multi_fd_sink_new_client):
3905           debug a little more understandably
3906           do not use goto as a substitute for break, especially if
3907           break is also being used
3908
3909 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3912         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3913           Remove GLib-2.6 compatibility cruft.
3914
3915 2006-07-24  Wim Taymans  <wim@fluendo.com>
3916
3917         * gst-libs/gst/audio/gstbaseaudiosink.c:
3918         (gst_base_audio_sink_render):
3919         Don't try to align a sample to an unknown value.
3920
3921 2006-07-24  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst-libs/gst/audio/gstbaseaudiosink.c:
3924         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3925         When the audio clock is slaved to another clock, never try to align
3926         samples but trust the rate interpolation algorithm.
3927
3928 2006-07-24  Wim Taymans  <wim@fluendo.com>
3929
3930         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3931         Don't try to calculate silence samples, base class does this much
3932         better now.
3933
3934         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3935         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3936         (gst_ring_buffer_acquire):
3937         Calculate silence samples correctly.
3938
3939         * gst-libs/gst/audio/gstringbuffer.h:
3940         Add _CAST macro.
3941
3942 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3945           Limit search for the first markup tag to the first few kB of
3946           the file. If we don't find one there, it's highly unlikely that
3947           this is an XML(-ish) file.
3948
3949 2006-07-21  Andy Wingo  <wingo@pobox.com>
3950
3951         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3952         test to the one in vorbisenc. Also commented out.
3953
3954         * tests/check/pipelines/vorbisenc.c: 
3955         (test_discontinuity): New test, commented out until Mike lands
3956         some elite vorbisenc patches.
3957
3958         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3959         Bufferstraw was actually factored out of these tests. Now we share
3960         code yay.
3961
3962         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3963         for bufferstraw addition to gstcheck.
3964
3965 2006-07-21  Wim Taymans  <wim@fluendo.com>
3966
3967         * ext/theora/theoradec.c: (clip_buffer):
3968         Better clipping.
3969
3970 2006-07-21  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3973         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3974         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3975         Fix leak.
3976         Avoid type casting when we can.
3977
3978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3979         Fix mem leak.
3980
3981 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * ext/alsa/gstalsamixerelement.c:
3984         (gst_alsa_mixer_element_change_state):
3985           Make state change fail if the specified device can't be opened
3986           for some reason.
3987
3988 2006-07-20  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3991         (cb_newpad), (main):
3992         Example of a small audio/video player using decodebin.
3993
3994 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3995
3996         * gst-libs/gst/riff/riff-ids.h:
3997           Add 'fact' chunk id
3998
3999 2006-07-19  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4002         (gst_base_rtp_depayload_chain),
4003         (gst_base_rtp_depayload_change_state):
4004         Don't assert when not negotiated but post a meaningfull 
4005         error message. Fixes #347918.
4006
4007         * gst-libs/gst/rtp/gstbasertppayload.c:
4008         Add comment about better default MTU size.
4009
4010         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4011         Small cleanups, start docs.
4012
4013 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         Patch by: Martin Szulecki
4016
4017         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4018           If "device-name" is requested and the device is not
4019           open, try to temporarily open it to obtain this
4020           information (#342494).
4021
4022 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         * gst-libs/gst/tag/gstid3tag.c:
4025           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4026
4027         * gst-libs/gst/tag/gsttageditingprivate.h:
4028         * gst-libs/gst/tag/gstvorbistag.c:
4029           Some more random const-ifications.
4030
4031 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4032
4033         * gst-libs/gst/riff/riff-ids.h:
4034         * gst-libs/gst/riff/riff-media.c:
4035         (gst_riff_create_video_template_caps):
4036           Add more FOURCCs (sort list to make stuff easier to find),
4037           add comment what those 16 bytes in struct _gst_riff_strh according to
4038           one avi-dumper are
4039
4040 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * gst-libs/gst/audio/multichannel.c:
4043         (gst_audio_check_channel_positions),
4044         (gst_audio_fixate_channel_positions):
4045           Const-ify two arrays.
4046
4047 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4050           Fix typo, so that alsasink also advertises 8 channels
4051           if that's supported (tags: can, worms, open, alsa, ph34r).
4052
4053 2006-07-17  Wim Taymans  <wim@fluendo.com>
4054
4055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4056         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4057         *sigh*, when is the compiler going to warn when the comments
4058         are out-of-sync with the code.. Refix case of busted theora
4059         headers with 0 granule pos.
4060
4061 2006-07-14  Wim Taymans  <wim@fluendo.com>
4062
4063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4064         (gst_base_rtp_depayload_wait),
4065         (gst_base_rtp_depayload_change_state),
4066         (gst_base_rtp_depayload_set_property),
4067         (gst_base_rtp_depayload_get_property):
4068         Fix 99% cpu load by waiting for absolute times on the
4069         clock. Fixes #347300.
4070
4071 2006-07-14  Andy Wingo  <wingo@pobox.com>
4072
4073         * ext/theora/gsttheoraparse.h: 
4074         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4075         (theora_parse_push_headers, theora_parse_clear_queue)
4076         (theora_parse_drain_queue_prematurely, )
4077         (theora_parse_sink_event, theora_parse_change_state): Queue events
4078         until we initialized our state, like in vorbisparse.
4079
4080         * ext/vorbis/vorbisparse.h: 
4081         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4082         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4083         (vorbis_parse_drain_queue_prematurely, )
4084         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4085         until we have initialized our state. Fixes seeking after an
4086         initial pad block.
4087
4088 2006-07-14  Andy Wingo  <wingo@pobox.com>
4089
4090         Patch by: Iain Holmes <iaingnome@gmail.com>
4091         
4092         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4093
4094 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4095
4096         * configure.ac:
4097         Bump nano back to CVS
4098
4099 === release 0.10.9 ===
4100
4101 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4102
4103         * configure.ac:
4104           releasing 0.10.9, "I walk the line"
4105
4106 2006-07-14  Michael Smith  <msmith@fluendo.com>
4107
4108         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4109           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4110           (commonly happens when running this test under valgrind) when trying
4111           to remove the buffer probe.
4112
4113 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4114
4115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4116         Fix missing g_unlock from the previous commit
4117
4118 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4119
4120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4121         (gst_ximagesink_change_state):
4122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4123         (gst_xvimagesink_change_state):
4124         Implement a locking order to ensure we always take the object lock
4125         before the x_lock and never vice-versa.
4126
4127 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4128
4129         * gst/playback/gstdecodebin.c: (find_compatibles):
4130         Fix a caps leak when linking (#347304)
4131
4132         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4133         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4134         (gst_ximagesink_change_state):
4135         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4136         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4137         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4138         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4139         Don't leak shared memory resources. Use the object lock to protect
4140         against the xcontext disappearing while returning a buffer from the
4141         pipeline. (#347304)
4142
4143 2006-07-12  Edward Hervey  <edward@fluendo.com>
4144
4145         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4146         (vorbis_handle_comment_packet):
4147         gst_tag_list_merge() returns a new object. Take that into account when
4148         using it. This avoids memleak.
4149         Revert previous commit which is not needed.
4150
4151 2006-07-12  Edward Hervey  <edward@fluendo.com>
4152
4153         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4154         Reset the decoder in finalize so that all fields get cleared.
4155
4156 2006-07-12  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4159         (gst_base_audio_src_set_clock),
4160         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4161         Don't try to post an error message when setting the clock fails
4162         as this can happen when adding an element to a bin which will then
4163         deadlock. Fixes #347296.
4164
4165 2006-07-12  Edward Hervey  <edward@fluendo.com>
4166
4167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4168         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4169         (vorbis_handle_type_packet):
4170         Post tag messages on the bus even if we're not initialized.
4171         If we're not initialized, we still postpone the event pushing of tags.
4172
4173 2006-07-12  Wim Taymans  <wim@fluendo.com>
4174
4175         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4176         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4177         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4178         Revert last two changes that broke the freeze.
4179
4180 2006-07-12  Wim Taymans  <wim@fluendo.com>
4181
4182         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4183         basesink calculates silence sample correctly for us.
4184
4185 2006-07-12  Wim Taymans  <wim@fluendo.com>
4186
4187         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4188         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4189         Calculate correct silence samples so we don't fill our ringbuffer
4190         with noise.
4191
4192 2006-07-12  Edward Hervey  <edward@fluendo.com>
4193
4194         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4195         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4196         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4197         * ext/vorbis/vorbisdec.h:
4198         Delay sending events (newsegment, tags) until the decoder is properly
4199         initialized.
4200         Fixes #347295
4201
4202 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4203
4204         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4205         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4206           Patch from #347221 adding a test for audioconvert
4207           channel remappings.
4208
4209 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4212         (gst_ssa_parse_parse_line):
4213           Don't include the terminating NUL in the buffer size,
4214           it's only there for extra paranoia (would add random
4215           '*' characters at the end of each subtitle since the
4216           terminator itself is not valid UTF-8 technically).
4217           Also fix indenting after boilerplate macro.
4218
4219 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4220
4221         * gst/playback/gstdecodebin.c: (close_pad_link):
4222           Also emit 'unknown-type' signal (which should really be
4223           called unhandled-type) if we found potential decoders/demuxers
4224           in the registry but none of them worked in the end (as in the
4225           case where the plugins don't exist any longer but are still
4226           listed in the registry). Fixes #329798.
4227
4228 2006-07-08  Andy Wingo  <wingo@pobox.com>
4229
4230         * theoraparse.c (theora_parse_push_buffer)
4231         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4232         Add some more debugging. Fix granulepos reconstruction in the face
4233         of discontinuities.
4234
4235 2006-07-06  Wim Taymans  <wim@fluendo.com>
4236
4237         * gst-libs/gst/audio/gstbaseaudiosink.c:
4238         (gst_base_audio_sink_class_init),
4239         (gst_base_audio_sink_provide_clock):
4240         Use gobject_class instead of G_OBJECT_CLASS (klass)
4241
4242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4243         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4244         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4245         (gst_base_audio_src_get_time),
4246         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4247         (gst_base_audio_src_create_ringbuffer):
4248         Fix latency and buffer-time constants and properties ala basesink.
4249         Implement pull based scheduling. Fixes #346527.
4250         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4251         one segment.
4252         Refuse slaving to another clock instead of silently not working.
4253         Only provide a clock when we are actually able to do so.
4254         Various small cleanups and compiler hints.
4255
4256 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         Patch by: Lutz Mueller <lutz at topfrose de>
4259
4260         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4261         (plugin_init):
4262           Add typefinding for text/html (#346581).
4263
4264 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4267         (xml_check_first_element), (xml_type_find), (smil_type_find):
4268           Fix SMIL typefinding, make xml_check_first_element() more
4269           useful.
4270
4271 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4274         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4275         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4276         * gst/playback/gstplaybasebin.h:
4277           Protect list of elements with a subtitle-encoding property and
4278           the subtitle encoding member itself with a lock of their own
4279           instead of using the object lock. This prevents a dead-lock in
4280           the element-remove callback in some circumstances when shutting
4281           down playbin.
4282
4283 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4284
4285         * win32/common/libgsttag.def:
4286         Export some new functions.
4287         * win32/vs6/libgstogg.dsp:
4288         Add a link to libgsttag-0.10.lib.
4289
4290 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4293           Some const-ification.
4294
4295 2006-07-04  Wim Taymans  <wim@fluendo.com>
4296
4297         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4298         Improve checking if we are dealing with a stream. Added some
4299         more uris that need buffering.
4300
4301 2006-07-03  Edward Hervey  <edward@fluendo.com>
4302
4303         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4304         Remove unused variable.
4305
4306 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4307
4308         * Makefile.am:
4309           include lcov.mak
4310         * configure.ac:
4311           add GCOV_LIBS to GST_LIBS
4312
4313 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4316
4317         * ext/alsa/gstalsasrc.c:
4318           Add 32 bps to template caps and increase channels range
4319           from [1,2] to [1,MAX]. See #346326.
4320
4321 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4324           Recognise 'WMVA' video codec fourcc (#345879).
4325           
4326 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4327          
4328         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4329           Fixed nasty memory leak
4330
4331 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4332
4333         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4334         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4335           fix logging
4336
4337 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4338
4339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4340         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4341         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4342         Protect remove_fakesink using a mutex, so that we don't try and
4343         remove the fakesink simultaneously from multiple threads.
4344
4345         When going from READY to PAUSED, restore the fakesink, so that
4346         it is there when decodebin gets reused.
4347
4348 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4352         * gst-libs/gst/rtp/gstbasertppayload.c:
4353         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4354         * gst/tcp/gstmultifdsink.c:
4355         * gst/tcp/gsttcpclientsink.c:
4356         * gst/tcp/gsttcpclientsrc.c:
4357         * gst/tcp/gsttcpserversink.c:
4358         * gst/tcp/gsttcpserversrc.c:
4359         * gst/videorate/gstvideorate.c:
4360         * gst/videotestsrc/gstvideotestsrc.c:
4361         * sys/v4l/gstv4ljpegsrc.c:
4362         * sys/v4l/gstv4lmjpegsink.c:
4363         * sys/v4l/gstv4lsrc.c:
4364         * tests/examples/seek/scrubby.c:
4365         * tests/examples/seek/seek.c:
4366           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4367
4368 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4371           Second field in GEnumValue shouldn't be a description,
4372           but a stringified version of the enum value.
4373
4374 2006-06-22  Wim Taymans  <wim@fluendo.com>
4375
4376         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4377         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4378         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4379         Avoid type checking in buffer casts.
4380         Avoid caps copy in buffer_alloc when we can.
4381         Use pad_peer_accept.
4382
4383 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * gst-libs/gst/tag/tag.h:
4386           Oops, make that 'Since: 0.10.9'.
4387
4388 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * docs/libs/gst-plugins-base-libs-sections.txt:
4391         * gst-libs/gst/tag/tag.h:
4392         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4393         (gst_tag_image_type_get_type):
4394           API: add GstTagImageType enum to describe images contained
4395           in image tags (#345641).
4396
4397 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4398
4399         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4400           Fix warnings with gst-inspect: "buffers-min" property
4401           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4402           typo in property description.
4403
4404 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4405
4406         Patch by: Cody Russell <bratsche at gnome org>
4407
4408         * gst/audioresample/gstaudioresample.c:
4409         (gst_audioresample_class_init):
4410         * gst/playback/gststreamselector.c:
4411         (gst_stream_selector_class_init):
4412         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4413         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4414         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4415         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4416         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4417         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4418         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4419         * gst/videotestsrc/gstvideotestsrc.c:
4420         (gst_video_test_src_class_init):
4421         * gst/volume/gstvolume.c: (gst_volume_class_init):
4422           Avoid unnecessary class cast check in class_init
4423           functions (#337747).
4424
4425 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4428         (gst_text_overlay_video_chain):
4429           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4430           and doesn't validate its input either (and neither did
4431           textoverlay it seems). Let's do that then and fix #345206.
4432
4433 2006-06-19  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4436         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4437         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4438         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4439         (find_syncframe), (find_limits), (assign_value),
4440         (count_burst_unit), (gst_multi_fd_sink_new_client),
4441         (gst_multi_fd_sink_handle_client_write),
4442         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4443         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4444         (gst_multi_fd_sink_change_state):
4445         * gst/tcp/gstmultifdsink.h:
4446         Added shiny new burst-on-connect methods.
4447         Add properties to control the minimal amount of data queued.
4448         Small cleanups.
4449         API: bytes-min property
4450         API: time-min property
4451         API: buffers-min property
4452         API: burst-unit property
4453         API: burst-value property
4454         API: add-full signal
4455
4456         * gst/tcp/gsttcp-marshal.list:
4457         Added new marshaller code for the new signal.
4458
4459         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4460         (multifdsink_suite):
4461         Added testcases for new burst methods.
4462
4463 2006-06-19  Edward Hervey  <edward@fluendo.com>
4464
4465         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4466         Implement clipping for accurate seeking.
4467         Closes #345225
4468
4469 2006-06-19  Wim Taymans  <wim@fluendo.com>
4470
4471         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4472
4473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4474         (gst_video_scale_transform):
4475         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4476
4477 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4478
4479         * configure.ac:
4480           Fix --disable-external (can't set conditionals conditionally,
4481           #343602).
4482
4483 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * tests/check/elements/audioresample.c: (test_reuse),
4486         (audioresample_suite):
4487           Add test case for bug #342789 fixed below.
4488
4489 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4490
4491         * gst/audioresample/gstaudioresample.c:
4492         (gst_audioresample_class_init), (gst_audioresample_init),
4493         (audioresample_start), (audioresample_stop),
4494         (gst_audioresample_set_property), (gst_audioresample_get_property):
4495           Implement GstBaseTransform::start and ::stop so that audioresample
4496           can clear its internal state properly and be reused instead of
4497           causing non-negotiated errors with playbin under some circumstances
4498           (#342789).
4499
4500         * tests/check/elements/audioresample.c: (setup_audioresample),
4501         (cleanup_audioresample):
4502           Need to set element state here so that ::start and ::stop are
4503           called.
4504
4505 2006-06-16  Wim Taymans  <wim@fluendo.com>
4506
4507         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4508
4509         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4510         Parse extra data better, apparently it's right behind
4511         the normal strf header size. Fixes #343500.
4512
4513 2006-06-16  Wim Taymans  <wim@fluendo.com>
4514
4515         * ext/alsa/gstalsasink.c: (set_hwparams):
4516         If we fail to set the buffer_time and period_time alsa
4517         parameters, post a warning and leave alsa select a 
4518         default instead of failing. Fixes #342085
4519
4520 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         * docs/libs/gst-plugins-base-libs-sections.txt:
4523         * gst-libs/gst/cdda/gstcddabasesrc.h:
4524           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4525           out in the header file and shouldn't be listed in the docs.
4526
4527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4528           Must dereference pointer to fourcc in the debug statement.
4529
4530 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4531
4532         * docs/libs/Makefile.am:
4533         * docs/libs/gst-plugins-base-libs-docs.sgml:
4534         * docs/libs/gst-plugins-base-libs-sections.txt:
4535         * docs/libs/gst-plugins-base-libs.types:
4536         add remaining symbols into correct setions
4537         
4538         * gst-libs/gst/audio/gstringbuffer.c:
4539         fix incomplete docs
4540         
4541         * gst-libs/gst/audio/gstringbuffer.h:
4542         comment out not yet implemented function
4543         
4544         
4545         * gst-libs/gst/floatcast/floatcast.h:
4546         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4547         add short descriptions
4548         
4549         
4550         * gst-libs/gst/interfaces/propertyprobe.c:
4551         fix return value docs   
4552         
4553         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4554         simplify debug logging
4555         
4556         * gst-libs/gst/riff/riff-read.h:
4557         sync function prototype and docs
4558         
4559         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4560         remove left over symbol
4561
4562 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * autogen.sh:
4565         * configure.ac:
4566         * docs/Makefile.am:
4567           Use GST_PLUGIN_DOCS macro in configure.ac, add
4568           --enable-plugin-docs default to autogen.sh and use
4569           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4570
4571 2006-06-15  Wim Taymans  <wim@fluendo.com>
4572
4573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4574         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4575         (gst_ogg_demux_loop):
4576         Combine GstFlowReturn from the source pads to give a
4577         meaningfull result to the upstream peer or to stop the
4578         processing task in case of errors.
4579
4580 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4581
4582         * gst/playback/gststreaminfo.c: (cb_probe):
4583           Try GST_TAG_CODEC as fallback when extracting the
4584           codec name; more debug info.
4585
4586 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4587
4588         * ext/ogg/Makefile.am:
4589         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4590           Extract language tags from ogm subtitle streams, so that
4591           the subtitle menu choices are labelled correctly in
4592           Totem (fixes #344708).
4593
4594 2006-06-14  Wim Taymans  <wim@fluendo.com>
4595
4596         Patch by: Alessandro Decina <alessandro at nnva dot org>
4597
4598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4599         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4600         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4601         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4602         Fix various leaks. Fixes #343699.
4603         Add x-smoke mime type.
4604
4605 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst-libs/gst/riff/riff-ids.h:
4608           Add IDs for 'bext' chunks (see #343837).
4609
4610 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         Patch by: Young-Ho Cha  <ganadist at chollian net>
4613
4614         * gst/subparse/samiparse.c: (sami_context_pop_state),
4615         (handle_start_font), (end_sami_element):
4616           Honour font face tags in SAMI subtitles (#344503).
4617
4618 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4619
4620         * po/POTFILES.in:
4621           add missing files containing translatable strings
4622
4623 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4624
4625         * docs/libs/tmpl/.cvsignore:
4626           we don't want those *.sgml files in CVS either
4627
4628 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4629
4630         * docs/libs/.cvsignore:
4631         * tests/check/elements/.cvsignore:
4632         * tests/check/libs/.cvsignore:
4633           ignore more
4634
4635 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4636
4637         * docs/libs/Makefile.am:
4638           also commiting the changed Makefile.am (added more libs to the
4639           doc-build)
4640
4641 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4642
4643         * docs/libs/gst-plugins-base-libs-docs.sgml:
4644         * docs/libs/gst-plugins-base-libs-sections.txt:
4645         * docs/libs/gst-plugins-base-libs.types:
4646           first batch of reordering things, add index & hierarchy
4647
4648 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4649
4650         * configure.ac:
4651           use GST_PKG_CHECK_MODULES, cleans up output
4652
4653 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4656           Add support for burn:// URIs (#343385); const-ify things a bit,
4657           use G_N_ELEMENTS instead of hard-coded array size.
4658
4659 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         Patch by: Young-Ho Cha  <ganadist at chollian net>
4662
4663         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4664           Fix up broken entities before passing them to libxml *sigh*.
4665           (#343303).
4666           
4667 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4668
4669         * configure.ac:
4670           back to TRUNK
4671
4672 === release 0.10.8 ===
4673
4674 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4675
4676         * configure.ac:
4677           releasing 0.10.8, "Moar gij ziet mij nie"
4678
4679 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4680
4681         * configure.ac:
4682         * po/af.po:
4683         * po/az.po:
4684         * po/cs.po:
4685         * po/en_GB.po:
4686         * po/hu.po:
4687         * po/it.po:
4688         * po/nb.po:
4689         * po/nl.po:
4690         * po/or.po:
4691         * po/sq.po:
4692         * po/sr.po:
4693         * po/sv.po:
4694         * po/uk.po:
4695         * po/vi.po:
4696         * win32/common/config.h:
4697           0.10.7.2 prerelease
4698
4699 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4700
4701         * docs/libs/tmpl/gstaudio.sgml:
4702         * docs/libs/tmpl/gstcolorbalance.sgml:
4703         * docs/libs/tmpl/gstmixer.sgml:
4704         * docs/libs/tmpl/gstringbuffer.sgml:
4705         * docs/libs/tmpl/gsttuner.sgml:
4706         * docs/libs/tmpl/gstxoverlay.sgml:
4707         * gst-libs/gst/audio/audio.c:
4708         * gst-libs/gst/audio/gstringbuffer.c:
4709         * gst-libs/gst/interfaces/colorbalance.c:
4710         * gst-libs/gst/interfaces/mixer.c:
4711         * gst-libs/gst/interfaces/tuner.c:
4712         * gst-libs/gst/interfaces/xoverlay.c:
4713           move last template doc snippets to source code and delete them
4714
4715 2006-06-06  Michael Smith  <msmith@fluendo.com>
4716
4717         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4718         (theora_parse_drain_queue):
4719           Mark DELTA_UNIT on non-keyframes.
4720
4721 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4722
4723         * gst-libs/gst/audio/gstbaseaudiosink.c:
4724         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4725         * gst-libs/gst/audio/gstbaseaudiosink.h:
4726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4727         (gst_ring_buffer_samples_done):
4728         * gst-libs/gst/audio/gstringbuffer.h:
4729         Document better the fact that latency_time and buffer_time are values
4730         stored in microseconds, and not the usual GStreamer nanoseconds.
4731         Change the variables (compatibly) that store them from GstClockTime 
4732         to guint64 to make it more clear that they're not storing clock times.
4733         Also, remove the bogus property description that says the user can
4734         specify -1 to get the default value, since that's never been the case.
4735
4736         When computing the default segment size for the ring buffer, make it
4737         an integer number of samples.
4738
4739         When the sub-class indicates a delay greater than the number of
4740         samples we've written return 0 from the audio sink get_time method.
4741
4742 2006-06-02  Michael Smith  <msmith@fluendo.com>
4743
4744         * tests/check/elements/audioconvert.c: (set_channel_positions),
4745         (get_float_mc_caps), (get_int_mc_caps):
4746         * tests/check/elements/audioresample.c:
4747         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4748         * tests/check/elements/videorate.c:
4749         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4750         * tests/check/elements/volume.c:
4751         * tests/check/elements/vorbisdec.c:
4752         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4753           Don't busy-wait in tests; this was causing test timeouts very
4754           frequently when running under valgrind.
4755
4756 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4757
4758         * gst/tcp/README:
4759         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4760         (gst_multi_fd_sink_remove_client_link),
4761         (gst_multi_fd_sink_client_queue_caps),
4762         (gst_multi_fd_sink_client_queue_buffer),
4763         (gst_multi_fd_sink_handle_client_write),
4764         (gst_multi_fd_sink_render):
4765         * gst/tcp/gstmultifdsink.h:
4766           make multifdsink properly deal with streamheader:
4767           - streamheader is taken from caps
4768           - buffers marked with IN_CAPS are not sent
4769           - streamheaders are sent, on connection, from the caps of the
4770             buffer where the client gets positioned to
4771           - further streamheader changes are done every time the client
4772             will receive a buffer with different caps
4773         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4774         (gst_multifdsink_create_streamheader):
4775           add tests for this
4776
4777 2006-06-02  Michael Smith  <msmith@fluendo.com>
4778
4779         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4780           Reinstate limit on channel count. Vorbis does not define the meaning
4781           of > 6 channels, so they're just independent channels. Gstreamer
4782           currently has no mechanism to represent N independent channels.
4783
4784 2006-06-02  Michael Smith  <msmith@fluendo.com>
4785
4786         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4787           Don't arbitrarily restrict channel counts and rate in vorbis.
4788           In terms of effects likely on real-world files, this fixes 96kHz
4789           playback of vorbis.
4790
4791 2006-06-02  Michael Smith  <msmith@fluendo.com>
4792
4793         * gst/audioconvert/audioconvert.c: (float):
4794           More correct float->int conversion.
4795
4796 2006-06-02  Michael Smith  <msmith@fluendo.com>
4797
4798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4799           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4800           value. Fixes g-critical on trying to play back ogg containing
4801           unknown codec.
4802
4803 2006-06-02  Wim Taymans  <wim@fluendo.com>
4804
4805         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4806         (setup_source):
4807         * gst/playback/gstplaybasebin.h:
4808         Make the subtitle detection work from any thread so we don't
4809         deadlock. Fixes #343397.
4810
4811 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4812
4813         * gst/volume/Makefile.am:
4814           Seriously, it's not *that* hard to get compilation right.  Even
4815           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4816
4817 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4818
4819         * gst/volume/gstvolume.c: (volume_choose_func),
4820         (volume_update_real_volume), (gst_volume_class_init),
4821         (gst_volume_init), (volume_process_float), (volume_process_int16),
4822         (volume_process_int16_clamp), (volume_set_caps),
4823         (volume_transform_ip), (plugin_init):
4824         * gst/volume/gstvolume.h:
4825         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4826         another property desc., remove unused param from process function
4827         
4828         * tests/check/elements/volume.c: (volume_suite):
4829         reactivate the passthrough test
4830
4831 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * ext/alsa/gstalsamixerelement.h:
4834         * ext/alsa/gstalsamixeroptions.h:
4835         * ext/alsa/gstalsamixertrack.h:
4836         * ext/gnomevfs/gstgnomevfssink.h:
4837         * ext/gnomevfs/gstgnomevfssrc.h:
4838         * ext/theora/gsttheoradec.h:
4839         * ext/theora/gsttheoraenc.h:
4840         * ext/theora/gsttheoraparse.h:
4841         * ext/vorbis/vorbisparse.h:
4842         * gst-libs/gst/audio/gstaudioclock.h:
4843         * gst-libs/gst/audio/gstaudiofilter.h:
4844         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4845         * gst/audioconvert/gstaudioconvert.h:
4846         * gst/audioresample/gstaudioresample.h:
4847         * gst/audiotestsrc/gstaudiotestsrc.h:
4848         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4849         * gst/playback/gststreamselector.h:
4850         * gst/tcp/gstmultifdsink.h:
4851         * gst/tcp/gsttcpclientsink.h:
4852         * gst/tcp/gsttcpclientsrc.h:
4853         * gst/tcp/gsttcpserversink.h:
4854         * gst/tcp/gsttcpserversrc.h:
4855         * gst/videorate/gstvideorate.h:
4856         * gst/videoscale/gstvideoscale.h:
4857         * gst/videotestsrc/gstvideotestsrc.h:
4858         * gst/volume/gstvolume.h:
4859         * sys/v4l/gstv4ljpegsrc.h:
4860         * sys/v4l/gstv4lmjpegsink.h:
4861         * sys/v4l/gstv4lmjpegsrc.h:
4862         * sys/v4l/gstv4lsrc.h:
4863         * sys/ximage/ximagesink.h:
4864         * sys/xvimage/xvimagesink.h:
4865         * tests/old/testsuite/alsa/sinesrc.h:
4866         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4867
4868 2006-05-31  Wim Taymans  <wim@fluendo.com>
4869
4870         * ext/libvisual/visual.c: (gst_visual_reset),
4871         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4872         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4873         Handle DISCONT.
4874         Use running time before doing QoS.
4875         Handle mono too.
4876
4877 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4878
4879         * docs/libs/Makefile.am:
4880           set a magic variable to indicate we know the docs are incomplete
4881
4882 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4883
4884         * win32/common/libgstvideo.def:
4885           export gst_video_calculate_display_ratio
4886         * win32/vs6/libgstvideoscale.dsp:
4887           add link to libgstvideo-0.10.lib
4888
4889 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * gst/playback/gstplaybasebin.c: (gen_source_element):
4892           Throw a more comprehensible error for rtsp:// URIs (rather
4893           than erroring out with a negotiation error later on) until
4894           we fix playbin to handle rtspsrc etc.
4895
4896 2006-05-30  Wim Taymans  <wim@fluendo.com>
4897
4898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4899         (gst_text_overlay_text_event):
4900         Added some FIXMEs.
4901
4902 2006-05-30  Wim Taymans  <wim@fluendo.com>
4903
4904         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4905         (gst_adder_request_new_pad), (gst_adder_release_pad):
4906         * gst/adder/gstadder.h:
4907         Implement release_request_pad.
4908         Make padcounter atomic.
4909
4910         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4911         Added check for release_pad in adder.
4912
4913 2006-05-30  Wim Taymans  <wim@fluendo.com>
4914
4915         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4916         Fix build again.
4917
4918 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4919
4920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4921         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4922         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4923         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4924         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4925         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4926         (gst_ogg_demux_bisect_forward_serialno),
4927         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4928         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4929           add more debugging
4930           clean up printf formats for granulepos and serialno
4931
4932 2006-05-30  Michael Smith  <msmith@fluendo.com>
4933
4934         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4935         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4936         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4937         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4938         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4939         * ext/vorbis/vorbisenc.h:
4940           Multi-channel caps negotiation, so we can do proper multichannel
4941           vorbis encoding, negotiated through audioconvert.
4942
4943 2006-05-30  Wim Taymans  <wim@fluendo.com>
4944
4945         * tests/check/elements/adder.c: (test_event_message_received),
4946         (test_play_twice_message_received), (GST_START_TEST),
4947         (adder_suite):
4948         Added check to show that #339935 is fixed with ongoing
4949         adder and collectpads fixes.
4950
4951 2006-05-29  Wim Taymans  <wim@fluendo.com>
4952
4953         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4954         Don't leak pad name.
4955
4956 2006-05-29  Wim Taymans  <wim@fluendo.com>
4957
4958         * gst/adder/gstadder.c: (gst_adder_query_duration),
4959         (forward_event_func), (forward_event), (gst_adder_src_event):
4960         Fix adder seeking.
4961         Make query/seeking code threadsafe.
4962
4963         * tests/check/Makefile.am:
4964         * tests/check/elements/adder.c: (test_event_message_received),
4965         (GST_START_TEST), (test_play_twice_message_received):
4966         Fix adder test case.
4967
4968 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         Patch by: Young-Ho Cha  <ganadist at chollian net>
4971
4972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4973         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4974         (set_encoding_element), (decodebin_element_added_cb),
4975         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4976         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4977         * gst/playback/gstplaybasebin.h:
4978           Add 'subtitle-encoding' property to playbin, so applications can
4979           force a subtitle encoding for non-UTF8 subtitles (#342268).
4980
4981         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4982         (gst_sub_parse_set_property):
4983           Rename recently-added 'encoding' property to 'subtitle-encoding'
4984           (so it can be proxied by playbin/decodebin in a generic way
4985           with less danger of false positives).
4986
4987 2006-05-29  Michael Smith  <msmith@fluendo.com>
4988
4989         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4990         (append_with_other_format), (set_structure_widths),
4991         (gst_audio_convert_transform_caps):
4992           Patch from #341562: give more specific audio caps in get_caps, so
4993           that basetransform  can make better decisions on what caps to
4994           negotiate.
4995
4996 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4997
4998         * tests/check/elements/volume.c:
4999         make it compile again
5000
5001 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5002
5003         * tests/check/elements/volume.c: (volume_suite):
5004         disable test until #343196 gets resolved
5005
5006 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5007
5008         * gst/adder/gstadder.c: (gst_adder_get_type):
5009         Make it easier to copy&paste
5010         
5011         * gst/volume/Makefile.am:
5012         * gst/volume/gstvolume.c: (volume_update_real_volume),
5013         (gst_volume_set_volume), (gst_volume_set_mute),
5014         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5015         (volume_transform_ip), (volume_update_mute),
5016         (volume_update_volume):
5017         * gst/volume/gstvolume.h:
5018         Add own debug category, move duplicate code to helper function, fix
5019         property texts, add more comments and prepare ffor liboil-goodness
5020         
5021         * tests/check/Makefile.am:
5022         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5023         add test for mute and passtrough case, be a bit more verbose to track
5024         failure
5025         
5026         * tests/check/generic/states.c: (GST_START_TEST):
5027         catch elements that fail to instantiate
5028
5029 2006-05-28  Edward Hervey  <edward@fluendo.com>
5030
5031         * tests/check/pipelines/simple-launch-lines.c:
5032         * tests/check/pipelines/theoraenc.c:
5033         * tests/check/pipelines/vorbisenc.c:
5034         Comment out tests using parse_launch() if core was built without
5035         parsing capabilities.
5036
5037 2006-05-27  Edward Hervey  <edward@fluendo.com>
5038
5039         * tests/check/Makefile.am:
5040         Extra bonus points for whoever explains to ensonic that you are meant
5041         to test unit tests thoroughly before commiting them, especially if
5042         you know it's going to break.
5043         De-activated element/adder tests.
5044
5045 2006-05-27  Edward Hervey  <edward@fluendo.com>
5046
5047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5048         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5049         Marking caps conversion issues as GST_WARNING is way too verbose,
5050         Moving them to GST_LOG.
5051
5052 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5053
5054         * README:
5055           Replace current README (containing the release notes from
5056           some 0.9.x version) with a proper README taken from the core.
5057
5058 2006-05-26  Wim Taymans  <wim@fluendo.com>
5059
5060         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5061         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5062         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5063         (vorbis_dec_change_state):
5064         Small cleanups.
5065         Add some FIXMEs
5066         Clip output samples to segment boundaries.
5067
5068 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5071         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5072         Improve the errors produced on bad output, including some human
5073         readable description strings.
5074         Handle the (theoretical for ximagesink) case where the XServer 
5075         has a different idea about the size required for a particular 
5076         frame and gives us too small a memory allocation.
5077
5078 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5079
5080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5081         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5082         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5083         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5084         Improve the errors produced on bad output, including some human 
5085         readable description strings.
5086         Handle RGB Xv formats properly by transforming them into our 
5087         big-endian caps description.
5088         Use gst_caps_truncate to ensure that we never try and choose a
5089         non-fixed caps in buffer_alloc.
5090         Handle the case where the XServer has a different idea about the size
5091         required for a particular frame and gives us too small a memory
5092         allocation.
5093         Use -1 to indicate 'no image format', because 0 is a valid XServer
5094         image format number.
5095         Put RGB Xv formats at the end of the caps, so that we always prefer
5096         YUV format frames.
5097         Iterate the available Xv Encodings to determine the maximum width and
5098         height, and then return that in our caps.
5099         (Closes #315312, #337544)
5100
5101 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5102
5103         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5104         When there is only one unfinished pad and it receives an event that
5105         doesn't match our requirements, we need to set alldone=FALSE so that
5106         the fakesink is not removed yet.
5107
5108 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5111           Use gst_type_find_helper_for_buffer() to find the type
5112           of stream from the first packet.
5113
5114         * configure.ac:
5115           Bump requirements to core CVS (needed for vorbis
5116           typefinding to work).
5117
5118 2006-05-24  Edward Hervey  <edward@fluendo.com>
5119
5120         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5121         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5122         contain.  Else they play perfectly fine with qtdemux.
5123
5124 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5125
5126         * ext/theora/theoradec.c:
5127         * ext/theora/theoraenc.c:
5128         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5129         * gst/audiorate/gstaudiorate.c:
5130           make more debug catagories static
5131         
5132         * tests/check/Makefile.am:
5133         * tests/check/elements/adder.c: (message_received),
5134         (test_event_message_received), (GST_START_TEST),
5135         (test_play_twice_message_received), (adder_suite):
5136           added test case for using element twice, extra bonus points for anyone
5137           who can make these test run reliably
5138
5139 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * ext/theora/theoradec.c: (theora_dec_chain):
5142           Make work with time-stamped input buffers that do not
5143           have a granulepos in BUFFER_OFFSET_END (like theora
5144           buffers coming from matroskademux). Fixes #342448.
5145
5146 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         Patch by: Peter Kjellerstedt  <pkj at axis com>
5149
5150         * gst/tcp/Makefile.am:
5151           fdstresstest doesn't need Gtk+, fix compilation if 
5152           gtk is not available (#342566).
5153
5154 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5155          
5156         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5157           80 line columns
5158           Removed redundant floor()
5159
5160 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5161
5162         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5163           On second thought, just skip JUNK chunks automatically, so
5164           the caller doesn't have to handle this. Fixes #342345.
5165           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5166           not GST_FLOW_ERROR.
5167
5168 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5171           Don't bail out on JUNK chunks with a size of 0 (would try to
5172           pull_range 0 bytes before, which sources don't like too much).
5173           See #342345.
5174
5175 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5176
5177         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5179         Use the gstutil scaling function to preserve 64 bits while calculating
5180         output width and height from the display-aspect-ratio. (A continuation
5181         of #341542)
5182
5183 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5184
5185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5186         (gst_xvimagesink_buffer_alloc):
5187         * sys/xvimage/xvimagesink.h:
5188         When performing buffer allocations, remember the caps and image format
5189         we return so that if the same caps are asked for next time we can
5190         return them immediately without doing any caps intersections.
5191
5192 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5193          
5194         * gst-libs/gst/rtp/README:
5195           Some new documentation
5196         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5197           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5198         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5199         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5200           New RTP audio base payloader class. Supports frame or sample based
5201           codecs.  Not enabled in Makefile.am until approved.
5202
5203 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * tests/check/elements/alsa.c: (test_device_property_probe):
5206           Fix test case: don't try to free NULL GValueArray when there
5207           are no devices.
5208
5209 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * tests/check/Makefile.am:
5212         * tests/check/elements/alsa.c: (test_device_property_probe),
5213         (alsa_suite), (main):
5214           Add simple test that runs a device property probe on alsasrc,
5215           alsasink and alsamixer. Disable valgrind check for now (too
5216           many leaks in libasound, and valgrind ignored my suppressions
5217           additions).
5218
5219 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5222         (gst_alsa_device_property_probe_probe_property),
5223         (gst_alsa_device_property_probe_needs_probe),
5224         (gst_alsa_device_property_probe_get_values),
5225         (gst_alsa_type_add_device_property_probe_interface):
5226         * ext/alsa/gstalsadeviceprobe.h:
5227         * ext/alsa/gstalsamixerelement.c:
5228         (gst_alsa_mixer_element_init_interfaces):
5229         * ext/alsa/gstalsamixerelement.h:
5230           Clean up and simplify alsa device probing. Make it actually work
5231           for multiple classes. Don't cache results any longer.
5232
5233         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5234         (gst_alsasink_init):
5235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5236         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5237         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5238           Make alsasink and alsasrc implement the GstPropertyProbe interface
5239           for device probing (#342181).
5240           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5241
5242 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst/subparse/samiparse.c: (handle_start_font):
5245           Don't ignore return value of strtol (++compiler_happiness).
5246
5247 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         Patch by: Young-Ho Cha  <ganadist chollian net>
5250
5251         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5252         (gst_sub_parse_class_init), (gst_sub_parse_init),
5253         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5254         (convert_encoding):
5255         * gst/subparse/gstsubparse.h:
5256           Add 'encoding' property (#341681).
5257
5258         * gst/subparse/samiparse.c: (characters_sami):
5259           Output is pango markup, so we need to escape text
5260           between tags (#342143).
5261
5262 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5263
5264         * gst-libs/gst/audio/multichannel.c:
5265         (gst_audio_check_channel_positions):
5266           It's okay to have caps with channels=1 and a channel position
5267           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5268           (deinterleavers might want to keep the position in the caps,
5269           so that they can be re-interleaved again properly later).
5270           Leave check for unexpected 2-channel layouts intact for now.
5271
5272 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5273
5274         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5275         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5276         basesrc can do its job correctly.
5277
5278 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         * ext/alsa/Makefile.am:
5281         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5282         (gst_alsa_detect_formats), (get_channel_free_structure),
5283         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5284         (gst_alsa_probe_supported_formats):
5285         * ext/alsa/gstalsa.h:
5286         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5287           Refactor and improve caps probing code: probe signedness
5288           when we probe the supported formats/widths; set endianness
5289           to the one we actually probed for (ie. cpu endianness).
5290           
5291         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5292         (gst_alsasrc_close):
5293         * ext/alsa/gstalsasrc.h:
5294           Implement caps probing for alsasrc.
5295
5296 2006-05-15  Wim Taymans  <wim@fluendo.com>
5297
5298         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5299         (theora_dec_src_query), (theora_dec_src_event),
5300         (theora_dec_sink_event), (theora_handle_comment_packet),
5301         (theora_handle_data_packet), (theora_dec_change_state):
5302         Cleanups, add some G_LIKELY.
5303         Use segment helpers instead of our own wrong code.
5304         Clear queued buffers on seek and READY.
5305
5306         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5307         (vorbis_dec_convert), (vorbis_dec_src_query),
5308         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5309         (vorbis_handle_comment_packet), (vorbis_dec_push),
5310         (vorbis_handle_data_packet), (vorbis_dec_chain),
5311         (vorbis_dec_change_state):
5312         * ext/vorbis/vorbisdec.h:
5313         Remove old useless packetno variable.
5314         Do position query properly.
5315         Add some G_LIKELY.
5316         Do cleanup of queued buffers in new helper function
5317         and use it.
5318
5319 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5322           Query supported sample rates. Fixes #341732.
5323
5324 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5325
5326         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5327         (gst_decode_bin_change_state): Make decodebin reusable
5328         when going from PAUSE_TO_READY and then back to PAUSED.
5329         Fixes #331678.
5330
5331 2006-05-15  Wim Taymans  <wim@fluendo.com>
5332
5333         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5334         (vorbis_dec_convert), (vorbis_dec_src_query),
5335         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5336         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5337         (vorbis_dec_clean_queued), (vorbis_dec_push),
5338         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5339         Cleanups. Use refcounting and DEBUG_OBJECT.
5340         Reset segment on flush, use code methods instead of our
5341         own wrong version.
5342         Fix potential memleak.
5343
5344 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5347         (gst_alsasink_init):
5348         * ext/alsa/gstalsasink.h:
5349           Don't leak allocated snd_output_t structure if there's
5350           more than one alsasink instance at a time (#341873).
5351           Also fix GObject macros in header file.
5352           
5353 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * gst/subparse/gstsubparse.c:
5356         (gst_sub_parse_data_format_autodetect):
5357           Don't use libxml functions in the typefinding code.
5358
5359 2006-05-15  Wim Taymans  <wim@fluendo.com>
5360
5361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5362         Fix seeking performance in the case where a non-header 
5363         packet has a 0 granulepos (busted theora case). 
5364         Fixes #341719
5365         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5366          the first place, you limelight stealer you)
5367
5368 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * gst/subparse/gstsubparse.c:
5371         (gst_sub_parse_data_format_autodetect):
5372           Improve SAMI typefinding: handle case where there are
5373           whitespaces or newlines in front of the first <SAMI>
5374           tag (#169936).
5375
5376 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * configure.ac:
5379           Build video4linux plugin even if there's no XVIDEO, just
5380           without implementing the GstXOverlay interface (#334002).
5381          
5382 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * configure.ac:
5385         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5386         (plugin_init):
5387           Add tentative support for libvisual-0.4 (#336881).
5388
5389 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         Patch by: Young-Ho Cha <ganadist at chollian net>
5392
5393         * gst/subparse/samiparse.c: (handle_start_font):
5394           Need to map "silver" colour explicitly (#169936).
5395
5396 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         Patch by: Young-Ho Cha  <ganadist at chollian net>
5399
5400         * gst/subparse/Makefile.am:
5401         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5402         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5403         (gst_sub_parse_format_autodetect), (feed_textbuf),
5404         (gst_subparse_type_find), (plugin_init):
5405         * gst/subparse/gstsubparse.h:
5406         * gst/subparse/samiparse.c:
5407         * gst/subparse/samiparse.h:
5408           Add support for SAMI subtitles (#169936).
5409
5410 2006-05-14  Michael Smith  <msmith@fluendo.com>
5411
5412         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5413           Fix #341696: crash when mixing L+R+C to mono or stereo.
5414         * tests/check/Makefile.am:
5415         * tests/check/elements/audioconvert.c: (set_channel_positions),
5416         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5417         (audioconvert_suite):
5418           Add test for the above, including some generic framework bits for
5419           testing multichannel things.
5420
5421 === release 0.10.7 ===
5422
5423 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5424
5425         * configure.ac:
5426           releasing 0.10.7, "Leave the gun"
5427
5428 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5429
5430         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5432         Fix the build.
5433
5434 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5435
5436         * docs/libs/gst-plugins-base-libs-docs.sgml:
5437         * docs/libs/gst-plugins-base-libs-sections.txt:
5438         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5439         * gst-libs/gst/video/video.h:
5440         * gst/videoscale/Makefile.am:
5441         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5443         * tests/check/Makefile.am:
5444         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5445         (main):
5446           Fix integer overflow problem with pixel-aspect-ratio calculations
5447           in videoscale and xvimagesink (#341542)
5448
5449 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * gst-libs/gst/tag/gstid3tag.c:
5452           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5453
5454 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5455
5456         * win32/MANIFEST:
5457           update win32 files listing
5458
5459 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5460
5461         patch by: Sjoerd Simons (sjoerd@luon.net)
5462
5463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5464         (group_create), (group_destroy), (add_stream),
5465         (gst_play_base_bin_get_property),
5466         (gst_play_base_bin_get_streaminfo_value_array):
5467         * gst/playback/gstplaybasebin.h:
5468           API: GstPlayBaseBin::stream-info-value-array property
5469           use a more bindings-friendly way of exposing streaminfo
5470           using a GValueArray.  Tested in ipython.
5471           Closes #341114
5472
5473 2006-05-11  Wim Taymans  <wim@fluendo.com>
5474
5475         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5476         (queue_underrun_cb), (queue_filled_cb):
5477         Also catch queue underruns but don't do anything yet.
5478         Refactor and comment queue enlarging code a bit.
5479
5480         * gst/playback/gstplaybasebin.c: (queue_overrun),
5481         (queue_threshold_reached), (queue_out_of_data),
5482         (gen_preroll_element):
5483         If a queue over/underruns check that we don't create nasty
5484         deadlocks when the min-threshold is not reached but the
5485         max-bytes is. In those cases disable max-bytes when we
5486         know that the queue is fed timed data.
5487         Add more comments.
5488
5489 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst/playback/gstplaybin.c: (gen_audio_element):
5492           Make playbin automatically plug an 'audioresample'
5493           element before the audio sink as well. This solves
5494           problems with sinks that only accept a very specific
5495           sample rate, like esdsink (e.g. #340379).
5496
5497 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * gst/playback/gstplaybasebin.c: (gen_source_element):
5500           Make http sources send special headers so that we receive
5501           icecast metadata if the http stream is an icecast stream
5502           (otherwise the server will just ignore them). This also
5503           means that from now on users will need the 'icydemux'
5504           element from gst-plugins-good installed if they want to
5505           listen to icecast radio streams. (#341432, #333657).
5506
5507 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5508
5509         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5510         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5511           remove stupid example from docs - it should come with a simple
5512           C program instead.
5513           Clean up/fix docs
5514         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5515         (fail_if_can_read), (GST_START_TEST),
5516         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5517           add a test for changing streamheader which exposes a bug in
5518           multifdsink
5519
5520 2006-05-11  Michael Smith  <msmith@fluendo.com>
5521
5522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5523         (gst_gnome_vfs_src_received_headers_callback):
5524         * ext/gnomevfs/gstgnomevfssrc.h:
5525           Don't set icy-caps unless we have a sane interval value. Move
5526           interval to a local variable; we never use it outside this function.
5527
5528 2006-05-11  Wim Taymans  <wim@fluendo.com>
5529
5530         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5532         Register special buffer types along with the objects so
5533         that they are not registered at runtime from N different
5534         streaming threads since they are not threadsafe.
5535
5536 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5537
5538         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5539         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5540           add two more tests, one doing streamheader
5541
5542 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5543
5544         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5545           clean up the bufqueue when shutting down
5546         * tests/check/Makefile.am:
5547         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5548         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5549         (main):
5550           add a test for the leak that was just fixed
5551
5552 2006-05-10  Wim Taymans  <wim@fluendo.com>
5553
5554         * gst/adder/gstadder.c: (gst_adder_setcaps),
5555         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5556         (gst_adder_src_event), (gst_adder_sink_event),
5557         (gst_adder_class_init), (gst_adder_finalize),
5558         (gst_adder_request_new_pad), (gst_adder_collected):
5559         * gst/adder/gstadder.h:
5560         Updated some docs. Added comments and FIXMEs all over the place.
5561         Improve debugging info.
5562         Fix leak on finalize by not calling the parent.
5563         Implement duration query.
5564         Make event forwarding threadsafe.
5565         Correctly send NEWSEGMENT at start and after flush.
5566         Handle EOS correctly.
5567         Post error when not negotiated.
5568
5569         * tests/check/elements/adder.c: (GST_START_TEST):
5570         Added FIXME in the test.
5571
5572 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5575         (gst_text_overlay_halign_get_type),
5576         (gst_text_overlay_wrap_mode_get_type):
5577         * ext/theora/theoradec.c: (theora_handle_type_packet),
5578         (theora_handle_data_packet):
5579         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5580         (theora_enc_sink_setcaps), (theora_enc_chain):
5581         * gst-libs/gst/cdda/gstcddabasesrc.c:
5582         (gst_cdda_base_src_mode_get_type):
5583         * gst/audiotestsrc/gstaudiotestsrc.c:
5584         (gst_audiostestsrc_wave_get_type):
5585         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5586         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5587         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5588         (gst_sync_method_get_type), (gst_unit_type_get_type),
5589         (gst_client_status_get_type):
5590         * gst/videoscale/gstvideoscale.c:
5591         (gst_video_scale_method_get_type):
5592         * gst/videotestsrc/gstvideotestsrc.c:
5593         (gst_video_test_src_pattern_get_type):
5594         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5595         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5596         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5597         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5598         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5599         (paint_setup_RGB565), (paint_setup_xRGB1555):
5600           Const-ify GEnumValue and GFlagsValue arrays. Use
5601           GST_ROUND_UP_* macros instead of home-made ones.
5602
5603 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * configure.ac:
5606           Require core CVS for the new newsegment stuff.
5607
5608 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         Patch by: Sjoerd Simons  <sjoerd at luon net>
5611
5612         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5613           Register nick for enum value (#341160).
5614
5615 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5616
5617         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5618         (plugin_init):
5619          backout typefind patch #340375
5620          
5621         * tests/check/elements/adder.c: (message_received),
5622         (GST_START_TEST), (adder_suite):
5623           redo, signal-handling of test
5624
5625 2006-05-09  Wim Taymans  <wim@fluendo.com>
5626
5627         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5628         (gst_adder_collected):
5629         * gst/adder/gstadder.h:
5630         Remove bogus segment merging and forwarding, we don't
5631         care about timestamps anyway and we just produce a
5632         continuous stream. 
5633         Also create a nice NEWSEGMENT event when we start.
5634         Use _scale_int some more.
5635
5636 2006-05-09  Edward Hervey  <edward@fluendo.com>
5637
5638         * tests/icles/stress-xoverlay.c:
5639         Fix if core was built without parsing support.
5640
5641 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5644           Add SEDG (Samsung MPEG-4) fourcc.
5645
5646 2006-05-09  Edward Hervey  <edward@fluendo.com>
5647
5648         * tests/icles/stress-xoverlay.c:
5649         * tests/examples/volume/volume.c:
5650         Fix if core was built without parsing support.
5651
5652         * tests/examples/seek/seek.c:
5653         Disable the parse_launch example if core was built without parsing
5654         support.
5655
5656 2006-05-08  Edward Hervey  <edward@fluendo.com>
5657
5658         * autogen.sh: (CONFIGURE_DEF_OPT): 
5659         libtoolize on Darwin/MacOSX is called glibtoolize
5660
5661 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5662
5663         * tests/check/Makefile.am:
5664         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5665           Disable the adder test, until the build-slaves posses the kindness to 
5666           either like it or to give valid reason for not doing so 
5667
5668 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5669
5670         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5671         (adder_suite):
5672           Shuffle NULL state change around and raise timeout more
5673
5674 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5675
5676         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5677         (mp4_type_find), (plugin_init):
5678           Add typefind to distinguish between "audio/x-m4a" and new type
5679           "video/mp4". Fixes #340375
5680
5681         * tests/check/elements/adder.c: (adder_suite):
5682           Raise timeout to make buildbot happy
5683
5684 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5685
5686         * gst/adder/gstadder.c: (gst_adder_sink_event),
5687         (gst_adder_request_new_pad), (gst_adder_change_state):
5688         * gst/adder/gstadder.h:
5689         * tests/check/Makefile.am:
5690         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5691         (adder_suite), (main):
5692           Add sink-event handling to adder. It tries to merge incomming
5693           newsegment-events. Added test to check if segment_done is comming
5694           through. Fixes #340060
5695
5696 2006-05-05  Andy Wingo  <wingo@pobox.com>
5697
5698         * ext/theora/theoraparse.c (gst_theora_parse_init)
5699         (theora_parse_src_convert, theora_parse_src_query):
5700         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5701         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5702         query functions on the source pads of the theora and vorbis parse
5703         elements. Fixes position querying when doing a remux.
5704
5705 2006-05-05  Michael Smith  <msmith@fluendo.com>
5706
5707         * ext/theora/theoraparse.c: (parse_granulepos),
5708         (theora_parse_drain_queue_prematurely),
5709         (theora_parse_queue_buffer), (theora_parse_sink_event):
5710           Fix flushing.
5711           Fix invalid granulepos outputs when starting with a non-keyframe.
5712
5713 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5714
5715         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5716         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5717         Rearrange MPEG system stream detection, fixing some memleaks in the
5718         process.
5719         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5720         they clean up their data correctly.
5721         Remove unused ogganx caps and move the 'is_annodex' check to inside
5722         the 'is_ogg' if statement.
5723
5724 2006-05-05  Wim Taymans  <wim@fluendo.com>
5725
5726         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5727         Properly remove ghostpads. Fixes #340392
5728
5729 2006-05-04  David Schleef  <ds@schleef.org>
5730
5731         * gst/typefind/gsttypefindfunctions.c:
5732
5733 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5734
5735         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5736         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5737
5738         When typefinding an MP3 in push-based mode, don't penalise the
5739         probability down to 74% when we found 5 valid frames just because we
5740         can't peek the end of the file.
5741
5742         Make the probability for detecting MPEG Transport Streams based on the
5743         number of sequential headers we successfully detected.
5744
5745 2006-05-03  Wim Taymans  <wim@fluendo.com>
5746
5747         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5748         (vorbis_dec_push), (vorbis_dec_chain):
5749         Still produce an error when we receive an empty packet.
5750
5751 2006-05-03  Wim Taymans  <wim@fluendo.com>
5752
5753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5754         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5755         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5756         Mark buffers with DISCONT after seek and after activating new
5757         chains.
5758
5759         * ext/theora/gsttheoradec.h:
5760         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5761         (theora_get_query_types), (theora_dec_sink_event),
5762         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5763         (theora_dec_change_state):
5764         Fix frame counter.
5765         Detect and mark DISCONT buffers.
5766
5767         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5768         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5769         (vorbis_dec_change_state):
5770         * ext/vorbis/vorbisdec.h:
5771         Use GstSegment.
5772         Detect and mark DISCONT buffers.
5773         Don't crash on 0 sized buffers.
5774
5775 2006-05-03  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5778         (volume_transform_ip):
5779         Increase "volume" property to 10.0. Fixes #340369.
5780         Set the process function to NULL when capsnego fails so that
5781         we properly error out.
5782
5783 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5784
5785         * gst/playback/gstplaybin.c: (add_sink):
5786         * gst/playback/test.c: (main):
5787         * gst/playback/test5.c: (dump_element_stats):
5788         * gst/playback/test6.c: (main):
5789           free caps using gst_caps_unref, don't leak caps-strings
5790
5791 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5794         (plugin_init):
5795           Refine musepack typefinding a bit. Return MAXIMUM
5796           probability when we detect stream version 7 to make
5797           sure the mpeg audio typefinder doesn't trump us.
5798
5799 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5802           Protect against unexpected NULL strf_data buffer.
5803
5804 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5805
5806         * tests/check/elements/audioconvert.c: (verify_convert),
5807         (GST_START_TEST):
5808           interpret the out[] buffer in the order the bytes are actually
5809           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5810           Other tests should use BYTE_ORDER since the array is filled in
5811           with actual values
5812
5813 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5814
5815         * tests/check/elements/audioconvert.c: (verify_convert),
5816         (GST_START_TEST):
5817           when a test fails, give an indication of which it is
5818
5819 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5820
5821         * gst-libs/gst/cdda/gstcddabasesrc.c:
5822           compile fix; strtol() needs <stdlib.h>
5823
5824 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5825
5826         * ext/alsa/gstalsamixerelement.c:
5827         * ext/alsa/gstalsasrc.c:
5828         * ext/cdparanoia/gstcdparanoiasrc.c:
5829         * ext/gnomevfs/gstgnomevfssink.c:
5830         * ext/gnomevfs/gstgnomevfssrc.c:
5831         * ext/ogg/gstoggdemux.c:
5832         * ext/ogg/gstoggmux.c:
5833         * ext/ogg/gstoggparse.c:
5834         * ext/ogg/gstogmparse.c:
5835         * ext/pango/gstclockoverlay.c:
5836         * ext/pango/gsttextoverlay.c:
5837         * ext/pango/gsttextrender.c:
5838         * ext/pango/gsttimeoverlay.c:
5839         * ext/theora/theoradec.c:
5840         * ext/theora/theoraenc.c:
5841         * ext/vorbis/vorbisdec.c:
5842         * ext/vorbis/vorbisenc.c:
5843         * gst-libs/gst/audio/gstaudiofilter.c:
5844         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5845         * gst/audioconvert/gstaudioconvert.c:
5846         * gst/audiorate/gstaudiorate.c:
5847         * gst/audioresample/gstaudioresample.c:
5848         * gst/audiotestsrc/gstaudiotestsrc.c:
5849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5850         * gst/playback/gstdecodebin.c:
5851         * gst/playback/gstplaybin.c:
5852         * gst/playback/gststreamselector.c:
5853         * gst/subparse/gstsubparse.c:
5854         * gst/tcp/gstmultifdsink.c:
5855         * gst/tcp/gsttcpclientsink.c:
5856         * gst/tcp/gsttcpclientsrc.c:
5857         * gst/tcp/gsttcpserversink.c:
5858         * gst/tcp/gsttcpserversrc.c:
5859         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5860         * gst/videorate/gstvideorate.c:
5861         * gst/videoscale/gstvideoscale.c:
5862         * gst/videotestsrc/gstvideotestsrc.c:
5863         * gst/volume/gstvolume.c:
5864         * sys/v4l/gstv4ljpegsrc.c:
5865         * sys/v4l/gstv4lmjpegsink.c:
5866         * sys/v4l/gstv4lmjpegsrc.c:
5867         * sys/v4l/gstv4lsrc.c:
5868         * sys/ximage/ximagesink.c:
5869         * sys/xvimage/xvimagesink.c:
5870         * tests/check/libs/cddabasesrc.c:
5871           make GstElementDetails const
5872
5873 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5876         (gst_adder_init):
5877           send events from src-pad to all sink-pads fixes #338657
5878
5879 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5880
5881         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5882         (alsasink_parse_spec):
5883           query width capabilities from alsa, fixes #338919
5884
5885 2006-04-28  Wim Taymans  <wim@fluendo.com>
5886
5887         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5888         (gst_multi_fd_sink_remove_client_link):
5889         * gst/tcp/gstmultifdsink.h:
5890         Fix race condition in multifdsink that can lead to spurious 
5891         duplicate clients. this patch adds a new signal that is fired when
5892         multifdsink has removed all references to the fd.
5893         Fixes #339574.
5894         Updated documentation.
5895         API: client-fd-removed signal added
5896
5897 2006-04-28  Michael Smith  <msmith@fluendo.com>
5898
5899         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5900           When asking g_value_array_new to prealloc elements, we may as well
5901           ask for the right number of elements.
5902
5903 2006-04-28  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst-libs/gst/audio/gstbaseaudiosink.c:
5906         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5907         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5908         patch to make timestamp checking more tollerant to rounding 
5909         errors given that real discontinuities are to be marked on
5910         buffers. Fixes some asf files and #338778.
5911         Also avoid some crashers when we receive an event in the 
5912         NULL state.
5913
5914 2006-04-28  Michael Smith  <msmith@fluendo.com>
5915
5916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5917         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5918         (gst_gnome_vfs_src_get_property),
5919         (gst_gnome_vfs_src_send_additional_headers_callback),
5920         (gst_gnome_vfs_src_received_headers_callback),
5921         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5922         (gst_gnome_vfs_src_stop):
5923         * ext/gnomevfs/gstgnomevfssrc.h:
5924           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5925           proper shared support within icydemux.
5926
5927 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5928
5929         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5930         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5931           fix up docs
5932           fix a leak when no caps negotiated
5933           fix counting of input frames
5934         * tests/check/elements/.cvsignore:
5935         * tests/check/elements/videorate.c: (assert_videorate_stats),
5936         (GST_START_TEST), (videorate_suite):
5937           add tests for these
5938
5939 2006-04-28  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst-libs/gst/audio/gstringbuffer.c:
5942         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5943         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5944         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5945         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5946         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5947         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5948         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5949         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5950         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5951         Check arguments passed to public functions instead of
5952         crashing.
5953
5954 2006-04-28  Wim Taymans  <wim@fluendo.com>
5955
5956         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5957         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5958         GstBaseAudioSrc must be live or it does not work.
5959
5960         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5961         Don't set live to TRUE as this is the default in the parentclass.
5962
5963 2006-04-28  Wim Taymans  <wim@fluendo.com>
5964
5965         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5966         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5967         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5968         fixation cases better. Fixes #338991
5969
5970 2006-04-28  Wim Taymans  <wim@fluendo.com>
5971
5972         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5973         Handle 0/1 framerate correctly Fixes #331901.
5974
5975 2006-04-28  Wim Taymans  <wim@fluendo.com>
5976
5977         * tests/check/elements/audioconvert.c: (get_float_caps),
5978         (GST_START_TEST), (audioconvert_suite):
5979         Added check for correct clipping when doing float samples
5980         in audioconvert.
5981
5982 2006-04-28  Wim Taymans  <wim@fluendo.com>
5983
5984         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5985         (gst_video_rate_chain):
5986         Print more debugging info.
5987
5988 2006-04-28  Wim Taymans  <wim@fluendo.com>
5989
5990         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5991         (resample_set_state_from_caps):
5992         Add support for other formats audioresample can handle such as
5993         32 bits in and float and 64 bits float. Fixes #301759
5994
5995 2006-04-28  Wim Taymans  <wim@fluendo.com>
5996
5997         * gst/audioconvert/audioconvert.c: (float):
5998         correctly clip float samples > 1.0. Fixes #338718
5999
6000 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         Patch by: Young-Ho Cha  <ganadist at chollian net>
6003
6004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6005         (gst_text_overlay_render_text):
6006           Don't strip newlines from the text. Also, center lines
6007           within multi-line paragraphs (#339405).
6008
6009 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6012           Fix wavpack typefinding to work in more cases (don't peek
6013           for chunks of multiple hundred kBs at once, but process
6014           things step-by-step in smaller units). Fixes #339786.
6015
6016 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6017
6018         * configure.ac:
6019           back to HEAD
6020
6021 === release 0.10.6 ===
6022
6023 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6024
6025         * configure.ac:
6026           releasing 0.10.6, "Chao"
6027
6028 2006-04-26  David Schleef  <ds@schleef.org>
6029
6030         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6031           Fixes #338897.
6032
6033 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6034
6035         * configure.ac:
6036         * win32/common/config.h:
6037           new prerelease
6038
6039 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6040
6041         patch by: Wim Taymans
6042
6043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6044         (gst_ogg_demux_perform_seek):
6045           make sure correct newsegments are sent, so that the decoder
6046           and the demuxer agree on timestamps.  Fixes playback of a lot
6047           of Ogg files that do not start from 0.  Fixes #339833.
6048
6049 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6050
6051         Patch by: Edward Hervey  <edward@fluendo.com>
6052
6053         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6054         * tests/check/Makefile.am:
6055         * tests/check/elements/videorate.c: (assert_videorate_stats),
6056         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6057         (videorate_suite), (main):
6058           Fix an infinite loop if frames are passed in with wrongly ordered
6059           timestamps.  Fixes #339013.
6060
6061 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6062
6063         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6064
6065         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6066           fix typefinding on some ISO files.  Fixes #339212.
6067
6068 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6069
6070         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6073           add another H264 fourcc.  Fixes #339047.
6074
6075 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6076
6077         Patch by: Jan Schmidt
6078
6079         * gst/playback/gststreamselector.c:
6080         (gst_stream_selector_bufferalloc):
6081           Restore old StreamSelector behaviour.
6082           Fixes #338419.
6083
6084 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6085
6086         * configure.ac:
6087         * win32/common/config.h:
6088           prerelease
6089
6090 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6091
6092         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6093
6094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6095         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6096           Fix some memory leaks: on finalize, free buffers left in the queue
6097           before destroying the queue; in _push(), unref rtp_buf even if
6098           the process vfunc returned a NULL buffer as output buffer (#337548);
6099           demote some recuring debug messages to LOG level.
6100
6101 2006-04-11  Wim Taymans  <wim@fluendo.com>
6102
6103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6104         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6105         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6106         (gst_ogg_demux_loop):
6107         More cleanups.
6108         Respect segment stop when emiting EOS or SEGMENT_DONE.
6109         Fixes (#337945).
6110
6111 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * gst/playback/gststreamselector.c:
6114         (gst_stream_selector_get_property):
6115           Don't leak pad name.
6116
6117 2006-04-10  Michael Smith  <msmith@fluendo.com>
6118
6119         * tests/check/Makefile.am:
6120         * tests/check/gst-plugins-base.supp:
6121           Suppress an old libtheora bug (fixed in more recent versions), so 
6122           that FC4 buildslaves can pass.
6123
6124 2006-04-10  Wim Taymans  <wim@fluendo.com>
6125
6126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6127         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6128         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6129         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6130         (gst_ogg_demux_loop):
6131         Don't leak events.
6132         Remember what error we got when finding chains, if we
6133         were shutdown, that would not be an error.
6134
6135 2006-04-10  Wim Taymans  <wim@fluendo.com>
6136
6137         * gst-libs/gst/audio/gstbaseaudiosink.c:
6138         (gst_base_audio_sink_event):
6139         Starting the ringbuffer when we did not acquire it can cause
6140         a deadlock, is pointless and causes nasty things for
6141         subclasses. 
6142         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6143
6144 2006-04-10  Wim Taymans  <wim@fluendo.com>
6145
6146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6147         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6148         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6149         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6150         (gst_ogg_demux_deactivate_current_chain),
6151         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6152         (gst_ogg_demux_bisect_forward_serialno),
6153         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6154         Add some more debugging.
6155
6156 2006-04-10  Wim Taymans  <wim@fluendo.com>
6157
6158         * ext/theora/theoradec.c: (theora_dec_src_event),
6159         (theora_handle_data_packet):
6160         Some more debug info.
6161
6162         * tests/examples/seek/seek.c: (start_seek), (main):
6163         Print element messages too.
6164
6165 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6166
6167         * gst/audioresample/debug.h:
6168           replace debug macros with variable number of parameters
6169           by a simple alias to gstreamer standard debug macros 
6170          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6171           supported by MSVC 6.0 and 7.1)
6172         * gst/audioresample/resample.h:
6173           define M_PI and rint for WIN32
6174         * win32/common/libgstaudio.def:
6175         * win32/common/libgstriff.def:
6176         * win32/common/libgsttag.def:
6177         * win32/common/libgstvideo.def:
6178           add new exported functions
6179         * win32/vs6:
6180           update project files
6181
6182 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6183
6184         * ext/alsa/gstalsamixeroptions.c:
6185         (gst_alsa_mixer_options_class_init):
6186         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6189         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6190         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6191         * gst-libs/gst/audio/gstaudiofilter.c:
6192         (gst_audio_filter_class_init):
6193         * gst-libs/gst/audio/gstaudiosink.c:
6194         (gst_audioringbuffer_class_init):
6195         * gst-libs/gst/audio/gstaudiosrc.c:
6196         (gst_audioringbuffer_class_init):
6197         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6198         * gst-libs/gst/interfaces/colorbalancechannel.c:
6199         (gst_color_balance_channel_class_init):
6200         * gst-libs/gst/interfaces/mixeroptions.c:
6201         (gst_mixer_options_class_init):
6202         * gst-libs/gst/interfaces/mixertrack.c:
6203         (gst_mixer_track_class_init):
6204         * gst-libs/gst/interfaces/tunerchannel.c:
6205         (gst_tuner_channel_class_init):
6206         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6207         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6208         (gst_netbuffer_class_init):
6209         * gst-libs/gst/rtp/gstbasertppayload.c:
6210         (gst_basertppayload_class_init):
6211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6213         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6214         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6215         * gst/playback/gststreamselector.c:
6216         (gst_stream_selector_class_init):
6217         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6218         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6219         * sys/v4l/gstv4lcolorbalance.c:
6220         (gst_v4l_color_balance_channel_class_init):
6221         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6222         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6223         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6224         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6225         (gst_v4l_tuner_norm_class_init):
6226         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6228         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6229         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6230
6231 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6232
6233         * ext/pango/gsttextrender.h:
6234         * gst-libs/gst/audio/gstaudiosink.h:
6235         * gst-libs/gst/audio/gstaudiosrc.h:
6236         * gst-libs/gst/audio/gstbaseaudiosink.h:
6237         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6238         * gst-libs/gst/audio/gstringbuffer.h:
6239         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6240         * gst-libs/gst/rtp/gstbasertppayload.h:
6241         * gst-libs/gst/video/gstvideofilter.h:
6242         * gst-libs/gst/video/gstvideosink.h:
6243         * gst/playback/gstplaybasebin.h:
6244         * gst/tcp/gstmultifdsink.h:
6245         * sys/v4l/gstv4lelement.h:
6246         Fix broken GObject macros
6247
6248 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6249
6250         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6251         More debug to trace why my USB headset is not working with gst
6252
6253 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6254
6255         * gst/playback/gstplaybasebin.c: (group_destroy):
6256         Clean up our group elements properly in the case where it never 
6257         got committed - it still got added unconditionally to the bin.
6258
6259 2006-04-07  Wim Taymans  <wim@fluendo.com>
6260
6261         * ext/theora/theoradec.c: (theora_dec_sink_event),
6262         (theora_handle_data_packet), (theora_dec_chain):
6263         Unref unhandled events.
6264         Protect against empty buffers.
6265         Perform QoS on running time.
6266
6267 2006-04-07  Michael Smith  <msmith@fluendo.com>
6268
6269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6270         (gst_vorbis_enc_chain):
6271           Remove leaks from vorbisenc.
6272           Mostly minor changes, the only significant one is that now the
6273           buffers we set as 'streamheader' on the caps are copies of the
6274           original buffers, to avoid circular refcounting problems.
6275
6276 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6277
6278         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6279           Don't remove our mute-probe if someone else already did so.
6280           Don't set a 2nd one if there is already one pending on the pad.
6281
6282         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6283         (do_playbin_seek):
6284           When a seek fails, ensure that playbin is still set back to playing.
6285           
6286         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6287         (mpeg_ts_type_find), (plugin_init):
6288           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6289
6290 2006-04-06  Andy Wingo  <wingo@pobox.com>
6291
6292         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6293         (gst_video_rate_init): Caps-related parameters should not be reset
6294         by a flush -- move their inits to the instance init function.
6295         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6296         is not OK, just return the result.
6297
6298         * gst/audiotestsrc/gstaudiotestsrc.c
6299         (gst_audio_test_src_class_init)
6300         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6301         broken by Stefan's commit on 24 March.
6302
6303         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6304         buffers being pushed out. Fixes oggmux ! multifdsink.
6305
6306 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6309         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6310         * ext/vorbis/vorbisdec.h:
6311         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6312         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6313         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6314         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6315         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6316         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6317         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6318         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6319         (gst_vorbis_enc_buffer_from_packet),
6320         (gst_vorbis_enc_buffer_from_header_packet),
6321         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6322         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6323         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6324         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6325         (gst_vorbis_enc_change_state):
6326         * ext/vorbis/vorbisenc.h:
6327           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6328           vorbisenc adhere to the official nomenclature; use boilerplate
6329           macro.
6330
6331 2006-04-04  Andy Wingo  <wingo@pobox.com>
6332
6333         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6334         Whoops, fix bug introduced. Bad hacker!
6335         
6336         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6337         Properly handle the case where you get EOS before any buffers are
6338         received. Use gst_buffer_make_metadata_writable where appropriate.
6339
6340         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6341         is often negative -- make it signed so as not to wrap around.
6342         Fixes segfaults introduced on 9 March.
6343
6344 2006-04-03  Wim Taymans  <wim@fluendo.com>
6345
6346         * ext/theora/gsttheoradec.h:
6347         * ext/theora/theoradec.c: (theora_dec_src_event):
6348         Don't try to store a gdouble in a gboolean.
6349         Small cleanups.
6350
6351 2006-04-03  Michael Smith  <msmith@fluendo.com>
6352
6353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6354           Oggmux sucks.
6355           Make it suck slightly less by writing out the final page.
6356           Still can't encode a vorbis-in-ogg file correctly, though.
6357
6358 2006-04-03  Andy Wingo  <wingo@pobox.com>
6359
6360         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6361         a g_print.
6362
6363         * ext/theora/theora.c (plugin_init): Register theoraparse.
6364
6365         * ext/theora/gsttheoraparse.h: 
6366         * ext/theora/theoraparse.c: New files implementing a theora
6367         parser. Now we can properly remux ogg/theora+vorbis, yay.
6368
6369         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6370
6371 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6372
6373         * gst/audiotestsrc/gstaudiotestsrc.c:
6374           Fixed the sample pipeline (see #323798)
6375
6376 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6377
6378         * configure.ac:
6379         * win32/common/config.h:
6380         * win32/common/config.h.in:
6381           use AS_VERSION and AS_NANO
6382           more cleanups
6383
6384 2006-03-31  Andy Wingo  <wingo@pobox.com>
6385
6386         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6387         uninitialized variable return that would happen.
6388         
6389         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6390         uninitialized variable return that would never happen.
6391
6392         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6393         (vorbis_parse_sink_event): Add an event function to flush our
6394         state on a seek, and to drain buffers on a premature EOS.
6395         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6396         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6397         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6398         (vorbis_parse_drain_queue): Queue up buffers until we can set
6399         their timestamps and granulepos values.
6400
6401         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6402         and keep track of data needed for deriving granulepos and
6403         timestamps for buffers.
6404
6405 2006-03-29  Wim Taymans  <wim@fluendo.com>
6406
6407         Patch by: j^ <j at bootlab dot org>
6408
6409         * ext/alsa/gstalsamixerelement.c:
6410         (gst_alsa_mixer_element_class_init):
6411         * ext/alsa/gstalsasink.c:
6412         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6413         * ext/ogg/gstoggdemux.c:
6414         * ext/ogg/gstoggmux.c:
6415         * ext/ogg/gstoggparse.c:
6416         * ext/pango/gstclockoverlay.c:
6417         * ext/pango/gsttextoverlay.c:
6418         * ext/pango/gsttextrender.c:
6419         * ext/pango/gsttimeoverlay.c:
6420         * ext/theora/theoradec.c:
6421         * ext/theora/theoraenc.c:
6422         * ext/vorbis/vorbisdec.c:
6423         * ext/vorbis/vorbisenc.c:
6424         * gst/audioconvert/gstaudioconvert.c:
6425         * gst/subparse/gstsubparse.c:
6426         * gst/tcp/gstmultifdsink.c:
6427         * gst/tcp/gsttcpclientsink.c:
6428         * gst/tcp/gsttcpclientsrc.c:
6429         * gst/tcp/gsttcpserversink.c:
6430         * gst/tcp/gsttcpserversrc.c:
6431           better/unified long descriptions
6432           Fixes #336477
6433
6434 2006-03-29  Wim Taymans  <wim@fluendo.com>
6435
6436         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6437         (stop_seek):
6438         Don't let double and triple clicks mess up our state.
6439
6440 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         * gst/playback/gstplaybin.c: (gen_video_element),
6443         (gen_text_element), (gen_audio_element), (gen_vis_element):
6444           Error out gracefully when we can't create any of the usual
6445           conversion elements for some reason. Also, don't try to
6446           create an audioscale (sic) element that's not used anyway.
6447
6448 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6449
6450         * gst/playback/gstplaybasebin.c: (setup_source):
6451           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6452           element for a particular protocol, that's confusing for users.
6453           Instead, post a RESOURCE_FAILED error, so that our own error
6454           message is actually shown in totem etc. (#336303).
6455
6456 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6459
6460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6461         (gst_gnome_vfs_src_get_icy_metadata):
6462           Fix some minor memory leaks (#336194).
6463
6464 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * ext/gnomevfs/gstgnomevfs.c:
6467         (gst_gnome_vfs_location_to_uri_string):
6468         * ext/gnomevfs/gstgnomevfs.h:
6469         * ext/gnomevfs/gstgnomevfssink.c:
6470         (gst_gnome_vfs_sink_set_property):
6471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6472           Make gnomevfssink accept filenames as well as URIs for the
6473           "location" property, just like gnomevfssrc does (and
6474           filesrc/filesink do) (#336190).
6475
6476 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6477
6478         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6479           set to NULL before unreffing, fixes a valgrind leak.
6480           Why was this not triggering the error that an object needs to
6481           be NULL before unreffing ?
6482         * win32/common/config.h:
6483           update
6484
6485 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6486
6487         * gst/subparse/gstsubparse.c: (convert_encoding),
6488         (gst_sub_parse_change_state):
6489         * gst/subparse/gstsubparse.h:
6490           Text subtitle files may or may not be UTF-8. If it's not, we
6491           don't really want to see '?' characters in place of non-ASCII
6492           characters like accented characters. So let's assume the input
6493           is UTF-8 until we come across text that is clearly not. If it's
6494           not UTF-8, we don't really know what it is, so try the following:
6495           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6496           is set; if not, check (b) if the current locale encoding is
6497           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6498           the current locale encoding is UTF-8 and the environment variable
6499           was not set to any particular encoding. Not perfect, but better
6500           than nothing (and better than before, I think) (fixes #172848).
6501
6502 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6503
6504         * configure.ac:
6505           update core requirement to 0.10.4.1 because of async_playback
6506           vmethod on GstBaseSink
6507
6508 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6509
6510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6511         * gst/adder/gstadder.c: (gst_adder_init):
6512         use DEBUG_FUNCPTR for collectpads
6513
6514 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6515
6516         * docs/plugins/Makefile.am:
6517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6519         * ext/cdparanoia/gstcdparanoiasrc.c:
6520         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6521         (gst_gnome_vfs_sink_class_init):
6522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6524         * ext/ogg/gstoggmux.c:
6525         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6526         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6527         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6528         * ext/pango/gsttextoverlay.c:
6529         * ext/pango/gsttextrender.c:
6530         * ext/theora/theoradec.c:
6531         * ext/theora/theoraenc.c:
6532         * ext/vorbis/vorbisdec.c:
6533         * ext/vorbis/vorbisenc.c:
6534         * gst-libs/gst/audio/gstaudiofilter.c:
6535         (gst_audio_filter_base_init):
6536         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6537         (gst_audio_filter_template_base_init):
6538         * gst/adder/gstadder.c: (gst_adder_get_type):
6539         * gst/adder/gstadder.h:
6540         * gst/audioconvert/gstaudioconvert.c:
6541         * gst/audiotestsrc/gstaudiotestsrc.c:
6542         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6543         (gst_audio_test_src_create):
6544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6545         * gst/playback/gstdecodebin.c:
6546         * gst/playback/gstplaybin.c:
6547         * gst/playback/gststreamselector.c:
6548         (gst_stream_selector_base_init):
6549         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6550         * gst/volume/gstvolume.c:
6551         * sys/v4l/gstv4lmjpegsink.c:
6552         * sys/v4l/gstv4lmjpegsrc.c:
6553         * tests/check/libs/cddabasesrc.c:
6554         * tests/old/examples/gob/gst-identity2.gob:
6555           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6556           define GstElementDetails at the top
6557
6558 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6559
6560         * win32/common/libgstinterfaces.def:
6561         Add a lot of export functions for gst-python
6562         * win32/vs6/libgstinterfaces.dsp:
6563         Add a missing include folder in the project configuration
6564         
6565 2006-03-23  Wim Taymans  <wim@fluendo.com>
6566
6567         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6568         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6569         (gst_base_audio_src_change_state):
6570         Fix audio sources, forgot to make the ringbuffer
6571         startable...
6572
6573 2006-03-23  Wim Taymans  <wim@fluendo.com>
6574
6575         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6576         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6577         (gst_base_audio_src_change_state):
6578         unparent instead of unref the ringbuffer.
6579
6580 2006-03-23  Wim Taymans  <wim@fluendo.com>
6581
6582         * gst-libs/gst/audio/gstbaseaudiosink.c:
6583         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6584         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6585         Implement new async_play vmethod to start slaving and allow
6586         playback start in case of async PLAY state changes. 
6587
6588         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6589         Enable QoS with new method in base class.
6590
6591 2006-03-23  Wim Taymans  <wim@fluendo.com>
6592
6593         Patch by: Julien MOUTTE <julien at moutte dot net>
6594
6595         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6596         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6597         Partially handle 0 framerate, only EOS after the first frame
6598         is missing.
6599
6600 2006-03-23  Wim Taymans  <wim@fluendo.com>
6601
6602         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6603
6604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6605         (gst_riff_create_video_template_caps):
6606         * gst/ffmpegcolorspace/avcodec.h:
6607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6608         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6609         (gst_ffmpegcsp_avpicture_fill):
6610         * gst/ffmpegcolorspace/imgconvert.c:
6611         Patch for support of YVU9 AVI files (#334822)
6612
6613 2006-03-22  Edward Hervey  <edward@fluendo.com>
6614
6615         * docs/design/design-decodebin.txt:
6616         Added design document for new decodebin
6617         (Target Caps): text/x-pango-markup is also a default target caps.
6618
6619 2006-03-22  Wim Taymans  <wim@fluendo.com>
6620
6621         * gst-libs/gst/audio/gstbaseaudiosink.c:
6622         (gst_base_audio_sink_dispose):
6623         Since we _parent the ringbuffer, we also need to
6624         _unparent instead of a plain _unref.
6625
6626 2006-03-22  Wim Taymans  <wim@fluendo.com>
6627
6628         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6629         (stop_seek), (scrub_toggle_cb), (main):
6630         Add scrub checkbox.
6631
6632 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6635         (gst_ogg_parse_chain):
6636           Fix very inefficient usage of linked lists (#335365).
6637
6638 2006-03-21  Edward Hervey  <edward@fluendo.com>
6639
6640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6641         * gst/playback/gstplaybin.c: (handoff):
6642         * gst/playback/gststreamselector.c:
6643         (gst_stream_selector_set_property):
6644         gcc 4.1 unreferenced pointer fixes.
6645         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6647         gst_buffer_ref() now takes a GstBuffer*.
6648
6649 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6650
6651         * sys/xvimage/xvimagesink.c:
6652         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6653         by Jan Schmidt.
6654
6655 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6658         (id3v1_type_find), (apetag_type_find), (plugin_init):
6659           Can't do tag preferences via probability, as tags would then
6660           lose against types that are recognised with MAXIMUM probability
6661           (like .wav); so let all tag typefinders return MAXIMUM themselves
6662           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6663           that we can prefer APE to ID3v1 (fixes #335028).
6664           
6665 2006-03-17  Wim Taymans  <wim@fluendo.com>
6666
6667         * gst-libs/gst/audio/gstbaseaudiosink.c:
6668         (gst_base_audio_sink_change_state):
6669         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6670         (gst_ring_buffer_may_start):
6671         * gst-libs/gst/audio/gstringbuffer.h:
6672         Only start playback if we are playing.
6673         should fix #330748.
6674
6675 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6676
6677         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6678         * win32/common/config.h:
6679           Revert accidental commits to these files.
6680
6681 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6684
6685         * tests/Makefile.am:
6686           Don't try to build tests in tests/icles if we
6687           don't have X (#323852)
6688
6689 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         * gst-libs/gst/tag/gstid3tag.c:
6692           Add TXXX frame identifiers for replaygain stuff as used
6693           by some taggers (see #323721).
6694
6695 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6696
6697         * gst/playback/gststreamselector.c:
6698         (gst_stream_selector_set_property),
6699         (gst_stream_selector_bufferalloc):
6700           Preserve the existing buggy streamselector behaviour by performing
6701           a fallback buffer allocation when downstream isn't linked yet.
6702           This should really be fixed in playbin by blocking pads until it's
6703           linked them.
6704           Also, use gst_pad_alloc_buffer instead of
6705           gst_pad_alloc_buffer_and_set.
6706
6707 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * gst-libs/gst/tag/gstid3tag.c:
6710           Don't crash on unknown ID3v2 TXXX frames.
6711           
6712 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6713
6714         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6715           Chain up to the parent finalize method.
6716           Add 32-bit sample size to the template caps.
6717
6718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6719         (gst_riff_create_video_template_caps):
6720           Add the fourcc that the VMWare codec uses.
6721           
6722         * gst/playback/gststreamselector.c:
6723         (gst_stream_selector_set_property),
6724         (gst_stream_selector_bufferalloc),
6725         (gst_stream_selector_request_new_pad):
6726           For the active pad, forward buffer-alloc requests, otherwise
6727           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6728           having to memcpy every frame when used by playbin.
6729
6730         * gst/tcp/gstmultifdsink.c:
6731         (gst_multi_fd_sink_handle_client_write):
6732           Get negotiated caps from the sink pad, rather than the sink
6733           pad's peer.
6734
6735 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6738         
6739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6740           Don't forget to set src->callbacks_pushed to FALSE again when
6741           popping them, otherwise re-activation in a different mode won't
6742           work (#334620).
6743
6744 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         Patch by: Sebastien Moutte  <sebastien moutte net>
6747
6748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6749         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6750         (gst_ffmpeg_smpfmt_to_caps):
6751           Replace __VA_ARGS__ caps creation macros with varargs functions.
6752           Makes things compile on MSVC (#320765), looks nicer, and we can
6753           tell the compiler to check for the NULL terminator.
6754
6755 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6758
6759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6760           Make sure the buffer we copy into is really always big
6761           enough, this time for real (#333488).
6762           
6763 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6764
6765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6766           Add support for 24bpp DIB (#305279).
6767
6768 2006-03-14  Wim Taymans  <wim@fluendo.com>
6769
6770         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6771         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6773         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6774         (gst_video_scale_init), (gst_video_scale_src_event):
6775         Re-enable QoS after the release.
6776         Rework videoscale to use the base class src_event handler.
6777
6778 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * configure.ac:
6781           back to CVS.
6782
6783 === release 0.10.5 ===
6784
6785 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6786
6787         * configure.ac:
6788           releasing 0.10.5, "Net"
6789
6790 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * docs/plugins/Makefile.am:
6793           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6794           
6795 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6798         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6799         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6800           Add cdparanoiasrc to docs.
6801
6802         * gst-libs/gst/cdda/gstcddabasesrc.c:
6803           More GstCddaBaseSrc docs.
6804
6805 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * docs/libs/gst-plugins-base-libs-sections.txt:
6808         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6809         * gst-libs/gst/tag/tag.h:
6810           API: libgsttag: new method gst_tag_from_id3_user_tag().
6811
6812 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6815           NULL-terminate array of mpeg4 video file extensions.
6816           Fixes crash on PPC (#334226).
6817
6818 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         * ext/gnomevfs/gstgnomevfssrc.c:
6821         (gst_gnome_vfs_src_check_get_range):
6822           gnome_vfs_uri_is_local() alone is not a good indicator
6823           whether we can operate in pull-mode with a specific URI,
6824           as it returns FALSE for file:// URIs that point to an
6825           NFS-mounted path. Be more conservative here: whitelist
6826           local files, blacklist http URIs and use the old
6827           mechanism for anything else (fixes #334216).
6828
6829 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6830
6831         * configure.ac:
6832           back to trunk
6833
6834 === release 0.10.4 ===
6835
6836 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6837
6838         * configure.ac:
6839           releasing 0.10.4, "Power"
6840
6841 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6842
6843         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6844         Disable max-lateness by setting it to -1 for now, so that 
6845         we can bed QoS stuff in thoroughly between now and the next
6846         release.
6847
6848 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         Patch by: Fabrizio Gennari
6851
6852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6853           Make sure we don't read beyond the palette buffer in case of
6854           broken or manipulated files (#333488)
6855
6856 2006-03-10  Edward Hervey  <edward@fluendo.com>
6857
6858         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6859         Fix for variable not initialized.
6860
6861 2006-03-09  Wim Taymans  <wim@fluendo.com>
6862
6863         * ext/libvisual/visual.c: (gst_visual_get_type),
6864         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6865         (gst_visual_chain):
6866         Small cleanups.
6867
6868         * ext/theora/gsttheoradec.h:
6869         * ext/theora/theoradec.c: (gst_theora_dec_init),
6870         (gst_theora_dec_reset), (_theora_granule_time),
6871         (theora_dec_src_convert), (theora_dec_sink_convert),
6872         (theora_dec_src_query), (theora_dec_src_event),
6873         (theora_dec_sink_event), (theora_handle_comment_packet),
6874         (theora_handle_header_packet), (theora_dec_push),
6875         (theora_handle_data_packet), (theora_dec_chain),
6876         (theora_dec_change_state):
6877         Add simple QoS.
6878
6879 2006-03-09  Wim Taymans  <wim@fluendo.com>
6880
6881         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6882         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6883         Some cleanups.
6884
6885 2006-03-09  Wim Taymans  <wim@fluendo.com>
6886
6887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6888         Don't try to activate NULL chains.
6889
6890 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6893           Fix invalid memory access to region before peek'd data (#332964).
6894
6895 2006-03-09  Wim Taymans  <wim@fluendo.com>
6896
6897         Patch by: Christophe Fergeau
6898
6899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6900         * ext/pango/gsttextrender.c: (gst_text_render_init):
6901         * gst/adder/gstadder.c: (gst_adder_init):
6902         Don't leak padtemplates, closes #333510.
6903
6904 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6907           Fix invalid memory access: make sure string passed to
6908           regexec() is NUL-termianted.
6909
6910 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6913         (mp3_type_find):
6914           Refactor mpeg/audio typefinding to make it more maintainable
6915           and easier to fine-tune. Make probing into middle of the file
6916           work properly (fixes #333900, also see #152688).
6917
6918 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst/typefind/gsttypefindfunctions.c:
6921         (utf8_type_find_have_valid_utf8_at_offset):
6922           Remove part from previous commit that was bogus:
6923           g_utf8_validate() does in fact not accept embedded
6924           zeroes, so we don't need to check for those (thanks
6925           to Mike for the hint).
6926
6927 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * gst/typefind/gsttypefindfunctions.c:
6930         (utf8_type_find_count_embedded_zeroes),
6931         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6932           Make plain/text typefinder more conservative: firstly, check
6933           for embedded zeroes, which are perfectly valid UTF-8 characters,
6934           but also a fairly good sign that something is not a plain text
6935           file; secondly, probe into the middle of the file if possible.
6936           If we can't probe into the middle, limit the probability value
6937           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6938
6939 2006-03-08  Michael Smith  <msmith@fluendo.com>
6940
6941         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6942           Make typefind function name for mpeg4 video unique.
6943
6944 2006-03-08  Wim Taymans  <wim@fluendo.com>
6945
6946         * ext/libvisual/visual.c: (gst_visual_init),
6947         (gst_visual_clear_actors), (gst_visual_dispose),
6948         (gst_visual_reset), (gst_visual_src_setcaps),
6949         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6950         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6951         (gst_visual_chain), (gst_visual_change_state):
6952         Cleanups, post nice errors.
6953         Handle sink and src events.
6954         Implement simple QoS.
6955
6956         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6957         Use new basesink methods to configure max-lateness.
6958         Small doc update.
6959
6960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6961         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6962         Debug statement cleanups.
6963
6964         * gst/volume/gstvolume.c: (gst_volume_class_init):
6965         Simple cleanup.
6966
6967 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6970         (gst_text_overlay_init), (gst_text_overlay_set_property),
6971         (gst_text_overlay_get_property):
6972           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6973           as string type properties, but mark them deprecated. Add
6974           'halignment' and 'valignment' properties that use enums
6975           instead of strings.
6976
6977 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         Patch by: Fabrizio Gennari
6980
6981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6982           Allow palettes with less than 256 colours in AVI files
6983           (#333488)
6984
6985 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6986
6987         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6988         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6989         pad. We were releasing the queued text buffer when we should keep
6990         it until video pad gets EOS or discard the text buffer because it's
6991         too old. That was eating the last subtitle buffer. Add some more
6992         debug.
6993
6994 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6997         (gst_text_overlay_video_chain):
6998           Fix invalid memory access (we can't access a buffer after it's been
6999           pushed downstream without taking a reference); fix memory leak (if
7000           there's no text to render, bail out before allocating stuff).
7001
7002 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7005         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7006         * ext/pango/gsttextoverlay.h:
7007           If input is plain text, escape it before passing it to
7008           pango_layout_set_markup().
7009
7010 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7013           Don't ignore flow return from gst_pad_push().
7014
7015 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         Patch by: Fabrizio Gennari
7018
7019         * ext/libvisual/visual.c: (gst_visual_getcaps),
7020         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7023         (gst_vorbisenc_convert_sink):
7024         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7025         (gst_audio_duration_from_pad_buffer):
7026         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7027         (gst_audio_filter_chain):
7028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7029         (gst_base_rtp_depayload_setcaps):
7030         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7031         (gst_video_get_size):
7032         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7033           Don't leak references returned by gst_pad_get_parent()
7034           (#333663)
7035
7036 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7037
7038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7039           change location param details
7040         * gst/volume/gstvolume.c: (plugin_init):
7041           correct plugin description
7042
7043 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7046         (gst_gnome_vfs_src_check_get_range):
7047           Override GstBaseSrc::check_get_range() in order to avoid opening
7048           the resource just to check whether we can operate in pull-mode or
7049           not - we can predict that pretty well from the URI alone. Should
7050           fix problems with last.fm (#331690). (Requires latest core CVS).
7051
7052 2006-03-06  Wim Taymans  <wim@fluendo.com>
7053
7054         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7055         (gst_video_sink_class_init):
7056         Throw away frames that are later than 20 ms.
7057
7058 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         Patch by: Fabrizio Gennari
7061
7062         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7063           Set depth on WMA caps (#333545)
7064
7065 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7066
7067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7068         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7069           put Theora BOS pages before others.  This hardcodes
7070           the Ogg/Theora I profile, but hey.
7071
7072 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7073
7074         * ext/ogg/README:
7075           updated with some examples
7076         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7077         (granulepos_add), (theora_buffer_from_packet):
7078         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7079         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7080         (gst_vorbisenc_chain):
7081           implement strategy from ext/ogg/README
7082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7083         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7084         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7085         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7086           Fix muxer so that oggz-validate is happy with all streams;
7087           except for no eos mark, and the BOS page ordering
7088         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7089         (check_buffer_granulepos):
7090         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7091           update tests to check for OFFSET being set as requested
7092           fixed type of granulepos, it's not a ClockTime
7093
7094 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7095
7096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7097         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7098         Check that the xvimage we are creating has a correct size
7099         before returning it. (#314897)
7100
7101 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7104           Give id3 and ape tag typefinders a rank slightly higher
7105           than PRIMARY to ensure they're always run before any of
7106           the other typefinders (in particular wav and mp3) (#324186).
7107
7108 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7111           Add support for '3IVD' fourcc (#333403).
7112
7113 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * configure.ac:
7116           Bump requirements to GStreamer CVS for the new error enum.
7117
7118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7119           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7120           space left on the device (fixes #333352).
7121
7122 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7123
7124         * win32/vs6:
7125           add a project file for libgstvolume
7126           update the workspace
7127
7128 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7129
7130         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7131         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7132         (GST_START_TEST):
7133           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7134           Set IN_CAPS on header buffers
7135
7136 2006-03-02  Wim Taymans  <wim@fluendo.com>
7137
7138         * docs/plugins/Makefile.am:
7139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7141         Add audioresample to docs.
7142
7143         * gst/audioconvert/gstaudioconvert.c:
7144         Add revision date.
7145
7146         * gst/audioresample/gstaudioresample.c:
7147         (gst_audioresample_base_init), (gst_audioresample_class_init),
7148         (gst_audioresample_init), (gst_audioresample_dispose),
7149         (audioresample_get_unit_size), (audioresample_transform_caps),
7150         (resample_set_state_from_caps), (audioresample_transform_size),
7151         (audioresample_set_caps), (audioresample_event),
7152         (audioresample_do_output), (audioresample_transform),
7153         (audioresample_pushthrough), (gst_audioresample_set_property),
7154         (gst_audioresample_get_property), (plugin_init):
7155         * gst/audioresample/gstaudioresample.h:
7156         Added docs.
7157         Small code cleanups.
7158
7159 2006-03-02  Wim Taymans  <wim@fluendo.com>
7160
7161         * docs/plugins/Makefile.am:
7162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7164         Added videoscale to docs.
7165
7166         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7167         (gst_video_rate_swap_prev), (gst_video_rate_event),
7168         (gst_video_rate_chain):
7169         Fix typo in docs.
7170
7171         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7172         (gst_video_scale_init), (gst_video_scale_prepare_size),
7173         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7174         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7175         * gst/videoscale/gstvideoscale.h:
7176         Added docs, examples.
7177         Some code cleanups.
7178         Post errors instead of g_warning.
7179
7180 2006-03-02  Wim Taymans  <wim@fluendo.com>
7181
7182         * docs/libs/gst-plugins-base-libs-docs.sgml:
7183         * docs/libs/gst-plugins-base-libs-sections.txt:
7184         * docs/libs/gst-plugins-base-libs.types:
7185         * docs/plugins/Makefile.am:
7186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7187         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7188         Added some more docs to libs and plugins.
7189
7190         * gst-libs/gst/audio/gstringbuffer.c:
7191         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7192         * gst-libs/gst/audio/gstringbuffer.h:
7193         Document ringbuffer some more.
7194
7195         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7196         (gst_video_rate_setcaps), (gst_video_rate_reset),
7197         (gst_video_rate_init), (gst_video_rate_flush_prev),
7198         (gst_video_rate_swap_prev), (gst_video_rate_event),
7199         (gst_video_rate_chain), (gst_video_rate_change_state):
7200         * gst/videorate/gstvideorate.h:
7201         Fix videorate to use segments.
7202         Make it work with 0/1 framerates (closes #331903)
7203         Handle EOS correctly.
7204         Added docs.
7205
7206 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7209         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7210         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7211           In state change function, first chain up to parent class,
7212           then handle downwards state change stuff. Remove some
7213           commented out cruft from 0.8 code.
7214
7215 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7218         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7219         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7220         (gst_ogm_parse_chain):
7221           Don't remove/re-add source pad if the new caps are the same as
7222           the old caps anyway (#333042). When removing source pad, don't
7223           unref it afterwards - we didn't ref it when adding. Sprinkle some
7224           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7225           after using gst_pad_get_parent(). Return downstream flow return
7226           value in chain function.
7227
7228 2006-03-02  Wim Taymans  <wim@fluendo.com>
7229
7230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7231         * docs/plugins/gst-plugins-base-plugins.args:
7232         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7233         * docs/plugins/gst-plugins-base-plugins.interfaces:
7234         * docs/plugins/gst-plugins-base-plugins.signals:
7235         Fix hierarchy, added some more elements to the docs.
7236
7237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7238         (gst_ffmpegcsp_get_type):
7239         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7240         Fix docs for ffmpegcolorspace.
7241
7242 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7245         (apetag_type_find), (ape_type_find), (plugin_init):
7246           Some typefinding fine-tuning:
7247           - rank ID3/APE tags in order of preference via probabilities, so that
7248             ID3v2 > APEv2 > APEv1 > ID3v1.
7249           - three or four bytes don't really justify MAXIMUM probability,
7250             change those to 'very likely' (musepack and monkeysaudio).
7251
7252 2006-03-01  Wim Taymans  <wim@fluendo.com>
7253
7254         * docs/plugins/Makefile.am:
7255         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7256         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7257         * ext/alsa/gstalsamixer.c:
7258         * ext/alsa/gstalsamixer.h:
7259         * ext/alsa/gstalsamixerelement.c:
7260         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7261         * ext/alsa/gstalsamixerelement.h:
7262         * ext/alsa/gstalsasink.c:
7263         * ext/alsa/gstalsasink.h:
7264         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7265         (gst_alsasrc_init):
7266         * ext/alsa/gstalsasrc.h:
7267         Added alsa docs.
7268         Small code cleanups.
7269
7270 2006-03-01  Wim Taymans  <wim@fluendo.com>
7271
7272         * ext/theora/Makefile.am:
7273         Dist new header too,
7274
7275 2006-03-01  Wim Taymans  <wim@fluendo.com>
7276
7277         * docs/plugins/Makefile.am:
7278         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7279         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7280         * ext/gnomevfs/gstgnomevfssink.h:
7281         * ext/gnomevfs/gstgnomevfssrc.h:
7282         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7283         * ext/vorbis/vorbisdec.h:
7284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7285         * ext/vorbis/vorbisenc.h:
7286         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7287         (vorbis_parse_chain), (vorbis_parse_change_state):
7288         * ext/vorbis/vorbisparse.h:
7289         * gst/audioconvert/gstaudioconvert.h:
7290         * gst/tcp/gsttcpserversink.h:
7291         * gst/videotestsrc/gstvideotestsrc.c:
7292         * gst/videotestsrc/gstvideotestsrc.h:
7293         * gst/volume/gstvolume.c:
7294         * gst/volume/gstvolume.h:
7295         Fix some more docs.
7296         Added docs for vorbisdec and vorbisparse.
7297         Fix vorbisparse.
7298
7299 2006-03-01  Wim Taymans  <wim@fluendo.com>
7300
7301         * docs/plugins/Makefile.am:
7302         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7303         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7304         * ext/pango/gstclockoverlay.h:
7305         * ext/pango/gsttextoverlay.h:
7306         * ext/pango/gsttextrender.h:
7307         * ext/pango/gsttimeoverlay.h:
7308         * ext/theora/gsttheoradec.h:
7309         * ext/theora/gsttheoraenc.h:
7310         * ext/theora/theoradec.c:
7311         * ext/theora/theoraenc.c:
7312         * gst/audioconvert/gstaudioconvert.h:
7313         * gst/audiotestsrc/gstaudiotestsrc.h:
7314         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7315         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7316         * gst/tcp/gstmultifdsink.h:
7317         Updated/added documentation.
7318
7319         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7320         (gst_text_overlay_halign_get_type),
7321         (gst_text_overlay_wrap_mode_get_type),
7322         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7323         (gst_text_overlay_init), (gst_text_overlay_set_property),
7324         (gst_text_overlay_get_property):
7325         Fix up properties to be enums instead of string to make bindings,
7326         introspection and automatic GUI creation possible.
7327         Add getters for the properties.
7328
7329 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7330
7331         * gst/audiotestsrc/gstaudiotestsrc.c:
7332           added defines of M_PI and M_PI_2
7333         * gst/ffmpegcolorspace/avcodec.h:
7334           removed #include "stdint.h" for win32 as _stdint.h is 
7335           autogenerated to win32/common
7336         * win32/common/libgstaudio.def:
7337         * win32/common/libgsttag.def:
7338           added some exports
7339         * win32/vs6:
7340           some project files bugs corrected
7341         * win32/vs7:
7342           project files are reset to the default vs7 configuration 
7343           (they link to msvcr71.dll using default optimizations)
7344           
7345 2006-02-28  Wim Taymans  <wim@fluendo.com>
7346
7347         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7348         Fix some docs.
7349
7350 2006-02-28  Edward Hervey  <edward@fluendo.com>
7351
7352         * ext/alsa/gstalsasrc.c:
7353         Set proper class on the ElementDetails:
7354         Source/Audio instead of Src/Audio/
7355
7356 2006-02-28  Edward Hervey  <edward@fluendo.com>
7357
7358         * gst/videoscale/vs_scanline.c:
7359         (vs_scanline_resample_nearest_RGBA):
7360         Revert optimization in videoscale. It should go in liboil and have
7361         an appropriate liboil function.
7362
7363 2006-02-28  Wim Taymans  <wim@fluendo.com>
7364
7365         * gst-libs/gst/audio/gstbaseaudiosink.c:
7366         (gst_base_audio_sink_provide_clock):
7367         Don't try to provide a clock in the NULL state.
7368
7369 2006-02-28  Wim Taymans  <wim@fluendo.com>
7370
7371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7372         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7373         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7374         (gst_ogg_demux_deactivate_current_chain),
7375         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7376         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7377         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7378         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7379         Use GstSegment infrastructure to remove duplicated code
7380         and handle more seek cases correctly.
7381
7382 2006-02-28  Wim Taymans  <wim@fluendo.com>
7383
7384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7385         (gst_ffmpegcsp_transform):
7386         Don't ignore return code from ffmpeg convert function.
7387
7388         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7389         Split out some long statements to ease debugging.
7390
7391 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7392
7393         * ext/libvisual/visual.c: (gst_visual_init),
7394         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7395         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7396         being able to renegotiate the size. Instead, use the negotiation
7397         algorithm from the goom plugin to pick an initial output caps. 
7398
7399         Also, allow theoretical libvisual plugins that might support non-GL 
7400         output even if they also do GL.
7401
7402 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7403
7404         * ext/libvisual/visual.c: (gst_visual_init),
7405         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7406         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7407         possible negotiation issues.
7408
7409 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7410
7411         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7412
7413 2006-02-24  Michael Smith  <msmith@fluendo.com>
7414
7415         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7416         (cmml_type_find), (plugin_init):
7417           Fix CMML type find function to not require a specific minor version
7418           of the CMML header.
7419
7420           Add an MPEG4 video elementary stream typefind function.
7421
7422 2006-02-04  Michael Smith  <msmith@fluendo.com>
7423
7424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7425         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7426         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7427         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7428         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7429         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7430           Annodex support in ogg demuxer. Doesn't do very much without the
7431           other annodex patches (to come).
7432
7433 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7436
7437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7438           Pick up palette for MS video v1 (#327028)
7439
7440 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7443         (gst_ffmpegcsp_caps_remove_format_info),
7444         (gst_ffmpegcsp_get_unit_size):
7445           The 'palette_data' field from incoming RGB caps shouldn't be
7446           proxied on outgoing YUV caps; also, restrict unit size
7447           adjustment in case of paletted data only to the unit that
7448           actually has a palette. Fixes #330711.
7449
7450 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7453         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7454         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7455         (gst_ffmpegcsp_get_unit_size):
7456           Plug some memory leaks.
7457
7458 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7459
7460         * sys/ximage/Makefile.am:
7461         * sys/xvimage/Makefile.am:
7462           Add some _CFLAGS and _LIBS that seem to be missing
7463           and/or required for Cygwin (see #317048).
7464
7465 2006-02-22  Wim Taymans  <wim@fluendo.com>
7466
7467         * ext/alsa/gstalsasrc.c:
7468         Fix description as pointed out by caugier.
7469
7470 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7471
7472         Reviewed by : Edward Hervey  <edward@fluendo.com>
7473
7474         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7475         (qt_type_find):
7476         Better 3gp typefinding (#331526).
7477
7478 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7481           Don't send EOS event here, the base class will send one for us.
7482
7483         * gst/playback/gstplaybasebin.c: (prepare_output):
7484           Subpictures without video stream aren't allowed either.
7485         
7486         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7487           Fix debug statement copy'n'paste-o.
7488
7489 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7492           Fix issues with mixer keeping state when muting/unmuting
7493           and when changing the volume whilst muted (see #331763
7494           and #331765).
7495
7496 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7499         (parse_subrip), (gst_sub_parse_format_autodetect):
7500           Set right caps given that we send escaped text. Also,
7501           honour <i></i>, <b></b> and <u></u> markers that can be found
7502           in .srt files (fixes #310202).
7503
7504 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst-libs/gst/audio/mixerutils.c:
7507         (element_factory_rank_compare_func):
7508           Make order in which elements are tried more determinable.
7509
7510 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7511
7512         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7513         (remove_element_chain), (cleanup_decodebin),
7514         (gst_decode_bin_change_state): Make decodebin reusable by
7515         fixing remove_element_chain first and then introduce a
7516         cleaner in state change to ->NULL. (Closes #331678)
7517
7518 2006-02-19  Wim Taymans  <wim@fluendo.com>
7519
7520         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7521         use 0666 mask when creating files so umask gets applied
7522         correctly. Fixes #331295.
7523
7524 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * gst/subparse/Makefile.am:
7527         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7528         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7529         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7530         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7531         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7532         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7533         * gst/subparse/gstssaparse.h:
7534         * gst/subparse/gstsubparse.c: (plugin_init):
7535           Add very basic parser for SSA subtitle streams (as often
7536           found in matroska files).
7537
7538 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7541           That should be text/x-pango-markup, not text/x-pango-layout.
7542
7543 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7544
7545         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7546         Polishing.
7547
7548 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7549
7550         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7551         (gst_text_overlay_finalize), (gst_text_overlay_init),
7552         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7553         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7554         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7555         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7556         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7557         Fix state change deadlock.
7558
7559 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7560
7561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7562         (gst_text_overlay_finalize), (gst_text_overlay_init),
7563         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7564         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7565         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7566         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7567         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7568         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7569         and subtitles files.
7570
7571 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7572
7573         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7574         should be considered as raw.
7575
7576 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7577
7578         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7579         (cb_probe):
7580         * gst/playback/gststreaminfo.h: Introduce language informations.
7581
7582 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7585         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7586         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7587         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7588         Set shared memory segments to be deleted as soon as we have attached,
7589         that way they get cleaned up automatically if we crash.
7590
7591 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7592
7593         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7594         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7595         functions are called with lock held.
7596
7597 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7598
7599         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7600         (gst_text_overlay_finalize), (gst_text_overlay_init),
7601         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7602         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7603         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7604         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7605         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7606         (gst_text_overlay_change_state): Refactoring of textoverlay
7607         without collectpads. This now supports sparse subtitles coming
7608         from a demuxer instead of a sub file. Seeking is still broken 
7609         though. Need to discuss with wtay some more on how to handle
7610         seeking correctly.
7611         * ext/pango/gsttextoverlay.h:
7612         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7613         subtitles coming from the demuxer.
7614
7615 2006-02-17  Wim Taymans  <wim@fluendo.com>
7616
7617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7618         (gst_vorbisenc_convert_sink):
7619         Use some more scaling functions.
7620
7621 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7622
7623         * ext/cdparanoia/gstcdparanoiasrc.c:
7624         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7625         (gst_cd_paranoia_paranoia_callback),
7626         (gst_cd_paranoia_src_signal_is_being_watched),
7627         (gst_cd_paranoia_src_read_sector):
7628         * ext/cdparanoia/gstcdparanoiasrc.h:
7629           Add back 'transport-error' and 'uncorrected-error' signals and
7630           make them actually be fired when bad stuff happens (#319340).
7631
7632 2006-02-17  Wim Taymans  <wim@fluendo.com>
7633
7634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7635         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7636         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7637         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7638         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7639         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7640         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7641         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7642         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7643         (gst_ring_buffer_clear):
7644         Small cleanups.
7645         Added some G_LIKELY.
7646
7647 2006-02-17  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst-libs/gst/audio/TODO:
7650         Update TODO
7651
7652         * gst-libs/gst/audio/gstbaseaudiosink.c:
7653         (gst_base_audio_sink_get_offset):
7654         When trying to play samples ASAP and we don't have a
7655         previous sample, try to play at position 0 instead of
7656         an invalid position.
7657
7658 2006-02-17  Wim Taymans  <wim@fluendo.com>
7659
7660         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7661         (gst_alsasink_reset):
7662         Also release lock when we get an error in _reset();
7663         fix an error message.
7664
7665 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7668         (gst_alsasink_init), (get_channel_free_structure),
7669         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7670         (gst_alsasink_close):
7671         * ext/alsa/gstalsasink.h:
7672           Add support for more than 2 channels (#326720).
7673
7674 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7675
7676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7677           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7678           with 4 or 6 channels, assume a default channel layout to make things
7679           work (not sure there's anything else we can do in those cases).
7680
7681 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst-libs/gst/audio/multichannel.c:
7684           Minor docs fix.
7685
7686         * gst-libs/gst/riff/Makefile.am:
7687         * gst-libs/gst/riff/riff-ids.h:
7688         * gst-libs/gst/riff/riff-media.c:
7689         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7690           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7691           channels and a channel layout map.
7692           
7693 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7694
7695         Reviewed by Edward Hervey  <edward@fluendo.com>
7696
7697         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7698         C-level optimization of the RGBA nearest neighbour function.
7699         Eventually this might end up in liboil with vectorized versions.
7700
7701 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * gst-libs/gst/audio/multichannel.c:
7704         (gst_audio_get_channel_positions):
7705           When we have more than 2 channels, but no channel layout is
7706           specified in the caps, return some default channel layout
7707           to the caller and warn about about a possibly buggy element
7708           (could be buggy filtercaps as well of course) (#317038).
7709
7710 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7713           Add gst-libs/gst/cdda to list of lib search paths.
7714
7715 2006-02-15  Andy Wingo  <wingo@pobox.com>
7716
7717         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7718         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7719         to the Lord Jesus that I do not have to touch the ogg muxer ever
7720         again.
7721
7722 2006-02-15  Edward Hervey  <edward@fluendo.com>
7723
7724         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7725         quicktime movie files can also contain 'uuid' atoms.
7726
7727 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * gst/audioconvert/plugin.c: (plugin_init):
7730           Register the GstAudioChannelPosition enum type with the type
7731           system in the plugin_init function, so that it is known before
7732           any element actually makes use of multi-channel stuff. This is
7733           required for example if one wants to be able to deserialise/use
7734           a caps string with channel positions before any pipeline has
7735           been setup and started, like with gst-launch.
7736
7737 2006-02-14  Wim Taymans  <wim@fluendo.com>
7738
7739         * gst-libs/gst/audio/gstringbuffer.c:
7740         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7741         (gst_ring_buffer_samples_done), (wait_segment),
7742         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7743         Add some compiler G_(UN_)LIKELY help.
7744         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7745         make sure they can exit their functions. Should fix #330748
7746
7747 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7748
7749         * Makefile.am:
7750         * configure.ac:
7751         * win32/MANIFEST:
7752         * win32/common/_stdint.h:
7753           Windows does not have long long; copy the generated _stdint.h
7754         * win32/common/interfaces-enumtypes.c:
7755         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7756         (gst_mixer_track_flags_get_type),
7757         (gst_tuner_channel_flags_get_type):
7758         * win32/common/multichannel-enumtypes.c:
7759         (gst_audio_channel_position_get_type):
7760           update
7761
7762 2006-02-13  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst-libs/gst/audio/gstbaseaudiosink.c:
7765         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7766         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7767         Always sync on first sample we receive when starting.
7768
7769 2006-02-13  Wim Taymans  <wim@fluendo.com>
7770
7771         * gst/playback/gstplaybin.c: (gen_vis_element):
7772         Update vis bin docs.
7773         Move queue after tee so we don't queue video buffers but
7774         audio samples instead. Fixes problems where the video queue
7775         is filled and the audio queue empty.
7776
7777 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7780           No need to push an EOS event here, GstBaseSrc will do that for us
7781           when we return FLOW_UNEXPECTED.
7782           
7783 2006-02-12  Wim Taymans  <wim@fluendo.com>
7784
7785         * gst-libs/gst/audio/gstbaseaudiosink.c:
7786         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7787         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7788         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7789         Use scale functions when possible.
7790         Fix error messages.
7791         Free clockid when after waiting for EOS.
7792         Use G_(UN_)LIKLY when it makes sense.
7793         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7794
7795 2006-02-12  Edward Hervey  <edward@fluendo.com>
7796
7797         * gst/playback/gstplaybasebin.c: (prepare_output): 
7798         Remove stray semi-colon (fixes #330888).
7799
7800 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7801
7802         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7804         Fix up the XShm call testing so that we catch errors, and don't
7805         cause new ones by attempting to detach from a segment we failed
7806         to attach to. Fixes #312439.
7807
7808 2006-02-10  Edward Hervey  <edward@fluendo.com>
7809
7810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7811         Added flv file typefind (video/x-flv).
7812
7813 2006-02-10  Edward Hervey  <edward@fluendo.com>
7814
7815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7816         (gst_riff_create_video_template_caps):
7817         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7818         Also added the caps to the default set of riff video caps.
7819
7820 2006-02-09  Andy Wingo  <wingo@pobox.com>
7821
7822         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7823         time and the end time of the last packet in the page.
7824         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7825         on the pages in our queue, set the duration as well. Reflow a
7826         debug statement.
7827         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7828         Fixes bad muxing order.
7829
7830 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7831
7832         * gst-libs/gst/rtp/gstbasertppayload.c:
7833         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7834           update seqnum before setting it on the packet; this makes sure
7835           that the timestamp and seqnum properties match after pushing
7836           a buffer
7837
7838 2006-02-09  Andy Wingo  <wingo@pobox.com>
7839
7840         * gst-libs/gst/audio/gstringbuffer.c
7841         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7842         overflow after 13.5 hours of recording. Kapow!
7843
7844         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7845         the buffer size -- we don't care about underrun/overrun reporting
7846         right now, just need to return a useful value.
7847
7848 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7849
7850         * configure.ac:
7851           Back to CVS
7852
7853 === release 0.10.3 ===
7854
7855 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7856
7857         * configure.ac:
7858           releasing 0.10.3, "Under Pressure"
7859
7860 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7861
7862         * configure.ac:
7863         Drat. Bump libtool version number for new API.
7864         Prelease 0.10.2.3 (of 0.10.3)
7865
7866 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7867
7868         * configure.ac:
7869         * win32/common/config.h:
7870         0.10.2.2 prerelease (of 0.10.3).
7871
7872 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7873
7874         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7875           Revert Andy's newsegment change pending a more correct
7876           fix.
7877
7878 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7881         (qt_type_find), (plugin_init):
7882           detect more files as 3gp
7883           group and reorder the iso file formats
7884
7885 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * ext/vorbis/vorbis.c: (plugin_init):
7888           Register musicbrainz tags, so apps don't have to.
7889
7890 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7891
7892         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7893         (gst_tag_to_vorbis_tag):
7894           Make sure we called gst_tag_register_musicbrainz_tags()
7895           before possibly mapping a vorbiscomment string from/to a
7896           musicbrainz tag.
7897
7898 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7901           In case we can't find the required number of consecutive
7902           mpeg audio frames to positively identify an MPEG audio
7903           stream, check if there's at least a valid mpeg audio
7904           frame right at offset 0 and if so suggest mpeg/audio
7905           caps with a very low probability (#153004).
7906
7907 2006-02-07  Andy Wingo  <wingo@pobox.com>
7908
7909         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7910         a TIME segment if we get timestamped buffers. Requires recent
7911         fixes in core to work properly.
7912
7913 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * gst/playback/gstplaybasebin.c: (prepare_output):
7916           Don't print the URI as part of the error message, it
7917           makes error dialogs look rather ugly, especially if
7918           the URI is very long or has characters in it that
7919           need escaping.
7920
7921 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst/playback/gstplaybasebin.c: (prepare_output):
7924           Error out if we have only text or subtitles, but nothing
7925           else. Also error out if we have subtitles but no video
7926           stream.
7927
7928 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7931           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7932           Post an error message on the bus when we encounter an
7933           error, which will hopefully be more meaningful than the
7934           'Internal Flow Error' message users get to see if we
7935           just return GST_FLOW_ERROR.
7936
7937 2006-02-07  Andy Wingo  <wingo@pobox.com>
7938
7939         * configure.ac (GST_MAJORMINOR): Update core version req to
7940         0.10.2.2, for the collectpads API addition (#330244).
7941
7942 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7943
7944         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7945           Return FALSE from plugin_init() when GnomeVFS can't
7946           be initialised for some reason (#328423).
7947
7948 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7949
7950         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7951         Stick to seeking theory until i find the bug.
7952         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7953
7954 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7955
7956         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7957         (theora_enc_finalize), (theora_enc_sink_setcaps),
7958         (theora_set_header_on_caps), (theora_enc_chain),
7959         (theora_enc_change_state):
7960         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7961           Make theoraenc and the tests leak free. Like, really.
7962
7963 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7964
7965         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7966         (theora_enc_finalize), (theora_enc_sink_setcaps):
7967           Add a finalize method to ensure we clean up state even if
7968           someone omitted the state change back to NULL.
7969
7970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7971         (gst_vorbisenc_chain):
7972           Free some more leaked bits.
7973
7974         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7975         (stop_pipeline):
7976           Wait for state changes to happen if they're ASYNC.
7977
7978           This ought to teach those fancy pants buildbots a lesson.
7979
7980 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7981
7982         * gst-libs/gst/tag/gstid3tag.c:
7983           Add mapping for ID3 International Standard Recording Code
7984           tag "TSRC"
7985
7986 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7987
7988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7989           Don't leak tag names.
7990
7991 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         * docs/libs/gst-plugins-base-libs-docs.sgml:
7994         * docs/libs/gst-plugins-base-libs-sections.txt:
7995         * gst-libs/gst/tag/gstid3tag.c:
7996         * gst-libs/gst/tag/gstvorbistag.c:
7997         * gst-libs/gst/tag/tags.c:
7998           Split libgsttag docs into multiple sections.
7999
8000 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8001
8002         * docs/libs/Makefile.am:
8003         * docs/libs/gst-plugins-base-libs-docs.sgml:
8004         * docs/libs/gst-plugins-base-libs-sections.txt:
8005         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8006         * gst-libs/gst/tag/gstvorbistag.c:
8007         * gst-libs/gst/tag/tag.h:
8008         * gst-libs/gst/tag/tags.c:
8009           Add libgsttag to the docs.
8010
8011 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8012
8013         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8014         (gst_text_overlay_init), (gst_text_overlay_src_event),
8015         (gst_text_overlay_collected): Fix clockoverlay.
8016
8017 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8018
8019         * docs/libs/compiling.sgml:
8020           Fix typo: it's pkg-config, not pkg-gconfig
8021
8022         * docs/libs/gst-plugins-base-libs-docs.sgml:
8023         * docs/libs/gst-plugins-base-libs-sections.txt:
8024         * docs/libs/tmpl/gstgconf.sgml:
8025           There is no libgstgconf in 0.10, remove it
8026           from the docs.
8027
8028 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8029
8030         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8032         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8033         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8034         (gst_sub_parse_class_init), (gst_sub_parse_init),
8035         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8036         (parse_mpsub), (parser_state_init), (handle_buffer),
8037         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8038         * gst/subparse/gstsubparse.h: Introduce seeking code.
8039
8040 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8043           Add comment about LANGUAGE tag inconsistency (we want
8044           ISO-639-1, but extract three-letter identifiers?)
8045
8046         * po/POTFILES.in:
8047           Add two translatable files.
8048
8049 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * gst-libs/gst/tag/Makefile.am:
8052         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8053         * gst-libs/gst/tag/tag.h:
8054         * gst-libs/gst/tag/tags.c:
8055         (gst_tag_register_musicbrainz_tags_internal),
8056         (gst_tag_register_musicbrainz_tags):
8057           Forward-port some tags stuff from the 0.8 branch. This is
8058           mostly the addition of musicbrainz tags and their mapping
8059           to vorbistags, and a vorbistag mapping of the language tag.
8060
8061 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8062
8063         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8064         refactoring.
8065
8066 2006-02-04  David Schleef  <ds@schleef.org>
8067
8068         * ext/ogg/gstoggmux.c:
8069         * gst/typefind/gsttypefindfunctions.c:
8070           Add Dirac typefinding and add dirac format to oggmux.
8071
8072 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * gst/playback/gstdecodebin.c: (try_to_link_1):
8075           Don't put essential function call into
8076           g_return_*() macro, otherwise it'll all be
8077           replaced by NOOPs when compiling with
8078           G_DISABLE_CHECKS defined.
8079
8080 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8081
8082         * ext/ogg/gstoggdemux.c:
8083         * ext/ogg/gstoggparse.c:
8084         * gst/tcp/gsttcpserversink.c:
8085         * sys/v4l/v4lsrc_calls.c:
8086         * sys/v4l/v4lsrc_calls.h:
8087         Just make it compile with --disable-gst-debug.
8088
8089 2006-02-03  Wim Taymans  <wim@fluendo.com>
8090
8091         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8092         (gst_alsasink_class_init), (gst_alsasink_init),
8093         (gst_alsasink_write), (gst_alsasink_reset):
8094         * ext/alsa/gstalsasink.h:
8095         Add lock to protect alsa calls.
8096         Implement reset to flush samples ASAP, does not work
8097         with dmix though.
8098
8099 2006-02-02  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst-libs/gst/audio/gstbaseaudiosink.c:
8102         (gst_base_audio_sink_provide_clock):
8103         Ugh.. getting late I guess...
8104
8105 2006-02-02  Wim Taymans  <wim@fluendo.com>
8106
8107         * gst-libs/gst/audio/gstbaseaudiosink.c:
8108         (gst_base_audio_sink_provide_clock),
8109         (gst_base_audio_sink_set_property),
8110         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8111         Don't try to provide a clock when we are not negotiated since
8112         we might not be able to make it run.
8113
8114 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8115
8116         * gst/playback/gstdecodebin.c: (try_to_link_1):
8117           Unlinking two source pads is ... hard.
8118
8119 2006-02-02  Wim Taymans  <wim@fluendo.com>
8120
8121         * gst-libs/gst/audio/TODO:
8122         Updated.
8123
8124         * gst-libs/gst/audio/gstbaseaudiosink.c:
8125         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8126         On EOS, wait till the last sample is played before posting EOS.
8127
8128 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8129
8130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8131           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8132           setting queue_delay to zero. Also avoid thread being started if
8133           queue_delay is zero.
8134
8135 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8136
8137         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8138           Make test work again by connecting fakesinks to each decoded pad,
8139           which makes the pipeline wait until each fakesink has a buffer
8140           queued before going to PAUSED state. At that point we know the
8141           decodebin pads are negotiated.
8142
8143 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8146         (gst_cdda_base_src_handle_event):
8147         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8148           Pass unhandled queries to the parent class's query function.
8149
8150 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8151
8152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8153         (gst_ogg_pad_src_query):
8154         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8155         * ext/theora/theoradec.c: (theora_dec_src_query),
8156         (theora_dec_sink_query):
8157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8158         (vorbis_dec_sink_query):
8159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8160         (gst_vorbisenc_sink_query):
8161         * gst/adder/gstadder.c: (gst_adder_query):
8162           Pass unhandled queries upstream instead of just
8163           dropping them (#326447). Also, fix supported
8164           query types list for some elements.
8165
8166 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8169         (paris_type_find), (ilbc_type_find), (plugin_init):
8170           Fix typefinding for audio/x-au, audio/x-paris and
8171           audio/iLBC-sh. We cannot use the START_WITH macros
8172           here, because there can only be one typefind factory
8173           with the same name (caps), so the second one would
8174           replace the first one and the first one would never
8175           be called when doing typefinding (see #161712).
8176           
8177
8178 2006-01-31  Wim Taymans  <wim@fluendo.com>
8179
8180         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8181         (vorbis_handle_header_packet), (vorbis_dec_push),
8182         (vorbis_handle_data_packet):
8183         Use scale_int when we can, add some more scaling.
8184         Check packettype before parsing it.
8185
8186 2006-01-31  Wim Taymans  <wim@fluendo.com>
8187
8188         * ext/theora/theoradec.c: (_theora_granule_time),
8189         (theora_dec_src_convert), (theora_dec_sink_convert):
8190         Call right _scale functions.
8191         Use parameter instead of some other random value.
8192
8193 2006-01-31  Wim Taymans  <wim@fluendo.com>
8194
8195         * ext/theora/theoradec.c: (_theora_granule_frame),
8196         (_theora_granule_time), (_inc_granulepos),
8197         (theora_dec_src_convert), (theora_dec_sink_convert),
8198         (theora_handle_type_packet), (theora_handle_data_packet),
8199         (theora_dec_chain):
8200         Use higher precision timestamps calculation.
8201         Convert some other conversions to _scale.
8202
8203 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8204
8205         * gst/audiotestsrc/gstaudiotestsrc.c:
8206         (gst_audio_test_src_create_sine_table), (plugin_init):
8207         * gst/volume/gstvolume.c: (plugin_init):
8208           initialize gst_controller before using
8209
8210 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8211
8212         * tests/check/pipelines/theoraenc.c:
8213         * tests/check/pipelines/vorbisenc.c:
8214         Define constant using G_GINT64_CONSTANT to avoid errors when
8215         passing it around - otherwise it gets truncated to 32 bits.
8216
8217         Fixes failing tests.
8218
8219 2006-01-31  Andy Wingo  <wingo@pobox.com>
8220
8221         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8222         caps being set doesn't have a framerate value. Basically a stopgap
8223         measure.
8224
8225         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8226         technically correct enough to put into core though.
8227         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8228         DURATION. Fixes theoraenc ! oggmux.
8229
8230         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8231         fraction, not double.
8232
8233 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8234
8235         * win32/vs7:
8236         add vs7 project files created by Sergey Scobich
8237
8238 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8239
8240         * win32/vs8:
8241         add vs8 project files created by Sergey Scobich
8242         
8243 2006-01-30  Andy Wingo  <wingo@pobox.com>
8244
8245         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8246         timestamp + duration, not just timestamp -- ogg pages should be
8247         ordered by stop time. Necessary fix given the change in vorbis
8248         timestamps.
8249
8250         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8251         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8252         (granulepos_add): New function, handles the messiness of adjusting
8253         granulepos values.
8254         (theora_buffer_from_packet):
8255         (theora_enc_chain):
8256         (theora_enc_sink_event): Use granulepos_add, not +.
8257
8258         * tests/check/pipelines/theoraenc.c
8259         (check_buffer_granulepos_from_starttime): Just check the frame
8260         count, not the actual granulepos -- we can't dictate to the
8261         encoder when it should be placing keyframes.
8262
8263 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8264
8265         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8266           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8267           play an http:// stream from a server that's not serving
8268
8269 2006-01-30  Andy Wingo  <wingo@pobox.com>
8270
8271         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8272         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8273         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8274         available.
8275
8276         * ext/theora/gsttheoraenc.h:
8277         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8278         although theoraenc was timestamping correctly. Added handling of
8279         streams that start with nonzero timestamps.
8280
8281         * tests/check/Makefile.am:
8282         * tests/check/pipelines/theoraenc.c: New file, basically does same
8283         tests as vorbisenc.
8284
8285         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8286
8287 2006-01-30  Wim Taymans  <wim@fluendo.com>
8288
8289         * gst-libs/gst/audio/gstaudiosink.c:
8290         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8291         (gst_audioringbuffer_pause):
8292         Implement pause that does not wait for completion.
8293
8294         * gst-libs/gst/audio/gstbaseaudiosink.c:
8295         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8296         Don't drop buffers when going to PAUSED but perform preroll on
8297         remaining samples now that core base class supports this.
8298
8299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8300         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8301         (gst_ring_buffer_commit):
8302         Pause should not signal waiters.
8303         Implement return value of _commit correctly.
8304
8305 2006-01-30  Andy Wingo  <wingo@pobox.com>
8306
8307         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8308
8309         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8310         updated to timestamp from the first sample, not the last.
8311         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8312         special care of granulepos and timestamp for header packets.
8313         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8314         when the first buffer has a nonzero timestamp.
8315
8316         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8317         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8318         case when the first audio buffer we get has a nonzero timestamp.
8319         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8320         properly timestamp vorbis buffers with the time of the first
8321         sample, not the last.
8322         
8323         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8324         vorbis_granule_time_copy -- now it takes the granule/subgranule
8325         offset into account.
8326
8327         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8328         timestamps, durations, and granulepos on buffers produced by
8329         vorbisenc.
8330
8331 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8332
8333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8334         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8335           Patch from Eric Jonas to support conversions to/from UYVY 
8336           (Fixes: #324626)
8337
8338 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8339
8340         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8341         (setup_subtitle), (setup_source), (set_active_source):
8342         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8343         (gen_text_element), (gen_audio_element), (gen_vis_element),
8344         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8345
8346 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8347
8348         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8349         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8350                 use gst_guint64_to_gdouble to be compliant with vs6
8351         * gst/playback/gstdecodebin.c: (try_to_link_1)
8352         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8353                 use G_GINT64_CONSTANT for int64 constants
8354         * win32/common/libgstinterfaces.def:
8355                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8356         * win32/vs6:
8357                 update and add new project files
8358                 
8359 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         * Makefile.am:
8362         * win32/MANIFEST:
8363         * win32/common/interfaces-enumtypes.c:
8364         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8365         (gst_mixer_track_flags_get_type),
8366         (gst_tuner_channel_flags_get_type):
8367         * win32/common/interfaces-enumtypes.h:
8368         * win32/common/multichannel-enumtypes.c:
8369         (gst_audio_channel_position_get_type):
8370         * win32/common/multichannel-enumtypes.h:
8371           add a win32-update rule like in core, and copy over enumtypes files
8372
8373 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8374
8375         * win32/MANIFEST:
8376         * win32/common/config.h:
8377         * win32/common/config.h.in:
8378           add config files just like in core
8379
8380 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8383           Make gcc-4.1 happy (part of #327357).
8384
8385 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8386
8387         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8388         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8389         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8390         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8391         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8392         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8393           Update all error messages.  All of them should either use
8394           the default translated message, or actually provide a
8395           translatable string.
8396           Make the string for channel count problems meaningful.
8397
8398 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8399
8400         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8401           check for and throw RESOURCE_BUSY
8402
8403 2006-01-27  David Schleef  <ds@schleef.org>
8404
8405         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8406           checked in this change -- it requires liboil features not
8407           in 0.3.6.  Revert parts.
8408
8409 2006-01-27  David Schleef  <ds@schleef.org>
8410
8411         * REQUIREMENTS:
8412         * configure.ac: update liboil requirement to 0.3.6
8413         * gst/videoscale/Makefile.am:
8414         * gst/videoscale/vs_scanline.c: liboilify
8415
8416 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8417
8418         * ext/libvisual/visual.c: (get_buffer):
8419           When pad_alloc returns a GstFlowReturn other
8420           than GST_FLOW_OK, make sure it is passed upstream.
8421
8422 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8425         (gst_alsasink_class_init):
8426           Free the device name string.
8427
8428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8429         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8430         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8431           Don't remove a pad from the collectpads structure until it
8432           is released - it's a request pad, and may receive data again
8433           if the element gets moved back to PLAYING state.
8434
8435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8436           Ensure we turn on double buffering on the Xv port, and
8437           set the colour key to something dark and mysterious that
8438           isn't black.
8439
8440 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8441
8442         * ext/alsa/gstalsaplugin.c: (plugin_init):
8443         * ext/cdparanoia/gstcdparanoiasrc.c:
8444         (gst_cd_paranoia_src_base_init), (plugin_init):
8445         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8447           - a library should not call setlocale. see "Libraries" node in
8448             gettext manual
8449           - make sure all plugins that use translation do bindtextdomain
8450             to point to the localedir
8451         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8452         (setup_sinks), (plugin_init):
8453           all this, and check for NULL when creating sinks
8454
8455 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8456
8457         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8458         (plugin_init): Make typefinding of subtitles work again.
8459
8460 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8461
8462         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8463         (mp3_type_frame_length_from_header), (mp3_type_find),
8464         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8465         (plugin_init):
8466           Backport a bunch of typefinding fixes from the 0.8 branch.
8467           Also, improve wavpack typefinding: if we can't peek the
8468           entire wavpack block, try to parse the bits we can get and
8469           see if we find what we're looking for in those.
8470
8471 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8472
8473         * sys/ximage/ximagesink.c:
8474         (gst_ximagesink_calculate_pixel_aspect_ratio):
8475         * sys/xvimage/xvimagesink.c:
8476         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8477         more cases of pixel aspect ratio.
8478
8479 2006-01-26  Edward Hervey  <edward@fluendo.com>
8480
8481         * gst/playback/gstdecodebin.c: (pad_probe):
8482         Also consider the flush-start and tag events as unblockers
8483         for the pad probes.
8484
8485 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8486
8487         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8488         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8489         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8490         On the fly visualisation switch, works disabling, enabling as
8491         well but it won't be able to enable vis in a playbin that was
8492         created with no visualisation.
8493
8494 2006-01-25  Wim Taymans  <wim@fluendo.com>
8495
8496         * gst-libs/gst/audio/gstbaseaudiosink.c:
8497         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8498         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8499         resume after pause.
8500
8501 2006-01-25  Wim Taymans  <wim@fluendo.com>
8502
8503         * gst-libs/gst/audio/gstbaseaudiosink.c:
8504         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8505         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8506         Improve debugging.
8507         Post error when caps cannot be parsed.
8508         Resync on discontinuity in the stream.
8509         Clip samples to segment boundaries.
8510         return WRONG_STATE sooner when we are flushing.
8511
8512         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8513         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8514         Make audiosrc operate in TIME.
8515         Set TIMESTAMP and DURATION on buffers.
8516
8517 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * tests/examples/seek/seek.c: (main):
8520           Output tag messages as well.
8521
8522 2006-01-23  Edward Hervey  <edward@fluendo.com>
8523
8524         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8525         (free_pad_probes), (remove_fakesink), (pad_probe),
8526         (close_pad_link), (gst_decode_bin_change_state):
8527         Replace GstPadBlockCallback with pad probes that detect
8528         first buffer AND eos before removing fakesink.
8529         Fixes hang with demuxers doing EOS while pre-rolling.
8530         Solves #328279
8531
8532 2006-01-23  Andy Wingo  <wingo@pobox.com>
8533
8534         * ext/alsa/gstalsasink.c:
8535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8536         (gst_base_rtp_depayload_setcaps),
8537         (gst_base_rtp_depayload_add_to_queue),
8538         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8539         
8540         Patch by: Jens Granseuer <jensgr at gmx dot net>
8541
8542 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8543
8544         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8545         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8546         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8547         frames. We might get a frame destroyed after changing state to
8548         NULL, adding a safety check on xcontext.
8549
8550 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * gst-libs/gst/interfaces/xoverlay.c:
8553           Fix prepare-xwindow-id code example in the docs - we need to
8554           ignore all messages that aren't element messages as well.
8555           
8556 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8557
8558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8559           I think one day i'll completely undestand how caps negotiation
8560           is supposed to work. This refactoring handles buffer_alloc
8561           called with caps we can't handle. We definitely don't want a
8562           set_caps with those caps, so we define and allocate a buffer
8563           we would like to receive.
8564
8565 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * gst/playback/gstplaybasebin.c: (setup_source):
8568           Free iterator when done.
8569
8570 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8571
8572         * gst-libs/gst/audio/gstbaseaudiosink.c:
8573         (gst_base_audio_sink_render):
8574           Fix playback of non-synchronised streams by assuming a rate
8575           of 1.0 instead of a random one.
8576
8577           Makes this work again:
8578
8579           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8580           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8581           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8582           audioresample ! alsasink
8583
8584 === release 0.10.2 ===
8585
8586 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8587
8588         * configure.ac:
8589           releasing 0.10.2, "Then the devil is six"
8590
8591 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8592
8593         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8594         * gst/playback/gststreamselector.c:
8595         (gst_stream_selector_set_property):
8596           Comment out broken code that connects to the state-changed signal.
8597           At this point, changing current stream selection is broken, but 
8598           stuff like gst-launch playbin current-audio=1 works and filters
8599           to the chosen stream.
8600
8601 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8602
8603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8604           Fix #327216 (null dereference in vorbisdec)
8605
8606 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8609           Post taglist actually on bus instead of just freeing it
8610           (fixes #327114 and totem bug #327080).
8611
8612         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8613           Use gst_element_found_tags_for_pad(), so that the tags
8614           are sent downstream as an event as well.
8615
8616 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8617
8618         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8619         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8620         (gst_ximagesink_buffer_alloc):
8621         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8622         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8623         (gst_xvimagesink_buffer_alloc):
8624           move all regularly occurring messages to GST_LOG level
8625           add some more object logs
8626
8627 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8628
8629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8630           fix a silly segfault
8631
8632 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         * docs/libs/gst-plugins-base-libs-docs.sgml:
8635         * docs/libs/gst-plugins-base-libs-sections.txt:
8636         * gst-libs/gst/audio/mixerutils.c:
8637         * gst-libs/gst/audio/mixerutils.h:
8638           Add docs for mixerutils stuff.
8639
8640 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * gst/playback/gstplaybasebin.c: (setup_source):
8643           Fix playback for sources that emit raw audio or
8644           raw video streams (e.g.: cd audio sources) (#325984).
8645
8646 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8647
8648         * gst-libs/gst/audio/mixerutils.c:
8649         (gst_audio_mixer_filter_do_filter):
8650           actually save the element we create
8651
8652 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * gst-libs/gst/cdda/gstcddabasesrc.c:
8655         (gst_cdda_base_src_handle_track_seek):
8656           No need to post a tag message on the bus when seeking
8657           within the same track, only post it when the current
8658           track changes.
8659
8660 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8661
8662         * gst/playback/gstplaybasebin.c: (group_destroy),
8663         (probe_triggered), (new_decoded_pad), (mute_group_type),
8664         (set_active_source):
8665         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8666         * gst/playback/gststreamselector.c:
8667         (gst_stream_selector_base_init),
8668         (gst_stream_selector_set_property),
8669         (gst_stream_selector_request_new_pad):
8670           Reenable stream selection. These mechanisms need a complete overhaul
8671           in the face of 0.8->0.10 changes though.
8672
8673 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8674
8675         * ext/ogg/gstoggdemux.c:
8676           Change the pad template to src_%d to match the pads that 
8677           are created from it. decodebin needs this information in order
8678           to decide that oggdemux is capable of producing multiple pads
8679           (and hence needs queues inserted).
8680
8681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8682         (gst_ogg_mux_collected):
8683           Make debug output more useful by using GST_PTR_FORMAT.
8684
8685 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8686
8687         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8688
8689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8690           Set depth and width for alaw/mulaw (fixes #326601).
8691
8692 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8693
8694         * tests/icles/Makefile.am:
8695           don't build the tests if we don't have the libs
8696
8697 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8698
8699         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8700         (gst_cd_paranoia_paranoia_callback):
8701           Don't try to free NULL pointers.
8702
8703 2006-01-10  Edward Hervey  <edward@fluendo.com>
8704
8705         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8706         (gst_audio_rate_change_state), (plugin_init):
8707         Add debugging category.
8708         Fix type issues.
8709         Add case for incoming buffers without valid offset/offset_end.
8710
8711 2006-01-10  Michael Smith  <msmith@fluendo.com>
8712
8713         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8714           Don't leak GCond in audio sources.
8715
8716 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8717
8718         * gst/playback/gstplaybin.c: (gen_audio_element):
8719           Don't leak an autoaudiosink/alsasink when we generate
8720           a new audio element. (old code, I guess)
8721
8722 2006-01-10  Michael Smith  <msmith@fluendo.com>
8723
8724         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8725           Support float audio in audiorate.
8726           Use width rather than depth for selecting sample width.
8727
8728 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * gst/videotestsrc/videotestsrc.h:
8731           Use GLib types here (that way we don't have to include the
8732           generated _stdint.h header, which makes life easier for win32
8733           folks that don't use autotools for the build) (#325990, patch
8734           by: Sergey Scobich).
8735
8736 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8739         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8740         (gst_ring_buffer_pause), (wait_segment):
8741         * gst-libs/gst/audio/gstringbuffer.h:
8742           Name (private) union, makes Forte compiler happy (this time
8743           for real) (#324900).
8744
8745 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst-libs/gst/audio/Makefile.am:
8748           Link against libgstinterfaces, needed for mixer
8749           and property probe stuff.
8750
8751 2006-01-09  Edward Hervey  <edward@fluendo.com>
8752
8753         * gst-libs/gst/Makefile.am:
8754
8755 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * gst-libs/gst/audio/Makefile.am:
8758         * gst-libs/gst/audio/mixerutils.c:
8759         (gst_audio_mixer_filter_do_filter),
8760         (gst_audio_mixer_filter_check_element),
8761         (gst_audio_mixer_filter_probe_feature),
8762         (element_factory_rank_compare_func),
8763         (gst_audio_default_registry_mixer_filter):
8764         * gst-libs/gst/audio/mixerutils.h:
8765           Add gst_audio_default_registry_mixer_filter() utility
8766           function.
8767
8768 2006-01-03  Michael Smith  <msmith@fluendo.com>
8769
8770         * gst/audioresample/resample.h:
8771           As before, but for o_buf
8772
8773 2006-01-03  Michael Smith  <msmith@fluendo.com>
8774
8775         * gst/audioresample/resample.h:
8776           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8777           since we do arithmetic on it.
8778
8779 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8782         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8783         (gst_ring_buffer_pause), (wait_segment):
8784         * gst-libs/gst/audio/gstringbuffer.h:
8785           Sun's Forte compiler doesn't seem to like anonymous structs,
8786           so use same setup as in GstBaseSrc (fixes #324900).
8787
8788 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8789
8790         * configure.ac:
8791         * gst/volume/Makefile.am:
8792         * gst/volume/demo.c:
8793           move old example to tests/examples/volume/volune.c
8794         * tests/examples/Makefile.am:
8795         * tests/examples/seek/seek.c: (main):
8796           change window-close event from "delete-event" to "destroy"
8797         * tests/examples/volume/Makefile.am:
8798         * tests/examples/volume/volume.c: (value_changed_callback),
8799         (setup_gui), (message_received), (eos_message_received), (main):
8800           fix event handling and bus usage
8801
8802 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8803
8804         * gst/audiotestsrc/gstaudiotestsrc.c:
8805         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8806         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8807         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8808         (gst_audio_test_src_create_square),
8809         (gst_audio_test_src_create_saw),
8810         (gst_audio_test_src_create_triangle),
8811         (gst_audio_test_src_create_silence),
8812         (gst_audio_test_src_create_white_noise),
8813         (gst_audio_test_src_create_pink_noise),
8814         (gst_audio_test_src_init_sine_table),
8815         (gst_audio_test_src_create_sine_table),
8816         (gst_audio_test_src_change_wave),
8817         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8818         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8819         * gst/audiotestsrc/gstaudiotestsrc.h:
8820           update to basesrc changes, implement segmented seeking and eos
8821           handling, add a 'sine-tab' waveform for performance critical playback
8822
8823 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * po/POTFILES.in:
8826           ... and this time the other modified file that I missed last time.
8827
8828 2005-12-29  Michael Smith  <msmith@fluendo.com>
8829
8830         * gst/playback/gstdecodebin.c: (new_pad):
8831           Fix non-C89 variable declaration not at the start of a block. Should
8832           help some compilers.
8833
8834 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8835
8836         * tests/check/Makefile.am:
8837           And now fix 'make distcheck' (builddir != srcdir)
8838
8839 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         * configure.ac:
8842         * ext/cdparanoia/Makefile.am:
8843         * ext/cdparanoia/gstcdparanoia.c:
8844         * ext/cdparanoia/gstcdparanoia.h:
8845         * ext/cdparanoia/gstcdparanoiasrc.c:
8846         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8847         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8848         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8849         (gst_cd_paranoia_paranoia_callback),
8850         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8851         (gst_cd_paranoia_src_set_property),
8852         (gst_cd_paranoia_src_get_property), (plugin_init):
8853         * ext/cdparanoia/gstcdparanoiasrc.h:
8854           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8855           plugin again (there are still fixes required to playbin to make
8856           cdda:// uris work there).
8857
8858 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * tests/check/Makefile.am:
8861           Fix test case compilation.
8862
8863 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst-libs/gst/cdda/gstcddabasesrc.c:
8866         (gst_cdda_base_src_update_duration),
8867         (gst_cdda_base_src_calculate_cddb_id):
8868           An integer is not a string. Fix access to uninitialised variable.
8869
8870         * tests/check/Makefile.am:
8871           Add cddabasesrc unit test; also actually enable the vorbis test.
8872
8873         * tests/check/generic/states.c:
8874           Blacklist new cd audio elements as well.
8875
8876         * tests/check/libs/cddabasesrc.c:
8877           Unit test for GstCddaBaseSrc (discid calculation mostly).
8878
8879 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * docs/libs/Makefile.am:
8882         * docs/libs/gst-plugins-base-libs-docs.sgml:
8883         * docs/libs/gst-plugins-base-libs-sections.txt:
8884         * docs/libs/gst-plugins-base-libs.types:
8885           Add docs for libgstcdda/GstCddaBaseSrc.
8886
8887         * gst-libs/gst/interfaces/mixertrack.h:
8888           Do one struct member per line with a semicolon at the end, that way
8889           even gtk-doc might parse it without complaining.
8890
8891 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * configure.ac:
8894         * gst-libs/gst/Makefile.am:
8895         * gst-libs/gst/cdda/Makefile.am:
8896         * gst-libs/gst/cdda/base64.c:
8897         * gst-libs/gst/cdda/base64.h:
8898         * gst-libs/gst/cdda/gstcddabasesrc.c:
8899         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8900         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8901         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8902         (gst_cdda_base_src_get_property),
8903         (gst_cdda_base_src_get_track_from_sector),
8904         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8905         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8906         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8907         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8908         (gst_cdda_base_src_uri_get_protocols),
8909         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8910         (gst_cdda_base_src_uri_handler_init),
8911         (gst_cdda_base_src_setup_interfaces),
8912         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8913         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8914         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8915         (gst_cdda_base_src_add_tags),
8916         (gst_cdda_base_src_add_index_associations),
8917         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8918         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8919         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8920         (gst_cdda_base_src_create):
8921         * gst-libs/gst/cdda/gstcddabasesrc.h:
8922         * gst-libs/gst/cdda/sha1.c:
8923         * gst-libs/gst/cdda/sha1.h:
8924           Add new libgstcdda with GstCddaBaseSrc class.
8925
8926 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * ext/gnomevfs/gstgnomevfssink.h:
8929           Use GstBaseSinkClass as parent_class member for class struct, not
8930           GstBaseSink.
8931
8932 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         Patch by: Michael Benes
8935
8936         * gst/videotestsrc/gstvideotestsrc.c:
8937         (gst_video_test_src_class_init), (gst_video_test_src_start):
8938           Add start method to reset running time and number of frames sent
8939           when starting up (fixes #324696)
8940
8941 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8942
8943         * docs/plugins/Makefile.am:
8944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8946         * docs/plugins/gst-plugins-base-plugins.args:
8947         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8948         * docs/plugins/gst-plugins-base-plugins.signals:
8949           Add docs stuff for gnomevfssrc and gnomevfssink.
8950
8951         * ext/gnomevfs/gstgnomevfssrc.c:
8952           Fix example pipeline in gtk-doc blurb.
8953
8954 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * ext/gnomevfs/Makefile.am:
8957         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8958         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8959         (gst_gnome_vfs_handle_get_type), (plugin_init):
8960         * ext/gnomevfs/gstgnomevfs.h:
8961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8962         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8963         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8964         (gst_gnome_vfs_sink_set_property),
8965         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8966         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8967         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8968         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8969         (gst_gnome_vfs_sink_uri_get_type),
8970         (gst_gnome_vfs_sink_uri_get_protocols),
8971         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8972         (gst_gnome_vfs_sink_uri_handler_init):
8973         * ext/gnomevfs/gstgnomevfssink.h:
8974           Port gnomevfssink; add gtk-doc blurb.
8975
8976         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8977         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8978         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8979         (gst_gnome_vfs_src_uri_get_type),
8980         (gst_gnome_vfs_src_uri_get_protocols),
8981         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8982         (gst_gnome_vfs_src_uri_handler_init),
8983         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8984         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8985         (gst_gnome_vfs_src_send_additional_headers_callback),
8986         (gst_gnome_vfs_src_received_headers_callback),
8987         (gst_gnome_vfs_src_push_callbacks),
8988         (gst_gnome_vfs_src_pop_callbacks),
8989         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8990         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8991         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8992         * ext/gnomevfs/gstgnomevfssrc.h:
8993           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8994           file; add gtk-doc blurb with example pipelines.
8995
8996 === release 0.10.1 ===
8997
8998 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8999
9000         * configure.ac:
9001           releasing 0.10.1, "Dobro Dedek"
9002
9003 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9004
9005         * gst/typefind/gsttypefindfunctions.c:
9006         iLBC30 and iLBC20 added to typefind.
9007
9008 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9009
9010         * gst-libs/gst/audio/gstbaseaudiosink.c:
9011         (gst_base_audio_sink_class_init):
9012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9013         (gst_base_audio_src_class_init):
9014           update strings, values are in microseconds
9015           change the default sink buffer time to something that is smaller
9016           (to help software volume mixing have a slightly lower delay) but
9017           still be acceptable on Wim's laptop
9018
9019 2005-12-20  Edward Hervey  <edward@fluendo.com>
9020
9021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9022         Made a quack, forgot to add DUCK to the riff video template.
9023
9024 2005-12-19  Edward Hervey  <edward@fluendo.com>
9025
9026         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9027         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9028         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9029         (gst_ogm_parse_chain):
9030         Make sure pads are initialized correctly.
9031         * gst-libs/gst/riff/riff-ids.h:
9032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9033         (gst_riff_create_video_template_caps):
9034         Add a whole bunch of FOURCC <=> MimeType.
9035         Extend the riff video pad template to support the newly added fourcc.
9036
9037 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9038
9039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9040         (gst_ogg_demux_activate_chain):
9041           Extra debug output when activating/deactivating chains.
9042
9043         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9044         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9045         (unlinked):
9046           Remove a queue from our list when it becomes unlinked.
9047           Don't add queues to elements in class 'Demux' if they
9048           can only produce one pad 
9049
9050 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9051
9052         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9053         (gst_video_sink_get_type): Add a debug category.
9054
9055 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9056
9057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9058         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9059           Handle downstream newsegment by sending our own newsegment before the
9060           next buffer to be released. (#323900)
9061
9062 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9063
9064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9065         (gst_base_rtp_depayload_set_gst_timestamp):
9066           add queue delay to new segment as well (as opposed to just the first
9067           buffer). (bug #322347)
9068
9069 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9070
9071         * ext/libvisual/visual.c: (make_valid_name):
9072           change some char* into char[]
9073         * gst/audiotestsrc/gstaudiotestsrc.c:
9074         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9075         (gst_audio_test_src_create):
9076         * gst/audiotestsrc/gstaudiotestsrc.h:
9077           prepare to handle EOS and SEGMENT_DONE
9078
9079 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * tests/check/generic/states.c: (GST_START_TEST):
9082           Blacklist cdparanoia element in state test.
9083
9084 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086           Patch by: Benjamin Pineau
9087
9088         * gst/tcp/gsttcp.c:
9089         * gst/tcp/gsttcpclientsink.c:
9090         * gst/tcp/gsttcpserversink.c:
9091         * gst/tcp/gsttcpserversrc.c:
9092           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9093
9094 2005-12-15  Michael Smith  <msmith@fluendo.com>
9095
9096         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9097         (gst_video_rate_chain):
9098           Fix timestamping for videorate when the first buffer it sees has a
9099           non-zero timestamp. Fix some misleading debug output.
9100
9101 2005-12-15  Michael Smith  <msmith@fluendo.com>
9102
9103         * gst/audioresample/gstaudioresample.c:
9104           Don't leak all input buffers to audioresample.
9105
9106 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9109           Don't operate on empty text buffers. Strip newlines and
9110           tabs only from the end of the text, but leave them intact
9111           in the middle. Fix typo in gtk-doc description.
9112
9113 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         * gst/playback/gstplaybasebin.c:
9116         * gst/playback/gstplaybin.c: (handoff):
9117           Make sure the video frame buffer we return to apps via the
9118           "frame" property always has caps set on it. Modify
9119           _gst_gvalue_set_object() macro to handle NULL objects
9120           gracefully too.
9121
9122 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9123
9124         * gst/audiotestsrc/gstaudiotestsrc.c:
9125         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9126         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9127         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9128         (gst_audio_test_src_create):
9129         * gst/audiotestsrc/gstaudiotestsrc.h:
9130         Adjust to some recent api changes and add wtays new cool seeking
9131         capabillities
9132
9133 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * ext/alsa/Makefile.am:
9136         * ext/alsa/gstalsadeviceprobe.c:
9137         * ext/alsa/gstalsadeviceprobe.h:
9138           Helper functions to add device probing via the GstPropertyProbe
9139           interface to a class.
9140
9141         * ext/alsa/gstalsamixer.h:
9142           Comment out GST_ALSA_MIXER, it returns a struct that's not
9143           used.
9144
9145         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9146           Add some debug info. 
9147
9148         * ext/alsa/gstalsamixerelement.c:
9149         (gst_alsa_mixer_element_interface_supported),
9150         (gst_implements_interface_init),
9151         (gst_alsa_mixer_element_init_interfaces),
9152         (gst_alsa_mixer_element_class_init),
9153         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9154         (gst_alsa_mixer_element_set_property),
9155         (gst_alsa_mixer_element_get_property),
9156         (gst_alsa_mixer_element_change_state):
9157         * ext/alsa/gstalsamixerelement.h:
9158           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9159           for device handling (gnome-volume-control will need that).
9160
9161 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9162
9163         * ext/Makefile.am: fix cdparanoia entry
9164         * gst-plugins-base.spec.in: add cdparanoia
9165
9166 2005-12-12  Michael Smith  <msmith@fluendo.com>
9167
9168         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9169           Use the correct function to free list of typefind factories.
9170
9171 2005-12-12  Wim Taymans  <wim@fluendo.com>
9172
9173         * gst/videotestsrc/gstvideotestsrc.c:
9174         (gst_video_test_src_class_init), (gst_video_test_src_init),
9175         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9176         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9177         (gst_video_test_src_create):
9178         * gst/videotestsrc/gstvideotestsrc.h:
9179         Implement seeking in videotestsrc.
9180         Small cleanups.
9181
9182 2005-12-12  Wim Taymans  <wim@fluendo.com>
9183
9184         * ext/cdparanoia/Makefile.am:
9185         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9186         (gst_paranoia_endian_get_type), (_do_init),
9187         (cdparanoia_class_init), (cdparanoia_init),
9188         (cdparanoia_set_property), (cdparanoia_get_property),
9189         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9190         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9191         (cdparanoia_convert), (cdparanoia_get_query_types),
9192         (cdparanoia_query), (cdparanoia_set_index),
9193         (cdparanoia_uri_set_uri):
9194         * ext/cdparanoia/gstcdparanoia.h:
9195         Partially ported cdparanoia now that basesrc can support a
9196         plugin like this..
9197
9198 2005-12-12  Wim Taymans  <wim@fluendo.com>
9199
9200         * tests/examples/seek/scrubby.c: (main):
9201         Set higher priority for bus events so they don't get reordered with
9202         gtk gui events.
9203
9204         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9205         (flush_toggle_cb), (main):
9206         Added checkbox to disable flushing seeks. 
9207         Disable scrubbing when doing non flushing seeks.
9208
9209 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9212         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9213         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9214         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9215           Implement some sort of event handling that doesn't rely on
9216           g_return_if_fail; make sure we always push the last chunk of an 
9217           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9218           state change function; remove some old cruft. Seeking is still
9219           rather unlikely to work though.
9220
9221         * tools/.cvsignore:
9222           Ignore more.
9223
9224 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9225
9226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9227         Fixed a leak of the current image reference when cleaning up.
9228         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9229
9230 2005-12-09  Michael Smith  <msmith@fluendo.com>
9231
9232         * tools/Makefile.am:
9233         * tools/gst-launch-ext-m.m:
9234           Remove gst-launch-ext. It doesn't work, and is no longer
9235           particularly useful.
9236
9237 2005-12-08  Luca Ognibene  <luogni@tin.it>
9238
9239         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9240           don't pass random values to ogmparse convert function.
9241           Make seeking possible in the exile1.ogm file.
9242
9243 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9246         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9247           Work around refcount problem with g_value_set_object() that occur
9248           if the core has been compiled against GLib-2.6 (g_value_set_object()
9249           will only g_object_ref() the element, but the caller will
9250           gst_object_unref() it and bad things will happen due to the way
9251           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9252           totem for people on FC4 using Thomas's 0.10 RPMs.
9253           
9254 2005-12-07  Edward Hervey  <edward@fluendo.com>
9255
9256         Time to welcome ogm to 0.10 :)
9257         
9258         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9259         (gst_ogg_pad_typefind):
9260         Oggdemux can now properly typefind elements with dynamic pads.
9261         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9262         Properly set caps on src pad, and set caps on outgoing buffers.
9263
9264 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9265
9266         * ext/alsa/gstalsamixer.h:
9267         * ext/alsa/gstalsamixerelement.h:
9268         * ext/alsa/gstalsamixeroptions.h:
9269         * ext/alsa/gstalsamixertrack.h:
9270         * ext/alsa/gstalsasink.c:
9271         * ext/alsa/gstalsasink.h:
9272         * ext/alsa/gstalsasrc.c:
9273         * ext/alsa/gstalsasrc.h:
9274         * ext/cdparanoia/gstcdparanoia.h:
9275         * ext/gnomevfs/gstgnomevfsuri.h:
9276         * ext/ogg/gstoggdemux.c:
9277         * ext/ogg/gstoggmux.c:
9278         * ext/pango/gsttextoverlay.h:
9279         * ext/theora/theoradec.c:
9280         * ext/theora/theoraenc.c:
9281         * ext/vorbis/vorbisdec.h:
9282         * ext/vorbis/vorbisenc.c:
9283         * ext/vorbis/vorbisenc.h:
9284         * ext/vorbis/vorbisparse.h:
9285         * gst-libs/gst/audio/gstaudioclock.h:
9286         * gst-libs/gst/audio/gstaudiosink.c:
9287         * gst-libs/gst/audio/gstaudiosink.h:
9288         * gst-libs/gst/audio/gstaudiosrc.c:
9289         * gst-libs/gst/audio/gstaudiosrc.h:
9290         * gst-libs/gst/audio/gstbaseaudiosink.c:
9291         * gst-libs/gst/audio/gstbaseaudiosink.h:
9292         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9293         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9294         * gst-libs/gst/audio/gstringbuffer.h:
9295         * gst-libs/gst/audio/multichannel.h:
9296         * gst-libs/gst/floatcast/floatcast.h:
9297         * gst-libs/gst/interfaces/colorbalance.c:
9298         * gst-libs/gst/interfaces/colorbalance.h:
9299         * gst-libs/gst/interfaces/colorbalancechannel.h:
9300         * gst-libs/gst/interfaces/mixer.h:
9301         * gst-libs/gst/interfaces/mixeroptions.h:
9302         * gst-libs/gst/interfaces/mixertrack.h:
9303         * gst-libs/gst/interfaces/navigation.h:
9304         * gst-libs/gst/interfaces/propertyprobe.h:
9305         * gst-libs/gst/interfaces/tuner.h:
9306         * gst-libs/gst/interfaces/tunerchannel.h:
9307         * gst-libs/gst/interfaces/tunernorm.h:
9308         * gst-libs/gst/interfaces/xoverlay.h:
9309         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9310         * gst-libs/gst/riff/riff-ids.h:
9311         * gst-libs/gst/riff/riff-media.h:
9312         * gst-libs/gst/riff/riff-read.h:
9313         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9314         * gst-libs/gst/rtp/gstbasertppayload.c:
9315         * gst-libs/gst/rtp/gstbasertppayload.h:
9316         * gst-libs/gst/rtp/gstrtpbuffer.c:
9317         * gst-libs/gst/rtp/gstrtpbuffer.h:
9318         * gst-libs/gst/tag/gsttageditingprivate.h:
9319         * gst-libs/gst/tag/gstvorbistag.c:
9320         (gst_tag_list_from_vorbiscomment_buffer):
9321         * gst-libs/gst/tag/tag.h:
9322         * gst-libs/gst/video/video.h:
9323         * gst/adder/gstadder.c:
9324         * gst/adder/gstadder.h:
9325         * gst/audioconvert/audioconvert.c:
9326         * gst/audioconvert/audioconvert.h:
9327         * gst/audioconvert/gstaudioconvert.c:
9328         * gst/audioconvert/gstchannelmix.c:
9329         * gst/audioconvert/gstchannelmix.h:
9330         * gst/audiorate/gstaudiorate.c:
9331         * gst/audioresample/buffer.h:
9332         * gst/audioresample/functable.h:
9333         * gst/audioresample/gstaudioresample.c:
9334         * gst/audioresample/resample.h:
9335         * gst/ffmpegcolorspace/avcodec.h:
9336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9337         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9338         * gst/ffmpegcolorspace/imgconvert.c:
9339         * gst/ffmpegcolorspace/imgconvert_template.h:
9340         * gst/playback/gstdecodebin.c:
9341         * gst/playback/gstplaybasebin.h:
9342         * gst/playback/gstplaybin.c:
9343         * gst/playback/gststreaminfo.h:
9344         * gst/tcp/gstfdset.c:
9345         * gst/tcp/gstfdset.h:
9346         * gst/tcp/gstmultifdsink.c:
9347         * gst/tcp/gstmultifdsink.h:
9348         * gst/tcp/gsttcp.h:
9349         * gst/tcp/gsttcpclientsrc.c:
9350         * gst/tcp/gsttcpclientsrc.h:
9351         * gst/tcp/gsttcpplugin.h:
9352         * gst/tcp/gsttcpserversink.c:
9353         * gst/tcp/gsttcpserversrc.c:
9354         * gst/typefind/gsttypefindfunctions.c:
9355         * gst/videorate/gstvideorate.c:
9356         * gst/videotestsrc/gstvideotestsrc.h:
9357         * gst/videotestsrc/videotestsrc.h:
9358         * sys/v4l/gstv4lcolorbalance.h:
9359         * sys/v4l/gstv4ltuner.h:
9360         * sys/v4l/gstv4lxoverlay.h:
9361         * sys/v4l/v4l_calls.h:
9362         * sys/v4l/videodev_mjpeg.h:
9363         * tests/check/elements/audioconvert.c:
9364         * tests/check/elements/audioresample.c:
9365         * tests/check/elements/audiotestsrc.c:
9366         * tests/check/elements/videotestsrc.c:
9367         * tests/check/elements/volume.c:
9368         * tests/examples/seek/scrubby.c:
9369         * tests/examples/seek/seek.c:
9370           expand tabs
9371
9372 === release 0.10.0 ===
9373
9374 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9375
9376         * configure.ac:
9377           releasing 0.10.0, "Mont-d'or"
9378
9379 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9380
9381         * tests/examples/seek/Makefile.am:
9382         Build fix for when gtk is not available.
9383
9384 2005-12-05  Andy Wingo  <wingo@pobox.com>
9385
9386         * ext/libvisual/visual.c: (get_buffer):
9387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9388         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9389         * ext/theora/theoradec.c: (theora_handle_data_packet):
9390         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9391         (theora_enc_chain):
9392         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9393         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9394         Update for alloc_buffer changes.
9395
9396 2005-12-05  Andy Wingo  <wingo@pobox.com>
9397
9398         patch by: Kai Vehmanen <kv2004 eca cx>
9399         
9400         * gst-libs/gst/rtp/gstbasertpdepayload.c
9401         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9402
9403 2005-12-04  Andy Wingo  <wingo@pobox.com>
9404
9405         patch by: Sebastien Cote <sebas642 yahoo ca>
9406         
9407         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9408         Fixes #319172.
9409
9410 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * docs/plugins/Makefile.am:
9413         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9414         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9415         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9416         * ext/pango/gstclockoverlay.c:
9417         * ext/pango/gsttextoverlay.c: 
9418         * ext/pango/gsttextrender.c:
9419         * ext/pango/gsttimeoverlay.c:
9420           Add gtk-doc blurbs to pango elements.
9421
9422 2005-12-02  Wim Taymans  <wim@fluendo.com>
9423
9424         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9425         * gst/audioresample/buffer.h:
9426         * gst/audioresample/gstaudioresample.c:
9427         * gst/audioresample/gstaudioresample.h:
9428         * gst/audioresample/resample.c: (resample_input_flush),
9429         (resample_input_pushthrough), (resample_input_eos),
9430         (resample_get_output_size_for_input),
9431         (resample_get_input_size_for_output), (resample_get_output_size),
9432         (resample_get_output_data):
9433         * gst/audioresample/resample.h:
9434         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9435         Fix audioresample, seek torture, new segments, reverse negotiation
9436         etc.. work fine.
9437
9438 2005-12-02  Wim Taymans  <wim@fluendo.com>
9439
9440         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9441         Small cleanups.
9442
9443 2005-12-02  Wim Taymans  <wim@fluendo.com>
9444
9445         * gst/audioconvert/gstaudioconvert.c:
9446         (gst_audio_convert_transform):
9447         Post errors.
9448
9449 === release 0.9.7 ===
9450
9451 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9452
9453         * configure.ac:
9454           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9455
9456 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9457
9458         * Makefile.am:
9459         * po/hu.po:
9460         * win32/MANIFEST:
9461         * win32/gst.sln:
9462           add win32 MANIFEST file
9463           do something to the hungarian translation
9464
9465 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * ext/Makefile.am:
9468           Add $(PANGO_DIR) to SUBDIRS
9469
9470         * ext/pango/gstclockoverlay.c:
9471         * ext/pango/gsttimeoverlay.c:
9472           Fix and improve element descriptions.
9473
9474 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9475
9476         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9477         * docs/plugins/inspect/plugin-libvisual.xml:
9478         * docs/plugins/inspect/plugin-pango.xml:
9479           add pango plugin to docs
9480
9481 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9482
9483         * configure.ac:
9484         * ext/Makefile.am:
9485           moved pango to base
9486
9487 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9488
9489         * configure.ac:
9490         * tests/Makefile.am:
9491         * tests/icles/.cvsignore:
9492         * tests/icles/Makefile.am:
9493         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9494         (close_display), (resize_window), (move_window), (create_window),
9495         (terminate_playback), (pause_playback), (start_playback), (main):
9496           add stress test for xoverlay from Julien
9497
9498 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9499
9500         * docs/libs/tmpl/gstcolorbalance.sgml:
9501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9502         * gst-libs/gst/rtp/gstbasertppayload.c:
9503         * gst-libs/gst/rtp/gstrtpbuffer.c:
9504         * gst-libs/gst/rtp/gstrtpbuffer.h:
9505           Do burger's rename for rtp payloaders and depayloaders
9506
9507 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9508
9509         * win32/:
9510           add Visual Studio 6 build files
9511
9512 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9513
9514         * docs/libs/gst-plugins-base-libs-docs.sgml:
9515         * docs/libs/gst-plugins-base-libs-sections.txt:
9516         * docs/libs/tmpl/gstaudio.sgml:
9517         * docs/libs/tmpl/gstringbuffer.sgml:
9518         * gst-libs/gst/interfaces/xoverlay.c:
9519         * gst-libs/gst/video/gstvideofilter.c:
9520         * gst-libs/gst/video/gstvideosink.c:
9521           update documentation
9522
9523 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9524
9525         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9526         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9527         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9528         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9529         (gst_multi_fd_sink_get_stats),
9530         (gst_multi_fd_sink_remove_client_link),
9531         (gst_multi_fd_sink_handle_client_read),
9532         (gst_multi_fd_sink_client_queue_data),
9533         (gst_multi_fd_sink_client_queue_caps),
9534         (gst_multi_fd_sink_client_queue_buffer),
9535         (gst_multi_fd_sink_new_client),
9536         (gst_multi_fd_sink_handle_client_write),
9537         (gst_multi_fd_sink_recover_client),
9538         (gst_multi_fd_sink_queue_buffer),
9539         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9540         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9541         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9542         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9543         * gst/tcp/gstmultifdsink.h:
9544         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9545         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9546         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9547         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9548         (gst_tcp_client_sink_set_property),
9549         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9550         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9551         * gst/tcp/gsttcpclientsink.h:
9552         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9553         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9554         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9555         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9556         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9557         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9558         * gst/tcp/gsttcpclientsrc.h:
9559         * gst/tcp/gsttcpplugin.c: (plugin_init):
9560         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9561         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9562         (gst_tcp_server_sink_finalize),
9563         (gst_tcp_server_sink_handle_server_read),
9564         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9565         (gst_tcp_server_sink_set_property),
9566         (gst_tcp_server_sink_get_property),
9567         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9568         * gst/tcp/gsttcpserversink.h:
9569         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9570         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9571         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9572         (gst_tcp_server_src_set_property),
9573         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9574         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9575         * gst/tcp/gsttcpserversrc.h:
9576           more borgifying
9577
9578 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9579
9580         * docs/plugins/Makefile.am:
9581         * docs/plugins/gst-plugins-base-plugins.args:
9582         * docs/plugins/inspect/plugin-libvisual.xml:
9583         * gst/audioconvert/plugin.h:
9584         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9585         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9586         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9587         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9588         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9589         (plugin_init):
9590         * gst/audiotestsrc/gstaudiotestsrc.c:
9591         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9592         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9593         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9594         (gst_audio_test_src_get_query_types),
9595         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9596         (gst_audio_test_src_create_square),
9597         (gst_audio_test_src_create_saw),
9598         (gst_audio_test_src_create_triangle),
9599         (gst_audio_test_src_create_silence),
9600         (gst_audio_test_src_create_white_noise),
9601         (gst_audio_test_src_init_pink_noise),
9602         (gst_audio_test_src_generate_pink_noise_value),
9603         (gst_audio_test_src_create_pink_noise),
9604         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9605         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9606         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9607         (plugin_init):
9608         * gst/audiotestsrc/gstaudiotestsrc.h:
9609         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9610         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9611         (gst_sub_parse_init), (gst_sub_parse_formats),
9612         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9613         (convert_encoding), (get_next_line),
9614         (gst_sub_parse_data_format_autodetect),
9615         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9616         (gst_sub_parse_loop), (gst_sub_parse_chain),
9617         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9618         (plugin_init):
9619         * gst/subparse/gstsubparse.h:
9620         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9621         (gst_video_rate_base_init), (gst_video_rate_class_init),
9622         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9623         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9624         (gst_video_rate_init), (gst_video_rate_event),
9625         (gst_video_rate_chain), (gst_video_rate_set_property),
9626         (gst_video_rate_get_property), (gst_video_rate_change_state),
9627         (plugin_init):
9628         * gst/videoscale/gstvideoscale.c:
9629         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9630         (gst_video_scale_src_template_factory),
9631         (gst_video_scale_sink_template_factory),
9632         (gst_video_scale_get_type), (gst_video_scale_base_init),
9633         (gst_video_scale_class_init), (gst_video_scale_init),
9634         (gst_video_scale_set_property), (gst_video_scale_get_property),
9635         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9636         (gst_video_scale_prepare_size), (parse_caps),
9637         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9638         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9639         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9640         (plugin_init):
9641         * gst/videoscale/gstvideoscale.h:
9642         * gst/videotestsrc/gstvideotestsrc.c:
9643         (gst_video_test_src_pattern_get_type),
9644         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9645         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9646         (gst_video_test_src_set_pattern),
9647         (gst_video_test_src_set_property),
9648         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9649         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9650         (gst_video_test_src_event), (gst_video_test_src_get_times),
9651         (gst_video_test_src_create), (plugin_init):
9652         * gst/videotestsrc/gstvideotestsrc.h:
9653         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9654         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9655         (gst_video_test_src_black):
9656         * gst/videotestsrc/videotestsrc.h:
9657           borgify further
9658           clean up docs a little
9659
9660 2005-11-30  Wim Taymans  <wim@fluendo.com>
9661
9662         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9663         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9664         (gst_basertppayload_event), (gst_basertppayload_push),
9665         (gst_basertppayload_change_state):
9666         * gst-libs/gst/rtp/gstbasertppayload.h:
9667         closed #320644.
9668
9669 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9670
9671         * docs/libs/gst-plugins-base-libs-docs.sgml:
9672         * docs/libs/gst-plugins-base-libs-sections.txt:
9673         * gst-libs/gst/video/gstvideofilter.c:
9674         * gst-libs/gst/video/gstvideosink.c:
9675         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9676
9677 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9678
9679         * LICENSE:
9680           move
9681         * po/af.po:
9682         * po/az.po:
9683         * po/cs.po:
9684         * po/en_GB.po:
9685         * po/hu.po:
9686         * po/it.po:
9687         * po/nb.po:
9688         * po/nl.po:
9689         * po/or.po:
9690         * po/sq.po:
9691         * po/sr.po:
9692         * po/sv.po:
9693         * po/uk.po:
9694         * po/vi.po:
9695         * Makefile.am:
9696           update
9697         * scripts/autoplugins.sh:
9698           remove
9699
9700 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9701
9702         * Makefile.am:
9703         * configure.ac:
9704         * examples/Makefile.am:
9705         * examples/capsfilter/Makefile.am:
9706         * examples/capsfilter/capsfilter1.c:
9707         * examples/gob/Makefile.am:
9708         * examples/gob/gst-identity2.gob:
9709         * examples/indexing/.cvsignore:
9710         * examples/indexing/Makefile.am:
9711         * examples/indexing/indexmpeg.c:
9712         * examples/seeking/.cvsignore:
9713         * examples/seeking/Makefile.am:
9714         * examples/seeking/cdparanoia.c:
9715         * examples/seeking/cdplayer.c:
9716         * examples/seeking/chained.c:
9717         * examples/seeking/scrubby.c:
9718         * examples/seeking/seek.c:
9719         * examples/stats/Makefile.am:
9720         * examples/stats/mp2ogg.c:
9721         * examples/switch/.cvsignore:
9722         * examples/switch/Makefile.am:
9723         * examples/switch/switcher.c:
9724         * tests/Makefile.am:
9725         * tests/check/generic/.cvsignore:
9726         * tests/check/pipelines/.cvsignore:
9727         * tests/examples/Makefile.am:
9728         * tests/examples/seek/Makefile.am:
9729           reorganize stuff under tests/
9730
9731 2005-11-30  Edward Hervey  <edward@fluendo.com>
9732
9733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9734         Go away you stupid GstStaticPadTemplate memleak.
9735
9736 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9737
9738         * gst-libs/gst/net/Makefile.am:
9739         * gst-libs/gst/net/README:
9740         * gst-libs/gst/net/gstnetbuffer.c:
9741         * gst-libs/gst/net/gstnetbuffer.h:
9742           this was moved to "netbuffer"
9743
9744 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9747         (gst_video_filter_class_init), (gst_video_filter_init):
9748         * gst-libs/gst/video/gstvideofilter.h:
9749           borgify name to bring in line with other classes
9750
9751 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9752
9753         * gst/audioscale/.cvsignore:
9754         * gst/audioscale/Makefile.am:
9755         * gst/audioscale/README:
9756         * gst/audioscale/audioscale.vcproj:
9757         * gst/audioscale/dtof.c:
9758         * gst/audioscale/dtos.c:
9759         * gst/audioscale/functable.c:
9760         * gst/audioscale/gstaudioscale.c:
9761         * gst/audioscale/gstaudioscale.h:
9762         * gst/audioscale/private.h:
9763         * gst/audioscale/resample.c:
9764         * gst/audioscale/resample.h:
9765         * gst/audioscale/test.c:
9766           remove
9767
9768 2005-11-30  Edward Hervey  <edward@fluendo.com>
9769
9770         * gst-libs/gst/netbuffer/Makefile.am:
9771         really, really tired
9772
9773 2005-11-30  Edward Hervey  <edward@fluendo.com>
9774
9775         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9776         Update for new GstTypeFindFactory _register()
9777
9778 2005-11-30  Edward Hervey  <edward@fluendo.com>
9779
9780         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9781         Let's not override libgstnet from core for no reason...
9782         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9783         Ok, maybe not so quick next time.
9784
9785 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9786
9787         * configure.ac:
9788         * gst-libs/gst/Makefile.am:
9789           moved gst-libs/gst/net to netbuffer through CVS surgery
9790           remove old directory
9791           updating build to accomodate
9792           (#322257)
9793
9794 2005-11-29  Andy Wingo  <wingo@pobox.com>
9795
9796         * pkgconfig/gstreamer-plugins-base.pc.in:
9797         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9798         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9799         (#322257).
9800
9801 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9802
9803         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9804         3rd time's the charm. Correct ref-counting for discarded buffers.
9805
9806 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9807
9808         * gst/playback/gststreamselector.c:
9809         (gst_stream_selector_class_init),
9810         (gst_stream_selector_set_property),
9811         (gst_stream_selector_get_property),
9812         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9813         Fix ref-counting
9814
9815 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9816
9817         * gst/subparse/gstsubparse.c: (feed_textbuf):
9818           Don't access already unref'ed buffer.
9819
9820 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9821
9822         * gst/playback/gststreamselector.c:
9823         (gst_stream_selector_class_init), (gst_stream_selector_init),
9824         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9825         (gst_stream_selector_get_property),
9826         (gst_stream_selector_get_linked_pad),
9827         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9828         * gst/playback/gststreamselector.h:
9829         Add the active-pad property for playbin to use shortly. Ignore buffers
9830         from any other pad, returning GST_FLOW_NOT_LINKED
9831
9832 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9833
9834         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9835         patch from bug #322704 (Alessandro Decina).
9836
9837 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9838
9839         * gst-libs/gst/audio/Makefile.am:
9840           folded audiofilter into the audio library
9841
9842 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         * gst/videoscale/gstvideoscale.h:
9845         * gst/videoscale/gstvideoscale.c:
9846           remove unimplemented scale methods
9847
9848 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9851           Don't leak caps.
9852
9853 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9854
9855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9856         (gst_ximagesink_setcaps):
9857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9858         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9859         happens (only visible on ximagesink but bug is in xv too) set_caps was
9860         destroying the internal x[v]image used to memcpy non locally alloced
9861         buffers so that it got renewed on next _chain. The issue is that 
9862         _expose will try to put that image as it reffed it in _put.
9863         Using gst_buffer_unref instead of destroy fixes it !
9864
9865 2005-11-28  Edward Hervey  <edward@fluendo.com>
9866
9867         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9868         (try_to_link_1), (queue_filled_cb):
9869         Better use of the queues. Start with a small size queue and only increase
9870         the size of the queues when the other queues are empty.
9871
9872 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * gst-libs/gst/video/Makefile.am:
9875           compile in copied-over videofilter into the video library
9876         * gst-libs/gst/video/videosink.h:
9877           rename the header to gstvideosink.h since it's a base GstObject class
9878         * sys/ximage/ximagesink.h:
9879         * sys/xvimage/xvimagesink.h:
9880           use the new header
9881
9882 2005-11-28  Wim Taymans  <wim@fluendo.com>
9883
9884         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9885         * gst/playback/gstplaybasebin.h:
9886         Prepare to handle errors betters.
9887
9888         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9889         Set sinks to PAUSED first before adding and linking them so that
9890         we don't interrupt dataflow.
9891
9892 2005-11-28  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst-libs/gst/audio/TODO:
9895         Updated TODO
9896
9897         * gst-libs/gst/audio/gstaudiosink.c:
9898         (gst_audioringbuffer_open_device),
9899         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9900         (gst_audioringbuffer_release):
9901         Small cleanups.
9902
9903         * gst-libs/gst/audio/gstbaseaudiosink.c:
9904         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9905         (gst_base_audio_sink_change_state):
9906         Slave to the master clock when going to PLAYING and unslave when
9907         going to PAUSED.
9908
9909         * gst-libs/gst/audio/gstringbuffer.c:
9910         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9911         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9912         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9913         (gst_ring_buffer_clear_all), (wait_segment),
9914         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9915         (gst_ring_buffer_advance):
9916         * gst-libs/gst/audio/gstringbuffer.h:
9917         Add some docs and cleanups.
9918
9919 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9920
9921         * sys/xvimage/xvimagesink.c:
9922         (gst_xvimagesink_navigation_send_event): Fix navigation events
9923         coordinates translation with pixel aspect ratios.
9924
9925 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9926
9927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9928         Use calculated video geometry from _setcaps instead of buffer
9929         caps to respect pixel aspect ratio. (fixes #322388)
9930
9931 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9932
9933         * docs/libs/tmpl/gstcolorbalance.sgml:
9934         * docs/libs/tmpl/gstmixer.sgml:
9935         * docs/libs/tmpl/gstxoverlay.sgml:
9936         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9937         interface.
9938
9939 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9940
9941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9942         Refuse to create an XvImage if we can't find the format.
9943
9944 2005-11-28  Edward Hervey  <edward@fluendo.com>
9945
9946         * gst-libs/gst/riff/riff-media.c:
9947         (gst_riff_create_audio_template_caps):
9948         Add ATRAC3 to the list of riff-possible audio caps.
9949         I know we still don't have a plugin for atrac3, but it's saner to output
9950         that than a cryptic mimetype.
9951
9952 2005-11-27  Edward Hervey  <edward@fluendo.com>
9953
9954         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9955         Don't try to create a zero-sized subbuffer.
9956
9957 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9958
9959         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9960         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9961         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9962         (gst_ximagesink_expose): Fixed a tricky race.
9963         * sys/ximage/ximagesink.h:
9964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9965         (gst_xvimagesink_expose): Fixed a tricky race.
9966         * sys/xvimage/xvimagesink.h:
9967
9968 2005-11-27  Edward Hervey  <edward@fluendo.com>
9969
9970         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9971         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9972         Remove unused properties, and add queues between demuxers and decoders
9973         so that a lot more files can preroll properly.
9974
9975 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * gst-libs/gst/net/Makefile.am:
9978         * gst-libs/gst/rtp/Makefile.am:
9979         * gst-libs/gst/tag/Makefile.am:
9980           remove silly include
9981         * gst/tags/Makefile.am:
9982         * gst/tags/gsttagediting.c:
9983         * gst/tags/gsttageditingprivate.h:
9984         * gst/tags/tagedit.vcproj:
9985           remove directory, is as good as empty
9986
9987 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9988
9989         * configure.ac:
9990           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9991         * gst-libs/Makefile.am:
9992         * gst-libs/gst/audio/Makefile.am:
9993         * gst-libs/gst/interfaces/Makefile.am:
9994         * gst-libs/gst/net/Makefile.am:
9995         * gst-libs/gst/riff/Makefile.am:
9996         * gst-libs/gst/rtp/Makefile.am:
9997         * gst-libs/gst/tag/Makefile.am:
9998         * gst-libs/gst/video/Makefile.am:
9999           and use them
10000
10001 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10002
10003         * docs/libs/tmpl/gstcolorbalance.sgml:
10004         * docs/libs/tmpl/gstmixer.sgml:
10005         * docs/libs/tmpl/gstxoverlay.sgml:
10006         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10007         * sys/ximage/ximagesink.h:
10008         * sys/xvimage/xvimagesink.h: More and more documentation.
10009
10010 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10011
10012         * docs/libs/gst-plugins-base-libs-docs.sgml:
10013         * docs/libs/gst-plugins-base-libs-sections.txt:
10014         * docs/libs/tmpl/gstcolorbalance.sgml:
10015         * docs/libs/tmpl/gstmixer.sgml:
10016         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10017         to documentation.
10018
10019 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10020
10021         * docs/plugins/Makefile.am:
10022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10024         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10025
10026 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10027
10028         * docs/plugins/Makefile.am:
10029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10031         * docs/plugins/inspect/plugin-adder.xml:
10032         * docs/plugins/inspect/plugin-alsa.xml:
10033         * docs/plugins/inspect/plugin-audioconvert.xml:
10034         * docs/plugins/inspect/plugin-audiorate.xml:
10035         * docs/plugins/inspect/plugin-audioresample.xml:
10036         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10037         * docs/plugins/inspect/plugin-decodebin.xml:
10038         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10039         * docs/plugins/inspect/plugin-gnomevfs.xml:
10040         * docs/plugins/inspect/plugin-ogg.xml:
10041         * docs/plugins/inspect/plugin-playbin.xml:
10042         * docs/plugins/inspect/plugin-subparse.xml:
10043         * docs/plugins/inspect/plugin-tcp.xml:
10044         * docs/plugins/inspect/plugin-theora.xml:
10045         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10046         * docs/plugins/inspect/plugin-video4linux.xml:
10047         * docs/plugins/inspect/plugin-videorate.xml:
10048         * docs/plugins/inspect/plugin-videoscale.xml:
10049         * docs/plugins/inspect/plugin-videotestsrc.xml:
10050         * docs/plugins/inspect/plugin-volume.xml:
10051         * docs/plugins/inspect/plugin-vorbis.xml:
10052         * docs/plugins/inspect/plugin-ximagesink.xml:
10053         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10054         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10055
10056 2005-11-26  Edward Hervey  <edward@fluendo.com>
10057
10058         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10059         Properly return GstFlowReturn from gst_pad_push in chain functions.
10060
10061 2005-11-25  Michael Smith  <msmith@fluendo.com>
10062
10063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10064         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10065         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10066         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10067           Handle various conditions better when we don't understand a stream.
10068           Removes a heap of CRITICALs on ogg streams containing unknown data.
10069
10070 2005-11-24  Andy Wingo  <wingo@pobox.com>
10071
10072         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10073         Be threadsafe.
10074
10075 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10076
10077         * configure.ac: back to HEAD
10078
10079 === release 0.9.6 ===
10080
10081 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10082
10083         * configure.ac:
10084           releasing 0.9.6, "White Eight"
10085
10086 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10087
10088         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10089         * docs/plugins/inspect/plugin-sine.xml:
10090           remove sinesrc some more
10091
10092 2005-11-23  Wim Taymans  <wim@fluendo.com>
10093
10094         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10095         If we are reading too slowly, jump forward in the ringbuffer
10096         instead of blocking.
10097
10098 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10099
10100         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10101         (gst_visual_chain):
10102         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10103         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10104         (gst_videorate_chain):
10105         * gst/videotestsrc/gstvideotestsrc.c:
10106         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10107         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10108         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10109         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10110         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10111         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10112           Updates for API changes
10113
10114 2005-11-23  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst-libs/gst/audio/gstbaseaudiosink.c:
10117         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10118         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10119         Fix for calibration API change.
10120
10121 2005-11-23  Michael Smith <msmith@fluendo.com>
10122
10123         * gst-libs/gst/audio/multichannel.c:
10124         (gst_audio_get_channel_positions),
10125         (gst_audio_set_channel_positions),
10126         (gst_audio_set_structure_channel_positions_list),
10127         (gst_audio_fixate_channel_positions):
10128           Use gst_value_array_*() functions on value arrays, not
10129           gst_value_list_*().
10130
10131 2005-11-23  Edward Hervey  <edward@fluendo.com>
10132
10133         * autogen.sh:
10134         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10135         Fixes autogen
10136
10137 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10138
10139         * check/Makefile.am:
10140         * check/elements/videotestsrc.c: (setup_videotestsrc),
10141         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10142         (main):
10143           add a test for videotestsrc
10144
10145 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10146
10147         * gst/sine/.cvsignore:
10148         * gst/sine/Makefile.am:
10149         * gst/sine/gstsinesrc.c:
10150         * gst/sine/gstsinesrc.h:
10151         * gst/sine/sinesrc.vcproj:
10152           and remove sinesrc from the repository.  Closes #321446
10153
10154 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10155
10156         * configure.ac:
10157         * gst-plugins-base.spec.in:
10158           remove sinesrc from the build
10159
10160 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10161
10162         * check/Makefile.am:
10163         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10164         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10165         (main):
10166           add a test for audiotestsrc, testing all waves.  Even seems
10167           leak-free at first glance, nice job Stefan
10168
10169 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10170
10171         * po/af.po:
10172         * po/az.po:
10173         * po/cs.po:
10174         * po/en_GB.po:
10175         * po/hu.po:
10176         * po/it.po:
10177         * po/nb.po:
10178         * po/nl.po:
10179         * po/or.po:
10180         * po/sq.po:
10181         * po/sr.po:
10182         * po/sv.po:
10183         * po/uk.po:
10184         * po/vi.po:
10185           Translation string updates
10186
10187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10188         (gst_v4lsrc_set_caps):
10189         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10190         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10191         * sys/v4l/v4lsrc_calls.h:
10192           Improve v4lsrc, by making it work again.
10193
10194 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10195
10196         * ext/libvisual/visual.c: (gst_visual_chain):
10197           Fix the fps calculations.
10198
10199         * gst/ffmpegcolorspace/avcodec.h:
10200           Move structure element for clarity
10201
10202         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10203         * gst-libs/gst/interfaces/tunernorm.h:
10204         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10205         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10206         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10207         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10208         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10209         (gst_v4lmjpegsrc_getcaps):
10210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10211         (gst_v4lsrc_set_caps):
10212         * sys/v4l/gstv4lsrc.h:
10213         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10215         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10216         * sys/v4l/v4lsrc_calls.h:
10217           Fractional framerates...
10218
10219 2005-11-22  Wim Taymans  <wim@fluendo.com>
10220
10221         * gst-libs/gst/audio/gstbaseaudiosink.c:
10222         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10223         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10224         And we provide a clock by default, of course...
10225
10226 2005-11-22  Wim Taymans  <wim@fluendo.com>
10227
10228         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10229         This clock can be slaved to a master clock now.
10230
10231         * gst-libs/gst/audio/gstbaseaudiosink.c:
10232         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10233         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10234         (gst_base_audio_sink_set_clock),
10235         (gst_base_audio_sink_set_property),
10236         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10237         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10238         * gst-libs/gst/audio/gstbaseaudiosink.h:
10239         Handle slaving the internal clock to the clock selected in the
10240         pipeline.
10241         Add property to make the basesink not provide a clock.
10242
10243         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10244         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10245         (gst_base_rtp_depayload_wait):
10246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10247         We can use the clock in GstElement, no need to store it ourselves.
10248
10249 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * docs/libs/tmpl/gstaudio.sgml:
10252           update
10253         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10254         (gst_paranoia_endian_get_type):
10255         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10256         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10257         * gst/audiotestsrc/gstaudiotestsrc.c:
10258         (gst_audiostestsrc_wave_get_type):
10259         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10260         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10261         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10262         (gst_sync_method_get_type), (gst_unit_type_get_type),
10263         (gst_client_status_get_type), (gst_multifdsink_class_init),
10264         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10265         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10266         (gst_multifdsink_get_property):
10267         * gst/tcp/gstmultifdsink.h:
10268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10269         * gst/videotestsrc/gstvideotestsrc.c:
10270         (gst_videotestsrc_pattern_get_type):
10271           remove deprecated properties
10272           fix up enums to correctly have short lowercase dashed nicks
10273
10274 2005-11-22  Michael Smith <msmith@fluendo.com>
10275
10276         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10277         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10278           Add underscore.
10279
10280 2005-11-22  Michael Smith <msmith@fluendo.com>
10281
10282         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10283         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10284           Use utility method for scaling clocktime for fractional framerates.
10285
10286 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10287
10288         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10289         (gst_visual_chain):
10290         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10291         * ext/theora/theoradec.c: (theora_handle_type_packet):
10292         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10293         (theora_enc_chain):
10294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10295         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10296         * gst-libs/gst/video/video.h:
10297         * gst/ffmpegcolorspace/avcodec.h:
10298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10299         (gst_ffmpeg_caps_to_pixfmt):
10300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10301         (gst_ffmpegcsp_set_caps):
10302         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10303         (gst_videorate_setcaps), (gst_videorate_blank_data),
10304         (gst_videorate_chain):
10305         * gst/videotestsrc/gstvideotestsrc.c:
10306         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10307         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10308         (gst_videotestsrc_event), (gst_videotestsrc_create):
10309         * gst/videotestsrc/gstvideotestsrc.h:
10310         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10311         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10312         (gst_ximagesink_get_times), (gst_ximagesink_init):
10313         * sys/ximage/ximagesink.h:
10314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10315         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10316         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10317         * sys/xvimage/xvimagesink.h:
10318           Convert elements to use fractions for their framerate.
10319           V4L elements to come later tonight.
10320
10321 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10322
10323         * gst-libs/gst/audio/audio.c:
10324         * gst-libs/gst/audio/audio.h:
10325           remove some deprecated functions
10326
10327 2005-11-22  Andy Wingo  <wingo@pobox.com>
10328
10329         * Update for gst_tag_setter API changes.
10330
10331 2005-11-22  Andy Wingo  <wingo@pobox.com>
10332
10333         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10334         (gst_ogg_demux_perform_seek):
10335         * ext/theora/theoradec.c (theora_dec_sink_event):
10336         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10337         update-funcnames.
10338
10339 2005-11-22  Wim Taymans  <wim@fluendo.com>
10340
10341         * examples/seeking/seek.c: (main):
10342         Give higher priority to bus signals than the gtk events
10343         to fix a race condition in the segment looping.
10344
10345 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * ext/theora/Makefile.am:
10348         * ext/vorbis/Makefile.am:
10349         * gst-libs/gst/tag/Makefile.am:
10350         * gst-plugins-base.spec.in:
10351           Rename libgsttagedit to libgsttag (#322117).
10352
10353 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10357           Call gst_x_overlay_prepare_xwindow_id() to give applications
10358           a final chance to set their own xwindow id before the video
10359           sink creates its own window.
10360
10361 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10362
10363         * sys/xvimage/xvimagesink.c:
10364         (gst_xvimagesink_navigation_send_event): Handle navigation
10365         events correcly with borders if applicable.
10366
10367 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         Patch by: Luca Ognibene
10370
10371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10372         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10374         (gst_ffmpegcsp_caps_remove_format_info):
10375         * gst/ffmpegcolorspace/imgconvert.c:
10376         * gst/ffmpegcolorspace/imgconvert_template.h:
10377           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10378           #318353); use gst_structure_has_name().
10379
10380 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10381
10382         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10383         (gst_ximagesink_class_init): Add debug macros on functions.
10384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10385         (gst_xvimagesink_xwindow_draw_borders),
10386         (gst_xvimagesink_xvimage_put),
10387         (gst_xvimagesink_xwindow_update_geometry),
10388         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10389         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10390         (gst_xvimagesink_xcontext_clear),
10391         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10392         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10393         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10394         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10395         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10396         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10397         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10398         expose while being PAUSED, out of data flow navigation events, etc..
10399
10400 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10401
10402         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10403         * gst-libs/gst/audio/audio.h:
10404           fix prototype - wondering why the test worked regardless
10405
10406 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10407
10408         * check/Makefile.am:
10409         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10410         * gst-libs/gst/audio/audio.h:
10411           add a method that returns a proper GstClockTime
10412
10413 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10416         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10417         * gst-libs/gst/interfaces/xoverlay.h:
10418           Remove everything having to do with the desired size; add 
10419           gst_x_overlay_prepare_xwindow_id() function; remove the
10420           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10421           post a message on the bus instead (#321816).
10422
10423         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10425         (gst_xvimagesink_xoverlay_init):
10426           Remove desired size stuff (#321816).
10427
10428 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10429
10430         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10431         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10432         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10433           Terminate vararg functions with NULL instead of 0 to 
10434           make gcc4 happy.
10435
10436 2005-11-21  Andy Wingo  <wingo@pobox.com>
10437
10438         patch by: Sebastien Cote <sebas642@yahoo.ca>
10439         
10440         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10441         * gst-libs/gst/rtp/gstrtpbuffer.c
10442         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10443
10444 2005-11-21  Andy Wingo  <wingo@pobox.com>
10445
10446         * gst/playback/gstplaybin.c (gen_audio_element) 
10447         (gen_video_element): Use the new MISSING_PLUGIN core error
10448         category. Closes #320060.
10449
10450         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10451         * gst/videorate/gstvideorate.c (gst_videorate_event):
10452         * ext/theora/theoradec.c (theora_dec_sink_event): 
10453         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10454         stream lock.
10455
10456         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10457         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10458         stream lock changes.
10459
10460 2005-11-21  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst-libs/gst/audio/gstbaseaudiosink.c:
10463         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10464         (gst_base_audio_sink_provide_clock),
10465         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10466         (gst_base_audio_sink_change_state):
10467         * gst/audioresample/gstaudioresample.c:
10468         Segment update fix.
10469
10470 2005-11-21  Andy Wingo  <wingo@pobox.com>
10471
10472         * *.h:
10473         * *.c: Ran scripts/update-macros. Oh yes.
10474
10475 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * sys/ximage/Makefile.am:
10478         * sys/ximage/ximage.c:
10479           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10480           remove your old libgstximage.* manually if necessary).
10481
10482 2005-11-21  Michael Smith <msmith@fluendo.com>
10483
10484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10485           Minimal fix for bug #320200: set the min/max bitrate in the correct
10486           units. A better fix would be to upgrade to the RATEMANAGE2
10487           interface, rather than using the deprecated interface used here, but
10488           that would require an update in our libvorbis dependency (to 1.1),
10489           which is probably undesirable.
10490
10491 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * ext/libvisual/visual.c: (get_buffer):
10494         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10495         (gst_base_audio_src_fixate):
10496         * gst/audioconvert/gstaudioconvert.c:
10497         (gst_audio_convert_fixate_caps):
10498         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10499         * gst/audiotestsrc/gstaudiotestsrc.c:
10500         (gst_audiotestsrc_src_fixate):
10501         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10502         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10504         * gst/videotestsrc/gstvideotestsrc.c:
10505         (gst_videotestsrc_src_fixate):
10506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10508           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10509           (#322027)
10510
10511
10512 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10515         (gst_riff_create_iavs_caps):
10516         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10517         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10518         (gst_riff_parse_info):
10519         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10522           Fixes for GST_FOURCC_FORMAT API change.
10523
10524 2005-11-21  Andy Wingo  <wingo@pobox.com>
10525
10526         patch by: Alessandro Dessina <alessandro nnva org>
10527
10528         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10529         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10530         (gst_ogg_parse_chain):
10531         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10532         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10533         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10534         gst_value_list calls on arrays. Fixes #321962.
10535
10536 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10539         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10540         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10541         * gst/adder/gstadder.c: (gst_adder_init),
10542         (gst_adder_request_new_pad), (gst_adder_collected),
10543         (gst_adder_change_state):
10544           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10545           API change.
10546
10547 2005-11-21  Michael Smith <msmith@fluendo.com>
10548
10549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10550         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10551           Properly handle pad_push return values.
10552
10553 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10554
10555         * gst-libs/gst/tag/Makefile.am:
10556         * gst-libs/gst/tag/gstvorbistag.c:
10557         (gst_tag_list_to_vorbiscomment_buffer):
10558           Remove obsolete vorbistag element and debug category.
10559
10560         * gst/playback/gstplaybasebin.c: (check_queue):
10561           Don't divide by 0 when queue-threshold is 0.
10562
10563         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10564           Don't modify an existing pixel-aspect-ratio if we fail to read
10565           a new one.
10566
10567 2005-11-20  Wim Taymans  <wim@fluendo.com>
10568
10569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10570         (gst_vorbisenc_push_packet):
10571         GST_PAD_IS_USABLE is gone, use the return value of
10572         the push or pad_alloc_buffer instead.
10573
10574 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10575
10576         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10577         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10578         (gst_ximagesink_ximage_destroy),
10579         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10580         (gst_ximagesink_xwindow_new),
10581         (gst_ximagesink_xwindow_update_geometry),
10582         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10583         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10584         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10585         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10586         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10587         (gst_ximagesink_navigation_send_event),
10588         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10589         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10590         (gst_ximagesink_finalize), (gst_ximagesink_init),
10591         (gst_ximagesink_class_init):
10592         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10593         This new version brings correct software scaling, non flickering
10594         window while resizing, pixel aspect ratio handling, usage of
10595         hardware buffer pools, out of data flow event thread for 
10596         navigation and handling of expose events even when being PAUSED,
10597         a new property to keep video aspect ratio when resizing, etc...
10598
10599 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10600
10601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10602         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10603         handling of PAR.
10604
10605 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10606
10607         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10608         Unsetting IS_SINK flag from the fakesink, so decodebin
10609         never behaves as a sink.
10610
10611 2005-11-17  Wim Taymans  <wim@fluendo.com>
10612
10613         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10614         (gst_base_audio_src_change_state):
10615         Fix the audiosrc base class again, we did not unflush.
10616
10617 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10618
10619         * examples/seeking/seek.c: (make_dv_pipeline),
10620         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10621         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10622         to ogg/vorbis/theora pipeline.
10623
10624 2005-11-17  Wim Taymans  <wim@fluendo.com>
10625
10626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10627         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10628         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10629         Fix EOS on multiple streams.
10630         More debugging.
10631
10632 2005-11-16  Wim Taymans  <wim@fluendo.com>
10633
10634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10635         (gst_ogg_demux_perform_seek):
10636         Segment done must include stream time.
10637
10638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10639         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10640         (gst_ogg_mux_change_state):
10641         Fix ogg muxer again.
10642
10643 2005-11-16  Wim Taymans  <wim@fluendo.com>
10644
10645         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10646         Fix compile again.
10647
10648 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10649
10650         * ext/libvisual/visual.c: (gst_visual_init):
10651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10652         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10653         (gst_ogg_parse_chain):
10654         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10655         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10656         * ext/theora/theoradec.c: (gst_theora_dec_init):
10657         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10658         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10659         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10660         * gst/adder/gstadder.c: (gst_adder_class_init),
10661         (gst_adder_dispose):
10662         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10663         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10664         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10665           Fix a whole set of pad template leaks
10666
10667 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10668
10669         * check/generic/states.c: (GST_START_TEST):
10670           fix the test so that it only checks for elements that are part of
10671           this source module
10672
10673 2005-11-16  Michael Smith <msmith@fluendo.com>
10674
10675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10676         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10677         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10678         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10679         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10680         (gst_ogg_mux_change_state):
10681           Fix leaking collectpads.
10682
10683 2005-11-16  Edward Hervey  <edward@fluendo.com>
10684
10685         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10686         (gst_videorate_event), (gst_videorate_chain):
10687         Handle segment seeks
10688
10689 2005-11-16  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst-libs/gst/audio/gstbaseaudiosink.c:
10692         (gst_base_audio_sink_provide_clock),
10693         (gst_base_audio_sink_change_state):
10694         Set ringbuffer to non-flushing when going to PAUSED, set to
10695         flushing again when going to READY.
10696
10697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10698         (gst_ring_buffer_stop):
10699         Start in flushing mode by default.
10700         Don't set flushing in the _stop method, let the app call
10701         this explicitly.
10702
10703 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10704
10705         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10706         * gst-libs/gst/video/videosink.h: Add helper function needed
10707         for video sinks.
10708
10709 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * gst/videoscale/gstvideoscale.c:
10712         (gst_videoscale_handle_src_event):
10713           Don't leak reference to pad parent.
10714
10715 2005-11-16  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10718         Set ringbuffer to flushing when stopping so that we don't
10719         block on wait_segment anymore and livelock.
10720
10721 2005-11-16  Wim Taymans  <wim@fluendo.com>
10722
10723         * examples/seeking/seek.c: (send_event), (do_seek),
10724         (loop_toggle_cb), (segment_done), (main):
10725         Added looping checkbox.
10726
10727 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10728
10729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10730         (gst_ogg_demux_init):
10731         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10732         (gst_vorbis_dec_init):
10733           revert unrefs, they don't pass make check
10734
10735 2005-11-15  Johan Dahlin  <johan@gnome.org>
10736
10737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10738         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10739         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10740         (gst_vorbis_dec_init):
10741         Fix pad template leaks. 
10742
10743 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10746           Make state change function thread safe.
10747
10748 2005-11-15  Edward Hervey  <edward@fluendo.com>
10749
10750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10751         (gst_ogg_demux_class_init):
10752         Implement GstElement::send_event, so we can send seek events
10753         in GST_STATE_READY
10754
10755 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10756
10757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10758         Discovered how to take away flickering while resizing the
10759         window. Please don't put that in ximagesink, refactoring in
10760         progress.
10761
10762 2005-11-14  Michael Smith <msmith@fluendo.com>
10763
10764         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10765         (gst_multifdsink_render):
10766           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10767
10768 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst/playback/gstplaybin.c: (gen_audio_element):
10771           Use autoaudiosink, it tends to be more widely available than
10772           autoaudiiosink.
10773           
10774 2005-11-14  Andy Wingo  <wingo@pobox.com>
10775
10776         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10777         as well if it is available. Fixes #316442.
10778
10779 2005-11-14  Michael Smith <msmith@fluendo.com>
10780
10781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10782         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10783         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10784         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10785         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10786         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10788         (gst_vorbisenc_change_state):
10789           Fix a small memory leak in vorbisenc.
10790           Fix large memory leaks in oggmux, also fix lots of state change
10791           bugs in oggmux.
10792
10793 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10794
10795         * gst/videotestsrc/gstvideotestsrc.c:
10796         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10797         (gst_videotestsrc_src_fixate):
10798           move fixation to a fixate function
10799           remove negotiate function, basesrc's is good enough
10800           fixes a bug for check when using the element alone
10801
10802 2005-11-13  Edward Hervey  <edward@fluendo.com>
10803
10804         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10805         (key_toggle_cb), (main):
10806         Added checkboxes for adding/removing the accurate and key_unit seek
10807         flags.
10808
10809 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10810
10811         * configure.ac: back to HEAD
10812
10813 === release 0.9.5 ===
10814
10815 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10816
10817         * configure.ac:
10818           releasing 0.9.5, "No No Kia"
10819
10820 2005-11-11  Edward Hervey  <edward@fluendo.com>
10821
10822         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10823         Added parse-launch syntax seeking mode for the seeking example.
10824         This should help stress-test even more cases.
10825         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10826
10827 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * sys/xvimage/xvimagesink.c:
10830         (gst_xvimagesink_navigation_send_event):
10831           Check whether peer pad exists before sending navigation events
10832           to it.
10833
10834 2005-11-11  Michael Smith <msmith@fluendo.com>
10835
10836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10837         (gst_vorbisenc_buffer_from_packet):
10838         * ext/vorbis/vorbisenc.h:
10839           Set duration on encoded buffers. This allows oggmux's
10840           max_page_delay parameter to actually work.
10841
10842 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10845         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10846         (gst_ffmpegcsp_avpicture_fill):
10847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10848         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10849           Make palettes work again (see #132341). Use our own macros
10850           for rounding up.
10851
10852 2005-11-10  Andy Wingo  <wingo@pobox.com>
10853
10854         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10855         string doober.
10856
10857 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10858
10859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10860         (gst_ffmpegcsp_transform_caps):
10861           Prefer passthrough in transform_caps
10862
10863 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10864
10865         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10866           check for ALSA errors properly, instead of relying on ALSA's
10867           error strings to serve to the user.
10868
10869 2005-11-10  Wim Taymans  <wim@fluendo.com>
10870
10871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10872         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10873         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10874         Modernise the seek code.
10875
10876 2005-11-10  Michael Smith <msmith@fluendo.com>
10877         
10878         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10879         (setup_substreams), (set_active_source):
10880           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10881           trying to go to NULL if we failed to read a file.
10882
10883 2005-11-10  Wim Taymans  <wim@fluendo.com>
10884
10885         * gst/audiotestsrc/gstaudiotestsrc.c:
10886         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10887         (gst_audiotestsrc_create):
10888         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10889         (gst_sinesrc_get_times), (gst_sinesrc_create):
10890         * gst/videotestsrc/gstvideotestsrc.c:
10891         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10892         (gst_videotestsrc_create):
10893         The base class can now sync for us.
10894
10895 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10898           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10899           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10900           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10901           format=(fourcc)I420" ! xvimagesink
10902
10903 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10906         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10907         (gst_sinesrc_newsegment):
10908           Send newsegment event in TIME format, set duration if
10909           num-buffers is set, fix duration querying.
10910
10911 2005-11-10  Michael Smith <msmith@fluendo.com>
10912
10913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10914         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10915         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10916         (gst_ogg_mux_collected):
10917          Fix EOS handling, partially. Now forwarding an EOS event once we have
10918          EOS on all pads works correctly. However, we still don't properly set
10919          EOS on the actual ogg stream pages.
10920
10921 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10922
10923         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10924           Set elements to NULL state before disposing of them.
10925
10926 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10927
10928         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10931         (gst_base_rtp_depayload_init),
10932         (gst_base_rtp_depayload_set_gst_timestamp):
10933         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10934           We need to send a newsegment event for each instance, not
10935           just for the first instance of this class (get rid of
10936           static variable in function). (#321011).
10937           
10938 2005-11-08  Michael Smith <msmith@fluendo.com>
10939
10940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10941         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10942         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10943         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10944           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10945           This makes us mux things correctly according to the ogg muxing
10946           rules. Still not handling EOS correctly right now, though.
10947
10948 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/audioconvert/gstaudioconvert.c:
10951           Fix typo in docs. 
10952
10953 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10956         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10957           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10958           creating a new chain; should fix live streaming. Also
10959           add more debug output and fix a typo.
10960
10961 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10962
10963         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst/volume/gstvolume.c: (volume_set_caps):
10966           Fix compilation on Solaris with Forte. (#320923)
10967
10968 2005-11-08  Wim Taymans  <wim@fluendo.com>
10969
10970         * gst-libs/gst/audio/gstbaseaudiosink.c:
10971         (gst_base_audio_sink_render):
10972         No need to do a typecheck.
10973
10974 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * ext/alsa/gstalsa.h:
10977           We register a debug category, so let's use it.
10978
10979 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10980
10981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10982         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10983         Fixed a small problem.
10984
10985 2005-11-04  Wim Taymans  <wim@fluendo.com>
10986
10987         * examples/seeking/Makefile.am:
10988         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10989         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10990         (make_playerbin_pipeline), (format_value), (update_scale),
10991         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10992         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10993         (print_usage), (main):
10994         Added app for playback speed testing.
10995
10996         * examples/seeking/seek.c: (dynamic_link),
10997         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10998         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10999         (message_received), (main):
11000         Updated seek example.
11001
11002 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11003
11004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11005         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11006         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11007         (gst_base_rtp_depayload_set_clock):
11008         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11009         Don't sleep on the bench (system clock) when you have a nice 
11010         comfortable bed (Gstreamer clock) to sleep on.
11011
11012 2005-11-03  Wim Taymans  <wim@fluendo.com>
11013
11014         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11015         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11016         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11017         Handle the case where a pad_block failed.
11018
11019 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11020
11021         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11022
11023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11024         (gst_base_rtp_depayload_add_to_queue),
11025         (gst_base_rtp_depayload_push),
11026         (gst_base_rtp_depayload_set_gst_timestamp),
11027         (gst_base_rtp_depayload_queue_release):
11028           Fixes some bugs in the depayloader's queuing/de-queueing code.
11029
11030 2005-10-31  Michael Smith <msmith@fluendo.com>
11031
11032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11033         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11034         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11035           Patch from Alessandro Decina <alessandro@nnva.org>.
11036           Make oggdemux only find the final time in a chain, not per-pad,
11037           since the per-pad information can be very expensive to locate, and
11038           it isn't used anywhere. This makes reading a file containing
11039           OggSkeleton reasonably fast.
11040           Also, make chain finding work when there are logical bitstreams that
11041           can't be decoded. Fixes #319110.
11042
11043 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11044
11045         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11046         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11047         (gst_base_rtp_depayload_chain),
11048         (gst_base_rtp_depayload_add_to_queue),
11049         (gst_base_rtp_depayload_push),
11050         (gst_base_rtp_depayload_set_gst_timestamp),
11051         (gst_base_rtp_depayload_queue_release),
11052         (gst_base_rtp_depayload_start_thread),
11053         (gst_base_rtp_depayload_set_property),
11054         (gst_base_rtp_depayload_get_property):
11055         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11056         Some random fixes, to fullfill the desires of thomas.
11057
11058 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11059
11060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11061         (gst_base_rtp_depayload_add_to_queue),
11062         (gst_base_rtp_depayload_push):
11063         Fixed the queueing algorithm.
11064
11065 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11066
11067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11068         (gst_base_rtp_depayload_push):
11069         A small fix
11070
11071 2005-10-31  Wim Taymans  <wim@fluendo.com>
11072
11073         * gst-libs/gst/audio/gstringbuffer.h:
11074         Don't break ABI.
11075
11076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11077         (gst_ffmpeg_caps_to_pixfmt):
11078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11079         (gst_ffmpegcsp_set_caps):
11080         Some more comments.
11081         Handle missing required caps fields better.
11082
11083 2005-10-31  Wim Taymans  <wim@fluendo.com>
11084
11085         * gst-libs/gst/audio/gstbaseaudiosink.c:
11086         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11087         (gst_base_audio_sink_render):
11088         * gst-libs/gst/audio/gstringbuffer.c:
11089         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11090         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11091         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11092         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11093         (gst_ring_buffer_read):
11094         * gst-libs/gst/audio/gstringbuffer.h:
11095         Add flushing mode to the ringbuffer so that it in all cases does
11096         not try to handle more audio. This makes sure it does not try to
11097         block anymore when flushing and fixes a livelock.
11098
11099 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11102         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11103         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11104           Explicitly check for -1 values before doing a conversion
11105           and always map them to -1. (#315545)
11106
11107 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11108
11109         * gst/playback/gstplaybin.c: (gen_video_element):
11110           first try autovideosink, then xvimagesink, then error out
11111         * po/POTFILES.in:
11112           add translatable file
11113         * po/af.po:
11114         * po/az.po:
11115         * po/cs.po:
11116         * po/en_GB.po:
11117         * po/hu.po:
11118         * po/it.po:
11119         * po/nb.po:
11120         * po/nl.po:
11121         * po/or.po:
11122         * po/sq.po:
11123         * po/sr.po:
11124         * po/sv.po:
11125         * po/uk.po:
11126         * po/vi.po:
11127           update translations
11128
11129 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11130
11131         * gst-libs/gst/rtp/gstbasedepayload.c:
11132         * gst-libs/gst/rtp/gstbasedepayload.h:
11133           Minor cleanups
11134
11135 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/playback/.cvsignore:
11138         * gst/playback/decodetest.c:
11139         * gst/playback/test3.c:
11140           Port these two tests as well.
11141
11142 2005-10-27  Wim Taymans  <wim@fluendo.com>
11143
11144         * ext/theora/theoradec.c: (theora_dec_src_query),
11145         (theora_dec_sink_event):
11146         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11147         (theora_enc_change_state):
11148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11149         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11150         Take proper locks when handling events.
11151
11152 2005-10-27  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11155         (gst_adder_change_state):
11156         Fix timestamps and fix deadlock when stopping the collectpads.
11157
11158 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11159
11160         * gst-libs/gst/rtp/gstrtpbuffer.h:
11161         Declaring the payload types as strings too so that they can be used
11162         in the padtemplate inialization.
11163
11164 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11165
11166         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11167
11168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11169         (gst_base_rtp_depayload_class_init):
11170         Fixes a small but nasty bug. The derived elements no longer segfaults
11171         on finalization.
11172
11173 2005-10-26  Michael Smith <msmith@fluendo.com>
11174
11175         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11176           When clearing an audioconvert context, set tmpbufsize to zero, so
11177           we'll allocate it again later if required.
11178           This fixes audioconvert re-negotiating formats, which previously
11179           segfaulted with a NULL destination buffer.
11180
11181 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11182
11183         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11184         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11185         (gst_base_rtp_depayload_set_gst_timestamp),
11186         (gst_base_rtp_depayload_queue_release):
11187         Fixed a smalll memleak.
11188
11189 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11191         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11192         (gst_base_rtp_depayload_finalize),
11193         (gst_base_rtp_depayload_setcaps),
11194         (gst_base_rtp_depayload_add_to_queue),
11195         (gst_base_rtp_depayload_push),
11196         (gst_base_rtp_depayload_set_gst_timestamp),
11197         (gst_base_rtp_depayload_queue_release),
11198         (gst_base_rtp_depayload_thread),
11199         (gst_base_rtp_depayload_change_state):
11200         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11201         Changed the C++ comments to C comments
11202
11203 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11206         * gst/tcp/gsttcpclientsrc.h:
11207         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11208         * gst/tcp/gsttcpserversrc.h:
11209           Remove unused 'curoffset' structure member.
11210
11211 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11212
11213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11214         (gst_base_rtp_depayload_base_init),
11215         (gst_base_rtp_depayload_finalize):
11216         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11217         * gst-libs/gst/rtp/gstbasertppayload.h:
11218           The pad-template on the sinkpad should be set by the derived classes.
11219           Also added some useful macros.
11220
11221 2005-10-24  Wim Taymans  <wim@fluendo.com>
11222
11223         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11224         Correctly flush decoder samples even if we could not
11225         copy them to an output buffer. Fixes #319618.
11226
11227 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11228
11229         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11231         the caps against our xcontext caps.
11232
11233 2005-10-24  Wim Taymans  <wim@fluendo.com>
11234
11235         * gst-libs/gst/audio/gstbaseaudiosink.c:
11236         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11237         Remove g_print
11238         Use sync property from baseclass to disable sync.
11239
11240 2005-10-24  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/audio/gstbaseaudiosink.c:
11243         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11244         Buffers with no timestamps get aligned with previous buffers or
11245         on underrun, played ASAP.
11246
11247 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11248
11249         * gst-libs/gst/video/video.h:
11250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11253         here comes my change on caps for framerate and geometry range.
11254         We are now accepting 1 to MAXINT for width and height, and from
11255         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11256         to be blended correctly in videomixer.
11257
11258 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11259
11260         * configure.ac:
11261           back to HEAD
11262
11263 === release 0.9.4 ===
11264
11265 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11266
11267         * NEWS:
11268         * RELEASE:
11269         * configure.ac:
11270           releasing 0.9.4, "Velociraptor"
11271
11272 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11273
11274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11275         * po/POTFILES.in:
11276           STOPPED -> FAILED
11277
11278 2005-10-21  Wim Taymans  <wim@fluendo.com>
11279
11280         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11281         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11282         (pad_blocked), (close_pad_link), (new_pad):
11283         Don't try to remove elements twice.
11284
11285 2005-10-21  Wim Taymans  <wim@fluendo.com>
11286
11287         * ext/theora/theoradec.c: (theora_dec_src_query),
11288         (theora_dec_sink_event):
11289         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11290         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11291         (vorbis_handle_data_packet):
11292         * ext/vorbis/vorbisdec.h:
11293         Fix old naming.
11294
11295         * gst-libs/gst/audio/gstbaseaudiosink.c:
11296         (gst_base_audio_sink_render):
11297         Don't try to sync on buffers without a timestamp.
11298
11299 2005-10-21  Wim Taymans  <wim@fluendo.com>
11300
11301         * ext/theora/theoradec.c: (theora_dec_src_query),
11302         (theora_dec_sink_event):
11303         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11304         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11305         (vorbis_handle_data_packet):
11306         * ext/vorbis/vorbisdec.h:
11307         Fix old naming.
11308
11309 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11312         (gst_vorbisenc_src_query):
11313           Implement position and duration queries.
11314
11315         * gst/playback/test3.c: (update_scale), (main):
11316           Fix for async state changes and print nicer output.
11317
11318 2005-10-20  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11321         (dump_element_stats), (main):
11322         * gst/playback/test6.c: (main):
11323         Fix tests again
11324
11325 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11326
11327         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11328         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11329           Don't use functions for position queries when handling
11330           duration queries.
11331
11332 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11335         (vorbis_handle_data_packet), (vorbis_dec_chain),
11336         (vorbis_dec_change_state):
11337         * ext/vorbis/vorbisdec.h:
11338           Vorbis streams can be embedded in other container formats
11339           than ogg, container formats where the demuxer might set 
11340           timestamps on encoded vorbis buffers instead of those silly 
11341           granulepos thingies. In short: make vorbisdec handle 
11342           timestamps on incoming buffers as well.
11343
11344 2005-10-20  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst/playback/gstplaybasebin.c: (group_destroy),
11347         (gst_play_base_bin_change_state):
11348         Fix leak.
11349         Handle case where playbasebin is now ASYNC because
11350         decodebin is.
11351
11352 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst/audioconvert/Makefile.am:
11355         * gst/audioconvert/bufferframesconvert.c:
11356         * gst/audioconvert/plugin.c: (plugin_init):
11357         * gst/audioconvert/plugin.h:
11358           And bye bye buffer-frames-convert
11359
11360 2005-10-19  Wim Taymans  <wim@fluendo.com>
11361
11362         * check/elements/audioconvert.c:
11363         * docs/libs/tmpl/gstaudio.sgml:
11364         * docs/libs/tmpl/gstcolorbalance.sgml:
11365         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11366         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11367         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11368         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11369         * gst-libs/gst/audio/audio.h:
11370         * gst/audioconvert/audioconvert.h:
11371         * gst/audioconvert/gstaudioconvert.c:
11372         (gst_audio_convert_parse_caps):
11373         * gst/volume/gstvolume.c:
11374         Bye bye buffer-frames.
11375
11376 2005-10-19  Wim Taymans  <wim@fluendo.com>
11377
11378         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11379         (query_positions_elems), (query_positions_pads), (update_scale),
11380         (do_seek), (set_update_scale), (message_received), (main):
11381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11382         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11383         (gst_ogg_demux_loop):
11384         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11385         * ext/theora/theoradec.c: (theora_dec_src_query),
11386         (theora_dec_sink_event):
11387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11388         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11389         * gst/adder/gstadder.c: (gst_adder_query):
11390         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11391         * gst/playback/test3.c: (update_scale):
11392         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11393         (dump_element_stats), (main):
11394         * gst/playback/test6.c: (main):
11395         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11396         Query API update.
11397
11398 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11401         (xml_check_first_element), (xml_type_find), (smil_type_find),
11402         (plugin_init):
11403           Add typefinding for SMIL and for generic XML. Based on patch by
11404           Akos Maroy (#308663).
11405
11406 2005-10-18  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/playback/Makefile.am:
11409         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11410         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11411         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11412         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11413         (gst_decode_bin_change_state):
11414         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11415         (gst_play_bin_send_event_to_sink):
11416         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11417         (dump_element_stats), (main):
11418         * gst/playback/test6.c: (main):
11419         Make playbin async, it'll commit state to paused when all streams
11420         are detected.
11421         Remove ugly hack.
11422         Added test6.c to show async behaviour.
11423
11424 2005-10-18  Wim Taymans  <wim@fluendo.com>
11425
11426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11427         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11428         Fix for segment-start/stop API change.
11429
11430 2005-10-18  Wim Taymans  <wim@fluendo.com>
11431
11432         * check/Makefile.am:
11433         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11434         (main):
11435         Add future test for clock selection.
11436
11437 2005-10-18  Wim Taymans  <wim@fluendo.com>
11438
11439         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11440         (gst_alsasink_close):
11441         Set handle to NULL.
11442
11443         * gst-libs/gst/audio/gstringbuffer.c:
11444         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11445         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11446         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11447         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11448         (gst_ring_buffer_read):
11449         More debug info.
11450
11451 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11452
11453         * gst/audiotestsrc/Makefile.am:
11454         * gst/sine/Makefile.am:
11455         * gst/volume/Makefile.am:
11456           fix broken build of controllerized plugins
11457
11458 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11459
11460         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11463         (gst_riff_create_video_template_caps):
11464           Add support for Indeo-3 (IV32).
11465
11466 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * configure.ac:
11469           rewrite
11470
11471 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11472
11473         * gst-libs/gst/video/video.c: (gst_video_get_size):
11474         * gst/audiotestsrc/gstaudiotestsrc.c:
11475           doc updates
11476
11477 2005-10-17  Andy Wingo  <wingo@pobox.com>
11478
11479         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11480         with the collectpads change.
11481         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11482
11483         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11484
11485         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11486
11487         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11488         alloc_buffer flow return to callers.
11489         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11490         change. Fix some memleaks in theoraenc.
11491
11492         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11493         in strange circumstance.
11494
11495 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11496
11497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11498         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11499         from caps, let's use the caps...
11500
11501 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11502
11503         * configure.ac:
11504           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11505
11506 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * gst-libs/gst/interfaces/Makefile.am:
11509           fix silly typo
11510
11511 2005-10-16  Andy Wingo  <wingo@pobox.com>
11512
11513         * gst/playback/gstdecodebin.c
11514         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11515         function!
11516         (try_to_link_1): Increase kraziness level.
11517
11518 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11519
11520         * configure.ac:
11521           restructure like the core one
11522         * gst-libs/gst/audio/Makefile.am:
11523         * gst-libs/gst/interfaces/Makefile.am:
11524         * gst-libs/gst/net/Makefile.am:
11525         * gst-libs/gst/riff/Makefile.am:
11526         * gst-libs/gst/rtp/Makefile.am:
11527         * gst-libs/gst/tag/Makefile.am:
11528         * gst-libs/gst/video/Makefile.am:
11529           use correct linker flags, now the libs are properly versioned
11530         * check/elements/audioconvert.c: (verify_convert):
11531         * ext/alsa/gstalsaplugin.c:
11532         * ext/cdparanoia/gstcdparanoia.c:
11533         * ext/gnomevfs/gstgnomevfs.c:
11534         * ext/libvisual/visual.c:
11535         * ext/ogg/gstogg.c:
11536         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11537         * ext/theora/theora.c:
11538         * ext/vorbis/vorbis.c:
11539         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11540         * gst-libs/gst/tag/gsttagediting.c:
11541         * gst-libs/gst/video/video.c:
11542         * gst/adder/gstadder.c:
11543         * gst/audioconvert/plugin.c:
11544         * gst/audiorate/gstaudiorate.c:
11545         * gst/audioresample/gstaudioresample.c:
11546         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11547         * gst/audioscale/gstaudioscale.c:
11548         * gst/audioscale/resample.c:
11549         * gst/audiotestsrc/gstaudiotestsrc.c:
11550         * gst/ffmpegcolorspace/gstffmpeg.c:
11551         * gst/playback/gstdecodebin.c: (close_pad_link):
11552         * gst/playback/gstplaybin.c: (gen_video_element),
11553         (gen_audio_element):
11554         * gst/sine/gstsinesrc.c:
11555         * gst/subparse/gstsubparse.c:
11556         * gst/tags/gsttagediting.c:
11557         * gst/tcp/gsttcpplugin.c:
11558         * gst/typefind/gsttypefindfunctions.c:
11559         * gst/videorate/gstvideorate.c:
11560         * gst/videoscale/gstvideoscale.c:
11561         * gst/videotestsrc/gstvideotestsrc.c:
11562         * gst/volume/gstvolume.c:
11563         * sys/v4l/gstv4l.c:
11564         * sys/ximage/ximage.c:
11565         * sys/xvimage/xvimagesink.c:
11566           fix up defines
11567
11568 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11569
11570         * ext/vorbis/vorbisenc.c:
11571         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11572         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11573         (gst_tag_to_vorbis_comments):
11574           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11575
11576 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11577
11578         * examples/stats/mp2ogg.c:
11579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11580           typo fixes
11581
11582 2005-10-13  Michael Smith <msmith@fluendo.com>
11583
11584         * ext/ogg/gstoggmux.c:
11585           Use magic glib macros to define constants as 64 bit, to ensure
11586           appropriate vararg passing.
11587
11588 2005-10-13  Michael Smith <msmith@fluendo.com>
11589
11590         * ext/ogg/gstoggmux.c:
11591         * gst/audioconvert/audioconvert.c: (float):
11592           Don't use LL suffix, as it's not portable, and neither of these
11593           uses required it anyway.
11594
11595 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11596
11597         * examples/indexing/indexmpeg.c: (main):
11598         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11599         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11600         (cdparanoia_convert), (cdparanoia_query):
11601         * ext/cdparanoia/gstcdparanoia.h:
11602         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11603         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11604         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11605         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11606         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11607         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11608         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11609         (gst_multifdsink_render), (gst_multifdsink_start),
11610         (gst_multifdsink_stop):
11611         * gst/tcp/gstmultifdsink.h:
11612         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11613         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11614         (gst_tcpclientsink_stop):
11615         * gst/tcp/gsttcpclientsink.h:
11616         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11617         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11618         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11619         * gst/tcp/gsttcpclientsrc.h:
11620         * gst/tcp/gsttcpserversink.h:
11621         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11622         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11623         (gst_tcpserversrc_stop):
11624         * gst/tcp/gsttcpserversrc.h:
11625         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11626         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11627         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11628           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11629           moved bitshift from macro to enum definition
11630
11631 2005-10-12  Wim Taymans  <wim@fluendo.com>
11632
11633         * examples/seeking/Makefile.am:
11634         Oops.
11635
11636 2005-10-12  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11639         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11640         Don't assert on normal stuff.
11641
11642         * gst/playback/gstplaybin.c: (do_playbin_seek):
11643         API fix.
11644
11645 2005-10-12  Wim Taymans  <wim@fluendo.com>
11646
11647         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11648         * examples/seeking/Makefile.am:
11649         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11650         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11651         (do_seek), (set_update_scale), (message_received), (main):
11652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11653         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11654         Update for _get_state() API change.
11655
11656 2005-10-11  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst-libs/gst/audio/gstbaseaudiosink.c:
11659         (gst_base_audio_sink_render):
11660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11661         (gst_base_audio_src_create):
11662         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11663         (gst_ring_buffer_read):
11664         Cleanups.
11665         Commit and read from ringbuffer in samples rather than bytes.
11666
11667 2005-10-11  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst-libs/gst/audio/gstbaseaudiosink.c:
11670         (gst_base_audio_sink_render):
11671         Respect segment rate and accum when scheduling samples.
11672
11673 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11674
11675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11676         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11677         EOS correctly, that needs more work.
11678
11679 2005-10-11  Wim Taymans  <wim@fluendo.com>
11680
11681         * check/generic/states.c: (GST_START_TEST):
11682         remove old property.
11683
11684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11685         (gst_ogg_demux_perform_seek):
11686         * ext/theora/theoradec.c: (theora_dec_sink_event):
11687         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11688         (vorbis_handle_data_packet):
11689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11690         (gst_base_rtp_depayload_set_gst_timestamp):
11691         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11692         Update for newsegment API change.
11693
11694 2005-10-11  Michael Smith <msmith@fluendo.com>
11695
11696         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11697         (do_playbin_seek), (gst_play_bin_send_event):
11698           Override send_event differently, so that we can takes bits of
11699           functionality from GstPipeline (special handling for seeks,
11700           including pausing/resuming, and resetting stream time) and still get
11701           the appropriate behaviour of only forwarding event to a single sink,
11702           rather than all of them.
11703           Unfortunately requires a lot of code duplication, but the
11704           alternatives are equally ugly in the end.
11705
11706 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11707
11708         * check/elements/audioconvert.c: (setup_audioconvert),
11709         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11710         (GST_START_TEST), (audioconvert_suite):
11711           clean up tests a little, fix some leaks.
11712
11713 2005-10-10  Wim Taymans  <wim@fluendo.com>
11714
11715         * ext/alsa/gstalsasink.c:
11716         Also allow unsigned int.
11717
11718         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11719         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11720         Small cleanup
11721
11722 2005-10-10  Wim Taymans  <wim@fluendo.com>
11723
11724         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11725         Small update, use API as stated in design docs.
11726
11727         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11728         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11729         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11730         (message_received), (main):
11731         Updated seek example for GOption. Some usability improvements.
11732
11733 2005-10-10  Wim Taymans  <wim@fluendo.com>
11734
11735         * gst/audioconvert/audioconvert.h:
11736         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11737         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11738         Alloc temp storage somewhere else where we can do it more
11739         portable.
11740
11741 2005-10-10  Wim Taymans  <wim@fluendo.com>
11742
11743         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11744         (gst_tcpserversrc_start):
11745         Don't block in accept while doing the state change, move
11746         to poll and make cancellable.
11747
11748 2005-10-09  Philippe Khalaf <burger@speedy.org>
11749
11750         * gst-libs/gst/rtp/rtpbasedepayload.c:
11751         Set timestamp and add queue delay to timestamp
11752         * gst-libs/gst/rtp/rtpbuffer.h:
11753         Set correct payload type for h263
11754
11755 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11756
11757         * gst/audiotestsrc/gstaudiotestsrc.c:
11758         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11759         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11760         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11761         (gst_audiotestsrc_create_triangle),
11762         (gst_audiotestsrc_create_silence),
11763         (gst_audiotestsrc_create_white_noise),
11764         (gst_audiotestsrc_init_pink_noise),
11765         (gst_audiotestsrc_generate_pink_noise_value),
11766         (gst_audiotestsrc_create_pink_noise),
11767         (gst_audiotestsrc_change_wave):
11768         * gst/audiotestsrc/gstaudiotestsrc.h:
11769           fixed typo, added pink noise
11770
11771 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11774         (plugin_init):
11775           Add wavpack and spc typefind functions from 0.8 branch.
11776
11777 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11780         (ar_type_find), (msdos_type_find), (plugin_init):
11781           Add typefind functions for tar archives, ar archives,
11782           RAR archives, and msdos-executables (dlls, exe, etc.).
11783           Some of those would be wrongly identified as mpeg
11784           streams of some sort before (#315550).
11785
11786 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11787
11788         * configure.ac:
11789         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11790         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11792         * gst/audiotestsrc/Makefile.am:
11793         * gst/audiotestsrc/gstaudiotestsrc.c:
11794         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11795         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11796         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11797         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11798         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11799         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11800         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11801         (gst_audiotestsrc_create_silence),
11802         (gst_audiotestsrc_create_white_noise),
11803         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11804         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11805         (gst_audiotestsrc_start), (plugin_init):
11806         * gst/audiotestsrc/gstaudiotestsrc.h:
11807           add new plugin and element
11808         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11809           use gobject_class
11810
11811 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11814         (gst_adder_init), (gst_adder_request_new_pad),
11815         (gst_adder_change_state):
11816           Add query function to source pad, so adder reports the correct
11817           time/sample position when queried (#315457); fix state change
11818           function; use GST_DEBUG_FUNCPTR() for pad functions.
11819
11820 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11821
11822         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11823           Fix leaks in typefind registration
11824           Clean up the gratuitous commenting and whitespacing a little
11825
11826 2005-10-08  Wim Taymans  <wim@fluendo.com>
11827
11828         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11829         Only actually wait for the thread to be stopped if it's 
11830         running.
11831
11832 2005-10-08  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst-libs/gst/audio/gstbaseaudiosink.c:
11835         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11836         If we receive EOS we can start playback of what we had.
11837
11838 2005-10-08  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11841         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11842         (gst_multifdsink_stop):
11843         Fix crasher when going to NULL multiple times.
11844
11845 2005-10-06  Wim Taymans  <wim@fluendo.com>
11846
11847         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11848         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11849         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11850         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11851         patch from Edgard Lima <edgard.lima@indt.org.br>
11852         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11853
11854 2005-10-06  Wim Taymans  <wim@fluendo.com>
11855
11856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11857         Report the FLOW_RETURN as string in the error message.
11858
11859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11860         Don't assert when clearing an unnegotiated buffer.
11861
11862 2005-10-04  Michael Smith <msmith@fluendo.com>
11863
11864         * gst/playback/gstplaybasebin.c: (group_destroy),
11865         (gen_preroll_element), (remove_groups), (setup_source):
11866         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11867         (setup_sinks), (gst_play_bin_send_event),
11868         (gst_play_bin_change_state):
11869           Set state to NULL before removing from bin. Fix refcounting.
11870
11871 2005-10-04  Michael Smith <msmith@fluendo.com>
11872
11873         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11874           Correct refcounting in send_event() function. Previously was wrong
11875           if the first sink was unable to handle the event.
11876
11877 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11878
11879         * configure.ac:
11880           back to development
11881
11882 === release 0.9.3 ===
11883
11884 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11885
11886         * configure.ac:
11887           Releasing 0.9.3, "De Facto"
11888
11889 2005-10-03  Andy Wingo  <wingo@pobox.com>
11890
11891         * gst/playback/gstdecodebin.c (try_to_link_1)
11892         (remove_element_chain): set element to NULL before removing it.
11893
11894 2005-10-02  Johan Dahlin  <johan@gnome.org>
11895
11896         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11897         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11898         MT safe.
11899
11900 2005-10-02  Andy Wingo  <wingo@pobox.com>
11901
11902         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11903         (gst_ring_buffer_prepare_read): 
11904         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11905         Demote to LOG.
11906
11907 2005-09-29  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11910         * ext/theora/theoradec.c: (theora_handle_data_packet):
11911         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11912         Propagate error codes from alloc_buffer too.
11913
11914 2005-09-29  Wim Taymans  <wim@fluendo.com>
11915
11916         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11917         We use fixed caps.
11918
11919         * gst/playback/Makefile.am:
11920         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11921         (dump_element_stats), (main):
11922         Added example stream introspection code.
11923
11924 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11925
11926         * gst/adder/gstadder.c: (gst_adder_collected):
11927           fix adder for float elements
11928
11929 2005-09-28  Wim Taymans  <wim@fluendo.com>
11930
11931         * gst-libs/gst/audio/gstbaseaudiosink.c:
11932         (gst_base_audio_sink_class_init),
11933         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11935         (gst_base_audio_src_class_init),
11936         (gst_base_audio_src_provide_clock):
11937         get_clock -> provide_clock
11938
11939 2005-09-28  Andy Wingo  <wingo@pobox.com>
11940
11941         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11942         and unlocking.
11943
11944         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11945         unlocking.
11946
11947         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11948         Actually add the pad template.
11949         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11950
11951         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11952         I'm at it...
11953
11954         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11955         from fdsrc. Get caps in create() instead of start() so it can be
11956         interrupted. Interruption somewhat untested.
11957
11958         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11959         Proper EOS handling.
11960
11961 2005-09-27  Andy Wingo  <wingo@pobox.com>
11962
11963         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11964
11965         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11966
11967         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11968
11969         * gst/tcp/gsttcp.h: 
11970         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11971         out of tcpclientsrc.c. Cancellable.
11972         (gst_tcp_socket_read): Made private, cancellable, with better
11973         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11974         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11975         whole buffer, and better diagnostics.
11976         (gst_tcp_gdp_read_caps): Same.
11977
11978         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11979
11980 2005-09-26  Andy Wingo  <wingo@pobox.com>
11981
11982         * gst/sine/gstsinesrc.h:
11983         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11984         change the 'sync' property to 'is-live' and implement it halfway,
11985         update for controller api change.
11986
11987         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11988         controller api change.
11989
11990 2005-09-24  Wim Taymans  <wim@fluendo.com>
11991
11992         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11993         * gst-libs/gst/audio/gstaudiosink.c:
11994         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11995         (gst_audioringbuffer_stop):
11996         * gst-libs/gst/audio/gstbaseaudiosink.c:
11997         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11998         (gst_base_audio_sink_change_state):
11999         * gst-libs/gst/audio/gstbaseaudiosink.h:
12000         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12001         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12002         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12003         * gst-libs/gst/audio/gstringbuffer.h:
12004         Fix sync again. Moved sample alignment to basesink.
12005
12006 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12007
12008         * docs/plugins/Makefile.am:
12009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12010         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12011         * gst/volume/gstvolume.c:
12012           add/fix docs
12013         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12014         * gst-libs/gst/audio/audio.h:
12015           add conversion macros for frames <-> clocktime
12016
12017 2005-09-23  David Schleef  <ds@schleef.org>
12018
12019         * gst/audioresample/Makefile.am:
12020         * gst/audioresample/debug.h:
12021         * gst/audioresample/gstaudioresample.c:
12022         * gst/audioresample/resample.c: Convert to using gst debugging
12023
12024 2005-09-22  Wim Taymans  <wim@fluendo.com>
12025
12026         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12027         (gst_play_bin_send_event):
12028         Only seek on one sink, the first one that succeeds.
12029
12030 2005-09-22  Michael Smith <msmith@fluendo.com>
12031
12032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12033         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12034         Don't flush encoder state unless we have an initialised encoder.
12035         Clear out encoder state on PAUSED_TO_READY.
12036
12037 2005-09-22  Wim Taymans  <wim@fluendo.com>
12038
12039         * gst-libs/gst/rtp/gstbasertppayload.c:
12040         (gst_basertppayload_class_init), (gst_basertppayload_init),
12041         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12042         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12043         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12044         (gst_basertppayload_set_property),
12045         (gst_basertppayload_get_property),
12046         (gst_basertppayload_change_state):
12047         * gst-libs/gst/rtp/gstbasertppayload.h:
12048         Added max-ptime to control amount of data in the rtp packets.
12049
12050 2005-09-21  Andy Wingo  <wingo@pobox.com>
12051
12052         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12053         thingies.
12054
12055         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12056         can be called multiple times, dogs.
12057
12058 2005-09-21  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst-libs/gst/rtp/gstbasertppayload.c:
12061         (gst_basertppayload_class_init), (gst_basertppayload_init),
12062         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12063         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12064         (gst_basertppayload_push), (gst_basertppayload_get_property),
12065         (gst_basertppayload_change_state):
12066         Allow 0 ssrc too.
12067
12068 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12069
12070         * docs/libs/compiling.sgml:
12071           fixing typos
12072
12073 2005-09-20  Wim Taymans  <wim@fluendo.com>
12074
12075         * gst-libs/gst/rtp/gstbasertppayload.c:
12076         (gst_basertppayload_class_init), (gst_basertppayload_init),
12077         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12078         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12079         (gst_basertppayload_push), (gst_basertppayload_set_property),
12080         (gst_basertppayload_get_property),
12081         (gst_basertppayload_change_state):
12082         * gst-libs/gst/rtp/gstbasertppayload.h:
12083         Added property to configure sequence number offsets.
12084
12085 2005-09-20  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst-libs/gst/rtp/gstbasertppayload.c:
12088         (gst_basertppayload_class_init), (gst_basertppayload_init),
12089         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12090         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12091         (gst_basertppayload_push), (gst_basertppayload_set_property),
12092         (gst_basertppayload_get_property),
12093         (gst_basertppayload_change_state):
12094         * gst-libs/gst/rtp/gstbasertppayload.h:
12095         Make timestamp offset configurable.
12096
12097 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12100           fix wrong pop/unref
12101
12102 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12103
12104         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst-libs/gst/interfaces/propertyprobe.c:
12107         (gst_property_probe_probe_property_name),
12108         (gst_property_probe_needs_probe_name),
12109         (gst_property_probe_get_values_name),
12110         (gst_property_probe_probe_and_get_values_name):
12111           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12112           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12113
12114 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         * check/Makefile.am:
12117           have some tests be disabled for valgrinding
12118         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12119         (GST_START_TEST):
12120         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12121           Fix A Leak.  Chain To Parent Finalize.
12122
12123 2005-09-19  Wim Taymans  <wim@fluendo.com>
12124
12125         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12126         Fixed wav pipeline.
12127
12128 2005-09-19  Wim Taymans  <wim@fluendo.com>
12129
12130         * gst-libs/gst/rtp/gstbasertppayload.c:
12131         (gst_basertppayload_class_init), (gst_basertppayload_init),
12132         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12133         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12134         (gst_basertppayload_push), (gst_basertppayload_get_property),
12135         (gst_basertppayload_change_state):
12136         Posting ERROR and WARNING messages is good.
12137
12138 2005-09-19  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12141         (gst_base_rtp_depayload_add_to_queue),
12142         (gst_base_rtp_depayload_push),
12143         (gst_base_rtp_depayload_set_gst_timestamp),
12144         (gst_base_rtp_depayload_queue_release):
12145         This one was not supposed to go in.
12146
12147 2005-09-19  Wim Taymans  <wim@fluendo.com>
12148
12149         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12150         Fix for bus API.
12151
12152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12153         (gst_base_rtp_depayload_chain),
12154         (gst_base_rtp_depayload_add_to_queue),
12155         (gst_base_rtp_depayload_push),
12156         (gst_base_rtp_depayload_set_gst_timestamp),
12157         (gst_base_rtp_depayload_queue_release):
12158         Some cleanups.
12159
12160         * gst-libs/gst/rtp/gstbasertppayload.c:
12161         (gst_basertppayload_class_init), (gst_basertppayload_init),
12162         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12163         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12164         (gst_basertppayload_get_property),
12165         (gst_basertppayload_change_state):
12166         Added debugging category.
12167
12168 2005-09-18  David Schleef  <ds@schleef.org>
12169
12170         * gst/playback/gstdecodebin.c: free plugin list correctly
12171         * gst/playback/gstplaybin.c: emit warning if autovideosink
12172           and autoaudiosink can't be found (instead of segfaulting)
12173
12174 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12175
12176         * check/elements/audioconvert.c: (GST_START_TEST):
12177           try out 24 bit conversion
12178
12179 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12180
12181         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12182         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12183         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12184         * ext/vorbis/vorbisenc.h:
12185           Fix EOS handling.  Still needs a fix in the ogg muxer to
12186           mark the last page as eos.
12187
12188 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12189
12190         * common/gtk-doc-plugins.mak:
12191         * docs/plugins/Makefile.am:
12192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12193         * gst/ffmpegcolorspace/Makefile.am:
12194         * gst/ffmpegcolorspace/avcodec.h:
12195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12196         * gst/tcp/gstmultifdsink.c:
12197           fix up ffmpegcolorspace docs; extract header
12198
12199 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         * common/gtk-doc-plugins.mak:
12202         * docs/plugins/Makefile.am:
12203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12204         * ext/theora/Makefile.am:
12205         * ext/theora/gsttheoraenc.h:
12206         * ext/theora/theoraenc.c:
12207         * ext/vorbis/vorbisenc.c:
12208           pick up signals and args for vorbis; add some docs for vorbis
12209
12210 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12211
12212         * common/gstdoc-scangobj:
12213         * common/gtk-doc-plugins.mak:
12214         * docs/libs/Makefile.am:
12215         * docs/plugins/gst-plugins-base-plugins.args:
12216         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12217         * docs/plugins/gst-plugins-base-plugins.interfaces:
12218         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12219         * docs/plugins/gst-plugins-base-plugins.signals:
12220           only scanobj stuff from our source module.  Not sure yet
12221           if that's correct, given the hierarchy stuff :)
12222
12223 2005-09-15  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst/audioconvert/gstaudioconvert.c:
12226         And enable 24 bits mode as well..
12227
12228 2005-09-15  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst-libs/gst/rtp/Makefile.am:
12231         * gst-libs/gst/rtp/gstbasertppayload.c:
12232         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12233         (gst_basertppayload_class_init), (gst_basertppayload_init),
12234         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12235         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12236         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12237         (gst_basertppayload_set_property),
12238         (gst_basertppayload_get_property),
12239         (gst_basertppayload_change_state):
12240         * gst-libs/gst/rtp/gstbasertppayload.h:
12241         Added rtp payloader base class.
12242
12243 2005-09-15  Andy Wingo  <wingo@pobox.com>
12244
12245         * configure.ac (plugindir): Remove the EOL matcher from the
12246         regexp, as it causes me problems. Libtool? Make? Who knows?
12247
12248 2005-09-14  David Schleef  <ds@schleef.org>
12249
12250         * check/generic/states.c: 
12251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12252         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12253           Fixes for changes in registry API.
12254
12255         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12256           to GST_PLUGIN_LDFLAGS.
12257         * ext/libvisual/visual.c: Make the library shut up.
12258         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12259         * gst-libs/gst/audio/gstaudiofilter.c: same
12260
12261 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12262
12263         * docs/plugins/Makefile.am:
12264         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12265         * docs/plugins/inspect/plugin-libvisual.xml:
12266         * docs/plugins/tmpl/element-tcpserversink.sgml:
12267         * ext/theora/theoraenc.c:
12268           add libvisual plugin and theoraenc element to docs
12269
12270 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12271
12272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12274         * ext/theora/theoraenc.c:
12275           add theoraenc
12276
12277 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         * gst/audioconvert/Makefile.am:
12280           Audioconvert derives from GstBaseTransform and should
12281           link to the library with our base elements to avoid
12282           unresolved symbols. Makes things work with MinGW (#316160)
12283
12284         * gst/playback/test4.c: (main):
12285           Fix MinGW build problem and use g_usleep() instead of 
12286           sleep() (#316162)
12287
12288 2005-09-12  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/audioconvert/audioconvert.c: (float),
12291         (audio_convert_prepare_context), (audio_convert_convert):
12292         * gst/audioconvert/audioconvert.h:
12293         Cleanups, speedups, simplifications, added back support
12294         for 24 bits.
12295
12296 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12297
12298         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12299         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12300         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12301         * docs/plugins/tmpl/element-tcpserversink.sgml:
12302         * gst/ffmpegcolorspace/gstffmpeg.c:
12303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12304         * gst/videotestsrc/gstvideotestsrc.c:
12305         * gst/volume/gstvolume.c:
12306           add more elements to the docs
12307
12308 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12309
12310         * check/Makefile.am:
12311         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12312         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12313           Add extra tests for basetransform based components. 
12314           Comment out the test_element_negotiation test until we decide
12315           if it's testing correct behaviour.
12316         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12317         (gst_visual_chain), (gst_visual_change_state):
12318           Slightly more correct but still bogus timestamping.
12319           Fix state change function.
12320         * gst/audioconvert/gstaudioconvert.c:
12321         (gst_audio_convert_class_init):
12322         * gst/audioresample/gstaudioresample.c:
12323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12324         (gst_ffmpegcsp_class_init):
12325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12326         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12327         (gst_videoscale_prepare_image):
12328         * gst/volume/gstvolume.c: (gst_volume_class_init),
12329         (volume_transform_ip):
12330           Basetransform updates. Enable passthrough modes.
12331         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12332         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12333         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12334           Negotiation fix that allows the window to return to the original
12335           size and renegotiate passthrough upstream. Extra debug output.
12336
12337 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12338
12339         * gst/sine/gstsinesrc.c:
12340         * gst/volume/gstvolume.c:
12341           fix up header include
12342
12343 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12344
12345         * gst-libs/gst/audio/gstbaseaudiosink.c:
12346         (gst_base_audio_sink_render):
12347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12348         * gst/volume/gstvolume.c: (gst_volume_class_init),
12349         (volume_transform):
12350           fixing lost sync, some more debugging
12351
12352 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12353
12354         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12355         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12356         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12357         (gst_xvimagesink_check_xshm_calls):
12358           Fix compilation when XShm is not available.
12359
12360 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12361
12362         * ext/libvisual/visual.c: (gst_visual_dispose),
12363         (gst_visual_getcaps), (gst_visual_src_setcaps),
12364         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12365         (gst_visual_change_state):
12366           Finish fixing up libvisual plugin so that it runs. 
12367
12368 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12369
12370         * ext/vorbis/vorbisenc.c:
12371         * gst-libs/gst/tag/gstvorbistag.c:
12372           gsttaginterface.h -> gsttagsetter.h
12373
12374 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12375
12376         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12377           added another test that failes for me (test is not active by default)
12378
12379 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12380
12381         * configure.ac:
12382           v4l2 is no longer in gst-plugins-base
12383
12384 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12385
12386         * configure.ac:
12387           In the output at the end, don't show the first plugin on the same
12388           line as "Core plug-ins, always built:".
12389           Indent the output as for other plugin categories
12390         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12391           #define that can be used to not use peer buffer_alloc functions for
12392           test purposes.
12393         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12394         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12395         (gst_ximagesink_show_frame):
12396         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12397         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12398         (gst_xvimagesink_show_frame):
12399           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12400           fails gracefully instead of XError aborting or deadlocking.
12401
12402 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12403
12404         * ext/libvisual/Makefile.am:
12405           link against gst-base-libs
12406
12407 2005-09-06  David Schleef  <ds@schleef.org>
12408
12409         * configure.ac: Enable libvisual plugin.
12410         * ext/libvisual/Makefile.am:
12411         * ext/libvisual/visual.c: Fixes to make it compile.
12412
12413 === release 0.9.2 ===
12414
12415 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * NEWS:
12418         * RELEASE:
12419         * configure.ac:
12420         * docs/random/ChangeLog-0.8:
12421           releasing 0.9.2, "Spoon"
12422
12423 2005-09-05  Michael Smith <msmith@fluendo.com>
12424
12425         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12426           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12427           that in the vorbisenc element.
12428
12429 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12430
12431         * common/gtk-doc-plugins.mak:
12432         * docs/plugins/Makefile.am:
12433           fix distcheck
12434         * gst/audioresample/resample.c:
12435           fix wrong docstring
12436
12437 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12438
12439         * common/gst-xmlinspect.py:
12440         * common/gtk-doc-plugins.mak:
12441           only inspect plugins for this given package
12442           require gst-python 0.9
12443
12444 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12445
12446         * Makefile.am:
12447         * autogen.sh:
12448         * common/gst-xmlinspect.py:
12449         * configure.ac:
12450         * docs/Makefile.am:
12451         * docs/plugins/inspect/plugin-alsa.xml:
12452         * docs/plugins/inspect/plugin-audioresample.xml:
12453         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12454         * docs/plugins/inspect/plugin-ogg.xml:
12455         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12456         * docs/plugins/tmpl/element-multifdsink.sgml:
12457         * docs/plugins/tmpl/element-tcpserversink.sgml:
12458         * docs/plugins/tmpl/element-vorbisenc.sgml:
12459         * gst-plugins-base.spec.in:
12460           various doc-related updates
12461
12462 2005-08-31  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst-libs/gst/audio/gstbaseaudiosink.c:
12465         (gst_base_audio_sink_render):
12466         Resync if the buffer timestamps drift more than a 10th 
12467         of a second.
12468
12469 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12472         (gst_v4lsrc_get_property):
12473           The 'timestamp-offset' property is registered as an int64, so
12474           let's use g_value_{set|get}_int64() in our setter and getter
12475           functions (makes it work and fixes warnings with gst-inspect).
12476
12477 2005-08-30  Wim Taymans  <wim@fluendo.com>
12478
12479         * check/elements/audioconvert.c: (setup_audioconvert):
12480         * check/elements/audioresample.c: (setup_audioresample):
12481         * check/elements/volume.c: (setup_volume):
12482         Fix checks.
12483
12484 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12485
12486         * common/gtk-doc-plugins.mak:
12487         * common/plugins.xsl:
12488         * docs/plugins/Makefile.am:
12489           make module a param
12490
12491 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12492
12493         * examples/seeking/seek.c: (make_mp3_pipeline),
12494         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12495         (play_cb), (pause_cb), (stop_cb):
12496           update the example
12497
12498 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12499
12500         * gst/volume/gstvolume.c: (gst_volume_class_init),
12501         (volume_transform):
12502           do not update controlled params, if buffer has no timestamp
12503
12504 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12505
12506         * configure.ac:
12507         * gst/sine/Makefile.am:
12508         * gst/volume/Makefile.am:
12509           controllerized elements also need to link against controller-libs ;)
12510
12511 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12512
12513         * docs/libs/tmpl/gstcolorbalance.sgml:
12514         * docs/libs/tmpl/gstgconf.sgml:
12515         * docs/libs/tmpl/gstmixer.sgml:
12516         * docs/libs/tmpl/gstringbuffer.sgml:
12517         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12518         (gst_sinesrc_create):
12519         * gst/volume/gstvolume.c: (gst_volume_class_init),
12520         (volume_transform):
12521           controllerized two audio plugins
12522
12523 2005-08-29  Andy Wingo  <wingo@pobox.com>
12524
12525         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12526         (vorbis_handle_data_packet): Fix some int overflow errors.
12527
12528         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12529         -1.
12530         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12531         valid.
12532         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12533         if it's valid. Fixed streaming-mode playback.
12534
12535         * check/elements/volume.c (cleanup_volume): Fix for running
12536         CK_FORK=no.
12537
12538         * check/elements/audioconvert.c: Convert from native endian, not
12539         little endian.
12540
12541 2005-08-29  Michael Smith <msmith@fluendo.com>
12542
12543         * ext/ogg/Makefile.am:
12544         * ext/ogg/gstogg.c: (plugin_init):
12545         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12546         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12547         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12548         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12549         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12550         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12551         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12552         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12553         Add an ogg parser element.
12554
12555 2005-08-28  Andy Wingo  <wingo@pobox.com>
12556
12557         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12558
12559 2005-08-26  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst/audioconvert/audioconvert.c: (if), (float),
12562         (audio_convert_get_func_index), (check_default),
12563         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12564         (audio_convert_clean_context), (audio_convert_get_sizes),
12565         (audio_convert_convert):
12566         Cleanups.
12567
12568 2005-08-26  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/audioconvert/audioconvert.c: (if), (float),
12571         (audio_convert_get_func_index), (check_default),
12572         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12573         (audio_convert_clean_context), (audio_convert_get_sizes),
12574         (audio_convert_convert):
12575         More elegant and working temp buffer selection algo.
12576
12577 2005-08-26  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst/audioconvert/audioconvert.c: (if), (float),
12580         (audio_convert_get_func_index), (check_default),
12581         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12582         (audio_convert_clean_context), (audio_convert_get_sizes),
12583         (get_temp_buffer), (audio_convert_convert):
12584         Use realloc else we lose our original data.
12585
12586 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * gst/audioresample/gstaudioresample.c:
12589           use base class' newsegment to properly timestamp
12590
12591 2005-08-26  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst/audioconvert/audioconvert.c: (if), (float),
12594         (audio_convert_get_func_index), (check_default),
12595         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12596         (audio_convert_clean_context), (audio_convert_get_sizes),
12597         (get_temp_buffer), (audio_convert_convert):
12598         * gst/audioconvert/gstaudioconvert.c:
12599         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12600         (gst_audio_convert_transform_caps),
12601         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12602         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12603         Oops, allocate enough space to perform the channel mix.
12604
12605 2005-08-26  Wim Taymans  <wim@fluendo.com>
12606
12607         * gst/audioconvert/Makefile.am:
12608         * gst/audioconvert/audioconvert.c: (if), (float),
12609         (audio_convert_get_func_index), (check_default),
12610         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12611         (audio_convert_clean_context), (audio_convert_get_sizes),
12612         (get_temp_buffer), (audio_convert_convert):
12613         * gst/audioconvert/audioconvert.h:
12614         * gst/audioconvert/gstaudioconvert.c:
12615         (gst_audio_convert_class_init), (gst_audio_convert_init),
12616         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12617         (gst_audio_convert_get_unit_size),
12618         (gst_audio_convert_transform_caps),
12619         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12620         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12621         * gst/audioconvert/gstaudioconvert.h:
12622         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12623         (gst_channel_mix_fill_identical),
12624         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12625         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12626         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12627         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12628         (gst_channel_mix_mix):
12629         * gst/audioconvert/gstchannelmix.h:
12630         Cleanups, librarify a bit, optimize, better negotiation and more.
12631
12632 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12633
12634         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12635         Another from MikeS:
12636         During typefinding, don't support negative offsets
12637         (offsets from the end of the stream) in our typefind->peek() function
12638         - nothing embedded in ogg ever needs them. However, we need to recognise
12639         those requests and reject them, otherwise we return invalid pointers.
12640
12641 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12642
12643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12644         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12645         (vorbisdec_finalize), (vorbis_handle_type_packet):
12646           Big shout-out to MikeS for fixing this giant memory leak.
12647           Huzzah!
12648
12649 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12650
12651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12652         (audio_convert_get_unit_size):
12653           plug some leaks
12654
12655 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12656
12657         * check/Makefile.am:
12658         * check/elements/audioconvert.c: (setup_audioconvert),
12659         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12660         (GST_START_TEST), (audioconvert_suite), (main):
12661           add a test for audioconvert
12662         * gst/audioresample/gstaudioresample.c:
12663         * gst/audioresample/gstaudioresample.h:
12664           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12665           note that for buffers of 1/3 sec this means DURATION(c) is 
12666           one nanosecond more than for a and b
12667
12668 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12669
12670         * check/Makefile.am:
12671         * check/elements/audioresample.c: (setup_audioresample),
12672         (cleanup_audioresample), (fail_unless_perfect_stream),
12673         (test_perfect_stream_instance), (GST_START_TEST),
12674           add a check for audioresample
12675         (audioresample_suite), (main):
12676         * check/elements/volume.c: (GST_START_TEST):
12677           remove unused method
12678         * gst/audioresample/gstaudioresample.c:
12679           set correct buffer parameters since we're changing them
12680         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12681           add some debug
12682
12683 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * gst/audioresample/debug.c:
12686         * gst/audioresample/gstaudioresample.c:
12687           add room for extra overlap samples when asked to transform size
12688           protect against possible mem corruption and check for discrepancies
12689           between written size and outbuffer's size so we can warn for
12690           potential problems
12691         * gst/audioresample/resample.c: (resample_init),
12692         (resample_get_output_size_for_input), (resample_get_output_size),
12693         (resample_set_n_channels), (resample_set_format):
12694           set debug level based on RESAMPLE_DEBUG env var
12695           make sure that get_output_size* returns a whole number of
12696           sample_size
12697           set sample_size each time either channel or format is set
12698         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12699         * gst/audioresample/resample_functable.c:
12700         (resample_scale_functable):
12701         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12702           remove r->sample_size, it's done in resample.c now
12703           add some debugging to the ref implementation
12704           make sure we only give back bytes that are wholes of the sample
12705           size
12706
12707 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12708         * gst/playback/gstplaybasebin.c: (fill_buffer):
12709         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12710
12711 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12712
12713         * gst/volume/gstvolume.c:
12714           made set_caps function static
12715
12716 2005-08-24  Wim Taymans  <wim@fluendo.com>
12717
12718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12719         (gst_vorbisenc_change_state):
12720         Stop leaking taglists.
12721
12722 2005-08-24  Wim Taymans  <wim@fluendo.com>
12723
12724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12725         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12726         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12727         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12728         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12729         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12730         Parse seeking events better.
12731         Unref static caps.
12732         Generate correct newsegment events, fixes seeking in live oggs.
12733
12734         * ext/theora/theoradec.c: (theora_dec_src_query),
12735         (theora_dec_src_event), (theora_dec_src_getcaps),
12736         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12737         Use newsegment values to report correct play time.
12738
12739         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12740         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12741         * ext/vorbis/vorbisdec.h:
12742         Parse and use newsegment values to report correct play time.
12743
12744         * gst-libs/gst/audio/gstbaseaudiosink.c:
12745         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12746         Clear ringbuffer on flush.
12747         Use newsegment values to calculate playback time.
12748
12749         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12751         Basesink does newsegment calculations for us now.
12752
12753 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755         * check/Makefile.am:
12756         * configure.ac:
12757           add core's plugins to the mix so that playbin works
12758         * check/generic/states.c: (GST_START_TEST):
12759           set a 0 timeout on pipelines, so they don't force the next
12760           state change
12761         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12762         (gst_play_base_bin_change_state):
12763           remove the crappy error handling and do GST error handling
12764
12765 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12766
12767         * check/Makefile.am:
12768         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12769           add same test as to core, it bitches out on playbin atm.
12770
12771 2005-08-24  Wim Taymans  <wim@fluendo.com>
12772
12773         * configure.ac:
12774         Remove audioscale.
12775
12776 2005-08-24  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12779         (gst_videoscale_prepare_size), (parse_caps),
12780         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12781         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12782         (gst_videoscale_transform):
12783         * gst/videoscale/gstvideoscale.h:
12784         Refactor, make use of BaseTranform really well.
12785
12786 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12787
12788         * configure.ac:
12789           compile audioresample
12790         * gst/audioresample/Makefile.am:
12791         * gst/audioresample/buffer.c:
12792         * gst/audioresample/functable.c:
12793         * gst/audioresample/gstaudioresample.c:
12794         * gst/audioresample/gstaudioresample.h:
12795         * gst/audioresample/resample.c:
12796         (resample_get_output_size_for_input):
12797         * gst/audioresample/resample.h:
12798         * gst/audioresample/resample_chunk.c:
12799         * gst/audioresample/resample_functable.c:
12800         * gst/audioresample/resample_ref.c:
12801           port to use basetransform; doesn't work in all cases yet
12802
12803 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12804
12805         * gst/audioconvert/gstaudioconvert.c:
12806         (gst_audio_convert_class_init), (gst_audio_convert_init),
12807         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12808         (audio_convert_fixate_caps), (audio_convert_set_caps),
12809         (audio_convert_transform),
12810         (gst_audio_convert_buffer_to_default_format),
12811         (gst_audio_convert_buffer_from_default_format),
12812         (gst_audio_convert_channels):
12813         * gst/audioconvert/gstchannelmix.c:
12814         * gst/audioconvert/gstchannelmix.h:
12815           port to basetransform
12816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12817         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12818         (gst_ffmpegcsp_get_unit_size):
12819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12820         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12821           fix for basetransform changes
12822
12823 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12824
12825         * check/Makefile.am:
12826           Add CHECK_CFLAGS and LDFLAGS
12827
12828         * gst/playback/gstplaybasebin.c: (fill_buffer):
12829           GST_MESSAGE_SRC became a GObject
12830
12831 2005-08-24  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12834         (gst_ring_buffer_clear_all):
12835         * gst-libs/gst/audio/gstringbuffer.h:
12836         Added function to clear the ringbuffer.
12837
12838 2005-08-24  Andy Wingo  <wingo@pobox.com>
12839
12840         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12841         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12842         of _open and _close.
12843
12844         * sys/v4l/gstv4lxoverlay.h:
12845         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12846         an Xv connection here, instead of all the time. Make Xv only be
12847         loaded if you axe for it. Kindof a workaround for buggy behaviour
12848         of Xv when using remote xservers (XvQueryExtension would block).
12849         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12850         replace the _open and _close public API. Only start the xv
12851         connection if necessary.
12852         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12853
12854 2005-08-23  David Schleef  <ds@schleef.org>
12855
12856         * gst/audioresample/Makefile.am: Leet audioresampling code
12857         * gst/audioresample/buffer.c:
12858         * gst/audioresample/buffer.h:
12859         * gst/audioresample/debug.c:
12860         * gst/audioresample/debug.h:
12861         * gst/audioresample/functable.c:
12862         * gst/audioresample/functable.h:
12863         * gst/audioresample/gstaudioresample.c:
12864         * gst/audioresample/gstaudioresample.h:
12865         * gst/audioresample/resample.c:
12866         * gst/audioresample/resample.h:
12867         * gst/audioresample/resample_chunk.c:
12868         * gst/audioresample/resample_functable.c:
12869         * gst/audioresample/resample_ref.c:
12870
12871 2005-08-23  Wim Taymans  <wim@fluendo.com>
12872
12873         * examples/seeking/seek.c: (make_vorbis_pipeline),
12874         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12875         Small seek updates.
12876
12877 2005-08-23  Andy Wingo  <wingo@pobox.com>
12878
12879         * gst-libs/gst/audio/gstbaseaudiosrc.c
12880         (gst_base_audio_src_fixate): Only fixate endianness if it is
12881         present in the caps.
12882
12883 2005-08-22  Andy Wingo  <wingo@pobox.com>
12884
12885         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12886         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12887         device-name property.
12888
12889         * gst-libs/gst/audio/gstaudiosrc.h:
12890         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12891         close_device in the ring buffer, like gstaudiosink.
12892
12893         * ext/alsa/gstalsamixer.h:
12894         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12895         macro to implement the interface without much code. Cleanups. 
12896
12897         * ext/alsa/gstalsasrc.h:
12898         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12899         READY.
12900
12901         * ext/alsa/Makefile.am: Add new files.
12902         * ext/alsa/gstalsamixerelement.c: 
12903         * ext/alsa/gstalsamixerelement.c: Split element code out from
12904         mixer code so that alsasrc can be a mixer too.
12905
12906 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12909         (GST_START_TEST):
12910         * check/elements/vorbisdec.c: (setup_vorbisdec),
12911         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12912         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12913         (vorbis_handle_identification_packet),
12914         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12915         (vorbis_handle_header_packet), (vorbis_dec_push),
12916         (vorbis_dec_chain):
12917           use the setup/teardown methods to save code.  save code is good.
12918
12919 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12920
12921         * check/Makefile.am:
12922           add ext dir for plugins
12923           add vorbisdec test conditionally
12924         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12925         (GST_START_TEST), (volume_suite):
12926           add a test with wrong caps
12927         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12928         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12929           add a vorbisdec test
12930         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12931         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12932           clean up debug output
12933         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12934           yay, fix a segfault/security issue in vorbisdec
12935           gst-launch fakesrc ! vorbisdec wasn't happy
12936         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12937         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12938         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12939         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12940         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12941         (gst_vorbisenc_set_metadata), (get_constraints_string),
12942         (update_start_message), (gst_vorbisenc_setup),
12943         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12944         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12945         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12946         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12947         * ext/vorbis/vorbisenc.h:
12948           march in line
12949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12950         (gst_ffmpegcsp_transform):
12951           have the kow come home
12952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12953           debug my func ptr
12954         * gst/volume/gstvolume.c: (volume_set_caps):
12955           add a debug
12956
12957 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12958
12959         * Makefile.am:
12960         * check/.cvsignore:
12961         * check/Makefile.am:
12962         * check/elements/.cvsignore:
12963         * check/elements/volume.c: (chain_func), (event_func),
12964         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12965         (main):
12966         * configure.ac:
12967           add unit test structure for gst-plugins-base
12968           add a test for volume
12969         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12970         (gst_volume_set_volume), (gst_volume_get_volume),
12971         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12972         (volume_funcfind), (volume_process_float), (volume_process_int16),
12973         (volume_set_caps), (volume_transform), (volume_update_mute),
12974         (volume_update_volume), (volume_set_property),
12975         (volume_get_property):
12976           document a little; use basetransform vmethod _set_caps
12977
12978 2005-08-19  Andy Wingo  <wingo@pobox.com>
12979
12980         * ext/alsa/gstalsamixertrack.h:
12981         * ext/alsa/gstalsamixertrack.c:
12982         * ext/alsa/gstalsamixeroptions.h:
12983         * ext/alsa/gstalsamixeroptions.c:
12984         * ext/alsa/gstalsamixer.h:
12985         * ext/alsa/gstalsamixer.c: Port to 0.9.
12986
12987         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12988         Remove gstalsa.c and alsaclock. No more cruft here.
12989         
12990 2005-08-18  Wim Taymans  <wim@fluendo.com>
12991
12992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12993         (gst_base_rtp_depayload_chain),
12994         (gst_base_rtp_depayload_add_to_queue),
12995         (gst_base_rtp_depayload_push),
12996         (gst_base_rtp_depayload_queue_release):
12997         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12998         Fix for RTPBuffer changes.
12999
13000         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13001         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13002         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13003         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13004         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13005         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13006         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13007         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13008         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13009         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13010         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13011         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13012         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13013         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13014         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13015         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13016         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13017         (gst_rtpbuffer_get_payload):
13018         * gst-libs/gst/rtp/gstrtpbuffer.h:
13019         Don't subclass GstBuffer but add methods and helper functions
13020         to construct and manipulate RTP packets in regular GstBuffers.
13021
13022 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13023
13024         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13025           moved statement below switch
13026         * gst/volume/gstvolume.c: (gst_volume_class_init):
13027           added debug ptr
13028
13029 2005-08-16  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13032         (gst_base_audio_src_change_state):
13033         Open and close device in READY<->NULL state change.
13034
13035 2005-08-16  Andy Wingo  <wingo@pobox.com>
13036
13037         * examples/seeking/Makefile.am: Don't compile non-compiling
13038         compiled objects with the compiler.
13039
13040         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13041         elements.
13042
13043 2005-08-12  Philippe Khalaf <burger@speedy.org>
13044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13045         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13046           Made a thread to release the queue.
13047           Removed timestamp conversion for now.
13048
13049 2005-08-10  Philippe Khalaf <burger@speedy.org>
13050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13051         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13052           Added rtp timestamp -> gst timestamp conversion.
13053           Fixed several problems with queue.
13054
13055 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13056
13057         * gst-libs/gst/audio/gstaudioclock.h:
13058         * gst-libs/gst/audio/gstaudiofilter.h:
13059         * gst-libs/gst/audio/gstaudiosink.h:
13060         * gst-libs/gst/audio/gstaudiosrc.h:
13061         * gst-libs/gst/audio/gstbaseaudiosink.h:
13062         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13063         * gst-libs/gst/audio/gstringbuffer.h:
13064         * gst-libs/gst/net/gstnetbuffer.h:
13065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13066         * gst-libs/gst/rtp/gstrtpbuffer.h:
13067           Add padding (you will need to rebuild gst-plugins-base,
13068           gst-plugins and all applications afterwards!)
13069
13070 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13073         (gst_riff_parse_chunk):
13074           Fix bug in debug message and add some more debug messages.
13075
13076 2005-08-08  Edward Hervey  <edward@fluendo.com>
13077
13078         * gst-libs/gst/riff/riff-media.c:
13079         backported updates since branch
13080
13081 2005-08-08  Andy Wingo  <wingo@pobox.com>
13082
13083         * gst-libs/gst/audio/gstbaseaudiosink.c
13084         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13085         like good elements should. Close on READY->NULL too.
13086
13087         * gst-libs/gst/audio/gstaudiosink.c
13088         (gst_audioringbuffer_open_device,
13089         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13090         (gst_audioringbuffer_release): Updates for new ring buffer API,
13091         hook into the new audio sink api.
13092
13093         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13094         (GstAudioSinkClass.close): Just open and close the device -- no
13095         resource allocation or configuration.
13096         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13097         vmethods, handle device setup and resource allocation.
13098
13099         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13100         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13101         base class API.
13102
13103         * gst-libs/gst/audio/gstringbuffer.h
13104         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13105         New vmethods.
13106
13107         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13108         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13109         New API functions. The device should be opened before acquiring
13110         and closed after releasing.
13111
13112 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         * gst-libs/gst/interfaces/mixer.h:
13115           Reset padding to GST_PADDING.
13116
13117 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * gst/playback/gstplaybin.c: (remove_sinks):
13120           Remove visualization from parent explicitely; works around some
13121           apparent refcount issue that I haven't tracked down yet.
13122
13123 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13124
13125         * ext/alsa/gstalsasink.c: (set_hwparams):
13126           Assign debug category, add negotiation debug msgs.
13127
13128 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13129
13130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13131           Fix error code for file-not-found to NOT_FOUND.
13132
13133 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13134
13135         * common/gtk-doc-plugins.mak:
13136         * docs/plugins/Makefile.am:
13137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13139           renamed to actual element names, so much nicer to look at
13140         * docs/plugins/tmpl/gstmultifdsink.sgml:
13141           remove
13142         * docs/plugins/tmpl/multifdsink.sgml:
13143         * docs/plugins/tmpl/tcpserversink.sgml:
13144           add
13145         * ext/alsa/gstalsa.c:
13146         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13147         * ext/ogg/gstoggmux.c:
13148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13149         * gst/playback/gstdecodebin.c:
13150         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13151         * gst/tcp/gsttcpserversink.c:
13152           various fixes and documentation additions
13153
13154 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * common/Makefile.am:
13157         * common/gstdoc-scangobj:
13158         * common/gtk-doc-plugins.mak:
13159         * common/gtk-doc.mak:
13160           add a custom scangobj that uses the registry
13161           add a custom gtk-doc-plugins.mak that uses it
13162           some doc build fixes
13163         * configure.ac:
13164         * docs/Makefile.am:
13165         * docs/plugins/Makefile.am:
13166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13168         * docs/plugins/gst-plugins-base-plugins.types:
13169         * docs/plugins/tmpl/gstmultifdsink.sgml:
13170           add docs for one element, multifdsink
13171         * gst/adder/gstadder.h:
13172         * gst/volume/gstvolume.h:
13173           don't privatize enum
13174         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13175         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13176         (gst_sync_method_get_type), (gst_client_status_get_type),
13177         (gst_multifdsink_class_init),
13178         (gst_multifdsink_client_queue_buffer),
13179         (gst_multifdsink_handle_client_write):
13180         * gst/tcp/gstmultifdsink.h:
13181         * gst/tcp/gsttcp.h:
13182         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13183         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13184         (gst_tcpclientsink_render):
13185         * gst/tcp/gsttcpclientsink.h:
13186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13187         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13188         (gst_tcpclientsrc_start):
13189         * gst/tcp/gsttcpclientsrc.h:
13190         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13191         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13192         * gst/tcp/gsttcpserversrc.h:
13193         * gst/typefind/gsttypefindfunctions.c:
13194           remove superfluous Type stuff
13195
13196 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13197
13198         * gst/playback/gstplaybin.c: (gen_video_element):
13199           Enable videoscale.
13200
13201 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13202
13203         * gst-libs/gst/gconf/gconf.c:
13204         * gst-libs/gst/gconf/gconf.h:
13205           Fix some Andy Problem [tm].
13206
13207 2005-08-04  Andy Wingo  <wingo@pobox.com>
13208
13209         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13211         (gst_ffmpegcsp_get_size): Adapt to API changes.
13212
13213         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13214         Implement an in-place do-nothing transform.
13215
13216 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13217
13218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13219         (gst_ximagesink_renegotiate_size):
13220           Do not set new window sizes yet if we prepare a new buffer size
13221           for upstream renegotiation (software scaling) at some point in the
13222           future, because this new size waqs not actually accepted yet. Once
13223           accepted, renegotiation later on will set the new sizes just fine.
13224           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13225           embedding testcase.
13226
13227 2005-08-03  Andy Wingo  <wingo@pobox.com>
13228
13229         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13230         (gst_ximagesink_buffer_alloc): 
13231         Protect the height, width, and desired_caps with the pool_lock.
13232         Fixes videotestsrc ! queue ! ximagesink.
13233
13234 2005-08-02  Edward Hervey  <edward@fluendo.com>
13235
13236         * gst/volume/gstvolume.c:
13237         include left from controller cleanup
13238
13239 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13241           Stop collectpads before calling the parent state
13242           change function on PAUSED->READY.
13243
13244 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13245         * configure.ac:
13246           When testing for X libs, use the X CFlags 
13247         * gst/adder/gstadder.c: (gst_adder_change_state):
13248           Stop the collectpads before calling parent state change function
13249           on PAUSED->READY, otherwise we deadlock deactivating pads.
13250
13251 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13252
13253         * configure.ac:
13254         * docs/libs/tmpl/gstcolorbalance.sgml:
13255         * docs/libs/tmpl/gstmixer.sgml:
13256         * examples/Makefile.am:
13257         * gst/sine/Makefile.am:
13258         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13259         (gst_sinesrc_set_property), (plugin_init):
13260         * gst/sine/gstsinesrc.h:
13261         * gst/volume/Makefile.am:
13262         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13263         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13264         (volume_process_float), (volume_process_int16),
13265         (volume_set_property), (plugin_init):
13266         * gst/volume/gstvolume.h:
13267           deactivate and remove dparams (libgstcontrol)
13268
13269 2005-07-29  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13272         Convert me to BaseTransform!! help..
13273
13274 2005-07-29  Andy Wingo  <wingo@pobox.com>
13275
13276         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13277         sinks.
13278
13279         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13280         support of both endiannesses.
13281
13282 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13285           Fix confusing debug message (s/event/query/)
13286
13287 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * gst/videotestsrc/videotestsrc.h:
13290           Use "_stdint.h" instead of <stdint.h>
13291
13292 2005-07-27  Wim Taymans  <wim@fluendo.com>
13293
13294         * ext/vorbis/Makefile.am:
13295         Revert wrong commit.
13296
13297 2005-07-27  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13300         More compilation fixen.
13301
13302 2005-07-27  Wim Taymans  <wim@fluendo.com>
13303
13304         * gst-libs/gst/audio/gstbaseaudiosink.c:
13305         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13306         (gst_base_audio_sink_create_ringbuffer),
13307         (gst_base_audio_sink_change_state):
13308         Fix compilation.
13309
13310 2005-07-27  Wim Taymans  <wim@fluendo.com>
13311
13312         * examples/seeking/seek.c: (setup_dynamic_link),
13313         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13314         (query_positions_elems), (query_positions_pads), (do_seek):
13315         Update seek example.
13316
13317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13318         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13319         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13320         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13321         (gst_ogg_demux_handle_event),
13322         (gst_ogg_demux_deactivate_current_chain),
13323         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13324         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13325         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13326         (gst_ogg_demux_loop):
13327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13328         * ext/theora/theoradec.c: (theora_dec_src_event),
13329         (theora_dec_src_getcaps), (theora_dec_sink_event),
13330         (theora_dec_push), (theora_dec_chain):
13331         * ext/vorbis/Makefile.am:
13332         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13333         (vorbis_dec_sink_event), (vorbis_dec_push),
13334         (vorbis_handle_data_packet):
13335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13336         (gst_vorbisenc_chain):
13337         * gst/playback/gststreaminfo.c: (cb_probe):
13338         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13339         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13340         * gst/videoscale/gstvideoscale.c:
13341         (gst_videoscale_handle_src_event):
13342         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13343         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13344         (gst_ximagesink_navigation_send_event):
13345         * sys/xvimage/xvimagesink.c:
13346         (gst_xvimagesink_navigation_send_event):
13347         Various event updates and cleanups
13348
13349 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13350
13351         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13352           Fix segfault for I420/YV12.
13353
13354 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13355
13356         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13357           Report bitrate.
13358
13359 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13360
13361         * gst/playback/gstplaybin.c: (gen_video_element),
13362         (gen_audio_element):
13363           Switch to auto*sink elements as default sinks; add volume element
13364           so that volume control in totem works.
13365
13366 2005-07-21  Wim Taymans  <wim@fluendo.com>
13367
13368         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13369         * gst/playback/gstplaybin.c: (setup_sinks),
13370         (gst_play_bin_change_state):
13371         Refcount fix and more comments.
13372
13373 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13374
13375         * sys/ximage/Makefile.am:
13376         * sys/ximage/ximage.c: (plugin_init):
13377         * sys/ximage/ximagesink.c:
13378         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13379         
13380
13381 2005-07-21  Wim Taymans  <wim@fluendo.com>
13382
13383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13384         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13385         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13386         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13387         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13388         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13389         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13390         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13391         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13392         Generate correct disconts for live chained oggs.
13393
13394         * gst-libs/gst/audio/gstbaseaudiosink.c:
13395         (gst_base_audio_sink_render),
13396         (gst_base_audio_sink_create_ringbuffer),
13397         (gst_base_audio_sink_change_state):
13398         Handle discont math correctly.
13399
13400         * gst/playback/gstplaybin.c: (add_sink):
13401         Some small debug cleanup.
13402
13403 2005-07-21  Wim Taymans  <wim@fluendo.com>
13404
13405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13406         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13407         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13408         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13409         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13410         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13411         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13412         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13413         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13414         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13415         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13416         (gst_ogg_demux_change_state), (gst_ogg_print):
13417         Reorganize code to send the right disconts when in streaming
13418         mode.
13419
13420 2005-07-20  Andy Wingo  <wingo@pobox.com>
13421
13422         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13423         fix (?), fixes a seggie mcfalterson (#310894).
13424
13425 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13426
13427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13428         (gst_ogg_mux_set_header_on_caps):
13429         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13431         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13432         * gst-libs/gst/audio/multichannel.c:
13433         (gst_audio_set_channel_positions),
13434         (gst_audio_set_structure_channel_positions_list):
13435         * gst/playback/gstdecodebin.c: (dynamic_create):
13436         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13437         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13438           Fixes for API changes in core.
13439
13440 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13441
13442         * gst/playback/gstplaybasebin.c: (fill_buffer):
13443           Use _new_custom() so we can set custom message types for buffering
13444           messages.
13445
13446 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * configure.ac:
13449         * gst-libs/gst/Makefile.am:
13450         * gst-libs/gst/gconf/.cvsignore:
13451         * gst-libs/gst/gconf/Makefile.am:
13452         * gst-libs/gst/gconf/test-gconf.c:
13453         * pkgconfig/Makefile.am:
13454         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13455         * pkgconfig/gstreamer-gconf.pc.in:
13456           Remove gconf stuff, use gconf elements instead from now on.
13457
13458 2005-07-20  Wim Taymans  <wim@fluendo.com>
13459
13460         * gst-libs/gst/audio/TODO:
13461         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13462         (gst_audio_clock_get_internal_time):
13463         * gst-libs/gst/audio/gstaudioclock.h:
13464         * gst-libs/gst/audio/gstbaseaudiosink.c:
13465         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13466         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13467         (gst_base_audio_sink_render),
13468         (gst_base_audio_sink_create_ringbuffer),
13469         (gst_base_audio_sink_change_state):
13470         Make sure the audio clock always returns an increasing value.
13471
13472 2005-07-19  Andy Wingo  <wingo@pobox.com>
13473
13474         * gst/videotestsrc/: Cleanups.
13475
13476 2005-07-19  Wim Taymans  <wim@fluendo.com>
13477
13478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13479         Better debugging.
13480
13481 2005-07-19  Wim Taymans  <wim@fluendo.com>
13482
13483         * examples/seeking/seek.c: (make_dv_pipeline),
13484         (make_vorbis_theora_pipeline), (query_rates),
13485         (query_positions_elems), (query_positions_pads), (do_seek):
13486         Make correct DV pipeline.
13487
13488 2005-07-18  Andy Wingo  <wingo@pobox.com>
13489
13490         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13491         default. Also because it's the only thing that really works. (This
13492         is used in the GConf elements).
13493         Use AS_LIBTOOL_TAGS.
13494
13495 2005-07-18  Wim Taymans  <wim@fluendo.com>
13496
13497         * gst/playback/gstdecodebin.c: (remove_element_chain):
13498         * gst/playback/gstplaybin.c: (add_sink):
13499         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13500         (gst_stream_info_set_mute):
13501         * gst/playback/gststreamselector.c:
13502         (gst_stream_selector_get_linked_pad),
13503         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13504         More leak and compile fixes.
13505
13506 2005-07-18  Wim Taymans  <wim@fluendo.com>
13507
13508         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13509         (query_rates), (query_positions_elems), (query_positions_pads),
13510         (do_seek), (seek_cb), (stop_seek):
13511         Updated seek example. 
13512
13513         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13514         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13515         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13516         * gst/playback/gstplaybin.c: (add_sink):
13517         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13518         (gst_stream_info_set_mute):
13519         Some refcount leak fixes.
13520
13521 2005-07-16  Wim Taymans  <wim@fluendo.com>
13522
13523         * gst-libs/gst/audio/gstbaseaudiosink.c:
13524         (gst_base_audio_sink_render):
13525         Align samples even if we have roundoff errors in the 
13526         timestamp conversion.
13527
13528 2005-07-16  Wim Taymans  <wim@fluendo.com>
13529
13530         * docs/libs/tmpl/gstringbuffer.sgml:
13531         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13532         (query_rates), (query_positions_elems), (query_positions_pads),
13533         (update_scale), (do_seek):
13534         Updated seek example.
13535
13536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13537         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13538         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13539         (gst_ogg_demux_loop):
13540         Push out correct discont values.
13541
13542         * ext/theora/theoradec.c: (theora_dec_src_convert),
13543         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13544         (theora_dec_sink_event), (theora_handle_type_packet),
13545         (theora_handle_header_packet), (theora_dec_push),
13546         (theora_handle_data_packet), (theora_dec_chain),
13547         (theora_dec_change_state):
13548         Better timestamping.
13549
13550         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13551         (vorbis_dec_sink_event), (vorbis_dec_push),
13552         (vorbis_handle_data_packet), (vorbis_dec_chain):
13553         * ext/vorbis/vorbisdec.h:
13554         Better timestamping.
13555
13556         * gst-libs/gst/audio/gstbaseaudiosink.c:
13557         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13558         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13559         Handle syncing on timestamps instead of sample offsets. Make
13560         use of DISCONT values as described in design docs.
13561
13562         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13563         (gst_base_audio_src_get_time):
13564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13565         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13566         (gst_ring_buffer_read):
13567         * gst-libs/gst/audio/gstringbuffer.h:
13568         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13569         (gst_ximagesink_show_frame):
13570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13571         Correcly convert buffer timestamp to stream time.
13572
13573 2005-07-16  Wim Taymans  <wim@fluendo.com>
13574
13575         * gst/audioconvert/gstaudioconvert.c:
13576         (gst_audio_convert_get_buffer):
13577         Timestamp buffers correctly.
13578
13579         * gst/playback/gstplaybin.c: (gen_video_element):
13580         Make internal fakesink silent.
13581
13582 2005-07-15  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst/ffmpegcolorspace/Makefile.am:
13585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13586         (gst_ffmpegcsp_caps_remove_format_info),
13587         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13588         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13589         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13590         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13591         Ported ffmpegcolorspace to basetransform.
13592
13593         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13594         * gst/volume/gstvolume.c: (volume_transform):
13595         Ported to new API.
13596
13597 2005-07-14  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/videotestsrc/Makefile.am:
13600         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13601         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13602         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13603         (gst_videotestsrc_init), (gst_videotestsrc_event),
13604         (gst_videotestsrc_create), (gst_videotestsrc_start),
13605         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13606         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13607         (gst_videotestsrc_get_property):
13608         * gst/videotestsrc/gstvideotestsrc.h:
13609         Make videotestsrc a pushsrc.
13610
13611 2005-07-14  Wim Taymans  <wim@fluendo.com>
13612
13613         * gst/tcp/gstfdset.c: (gst_fdset_free):
13614         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13615         (gst_multifdsink_add), (gst_multifdsink_remove),
13616         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13617         (gst_multifdsink_remove_client_link),
13618         (gst_multifdsink_client_queue_data),
13619         (gst_multifdsink_client_queue_caps),
13620         (gst_multifdsink_client_queue_buffer),
13621         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13622         (gst_multifdsink_stop):
13623         * gst/tcp/gstmultifdsink.h:
13624         0.8 backporting.
13625
13626         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13627         Also draw image when not from a pool.
13628
13629 2005-07-14  Wim Taymans  <wim@fluendo.com>
13630
13631         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13632         (mute_stream), (silence_stream):
13633         Small debug additions.
13634
13635 2005-07-14  Wim Taymans  <wim@fluendo.com>
13636
13637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13638         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13639         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13640         Better error recovery, ignore unconnected pads and
13641         non-fatal errors.
13642
13643 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13644
13645         * docs/libs/tmpl/gstaudio.sgml:
13646         * docs/libs/tmpl/gstcolorbalance.sgml:
13647         * docs/libs/tmpl/gstgconf.sgml:
13648         * docs/libs/tmpl/gstmixer.sgml:
13649         * docs/libs/tmpl/gstringbuffer.sgml:
13650         * docs/libs/tmpl/gsttuner.sgml:
13651         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13652         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13653         (gst_tcpclientsrc_class_init):
13654         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13655         (gst_tcpserversrc_class_init):
13656         * sys/v4l/gstv4lelement.c:
13657           more autistic cleanliness in functions/names/defines
13658
13659 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13660
13661         * configure.ac:
13662           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13663           added manually to each Makefile.am so we are sure it goes
13664           *last* and doesn't add -L flags before linking in libs of our
13665           own, like, say, internal .la libs, that then accidentally pick
13666           up the installed copy.
13667         * docs/libs/Makefile.am:
13668         * ext/alsa/Makefile.am:
13669         * ext/cdparanoia/Makefile.am:
13670         * ext/gnomevfs/Makefile.am:
13671         * ext/libvisual/Makefile.am:
13672         * ext/ogg/Makefile.am:
13673         * ext/theora/Makefile.am:
13674         * ext/vorbis/Makefile.am:
13675         * gst-libs/gst/video/Makefile.am:
13676         * gst/adder/Makefile.am:
13677         * gst/audioconvert/Makefile.am:
13678         * gst/audiorate/Makefile.am:
13679         * gst/audioscale/Makefile.am:
13680         * gst/ffmpegcolorspace/Makefile.am:
13681         * gst/playback/Makefile.am:
13682         * gst/sine/Makefile.am:
13683         * gst/subparse/Makefile.am:
13684         * gst/tags/Makefile.am:
13685         * gst/tcp/Makefile.am:
13686         * gst/typefind/Makefile.am:
13687         * gst/videorate/Makefile.am:
13688         * gst/videoscale/Makefile.am:
13689         * gst/videotestsrc/Makefile.am:
13690         * gst/volume/Makefile.am:
13691         * sys/v4l/Makefile.am:
13692         * sys/ximage/Makefile.am:
13693         * sys/xvimage/Makefile.am:
13694           adapt properly to this change. This should make sure that
13695           plugins and libs properly link to the as-yet-uninstalled
13696           copies of stuff like libgstinterfaces and libgstvideo
13697
13698 2005-07-13  Andy Wingo  <wingo@pobox.com>
13699
13700         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13701         (gst_v4lsrc_fixate): Fixate on format as well.
13702
13703         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13704         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13705         buffer points to it.
13706         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13707         rather just doing X calls ourselves. Also fixes a memleak.
13708
13709 2005-07-12  Andy Wingo  <wingo@pobox.com>
13710
13711         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13712         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13713         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13714         TRUE to avoid deadlocks if an element holds on to our buffers.
13715
13716 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13717
13718         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13719         (gst_sinesrc_init), (gst_sinesrc_create),
13720         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13721         (gst_sinesrc_start):
13722         * gst/sine/gstsinesrc.h:
13723           removing num-buffers property before moving it
13724
13725 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13726
13727         * configure.ac:
13728           use overridable ERROR_CFLAGS
13729         * docs/libs/gst-plugins-base-libs.types:
13730         * docs/libs/tmpl/gstringbuffer.sgml:
13731         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13732         (gst_alsasink_class_init):
13733         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13734         (gst_alsasrc_class_init):
13735         * gst-libs/gst/audio/audio.h:
13736         * gst-libs/gst/audio/gstaudioclock.h:
13737         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13738         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13739         (gst_audio_filter_link), (gst_audio_filter_init),
13740         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13741         (gst_audio_filter_get_property),
13742         (gst_audio_filter_class_add_pad_templates):
13743         * gst-libs/gst/audio/gstaudiofilter.h:
13744         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13745         (gst_audio_filter_template_get_type),
13746         (gst_audio_filter_template_base_init),
13747         (gst_audio_filter_template_class_init),
13748         (gst_audio_filter_template_init),
13749         (gst_audio_filter_template_set_property),
13750         (gst_audio_filter_template_get_property), (plugin_init),
13751         (gst_audio_filter_template_setup),
13752         (gst_audio_filter_template_filter),
13753         (gst_audio_filter_template_filter_inplace):
13754         * gst-libs/gst/audio/gstaudiosink.c:
13755         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13756         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13757         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13758         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13759         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13760         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13761         * gst-libs/gst/audio/gstaudiosink.h:
13762         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13763         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13764         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13765         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13766         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13767         (gst_audio_src_class_init), (gst_audio_src_init),
13768         (gst_audio_src_create_ringbuffer):
13769         * gst-libs/gst/audio/gstaudiosrc.h:
13770         * gst-libs/gst/audio/gstbaseaudiosink.c:
13771         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13772         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13773         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13774         (gst_base_audio_sink_set_property),
13775         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13776         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13777         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13778         (gst_base_audio_sink_create_ringbuffer),
13779         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13780         * gst-libs/gst/audio/gstbaseaudiosink.h:
13781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13782         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13783         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13784         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13785         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13786         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13787         (gst_base_audio_src_event), (gst_base_audio_src_create),
13788         (gst_base_audio_src_create_ringbuffer),
13789         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13790         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13792         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13793         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13794         (gst_ring_buffer_debug_spec_caps),
13795         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13796         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13797         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13798         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13799         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13800         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13801         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13802         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13803         (gst_ring_buffer_clear):
13804         * gst-libs/gst/audio/gstringbuffer.h:
13805         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13806         (gst_video_sink_class_init), (gst_video_sink_get_type):
13807         * gst-libs/gst/video/videosink.h:
13808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13809         (gst_multifdsink_class_init),
13810         (gst_multifdsink_handle_client_write),
13811         (gst_multifdsink_change_state):
13812         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13813         (gst_tcpclientsink_setcaps):
13814         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13815         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13816         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13817         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13818         (gst_ximagesink_send_pending_navigation),
13819         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13820         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13822         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13823         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13824         (gst_xvimagesink_send_pending_navigation),
13825         (gst_xvimagesink_navigation_send_event),
13826         (gst_xvimagesink_set_xwindow_id),
13827         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13828         (gst_xvimagesink_get_type):
13829         more macro splitting
13830
13831 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13832
13833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13834           plug a memleak, allows me to import 1479 albums in one go
13835           in jamboree
13836         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13837         (vorbis_handle_type_packet), (vorbis_dec_chain),
13838         (vorbis_dec_change_state):
13839           fix some format strings
13840
13841 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13842
13843         * docs/libs/tmpl/gstcolorbalance.sgml:
13844         * docs/libs/tmpl/gstmixer.sgml:
13845         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13846         (gst_alsasink_set_property), (gst_alsasink_get_property):
13847         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13848         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13849           add device property
13850
13851 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13852
13853         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13854         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13855         (audiocast_register_listener), (audiocast_thread_run),
13856         (gst_gnomevfssrc_send_additional_headers_callback),
13857         (gst_gnomevfssrc_received_headers_callback),
13858         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13859         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13860         (gst_gnomevfssrc_get_size):
13861           add/clean up debugging
13862         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13863           cleanups
13864
13865 2005-07-07  Andy Wingo  <wingo@pobox.com>
13866
13867         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13868         framerate. Need to get a handle on when exactly this function is
13869         called, tho.
13870
13871         * sys/v4l/v4lsrc_calls.h:
13872         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13873         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13874         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13875
13876         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13877         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13878         v4lelements are sources.
13879
13880         * sys/v4l/gstv4lxoverlay.h:
13881         * sys/v4l/gstv4lxoverlay.c:
13882         * sys/v4l/gstv4ltuner.h:
13883         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13884         
13885         * sys/v4l/gstv4lsrc.h:
13886         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13887         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13888         or something should handle that. Made a live source.
13889
13890         * sys/v4l/gstv4lelement.h:
13891         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13892         signals. Some cleanups.
13893
13894         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13895
13896         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13897         stuff.
13898
13899         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13900         stuff.
13901
13902         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13903
13904 2005-07-07  Wim Taymans  <wim@fluendo.com>
13905
13906         * ext/theora/theoradec.c: (theora_get_query_types),
13907         (theora_dec_src_getcaps), (theora_dec_push):
13908         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13910         Remove deprecated/unused query types.
13911
13912 2005-07-06  Wim Taymans  <wim@fluendo.com>
13913
13914         * ext/alsa/Makefile.am:
13915         * ext/alsa/gstalsaplugin.c: (plugin_init):
13916         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13917         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13918         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13919         (gst_alsasrc_class_init), (gst_alsasrc_init),
13920         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13921         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13922         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13923         (gst_alsasrc_reset):
13924         * ext/alsa/gstalsasrc.h:
13925         * gst-libs/gst/audio/Makefile.am:
13926         * gst-libs/gst/audio/gstaudiosink.c:
13927         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13928         (gst_audioringbuffer_start):
13929         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13930         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13931         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13932         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13933         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13934         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13935         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13936         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13937         * gst-libs/gst/audio/gstaudiosrc.h:
13938         * gst-libs/gst/audio/gstbaseaudiosink.c:
13939         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13940         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13941         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13943         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13944         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13945         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13946         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13947         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13948         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13949         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13950         (gst_baseaudiosrc_change_state):
13951         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13952         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13953         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13954         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13955         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13956         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13957         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13958         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13959         * gst-libs/gst/audio/gstringbuffer.h:
13960         Added audiosource base classes.
13961         Ported alsasrc, still very basic.
13962
13963 2005-07-06  Wim Taymans  <wim@fluendo.com>
13964
13965         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13966         (theora_dec_push), (theora_handle_data_packet):
13967         Prepare for better timestamp fix later.
13968
13969         * gst/audioconvert/gstaudioconvert.c:
13970         List most accurate caps first
13971
13972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13973         Use proper pad task function.
13974
13975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13976         (gst_xvimagesink_show_frame):
13977         Fix deadlock when alloc failed.
13978
13979 2005-07-05  Andy Wingo  <wingo@pobox.com>
13980
13981         * ext/gnomevfs/gstgnomevfssrc.c:
13982         * gst/sine/gstsinesrc.c:
13983         * gst/tcp/gsttcpserversrc.c:
13984         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13985
13986         * sys/v4l/: Port from 0.8.
13987
13988         * Many files: Null if we got it....
13989
13990 2005-07-05  Andy Wingo  <wingo@pobox.com>
13991
13992         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13993         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13994         Signedness fixes.
13995
13996 2005-07-05  Wim Taymans  <wim@fluendo.com>
13997
13998         * configure.ac:
13999         * gst/tcp/Makefile.am:
14000         * gst/tcp/README:
14001         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14002         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14003         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14004         (is_sync_frame), (gst_multifdsink_handle_client_write),
14005         (gst_multifdsink_render), (gst_multifdsink_start),
14006         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14007         * gst/tcp/gstmultifdsink.h:
14008         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14009         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14010         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14011         * gst/tcp/gsttcp.h:
14012         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14013         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14014         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14015         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14016         * gst/tcp/gsttcpclientsink.h:
14017         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14018         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14019         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14020         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14021         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14022         * gst/tcp/gsttcpclientsrc.h:
14023         * gst/tcp/gsttcpplugin.c: (plugin_init):
14024         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14025         * gst/tcp/gsttcpserversink.h:
14026         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14027         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14028         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14029         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14030         (gst_tcpserversrc_stop):
14031         * gst/tcp/gsttcpserversrc.h:
14032         * gst/tcp/gsttcpsink.c:
14033         * gst/tcp/gsttcpsink.h:
14034         * gst/tcp/gsttcpsrc.c:
14035         * gst/tcp/gsttcpsrc.h:
14036         Ported tcp plugins to 0.9. 
14037         
14038
14039 2005-07-05  Andy Wingo  <wingo@pobox.com>
14040
14041         * gst/playback/gstplaybasebin.c (fill_buffer):
14042         message_new_application fixen.
14043
14044         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14045         Style fix.
14046
14047 2005-07-04  Wim Taymans  <wim@fluendo.com>
14048
14049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14050         Set caps on output buffer.
14051
14052 2005-07-04  Andy Wingo  <wingo@pobox.com>
14053
14054         * ext/gnomevfs/gstgnomevfssrc.c
14055         (gst_gnomevfssrc_received_headers_callback) 
14056         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14057         hopefully.
14058
14059         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14060         No refcount leakage.
14061
14062         * configure.ac: Enable -Werror.
14063         
14064         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14065         * gst/audioconvert/bufferframesconvert.c
14066         (buffer_frames_convert_fixate):
14067         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14068         (gst_audio_convert_fixate):
14069         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14070         (gst_sinesrc_create): Fixate func changes.
14071         
14072         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14073         (gst_ximagesink_buffer_alloc): Unused var.
14074
14075 2005-07-01  Andy Wingo  <wingo@pobox.com>
14076
14077         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14078         getcaps to do explicit caps. Needs to be done in all decoders,
14079         possibly via a base class.
14080
14081         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14082
14083         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14084         caps on the sink pad, just rely on the pad template. Also, setting
14085         ANY caps on a pad is not valid because the caps are not fixed.
14086
14087         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14088         caps on the buffer, and get the width from the desired_caps if
14089         they're set.
14090         (gst_ximagesink_renegotiate_size): Implement via setting the
14091         desired_caps on the ximagesink.
14092         (gst_ximagesink_setcaps): Only reset the width of the player if it
14093         wasn't already set. Not sure if this is right.
14094         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14095
14096         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14097         that the user wants. NULL unless the window has been resized.
14098
14099         * gst/volume/gstvolume.c (volume_transform): Adapt to
14100         basetransform refcount changes.
14101         
14102 2005-07-01  Andy Wingo  <wingo@pobox.com>
14103
14104         * gst/videoscale/gstvideoscale.c:
14105         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14106         from BaseTransform, implements a transform_caps. Removed dead code
14107         including some PAR stuff that was never reached -- should probably
14108         be added back somehow.
14109
14110 2005-07-01  Andy Wingo  <wingo@pobox.com>
14111
14112         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14113         come later.
14114
14115 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14116
14117         * configure.ac:
14118         * docs/libs/Makefile.am:
14119         * docs/libs/gst-plugins-libs.types:
14120         * ext/alsa/Makefile.am:
14121         * ext/alsa/gstalsamixer.h:
14122         * ext/alsa/gstalsamixeroptions.h:
14123         * ext/alsa/gstalsamixertrack.h:
14124         * gst-libs/gst/Makefile.am:
14125         * gst-libs/gst/colorbalance/.cvsignore:
14126         * gst-libs/gst/colorbalance/Makefile.am:
14127         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14128         * gst-libs/gst/colorbalance/colorbalance.c:
14129         * gst-libs/gst/colorbalance/colorbalance.h:
14130         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14131         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14132         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14133         * gst-libs/gst/interfaces/Makefile.am:
14134         * gst-libs/gst/interfaces/colorbalance.c:
14135         (gst_color_balance_class_init):
14136         * gst-libs/gst/interfaces/colorbalance.h:
14137         * gst-libs/gst/interfaces/interfaces-marshal.list:
14138         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14139         * gst-libs/gst/interfaces/mixer.h:
14140         * gst-libs/gst/interfaces/mixeroptions.h:
14141         * gst-libs/gst/interfaces/navigation.c:
14142         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14143         * gst-libs/gst/interfaces/tuner.h:
14144         * gst/volume/Makefile.am:
14145         * gst/volume/gstvolume.c:
14146         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14147         * sys/ximage/Makefile.am:
14148         * sys/ximage/ximagesink.c:
14149         * sys/xvimage/Makefile.am:
14150         * sys/xvimage/xvimagesink.c:
14151           fold in all interfaces into an interfaces dir, preserving CVS
14152           history
14153
14154 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14155
14156         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14157           Fix build after riff changes.
14158
14159 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14160
14161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14162         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14163         (gst_riff_create_video_template_caps),
14164         (gst_riff_create_audio_template_caps),
14165         (gst_riff_create_iavs_template_caps):
14166         * gst-libs/gst/riff/riff-media.h:
14167         * gst-libs/gst/riff/riff-read.h:
14168         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14169           Add gst_riff_init() to initialize the debug category, instead
14170           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14171
14172 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14173
14174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14175           Oops, I shouldn't apply hacks.
14176
14177 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14178
14179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14180           Remove pad_loop function which doesn't work.
14181
14182 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14183
14184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14185           Send EOS when deactivating.
14186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14187         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14188         (gen_preroll_element), (probe_triggered), (mute_stream),
14189         (silence_stream), (new_decoded_pad), (setup_substreams),
14190         (set_active_source):
14191         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14192         (remove_sinks), (add_sink):
14193         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14194           Change for new probe API.
14195
14196 2005-06-29  Wim Taymans  <wim@fluendo.com>
14197
14198         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14199         * gst-libs/gst/audio/gstbaseaudiosink.c:
14200         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14201         (gst_baseaudiosink_change_state):
14202         * gst-libs/gst/audio/gstbaseaudiosink.h:
14203         * gst-libs/gst/audio/gstringbuffer.c:
14204         (gst_ringbuffer_set_callback):
14205         Fix compilation error.
14206         Ringbuffer starts out as not running.
14207         Free our clock in dispose.
14208         When releasing the ringbuffer we need to renegotiate so
14209         clear the pad caps.
14210
14211 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14212
14213         * autogen.sh:
14214         * configure.ac:
14215         * docs/Makefile.am:
14216         * docs/libs/Makefile.am:
14217         * docs/libs/gst-plugins-libs-docs.sgml:
14218         * docs/libs/gst-plugins-libs-sections.txt:
14219         * docs/libs/gst-plugins-libs.types:
14220         * docs/libs/tmpl/gstaudio.sgml:
14221         * docs/libs/tmpl/gstcolorbalance.sgml:
14222         * docs/libs/tmpl/gstringbuffer.sgml:
14223         * gst-libs/gst/audio/gstringbuffer.c:
14224         (gst_ringbuffer_set_callback):
14225           reinstate gtk-doc docs for plugin libs
14226
14227 2005-06-28  Wim Taymans  <wim@fluendo.com>
14228
14229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14230         (gst_ogg_demux_init):
14231         Removed pad loop function.
14232
14233 2005-06-28  Wim Taymans  <wim@fluendo.com>
14234
14235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14236         If we're building a chain we are not in an error case
14237         when we queue a buffer.
14238
14239 2005-06-28  Andy Wingo  <wingo@pobox.com>
14240
14241         * *.c: Don't cast to GstObject before reffing/unreffing.
14242
14243 2005-06-27  Andy Wingo  <wingo@pobox.com>
14244
14245         * gst/videotestsrc/gstvideotestsrc.c
14246         (gst_videotestsrc_activate_push): Activation API changes.
14247
14248         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14249         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14250         they have refs on the decodebin.
14251
14252         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14253         parent class.
14254         (gst_ogg_pad_typefind): Don't leak a pad ref.
14255         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14256         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14257         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14258
14259 2005-06-27  Edward Hervey  <edward@fluendo.com>
14260
14261         * ext/theora/theoradec.c: (theora_dec_change_state): 
14262         re-arranged call to parent's state change in order to avoid locks (or
14263         worse).
14264
14265 2005-06-26  Edward Hervey  <edward@fluendo.com>
14266
14267         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14268         2nd argument of 'unknow-type' signal is a GstCaps and not a
14269         GstMiniObject
14270
14271 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14272         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14273           Set the worker thread's running flag to TRUE before starting the
14274           thread.
14275         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14276           Catch a failure to add typefind to the bin.
14277
14278 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14281         (gst_sinesrc_init), (gst_sinesrc_create),
14282         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14283         (gst_sinesrc_start):
14284         * gst/sine/gstsinesrc.h:
14285           add num-buffers and timestamp-offset properties
14286         * gst/videotestsrc/gstvideotestsrc.c:
14287         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14288         (gst_videotestsrc_get_property):
14289           add timestamp-offset property
14290
14291 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14292
14293         * configure.ac: add videorate
14294         * gst-plugins-base.spec.in: add videorate
14295
14296 2005-06-23  Wim Taymans  <wim@fluendo.com>
14297
14298         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14299         (gst_videorate_getcaps), (gst_videorate_setcaps),
14300         (gst_videorate_event), (gst_videorate_chain):
14301         Fixed videorate, fixating an already fixated caps is not
14302         an error.
14303
14304 2005-06-23  Wim Taymans  <wim@fluendo.com>
14305
14306         * ext/ogg/README:
14307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14308         Buffer on caps is not boxed anymore.
14309
14310 2005-06-22  Wim Taymans  <wim@fluendo.com>
14311
14312         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14313         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14314         Set buffers on caps as miniobjects and not as boxed.
14315
14316 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14317
14318         * configure.ac:
14319           back to HEAD
14320
14321 === release 0.9.1 ===
14322
14323 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14324
14325         * .cvsignore:
14326         * NEWS:
14327         * README:
14328         * RELEASE:
14329         * configure.ac:
14330         * po/af.po:
14331         * po/az.po:
14332         * po/cs.po:
14333         * po/en_GB.po:
14334         * po/hu.po:
14335         * po/it.po:
14336         * po/nb.po:
14337         * po/nl.po:
14338         * po/or.po:
14339         * po/sq.po:
14340         * po/sr.po:
14341         * po/sv.po:
14342         * po/uk.po:
14343         * po/vi.po:
14344           updates for release
14345
14346 2005-06-09  Andy Wingo  <wingo@pobox.com>
14347
14348         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14349         
14350 2005-06-09  Andy Wingo  <wingo@pobox.com>
14351
14352         * configure.ac:
14353         * gst-libs/gst/Makefile.am:
14354         * gst-libs/gst/net/Makefile.am:
14355         Add gstnet to build.
14356
14357 2005-06-09  Andy Wingo  <wingo@pobox.com>
14358
14359         * gst-libs/gst/gconf/gconf.c:
14360         * gst/playback/test.c:
14361         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14362         fixes.
14363
14364         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14365
14366         * ext/theora/theoraenc.c (theora_enc_chain): 
14367         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14368
14369         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14370         RealPad.
14371
14372 2005-06-02  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst-libs/gst/net/Makefile.am:
14375         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14376         * pkgconfig/gstreamer-libs.pc.in:
14377         Added net stuff, version net lib.
14378
14379 2005-06-02  Wim Taymans  <wim@fluendo.com>
14380
14381         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14382         (query_rates), (query_positions_elems), (query_positions_pads),
14383         (do_seek):
14384         Updated seek example.
14385
14386 2005-06-02  Andy Wingo  <wingo@pobox.com>
14387
14388         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14389         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14390         list.
14391
14392         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14393         remove the typefind, the bin dispose will do it for us. When it's
14394         removed and unreffed, the signal handler will be disconnected,
14395         too.
14396         (unlinked): It's too difficult to disconnect from unlinked
14397         handlers, as they are on pads not elements. Just punt if the pads
14398         aren't grandkids of the bin.
14399
14400 2005-06-02  Wim Taymans  <wim@fluendo.com>
14401
14402         * ext/ogg/README:
14403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14404         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14406         * ext/theora/theoradec.c: (theora_dec_src_query),
14407         (theora_handle_data_packet):
14408         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14409         (theora_enc_chain):
14410         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14411         (vorbis_handle_data_packet):
14412         * gst/audioconvert/bufferframesconvert.c:
14413         (buffer_frames_convert_chain):
14414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14415         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14416         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14417         (gst_ffmpegcsp_chain):
14418         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14419         (gst_videorate_getcaps), (gst_videorate_setcaps),
14420         (gst_videorate_event), (gst_videorate_chain):
14421         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14422         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14423         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14424         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14425         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14426         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14427         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14428         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14429         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14430         Cleanups and buffer alloc.
14431
14432 2005-05-31  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14435         Don't try to call the delay method when the device is not
14436         opened.
14437
14438 2005-05-31  Wim Taymans  <wim@fluendo.com>
14439
14440         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14441         Get actual segment size and buffer size after opening
14442         the device.
14443
14444 2005-05-30  Wim Taymans  <wim@fluendo.com>
14445
14446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14447         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14448         Also FLUSH upstream, makes the loop function exit faster.
14449         
14450         * ext/theora/theoradec.c: (theora_dec_src_query):
14451         Some more debug info in the query.
14452         
14453         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14454         (gst_ximagesink_setcaps):
14455         Release lock on par error, better error reporting.
14456
14457 2005-05-26  Wim Taymans  <wim@fluendo.com>
14458
14459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14460         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14461         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14462         Clear chains in READY
14463         Queue packets until the chain is activated.
14464
14465 2005-05-25  Wim Taymans  <wim@fluendo.com>
14466
14467         * gst-libs/gst/audio/gstaudiosink.c:
14468         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14469         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14470         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14471         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14472         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14473         (gst_audiosink_create_ringbuffer):
14474         * gst-libs/gst/audio/gstbaseaudiosink.c:
14475         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14476         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14477         (gst_baseaudiosink_set_property), (build_linear_format),
14478         (debug_spec_caps), (debug_spec_buffer),
14479         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14480         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14481         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14482         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14484         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14485         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14486         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14487         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14488         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14489         (wait_segment), (gst_ringbuffer_commit),
14490         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14491         (gst_ringbuffer_clear):
14492         Various small cleanups.
14493
14494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14495         (gst_audio_convert_change_state):
14496         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14497         No need to take the locks anymore.
14498
14499 2005-05-25  Wim Taymans  <wim@fluendo.com>
14500
14501         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14502         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14503         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14504         (type_found):
14505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14506         (group_destroy), (group_commit), (queue_overrun),
14507         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14508         (mute_stream), (new_decoded_pad), (setup_substreams),
14509         (setup_source), (mute_group_type), (set_active_source),
14510         (gst_play_base_bin_change_state):
14511         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14512         (gen_video_element), (gen_text_element), (gen_audio_element),
14513         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14514         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14515         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14516         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14517         Some playbin cleanups mostly refcounting sloppyness.
14518
14519 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14520
14521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14522           Work with streaming input.
14523
14524 2005-05-25  Wim Taymans  <wim@fluendo.com>
14525
14526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14527         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14528         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14529         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14530         No need to take the STREAM lock anymore.
14531
14532 2005-05-25  Wim Taymans  <wim@fluendo.com>
14533
14534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14535         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14536         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14537         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14538         (gst_ogg_demux_sink_activate):
14539         * ext/theora/theoradec.c: (theora_dec_src_event),
14540         (theora_handle_comment_packet), (theora_dec_chain),
14541         (theora_dec_change_state):
14542         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14543         (vorbis_handle_data_packet), (vorbis_dec_chain),
14544         (vorbis_dec_change_state):
14545         Remove STREAM locks as they are taken in core now.
14546         Never set bogus granulepos on vorbis/theora.
14547         Fix leaks in theoradec tag parsing.
14548
14549 2005-05-25  Wim Taymans  <wim@fluendo.com>
14550
14551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14552         Fix memleaks, GST_BUFFER_DATA() is not freed.
14553
14554 2005-05-25  Wim Taymans  <wim@fluendo.com>
14555
14556         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14557         Open non-blocking, set to blocking mode afterwards to avoid
14558         lockups when audio device is busy.
14559
14560 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14561
14562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14563           This can't be good.
14564
14565 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14566
14567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14568         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14569         (gst_audio_convert_setcaps):
14570           Implement instant setup switching.
14571
14572 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14573
14574         * gst/playback/gstplaybasebin.c: (probe_triggered):
14575           Fix missing unlock.
14576         * gst/playback/gstplaybin.c: (add_sink):
14577           First add, then link (otherwise pad link fails).
14578
14579 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14580
14581         * examples/Makefile.am:
14582         fix buildbot (make distcheck)
14583
14584 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14585
14586         * gst/playback/gstplaybin.c: (gen_vis_element):
14587           Remove some wrong code. Doesn't work yet.
14588
14589 2005-05-19  Wim Taymans  <wim@fluendo.com>
14590
14591         * gst-libs/gst/net/Makefile.am:
14592         * gst-libs/gst/net/README:
14593         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14594         (gst_netbuffer_class_init), (gst_netbuffer_init),
14595         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14596         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14597         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14598         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14599         * gst-libs/gst/net/gstnetbuffer.h:
14600         Added buffer subclass to store extra to/from addresses for
14601         network sources/sinks.
14602
14603 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14604
14605         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14606           Don't lock an unassigned variable.
14607
14608 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14609
14610         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14611           Increase buffer for video, decrease buffer for other media types.
14612         * gst/playback/gstplaybin.c: (gen_video_element),
14613         (gen_audio_element):
14614           Change names for debugging purposes.
14615
14616 2005-05-18  Wim Taymans  <wim@fluendo.com>
14617
14618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14619         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14620         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14621         (gst_ffmpegcsp_chain):
14622         Enable buffer alloc passthrough if the source and dest
14623         formats are the same.
14624
14625 2005-05-17  Wim Taymans  <wim@fluendo.com>
14626
14627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14628         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14629         (gst_ogg_demux_chain_unlocked):
14630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14631         (gst_audio_convert_caps_remove_format_info),
14632         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14633         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14635         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14636         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14637         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14638         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14639         (gst_ffmpegcsp_get_property):
14640         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14641         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14642         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14643         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14644         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14645         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14646         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14647         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14648         Leak fixes in oggdemux.
14649         Some cleanups in audioconvert.
14650         Make passthrough work along with buffer_alloc etc.
14651         Make buffer_alloc and buffer recycling actually work in
14652         xvimagesink.
14653
14654 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14655
14656         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14657           make the compiler happy
14658
14659 2005-05-17  Wim Taymans  <wim@fluendo.com>
14660
14661         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14663         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14664         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14665         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14666         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14667         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14668         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14669         (gst_xvimagesink_set_xwindow_id):
14670         * sys/xvimage/xvimagesink.h:
14671         Port xvimagesink to new MiniObject.
14672
14673 2005-05-17  Wim Taymans  <wim@fluendo.com>
14674
14675         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14676         (gst_audiofilter_chain):
14677         * gst-libs/gst/audio/gstaudiosink.c:
14678         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14679         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14680         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14681         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14682         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14683         (gst_audiosink_create_ringbuffer):
14684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14685         (gst_audio_convert_caps_remove_format_info),
14686         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14687         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14689         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14690         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14691         Fix passthrough in ffmpegcolorspace.
14692         Fix memset in audiosink on wrong memory.
14693
14694 2005-05-16  David Schleef  <ds@schleef.org>
14695
14696         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14697         to GstMiniObject.
14698
14699 2005-05-16  David Schleef  <ds@schleef.org>
14700
14701         Port from GstData to GstMiniObject.
14702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14704         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14705         (gst_ogg_mux_collected):
14706         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14707         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14708         (theora_handle_data_packet):
14709         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14710         (theora_set_header_on_caps), (theora_enc_chain):
14711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14712         (vorbis_handle_comment_packet):
14713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14714         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14715         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14716         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14717         * gst/audioconvert/gstaudioconvert.c:
14718         (gst_audio_convert_get_buffer):
14719         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14720         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14721         (mute_stream), (silence_stream):
14722         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14723         * gst/volume/gstvolume.c: (volume_transform):
14724         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14725         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14726         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14727         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14728         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14729         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14730         (gst_ximagesink_buffer_alloc):
14731         * sys/ximage/ximagesink.h:
14732
14733 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14734
14735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14736         (fill_buffer), (check_queue), (queue_threshold_reached),
14737         (queue_out_of_data):
14738         * gst/playback/gstplaybasebin.h:
14739           Post buffer-fullness on the bus.
14740
14741 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14744         (try_to_link_1):
14745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14746         (group_commit), (probe_triggered), (setup_source),
14747         (gst_play_base_bin_change_state):
14748         * gst/playback/gstplaybasebin.h:
14749         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14750         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14751         (gst_play_bin_change_state):
14752           Move setup_output_pads into a virtual function, remove
14753           group-switch (no longer needed) and redirect (handled by bus
14754           now) signals.
14755
14756 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14757
14758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14759         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14760         (get_active_group), (get_building_group), (group_destroy),
14761         (group_commit), (check_queue), (queue_overrun),
14762         (queue_threshold_reached), (queue_out_of_data),
14763         (gen_preroll_element), (remove_groups), (unknown_type),
14764         (add_element_stream), (no_more_pads), (probe_triggered),
14765         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14766         (setup_substreams), (setup_source), (finish_source),
14767         (prepare_output), (muted_group_change_state),
14768         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14769         (gst_play_base_bin_change_state):
14770         * gst/playback/gstplaybasebin.h:
14771         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14772         (gst_play_bin_init), (gst_play_bin_set_property),
14773         (gen_video_element), (gen_text_element), (gen_audio_element),
14774         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14775         (gst_play_bin_change_state):
14776         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14777         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14778         (stream_info_change_state), (gst_stream_info_set_mute),
14779         (gst_stream_info_get_property):
14780         * gst/playback/gststreaminfo.h:
14781         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14782         (gst_stream_selector_get_linked_pad),
14783         (gst_stream_selector_getcaps),
14784         (gst_stream_selector_get_linked_pads),
14785         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14786         * gst/playback/gststreamselector.h:
14787           Rough port of playbin. Needs some more work, but is mostly done,
14788           and uses a few locks in important places, which should make stuff
14789           like chain-switches clean. Still uses GST_STATE() in a few places,
14790           which isn't all that good an idea, subtitles/elements disabled
14791           because no elements to test with and thus probably broken, query
14792           and event handling moved to GstBin, internal thread removed
14793           alltogether because the pipeline does that for us now. Can play
14794           Ogg/Vorbis files. Haven't tested anything else yet.
14795
14796 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14797
14798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14799           Do no-more-pads (needed for autoplugging).
14800
14801 2005-05-10  Andy Wingo  <wingo@pobox.com>
14802
14803         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14804         message to the bus with the tags. Still not sent downstream tho.
14805
14806         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14807         get_parent.
14808         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14809         avoid refcounting hassles.
14810
14811 2005-05-09  Andy Wingo  <wingo@pobox.com>
14812
14813         * gst/volume/Makefile.am:
14814         * gst/volume/demo.c
14815         * gst/volume/gstvolume.h
14816         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14817         basetransform. Probably need an audio filter base class.
14818
14819 2005-05-09  Wim Taymans  <wim@fluendo.com>
14820
14821         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14822         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14823         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14824         (gst_vorbisenc_chain):
14825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14826         (gst_audio_convert_caps_remove_format_info),
14827         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14828         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14829         Make caps writable before writing to it.
14830         Fix negotiation in audioconvert some more.
14831
14832 2005-05-09  Wim Taymans  <wim@fluendo.com>
14833
14834         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14835         (gst_videorate_getcaps), (gst_videorate_setcaps),
14836         (gst_videorate_event), (gst_videorate_chain):
14837         Better negotiation.
14838
14839 2005-05-09  Wim Taymans  <wim@fluendo.com>
14840
14841         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14842         (gst_videorate_getcaps), (gst_videorate_setcaps),
14843         (gst_videorate_blank_data), (gst_videorate_init),
14844         (gst_videorate_event), (gst_videorate_chain),
14845         (gst_videorate_change_state):
14846         Port videorate, do a better job at negotiation while we're at
14847         it.
14848
14849 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14850
14851         * configure.ac:
14852           Disable libvisual
14853
14854         * examples/Makefile.am:
14855         * gst-libs/gst/audio/Makefile.am:
14856         * gst-libs/gst/riff/Makefile.am:
14857         * gst-libs/gst/tag/Makefile.am:
14858         * gst-libs/gst/video/Makefile.am:
14859           Fixups for missing variables.
14860
14861 2005-05-09  Wim Taymans  <wim@fluendo.com>
14862
14863         * examples/seeking/seek.c: (make_theora_pipeline),
14864         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14865         (query_rates), (query_positions_elems), (query_positions_pads),
14866         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14868         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14869         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14870         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14871         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14873         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14874         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14875         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14876         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14877         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14878         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14879         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14880         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14881         (theora_dec_src_convert), (theora_dec_sink_convert),
14882         (theora_dec_src_query), (theora_dec_sink_query),
14883         (theora_dec_src_event), (theora_dec_sink_event),
14884         (theora_handle_comment_packet), (theora_handle_type_packet),
14885         (theora_handle_header_packet), (theora_handle_data_packet),
14886         (theora_dec_chain):
14887         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14888         (vorbis_dec_convert), (vorbis_dec_src_query),
14889         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14890         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14891         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14892         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14894         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14895         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14896         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14897         (gst_play_bin_query):
14898         * gst/playback/test3.c: (update_scale):
14899         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14900         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14901         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14902         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14903         (gst_videotestsrc_src_query):
14904         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14905         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14906         (paint_hline_YUV9):
14907         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14908         Port to new query API.
14909         Updated seek.
14910         Cleanups in x[v]imagesink
14911
14912 2005-05-09  Andy Wingo  <wingo@pobox.com>
14913
14914         * ext/alsa/gstalsasink.h:
14915         * ext/gnomevfs/gstgnomevfssrc.c:
14916         (gst_gnomevfssrc_get_icy_metadata):
14917         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14918         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14919         * ext/theora/theoradec.c (theora_dec_src_query)
14920         (theora_dec_src_event, theora_dec_sink_event)
14921         (theora_handle_comment_packet, theora_handle_data_packet):
14922         * ext/theora/theoraenc.c (theora_enc_chain):
14923         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14924         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14925         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14926         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14927         (qt_type_find):
14928         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14929         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14930         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14931         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14932         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14933         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14934         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14935         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14936         (paint_setup_RGB565, paint_setup_xRGB1555):
14937         * gst/videotestsrc/videotestsrc.h:
14938         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14939         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14940         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14941         GCC4 fixes.
14942         
14943         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14944         gst_pad_query_position. Fixes oggdemux.
14945
14946 2005-05-08  David Schleef  <ds@schleef.org>
14947
14948         * configure.ac: Require liboil.
14949         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14950         a few more.
14951         * gst/videotestsrc/videotestsrc.c:
14952         * gst/videotestsrc/videotestsrc.h:
14953
14954 2005-05-06  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14957         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14958         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14959         Well, unreffing a buffer right before pushing it is asking
14960         for trouble..
14961
14962 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14963
14964         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14965
14966 2005-05-06  Wim Taymans  <wim@fluendo.com>
14967
14968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14969         (gst_audio_convert_caps_remove_format_info),
14970         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14971         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14973         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14974         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14975         * gst/sine/Makefile.am:
14976         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14977         (gst_sinesrc_class_init), (gst_sinesrc_init),
14978         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14979         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14980         (gst_sinesrc_update_freq):
14981         * gst/sine/gstsinesrc.h:
14982         * gst/tcp/gstmultifdsink.c:
14983         * sys/xvimage/xvimagesink.c:
14984         Fixed negotiation wrt _peer_get_caps()
14985         Some cleanups.
14986
14987
14988 2005-05-06  Wim Taymans  <wim@fluendo.com>
14989
14990         * gst-libs/gst/audio/gstaudiosink.c:
14991         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14992         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14993         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14994         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14995         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14996         (gst_audiosink_create_ringbuffer):
14997         * gst-libs/gst/audio/gstbaseaudiosink.c:
14998         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14999         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15000         (gst_baseaudiosink_set_property), (build_linear_format),
15001         (debug_spec_caps), (debug_spec_buffer),
15002         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15003         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15004         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15005         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15006         * gst-libs/gst/audio/gstbaseaudiosink.h:
15007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15008         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15009         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15010         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15011         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15012         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15013         (wait_segment), (gst_ringbuffer_commit),
15014         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15015         (gst_ringbuffer_clear):
15016         * gst-libs/gst/audio/gstringbuffer.h:
15017         Make the base audiosink return an error when there is no
15018         audiobuffer negotiated.
15019
15020 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15021
15022         * ext/Makefile.am:
15023         Disable cdparanoia until someone ports it!
15024
15025 2005-05-06  Wim Taymans  <wim@fluendo.com>
15026
15027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15028         (gst_ogg_demux_sink_activate):
15029         And revert after wingo's revert.. sigh..
15030
15031 2005-05-05  Andy Wingo  <wingo@pobox.com>
15032
15033         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15034         GObject.
15035         * configure.ac: Return audiorate and subparse from the ghetto.
15036         Re-enable -Wall -Werror.
15037         * gst/subparse/gstsubparse.c:
15038         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15039         or chain-based. Cleaned up a bit. Not tested.
15040         
15041 2005-05-05  Christian Schaller <christian@fluendo.com> 
15042
15043         * Makefile.am: remove stuff that is not building
15044         * configure.ac: remove stuff that is not building
15045         * examples/Makefile.am: remove stuff that is not building
15046         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15047         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15048         * sys/Makefile.am: remove stuff that is not building
15049         * testsuite/Makefile.am: remove stuff that is not building
15050
15051 2005-05-05  Andy Wingo  <wingo@pobox.com>
15052
15053         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15054         * gst-libs/gst/tag/gstvorbistag.c:
15055         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15056         * gst/adder/gstadder.h:
15057         * gst/audioconvert/gstchannelmix.c:
15058         (gst_audio_convert_fill_one_other):
15059         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15060         (gst_audiorate_init), (gst_audiorate_chain):
15061         * gst/playback/gstplaybasebin.c: (setup_source):
15062         * gst/playback/test3.c: (update_scale):
15063         Some GCC4 fixes
15064         
15065         * po/af.po:
15066         * po/az.po:
15067         * po/cs.po:
15068         * po/en_GB.po:
15069         * po/hu.po:
15070         * po/it.po:
15071         * po/nb.po:
15072         * po/nl.po:
15073         * po/or.po:
15074         * po/sq.po:
15075         * po/sr.po:
15076         * po/sv.po:
15077         * po/uk.po:
15078         * po/vi.po: Foo
15079
15080 2005-05-05  Wim Taymans  <wim@fluendo.com>
15081
15082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15083         (gst_audio_convert_caps_remove_format_info),
15084         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15085         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15086         * gst/videotestsrc/gstvideotestsrc.c:
15087         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15088         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15089         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15090         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15091         Don't ignore _push() return values.
15092         Make sure no processing is done when shutting down.
15093         Videotestsrc pad activation fix.
15094
15095 2005-05-05  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/adder/Makefile.am:
15098         * gst/adder/gstadder.c: (gst_adder_setcaps),
15099         (gst_adder_class_init), (gst_adder_init),
15100         (gst_adder_request_new_pad), (gst_adder_collected),
15101         (gst_adder_change_state):
15102         * gst/adder/gstadder.h:
15103         Ported adder as an example of a mixer element using
15104         collect pads. Needs more negotiation work.
15105
15106 2005-05-05  Wim Taymans  <wim@fluendo.com>
15107
15108         * ext/theora/theoradec.c: (_inc_granulepos),
15109         (theora_dec_src_event), (theora_dec_sink_event),
15110         (theora_handle_comment_packet), (theora_handle_type_packet),
15111         (theora_handle_header_packet), (theora_handle_data_packet),
15112         (theora_dec_chain):
15113         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15114         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15115         (theora_push_buffer), (theora_push_packet),
15116         (theora_enc_sink_event), (theora_enc_chain),
15117         (theora_enc_change_state), (theora_enc_set_property),
15118         (theora_enc_get_property):
15119         Added stream lock to decoder so that we can serialize
15120         the discont event.
15121         More theoraenc porting, recover from errors, do clean
15122         shutdown.
15123
15124 2005-05-05  Wim Taymans  <wim@fluendo.com>
15125
15126         * ext/ogg/Makefile.am:
15127         * ext/ogg/README:
15128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15129         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15130         (gst_ogg_print):
15131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15132         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15133         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15134         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15135         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15136         (gst_ogg_mux_change_state):
15137         Ported ogg muxer.
15138
15139 2005-05-05  Wim Taymans  <wim@fluendo.com>
15140
15141         * docs/design-audiosinks.txt:
15142         * gst-libs/gst/audio/TODO:
15143         * gst-libs/gst/audio/gstaudiosink.c:
15144         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15145         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15146         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15147         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15148         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15149         (gst_audiosink_create_ringbuffer):
15150         * gst-libs/gst/audio/gstbaseaudiosink.c:
15151         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15152         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15153         (gst_baseaudiosink_set_property), (build_linear_format),
15154         (debug_spec_caps), (debug_spec_buffer),
15155         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15156         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15157         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15158         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15160         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15161         (gst_ringbuffer_release), (gst_ringbuffer_play),
15162         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15163         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15164         (gst_ringbuffer_set_sample), (wait_segment),
15165         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15166         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15167         More work on the audiosink, mostly debugging and a race in
15168         shutdown.
15169
15170 2005-04-28  Wim Taymans  <wim@fluendo.com>
15171
15172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15173         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15174         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15175         (vorbis_dec_src_query), (vorbis_dec_src_event),
15176         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15177         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15178         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15179         Don't crap out when seeking back to position 0.
15180
15181 2005-04-28  Wim Taymans  <wim@fluendo.com>
15182
15183         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15184         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15185         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15186         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15187         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15188         Make audio sink configurable, use alsasink as default.
15189
15190 2005-04-28  Wim Taymans  <wim@fluendo.com>
15191
15192         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15193         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15194         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15195         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15196         (vorbis_dec_change_state):
15197         * ext/vorbis/vorbisdec.h:
15198         Refactor, use STREAM_LOCK.
15199
15200 2005-04-28  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/theora/theoradec.c: (_inc_granulepos),
15203         (theora_dec_sink_event), (theora_handle_comment_packet),
15204         (theora_handle_type_packet), (theora_handle_header_packet),
15205         (theora_handle_data_packet), (theora_dec_chain),
15206         (theora_dec_change_state):
15207         Refactor a bit, use STREAM_LOCK.
15208
15209 2005-04-28  Wim Taymans  <wim@fluendo.com>
15210
15211         * ext/alsa/Makefile.am:
15212         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15213         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15214         (gst_alsa_link), (gst_alsa_close_audio):
15215         * ext/alsa/gstalsaplugin.c: (plugin_init):
15216         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15217         (gst_alsasink_dispose), (gst_alsasink_base_init),
15218         (gst_alsasink_class_init), (gst_alsasink_init),
15219         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15220         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15221         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15222         (gst_alsasink_reset):
15223         * ext/alsa/gstalsasink.h:
15224         Implement alsasink with simple open/write/close API. 
15225         Make alsa dir build by disabling compilation of code.
15226
15227 2005-04-28  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst-libs/gst/audio/Makefile.am:
15230         * gst-libs/gst/audio/audio.h:
15231         * gst-libs/gst/audio/audioclock.c:
15232         * gst-libs/gst/audio/audioclock.h:
15233         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15234         (gst_audio_clock_class_init), (gst_audio_clock_init),
15235         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15236         * gst-libs/gst/audio/gstaudioclock.h:
15237         * gst-libs/gst/audio/gstaudiosink.c:
15238         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15239         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15240         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15241         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15242         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15243         (gst_audiosink_create_ringbuffer):
15244         * gst-libs/gst/audio/gstbaseaudiosink.c:
15245         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15246         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15247         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15248         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15249         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15250         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15251         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15252         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15253         * gst-libs/gst/audio/gstbaseaudiosink.h:
15254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15255         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15256         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15257         (gst_ringbuffer_release), (gst_ringbuffer_play),
15258         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15259         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15260         (gst_ringbuffer_set_sample), (wait_segment),
15261         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15262         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15263         * gst-libs/gst/audio/gstringbuffer.h:
15264         Make ringbuffer faster and more simple by removing the locks
15265         in the playback thread.
15266         Add sample accurate playback based on buffer sample offsets.
15267         Make the baseaudiosink provide a clock.
15268         Parse caps in the base class.
15269         Correctly handle seeking, flushing and state changes.
15270
15271 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15272
15273         * configure.ac:
15274         * gst/audioconvert/Makefile.am:
15275         * gst/audioscale/Makefile.am:
15276           Fix part of the build.  Come on guys, autogen didn't even work :)
15277
15278 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15279
15280         * configure.ac:
15281         * gst-libs/gst/Makefile.am:
15282         * gst-libs/gst/media-info/.cvsignore:
15283         * gst-libs/gst/media-info/Makefile.am:
15284         * gst-libs/gst/media-info/README:
15285         * gst-libs/gst/media-info/media-info-priv.c:
15286         * gst-libs/gst/media-info/media-info-priv.h:
15287         * gst-libs/gst/media-info/media-info-test.c:
15288         * gst-libs/gst/media-info/media-info.c:
15289         * gst-libs/gst/media-info/media-info.h:
15290         * gst-libs/gst/media-info/media-info.vcproj:
15291         * pkgconfig/Makefile.am:
15292         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15293         * pkgconfig/gstreamer-media-info.pc.in:
15294           Remove media-info, which is also successed by playbin (see Totem
15295           implementation).
15296
15297 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15298
15299         * configure.ac:
15300         * examples/Makefile.am:
15301         * examples/gstplay/.cvsignore:
15302         * examples/gstplay/Makefile.am:
15303         * examples/gstplay/player.c:
15304         * gst-libs/gst/Makefile.am:
15305         * gst-libs/gst/play/.cvsignore:
15306         * gst-libs/gst/play/Makefile.am:
15307         * gst-libs/gst/play/play.c:
15308         * gst-libs/gst/play/play.h:
15309         * gst-libs/gst/play/play.vcproj:
15310         * pkgconfig/Makefile.am:
15311         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15312         * pkgconfig/gstreamer-play.pc.in:
15313           Remove libgstplay, playbin is now the official successor.
15314
15315 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15316
15317         * configure.ac:
15318         * gst-libs/gst/Makefile.am:
15319         * gst-libs/gst/xwindowlistener/Makefile.am:
15320         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15321         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15322           Remove deprecated xwindowlistener (I've moved xwindowlistening
15323           in the v4l/v4l2 plugins over to serverside).
15324
15325 2005-04-25  David Schleef  <ds@schleef.org>
15326
15327         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15328         to examples/dynparams.  Examples do not belong interspersed with
15329         source code.
15330         * examples/dynparams/demo-dparams.c:
15331         * gst/sine/Makefile.am:
15332         * gst/sine/demo-dparams.c:
15333
15334 2005-04-25  David Schleef  <ds@schleef.org>
15335
15336         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15337         * gst-libs/gst/audio/Makefile.am:
15338         * gst-libs/gst/riff/Makefile.am:
15339         * gst-libs/gst/tag/Makefile.am:
15340         * gst-libs/gst/video/Makefile.am:
15341         * gst-libs/gst/xwindowlistener/Makefile.am:
15342
15343         Convert to 0.9 API, seems to work:
15344         * sys/ximage/Makefile.am:
15345         * sys/ximage/ximagesink.c:
15346
15347 2005-04-24  David Schleef  <ds@schleef.org>
15348
15349         Link plugins against libraries:
15350         * ext/alsa/Makefile.am:
15351         * gst/tcp/Makefile.am:
15352
15353         Remove asm code that should be in liboil
15354         * gst/videoscale/Makefile.am:
15355         * gst/videoscale/videoscale_x86_asm.s:
15356
15357         gettext wants these checked in:
15358         * po/af.po:
15359         * po/az.po:
15360         * po/cs.po:
15361         * po/en_GB.po:
15362         * po/hu.po:
15363         * po/it.po:
15364         * po/nb.po:
15365         * po/nl.po:
15366         * po/or.po:
15367         * po/sq.po:
15368         * po/sr.po:
15369         * po/sv.po:
15370         * po/uk.po:
15371         * po/vi.po:
15372
15373 2005-04-24  David Schleef  <ds@schleef.org>
15374
15375         Convert gst_main() to g_main_loop_run()
15376         * gst/playback/decodetest.c: (main):
15377         * gst/playback/test2.c: (main):
15378         * gst/playback/test3.c: (main):
15379         * gst/playback/test4.c: (main):
15380
15381         Link plugins against libraries:
15382         * ext/libvisual/Makefile.am:
15383         * sys/xvimage/Makefile.am:
15384
15385 2005-04-24  David Schleef  <ds@schleef.org>
15386
15387         * configure.ac: Remove idct and resample libs
15388         * gst-libs/gst/Makefile.am: same
15389
15390         Remove usage of gst_library_load():
15391         * ext/alsa/gstalsaplugin.c: (plugin_init):
15392         * ext/libvisual/visual.c: (plugin_init):
15393         * ext/ogg/gstogg.c: (plugin_init):
15394         * ext/theora/theora.c: (plugin_init):
15395         * ext/vorbis/vorbis.c: (plugin_init):
15396         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15397         * gst/audioscale/gstaudioscale.c:
15398         * gst/adder/gstadder.c: (plugin_init):
15399         * gst/audioconvert/plugin.c: (plugin_init):
15400         * sys/ximage/ximagesink.c: (plugin_init):
15401         * sys/xvimage/xvimagesink.c: (plugin_init):
15402         * gst/tcp/gsttcpplugin.c: (plugin_init):
15403
15404         Link plugins against libraries:
15405         * ext/ogg/Makefile.am:
15406         * ext/theora/Makefile.am:
15407         * ext/vorbis/Makefile.am:
15408         * gst/audioconvert/Makefile.am:
15409
15410         Create proper libraries:
15411         * gst-libs/gst/riff/Makefile.am:
15412         * gst-libs/gst/audio/Makefile.am:
15413         * gst-libs/gst/video/Makefile.am:
15414
15415         Move resample library to audioscale plugin directory:
15416         * gst-libs/gst/resample/Makefile.am:
15417         * gst-libs/gst/resample/README:
15418         * gst-libs/gst/resample/dtof.c:
15419         * gst-libs/gst/resample/dtos.c:
15420         * gst-libs/gst/resample/functable.c:
15421         * gst-libs/gst/resample/private.h:
15422         * gst-libs/gst/resample/resample.c:
15423         * gst-libs/gst/resample/resample.h:
15424         * gst-libs/gst/resample/resample.vcproj:
15425         * gst-libs/gst/resample/test.c:
15426         * gst/audioscale/Makefile.am:
15427         * gst/audioscale/README:
15428         * gst/audioscale/dtof.c:
15429         * gst/audioscale/dtos.c:
15430         * gst/audioscale/functable.c:
15431         * gst/audioscale/private.h:
15432         * gst/audioscale/resample.c:
15433         * gst/audioscale/resample.h:
15434         * gst/audioscale/test.c:
15435
15436         Move tagedit library to gst-libs:
15437         * gst-libs/gst/tag/Makefile.am:
15438         * gst-libs/gst/tag/gstid3tag.c:
15439         * gst-libs/gst/tag/gsttagediting.c:
15440         * gst-libs/gst/tag/gsttageditingprivate.h:
15441         * gst-libs/gst/tag/gstvorbistag.c:
15442         * gst/tags/Makefile.am:
15443         * gst/tags/gstid3tag.c:
15444         * gst/tags/gstvorbistag.c:
15445
15446         Fix for core changes:
15447         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15448         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15449         (gst_sinesrc_getrange):
15450
15451 2005-04-23  David Schleef  <ds@schleef.org>
15452
15453         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15454         in gst-plugins in a long time, and properly belongs in liboil.
15455         * gst-libs/gst/idct/Makefile.am:
15456         * gst-libs/gst/idct/README:
15457         * gst-libs/gst/idct/dct.h:
15458         * gst-libs/gst/idct/doieee:
15459         * gst-libs/gst/idct/fastintidct.c:
15460         * gst-libs/gst/idct/floatidct.c:
15461         * gst-libs/gst/idct/idct.c:
15462         * gst-libs/gst/idct/idct.h:
15463         * gst-libs/gst/idct/idtc.vcproj:
15464         * gst-libs/gst/idct/ieeetest.c:
15465         * gst-libs/gst/idct/intidct.c:
15466
15467 2005-04-20  Wim Taymans  <wim@fluendo.com>
15468
15469         * docs/design-audiosinks.txt:
15470         * gst-libs/gst/audio/Makefile.am:
15471         * gst-libs/gst/audio/TODO:
15472         * gst-libs/gst/audio/gstaudiosink.c:
15473         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15474         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15475         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15476         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15477         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15478         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15479         (gst_audiosink_class_init), (gst_audiosink_init),
15480         (gst_audiosink_create_ringbuffer):
15481         * gst-libs/gst/audio/gstaudiosink.h:
15482         * gst-libs/gst/audio/gstbaseaudiosink.c:
15483         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15484         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15485         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15486         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15487         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15488         (gst_baseaudiosink_create_ringbuffer),
15489         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15490         * gst-libs/gst/audio/gstbaseaudiosink.h:
15491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15492         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15493         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15494         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15495         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15496         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15497         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15498         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15499         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15500         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15501         * gst-libs/gst/audio/gstringbuffer.h:
15502         An attempt at a set of audio base classes together with some
15503         design docs.
15504
15505 2005-04-20  Wim Taymans  <wim@fluendo.com>
15506
15507         * gst/audioconvert/Makefile.am:
15508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15509         (gst_audio_convert_caps_remove_format_info),
15510         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15511         (gst_audio_convert_channels):
15512         Link against audio libs.
15513         Fix audio convert plugin.
15514
15515 2005-04-20  Wim Taymans  <wim@fluendo.com>
15516
15517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15518         (gst_ogg_demux_sink_activate):
15519         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15520         (theora_set_header_on_caps), (theora_enc_sink_event),
15521         (theora_enc_chain):
15522         Fix theora encoder.
15523
15524 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15525
15526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15527         * gst/playback/gstdecodebin.c: (find_compatibles):
15528           Work with staticpadtemplates in elementfactories.
15529
15530 2005-04-12  Wim Taymans  <wim@fluendo.com>
15531
15532         * gst/playback/README:
15533         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15534         (compare_ranks), (print_feature), (gst_decode_bin_init),
15535         (dynamic_create), (dynamic_free), (find_compatibles),
15536         (mimetype_is_raw), (close_pad_link), (got_redirect),
15537         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15538         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15539         (gst_decode_bin_change_state):
15540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15541         (gst_play_base_bin_init), (group_destroy), (group_commit),
15542         (check_queue), (queue_overrun), (queue_threshold_reached),
15543         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15544         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15545         (got_redirect), (setup_source), (play_base_eos),
15546         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15547         (gst_play_base_bin_remove_element):
15548         * gst/playback/gstplaybasebin.h:
15549         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15550         (gst_play_bin_init), (gst_play_bin_dispose),
15551         (gst_play_bin_set_property), (gen_video_element),
15552         (gen_text_element), (gen_audio_element), (remove_sinks),
15553         (gst_play_bin_send_event):
15554         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15555         (stream_info_change_state), (gst_stream_info_set_mute):
15556         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15557         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15558         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15559         (gst_stream_selector_chain):
15560         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15561         (main):
15562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15563         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15564         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15565         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15566         Raw and crude port of decodebin. 
15567         Make playbin compile.
15568
15569 2005-04-06  Wim Taymans  <wim@fluendo.com>
15570
15571         * ext/gnomevfs/Makefile.am:
15572         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15573         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15574         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15575         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15576         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15577         (gst_gnomevfssrc_stop):
15578         * ext/ogg/Makefile.am:
15579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15580         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15581         * ext/theora/Makefile.am:
15582         * ext/theora/theoradec.c: (_inc_granulepos),
15583         (theora_dec_sink_event), (theora_dec_chain):
15584         * ext/vorbis/Makefile.am:
15585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15586         (vorbis_dec_sink_event), (vorbis_dec_chain):
15587         * gst-libs/gst/audio/Makefile.am:
15588         * sys/xvimage/Makefile.am:
15589         Make gnomevfssrc extend the source base class.
15590         Fix linking against libs in various plugins.
15591
15592 2005-04-06  Andy Wingo  <wingo@pobox.com>
15593
15594         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15595         GST_BASE_LIBS.
15596
15597         * configure.ac: Add check and AC_SUBST for libgstbase.
15598
15599 2005-03-31  Wim Taymans  <wim@fluendo.com>
15600
15601         * examples/seeking/Makefile.am:
15602         * examples/seeking/cdparanoia.c: (main):
15603         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15604         (play_cb), (pause_cb), (stop_cb), (main):
15605         * examples/seeking/playbin.c:
15606         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15607         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15608         (make_sid_pipeline), (make_vorbis_pipeline),
15609         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15610         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15611         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15612         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15613         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15614         (stop_cb), (main):
15615         * examples/seeking/spider_seek.c:
15616         * examples/seeking/vorbisfile.c:
15617         * ext/gnomevfs/Makefile.am:
15618         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15619         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15620         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15621         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15622         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15623         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15624         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15625         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15626         * ext/ogg/README:
15627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15628         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15629         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15630         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15631         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15632         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15633         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15634         (gst_ogg_demux_factory_filter), (compare_ranks),
15635         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15636         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15637         (gst_ogg_chain_new), (gst_ogg_chain_free),
15638         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15639         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15640         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15641         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15642         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15643         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15644         (gst_ogg_demux_get_prev_page),
15645         (gst_ogg_demux_deactivate_current_chain),
15646         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15647         (gst_ogg_demux_bisect_forward_serialno),
15648         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15649         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15650         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15651         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15652         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15653         (gst_ogg_demux_change_state), (gst_ogg_print):
15654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15655         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15656         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15657         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15658         (gst_ogg_mux_loop):
15659         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15660         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15661         (theora_dec_src_convert), (theora_dec_sink_convert),
15662         (theora_dec_src_query), (theora_dec_src_event),
15663         (theora_dec_sink_event), (theora_dec_chain),
15664         (theora_dec_change_state):
15665         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15666         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15667         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15668         (theora_enc_change_state):
15669         * ext/vorbis/Makefile.am:
15670         * ext/vorbis/oggvorbisenc.c:
15671         * ext/vorbis/oggvorbisenc.h:
15672         * ext/vorbis/vorbis.c: (plugin_init):
15673         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15674         (vorbis_dec_src_query), (vorbis_dec_src_event),
15675         (vorbis_dec_sink_event), (vorbis_dec_chain),
15676         (vorbis_dec_change_state):
15677         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15678         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15679         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15680         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15681         (gst_vorbisenc_change_state):
15682         * ext/vorbis/vorbisenc.h:
15683         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15684         * gst-libs/gst/audio/audioclock.c:
15685         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15686         (gst_audiofilter_init), (gst_audiofilter_chain):
15687         * gst-libs/gst/audio/testchannels.c: (main):
15688         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15689         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15690         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15691         (gmip_find_track_streaminfo), (gmip_find_track_format):
15692         * gst-libs/gst/media-info/media-info.c:
15693         (gst_media_info_read_idler):
15694         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15695         (gst_play_get_all_by_interface):
15696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15697         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15698         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15699         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15700         (gst_riff_parse_info):
15701         * gst-libs/gst/riff/riff-read.h:
15702         * gst-libs/gst/riff/riff.c: (plugin_init):
15703         * gst-libs/gst/video/Makefile.am:
15704         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15705         (gst_videosink_class_init), (gst_videosink_get_type):
15706         * gst-libs/gst/video/videosink.h:
15707         * gst/audioconvert/bufferframesconvert.c:
15708         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15709         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15710         * gst/audioconvert/channelmixtest.c: (main):
15711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15712         (gst_audio_convert_chain),
15713         (gst_audio_convert_caps_remove_format_info),
15714         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15715         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15716         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15717         (gst_audio_convert_buffer_to_default_format),
15718         (gst_audio_convert_buffer_from_default_format),
15719         (gst_audio_convert_channels):
15720         * gst/audioconvert/gstchannelmix.h:
15721         * gst/ffmpegcolorspace/avcodec.h:
15722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15723         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15724         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15725         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15726         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15727         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15728         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15729         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15730         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15731         (dv_type_find):
15732         * gst/videotestsrc/gstvideotestsrc.c:
15733         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15734         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15735         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15736         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15737         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15738         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15739         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15741         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15742         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15743         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15744         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15745         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15746         (gst_xvimagesink_navigation_send_event),
15747         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15748         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15749         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15750         * sys/xvimage/xvimagesink.h:
15751         Plugin port to 0.9, ogg/theora playback should work in the seek
15752         example now.
15753         Removed old examples.
15754         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15755         explained in 0.9 TODO doc.
15756
15757
15758 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15759
15760         * autogen.sh:
15761         * configure.ac:
15762         * ext/Makefile.am:
15763         * gst/Makefile.am:
15764         * po/POTFILES.in:
15765         * po/af.po:
15766         * po/az.po:
15767         * po/cs.po:
15768         * po/en_GB.po:
15769         * po/hu.po:
15770         * po/it.po:
15771         * po/nb.po:
15772         * po/nl.po:
15773         * po/or.po:
15774         * po/sq.po:
15775         * po/sr.po:
15776         * po/sv.po:
15777         * po/uk.po:
15778         * po/vi.po:
15779         * sys/Makefile.am:
15780         * testsuite/Makefile.am:
15781           remove a whole bunch of plugins.  This module now contains a set
15782           of free reference plugins/elements as agreed.
15783
15784 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * configure.ac:
15787           hunting season on 0.9 is now OPEN
15788
15789 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15790
15791         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15792           Kick the hell out of gcc for not warning me about a symbol conflict.
15793
15794 2005-02-22  Luca Ognibene  <luogni@tin.it>
15795
15796         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15797
15798         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15799           Don't leak caps string (fixes #168134)
15800
15801         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15802         (gst_jpegenc_init), (gst_jpegenc_finalize),
15803         (gst_jpegenc_change_state):
15804           Don't leak line buffers and context struct (fixes #168133).
15805
15806 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15807
15808         * configure.ac:
15809         * ext/dirac/gstdiracdec.cc:
15810         (gst_diracdec_chain):
15811           Since dirac 0.5.0 the framerate in dirac is expressed as a
15812           rational number. Fix build and up requirement to 0.5.0, and
15813           also pass parameters to gst_diracdec_link in the right order
15814           (fixes #167959).
15815
15816 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15817
15818         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15819         * ext/faad/gstfaad.h:
15820         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15821         certain invalid muxed streams, where some packets will contain 
15822         junk after decoder data. Partially fixes #149158.
15823
15824 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15825         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15826           Make sure we only write to writable buffers
15827
15828 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst-libs/gst/riff/riff-media.c:
15831         (gst_riff_create_audio_caps_with_data):
15832           Do actually fix invalid RIFF fmt header values for alaw
15833           and mulaw audio instead of just saying so.
15834
15835         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15836           Give gst_riff_create_audio_caps_with_data() a chance to
15837           fix up broken format header fields before extracting any
15838           parameters from the header. (fixes #167633)
15839
15840 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15841
15842         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * gst/audioconvert/bufferframesconvert.c:
15845         (buffer_frames_convert_link):
15846           Don't leak othercaps. (fixes #167878)
15847
15848 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15849
15850         * configure.ac:
15851         * ext/libvisual/visual.c: (gst_visual_srclink),
15852         (gst_visual_change_state):
15853           Support libvisual 0.2.0.
15854
15855 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15858         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15859           Use same rowstrides for I420 as used everywhere else.
15860
15861 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15864           Declare variables at beginning of block and make gcc-2.95 happy
15865           (fixes # 167482, patch by Gergely Nagy).
15866           
15867         * gst/tcp/gsttcpclientsrc.c:
15868         * gst/tcp/gsttcpclientsrc.h:
15869           Move some includes into the header, so that struct sockaddr_in is
15870           defined when it should be defined on FreeBSD as well (fixes
15871           #167483).
15872           
15873         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15874           Don't pass uninitialised values to setsockopt() here either.
15875
15876 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15877
15878         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15881           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15882
15883 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15884
15885         * gst/playback/gstplaybin.c: (add_sink):
15886           Invert bin_add/link order to workaround deadlock in opt.
15887
15888 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15889
15890         * gst/modplug/gstmodplug.cc:
15891           Add missing break causing position queries to fail.
15892
15893 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15894
15895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15896           Granpos can apparently be -1, which screws up calculations...
15897
15898 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15899
15900         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15901         (gst_ximagesink_send_pending_navigation),
15902         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15903         (gst_ximagesink_init):
15904         * sys/ximage/ximagesink.h:
15905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15906         (gst_xvimagesink_send_pending_navigation),
15907         (gst_xvimagesink_navigation_send_event),
15908         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15909         * sys/xvimage/xvimagesink.h:
15910           Use a mutex protected list to marshal navigation
15911           events into the stream thread from whichever thread
15912           sends them.
15913
15914 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15917           Display current position and track length; misc. clean-ups.
15918           
15919         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15920         (speed_init), (speed_chain):
15921           Add query function, so that the stream length and current position
15922           get adjusted when queried (note that current position queries may
15923           still be wrong if the audio sink returns values based on buffer
15924           timestamps instead of passing on the query).
15925
15926 2005-02-13  Benjamin Otte  <otte@gnome.org>
15927
15928         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15929         (gst_audio_convert_channels):
15930           create channel conversion matrix when linking
15931         * gst/audioconvert/.cvsignore:
15932         * gst/audioconvert/Makefile.am:
15933         * gst/audioconvert/channelmixtest.c: (main):
15934           add (ugly) test that ensures stereo <=> mono conversion works
15935           correctly
15936
15937 2005-02-13  Benjamin Otte  <otte@gnome.org>
15938
15939         * gst/audioconvert/gstchannelmix.h:
15940           include missing header file
15941         * gst/audioconvert/gstchannelmix.c:
15942         (gst_audio_convert_fill_compatible):
15943           use same sign for both channels when converting to/from compatible
15944           channel. Previously used different signs made the signals cancel
15945           each other out and appear like silence. (fixes #167269)
15946
15947 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         * gst/ffmpegcolorspace/avcodec.h:
15950         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15951         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15952         (gst_ffmpegcsp_avpicture_fill):
15953         * gst/ffmpegcolorspace/imgconvert.c:
15954           Convert to and from YV12 (fixes #156379).
15955
15956 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15957
15958         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15959         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15960         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15961         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15962         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15963         methods from chain and negotiation and vice versa (Fixes #166142).
15964         * sys/ximage/ximagesink.h: Add stream_lock.
15965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15966         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15967         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15968         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15969
15970 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15973           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15974           error message when we can't open the DVD device (when dvdnav_open()
15975           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15976           the above). Send something more useful instead (fixes #167117).
15977
15978 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15979
15980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15981         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15982         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15983         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15984         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15985         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15986         methods from chain and negotiation and vice versa (Fixes #166142).
15987         Fix a possible bug of images in the buffer pool being discarded because
15988         we are looking at the wrong geometry.
15989         * sys/xvimage/xvimagesink.h: Add stream_lock.
15990
15991 2005-02-11  David Schleef  <ds@schleef.org>
15992
15993         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15994         unsigned int. (fixes #167128)
15995
15996 2005-02-11  David Schleef  <ds@schleef.org>
15997
15998         * gst/librfb/Makefile.am: Testing stuff before committing is
15999           for wimps... and people with fast machines.  Fix stupid
16000           mistake.
16001
16002 2005-02-11  David Schleef  <ds@schleef.org>
16003
16004         * configure.ac: Pull in librfb from my CVS tree, because it is
16005           too small and annoying to be separate.  Move rfbsrc plugin
16006           to gst/.
16007         * ext/Makefile.am:
16008         * ext/librfb/Makefile.am:
16009         * ext/librfb/gstrfbsrc.c:
16010         * gst/librfb/Makefile.am:
16011         * gst/librfb/gstrfbsrc.c:
16012         * gst/librfb/rfb.c:
16013         * gst/librfb/rfb.h:
16014         * gst/librfb/rfbbuffer.c:
16015         * gst/librfb/rfbbuffer.h:
16016         * gst/librfb/rfbbytestream.c:
16017         * gst/librfb/rfbbytestream.h:
16018         * gst/librfb/rfbcontext.h:
16019         * gst/librfb/rfbdecoder.c:
16020         * gst/librfb/rfbdecoder.h:
16021         * gst/librfb/rfbutil.h:
16022
16023 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16024
16025         * gst/speed/Makefile.am:
16026         * gst/speed/demo-mp3.c: (main):
16027         * gst/speed/filter.func:
16028         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16029         (speed_class_init), (speed_init), (speed_chain_int16),
16030         (speed_chain_float32), (speed_chain), (speed_set_property),
16031         (speed_get_property), (speed_change_state):
16032         * gst/speed/gstspeed.h:
16033           Fix speed element and make it chain-based (fixes #156467),
16034           and make it handle more than one channel.
16035
16036 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16037
16038         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16039         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16040         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16041         * ext/dts/gstdtsdec.h:
16042           Don't clobber the stack constructing the channels array.
16043           Make the element chain-based. DTS tracks can now be played.
16044           
16045 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * gst-libs/gst/audio/multichannel.h:
16048         * gst-libs/gst/gconf/gconf.h:
16049         * gst-libs/gst/idct/idct.h:
16050         * gst-libs/gst/media-info/media-info-priv.h:
16051         * gst-libs/gst/play/play.h:
16052         * gst-libs/gst/resample/private.h:
16053         * gst-libs/gst/resample/resample.h:
16054         * gst-libs/gst/riff/riff-ids.h:
16055         * gst-libs/gst/video/video.h:
16056         * gst-libs/gst/video/videosink.h:
16057           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16058           missing, so that they work when included from C++ code.
16059
16060 2005-02-09  David Schleef  <ds@schleef.org>
16061
16062         * testsuite/gst-lint: Check for non-statically scoped
16063           parent_class variables.  This won't be a problem once
16064           plugins are loaded with RTLD_LOCAL.
16065
16066 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16067
16068         * ext/mplex/gstmplexibitstream.cc:
16069           gcc madness.
16070
16071 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16072
16073         * ext/ogg/gstogmparse.c:
16074         * gst/debug/gstnavigationtest.c:
16075           Die, thou faulty symbol pollutors (non-static parent_class).
16076
16077 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * ext/mplex/gstmplexibitstream.cc:
16080           Fix event handling (#165525).
16081
16082 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16083
16084         * ext/mikmod/gstmikmod.c:
16085         * gst/modplug/gstmodplug.cc:
16086           Add missing endianness to template (fixes #165509).
16087
16088 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16089
16090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16091           Fix wrong order of reading of optional bytes (#165290).
16092
16093 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16094
16095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16096           Implement FILLER event awareness.
16097
16098 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16099
16100         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16101           Fix track calculations (#166208).
16102
16103 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16104
16105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16106
16107         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16108         * ext/libpng/gstpngenc.c:
16109           Fix byte-order, use proper fixed caps. Fixes #164197.
16110
16111 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16112
16113         * configure.ac:
16114           Add dvdlpcmdec 
16115
16116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16117         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16118           Don't push buffers if the src pad isn't negotiated yet.
16119           
16120         * gst/audioconvert/gstaudioconvert.c:
16121         (gst_audio_convert_buffer_to_default_format),
16122         (gst_audio_convert_buffer_from_default_format):
16123           Add support for 24-bit width.
16124
16125         * gst/dvdlpcmdec/.cvsignore:
16126         * gst/dvdlpcmdec/Makefile.am:
16127         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16128         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16129         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16130         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16131         (plugin_init):
16132         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16133           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16134           format. Needs support for the channels maps if someone can find 
16135           a DVD LPCM track with > 2 channels.
16136
16137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16138         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16139         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16140         * gst/mpegstream/gstdvddemux.h:
16141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16142         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16143         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16144         * gst/mpegstream/gstmpegdemux.h:
16145         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16146         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16147         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16148         (gst_mpeg_parse_handle_src_query),
16149         (gst_mpeg_parse_handle_src_event):
16150           Use audio/x-dvd-lpcm for LPCM output.
16151           Add DTS output.
16152
16153 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16154
16155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16156
16157         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16158         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16159           Add BGRA handling (#165736).
16160
16161 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16162
16163         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16164
16165         * gst/law/alaw-decode.c: (alawdec_link):
16166         * gst/law/alaw-encode.c: (alawenc_link):
16167         * gst/law/mulaw-decode.c: (mulawdec_link):
16168         * gst/law/mulaw-encode.c: (mulawenc_link):
16169           Fix caps memleaks (#166600).
16170
16171 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         * ext/tarkin/mem.h:
16174         * ext/tarkin/wavelet.h:
16175         * ext/tarkin/yuv.h:
16176         * gst/ffmpegcolorspace/avcodec.h:
16177           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16178           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16179
16180 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16181
16182         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16184         (gst_xvimagesink_change_state):
16185           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16186           Xv video (and thereby regenerate Xv colourkey) in clear() so
16187           that PLAY -> READY -> PLAY works (fixes #162504).
16188
16189 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16190
16191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16192           Switch to list instead of range, since MJPEG-devices really just
16193           support decimations, not any size.
16194
16195 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16196         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16197         (gst_mpeg2dec_reset), (free_all_buffers),
16198         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16199         * ext/mpeg2dec/gstmpeg2dec.h:
16200           The libmpeg2 user-allocated buffer management is awkward, 
16201           to say the least. Hopefully this fixes things.
16202
16203 2005-02-04  Andy Wingo  <wingo@pobox.com>
16204
16205         * gst/audioconvert/bufferframesconvert.c
16206         (buffer_frames_convert_fixate): New function, fixates to 256
16207         frames per buffer by default. (Much better than 1.)
16208         (buffer_frames_convert_init): Set the fixate function for both src
16209         and sink pad.
16210         (buffer_frames_convert_link): After success setting nonfixed caps,
16211         get the negotiated caps so we can know how many buffer-frames it
16212         will be. No idea how this worked at all before.
16213
16214 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16215
16216         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16217         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16218         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16219         (handle_sequence), (handle_picture):
16220         * ext/mpeg2dec/gstmpeg2dec.h:
16221           Rearrange buffer tracking and refcounting and refactor
16222           a little for readability. 
16223
16224 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16225         * sys/v4l/gstv4l.c: (plugin_init):
16226         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16227         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16228         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16229         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16230         * sys/v4l/gstv4ljpegsrc.h:
16231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16232         * sys/v4l/v4l_calls.h:
16233         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16234         (gst_v4lsrc_get_fps):
16235         * sys/v4l/v4lsrc_calls.h:
16236           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16237           you jpeg inside rgb frames" driver.
16238           Don't error in the v4lsrc link function, just return 
16239           REFUSED.
16240
16241 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16242
16243         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16244         (gst_qcamsrc_open):
16245           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16246
16247 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16248
16249         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16250           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16251
16252 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16253
16254         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16255           Reset negotiated state on PAUSED->READY.
16256
16257 2005-02-02  David Schleef  <ds@schleef.org>
16258
16259         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16260         whereever possible.  (Fixes #165997)
16261         * examples/capsfilter/capsfilter1.c: (main):
16262         * examples/dynparams/filter.c: (create_ui):
16263         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16264         * examples/seeking/chained.c: (main):
16265         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16266         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16267         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16268         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16269         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16270         * examples/switch/switcher.c: (main):
16271         * ext/dv/demo-play.c: (main):
16272         * ext/faad/gstfaad.c: (gst_faad_change_state):
16273         * ext/mad/gstmad.c: (gst_mad_chain):
16274         * ext/smoothwave/demo-osssrc.c: (main):
16275         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16276         (gst_gconf_render_bin_from_description),
16277         (gst_gconf_get_default_audio_sink),
16278         (gst_gconf_get_default_video_sink),
16279         (gst_gconf_get_default_audio_src),
16280         (gst_gconf_get_default_video_src),
16281         (gst_gconf_get_default_visualization_element):
16282         * gst/level/demo.c: (main):
16283         * gst/level/plot.c: (main):
16284         * gst/playback/gstplaybin.c: (gen_video_element),
16285         (gen_audio_element):
16286         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16287         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16288         * gst/sine/demo-dparams.c: (main):
16289         * gst/spectrum/demo-osssrc.c: (main):
16290         * gst/speed/demo-mp3.c: (main):
16291         * gst/volume/demo.c: (main):
16292         * testsuite/embed/embed.c: (main):
16293
16294 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16295
16296         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16297         (gst_tcpclientsink_finalize):
16298         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16299         (gst_tcpclientsrc_finalize):
16300         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16301         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16302         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16303         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16304           Don't leak the hostname when shutting down.
16305           In tcpserversrc, take a copy of the default hostname.
16306
16307 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16308
16309         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16310           Set caps to systemstream=TRUE.
16311
16312 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * testsuite/Makefile.am:
16315           Fix more OSX buildbots.
16316
16317 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16318
16319         * ext/mpeg2dec/gstmpeg2dec.c:
16320           Don't send things to NULL PAD_PEERs
16321
16322         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16323           Copy-on-write the incoming buffer.
16324
16325         * gst/mpegstream/gstdvddemux.h:
16326         * gst/mpegstream/gstmpegclock.h:
16327         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16328         (normal_seek), (gst_mpeg_demux_handle_src_event):
16329         * gst/mpegstream/gstmpegdemux.h:
16330         * gst/mpegstream/gstmpegpacketize.h:
16331         * gst/mpegstream/gstmpegparse.c:
16332         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16333         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16334         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16335         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16336         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16337         * gst/mpegstream/gstmpegparse.h:
16338         * gst/mpegstream/gstrfc2250enc.h:
16339           Various changes to the way time is computed that make seeking and
16340           total time estimation much better here.
16341           Use G_BEGIN/END_DECLS instead of __cplusplus
16342
16343         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16344           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16345
16346 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16347
16348         * gst/subparse/gstsubparse.c:
16349           Fix OSX buildbot.
16350
16351 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16354         (theora_enc_chain), (theora_enc_change_state):
16355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16356         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16357         (gst_vorbisenc_change_state):
16358         * ext/vorbis/vorbisenc.h:
16359           Set granulepos and timestamp correctly for streams not
16360           starting at 0, taking into account the initial delay.
16361
16362 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16363
16364         * gst/mpegstream/gstdvddemux.c:
16365           Add audio/x-dts to audio pad template caps
16366
16367 2005-01-30  David Schleef  <ds@schleef.org>
16368
16369         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16370         (create_context), (gst_polypsink_link): Fix silly endianness
16371         bug.  Add some debugging.  Remove float from caps; it doesn't
16372         work.  Attempt to get remote audio working.
16373
16374 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16375
16376         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16377           Add 3IV2 fourcc.
16378
16379 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16382         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16383         (gst_avi_demux_stream_data):
16384         * gst/avi/gstavidemux.h:
16385           Invert DIB images. Fixes #132341.
16386
16387 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16388
16389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16390         (gst_ffmpegcsp_chain):
16391           D'oh, reference the palette data, not the palette structure.
16392           Fixes color distortion in #132341.
16393
16394 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16395
16396         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16397           PAR can be non-fixed when not provided as argument (#162626).
16398
16399 2005-01-29  David Moore  <dcm@acm.org>
16400
16401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16402
16403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16404         (gst_qtdemux_loop_header):
16405           Re-apply patch from #142272 that allows non-seekable sources,
16406           re-proposed by Daniel Drake <dsd@gentoo.org>.
16407
16408 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16409
16410         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16411           Use the src template for creating the src pad (#162330).
16412
16413 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16414
16415         * configure.ac:
16416         * ext/musepack/Makefile.am:
16417         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16418         (gst_musepackdec_init), (gst_musepackdec_dispose),
16419         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16420         (gst_musepack_stream_init), (gst_musepackdec_loop),
16421         (gst_musepackdec_change_state):
16422         * ext/musepack/gstmusepackdec.cpp:
16423         * ext/musepack/gstmusepackdec.h:
16424         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16425         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16426         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16427         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16428         * ext/musepack/gstmusepackreader.cpp:
16429         * ext/musepack/gstmusepackreader.h:
16430           Update to 1.1 API (#165446).
16431
16432 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16433
16434         * ext/Makefile.am:
16435           Unbreak buildbot.
16436
16437 2005-01-28  Andy Wingo  <wingo@pobox.com>
16438
16439         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16440         to reflect a different dubious internet source. Add a reference
16441         and some commentary.
16442
16443 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16444
16445         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16446         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16447         * gst/playback/gststreamselector.h:
16448           Be more selective when we're redoing caps negotiation from
16449           within the chain function on a stream change.
16450
16451 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16452
16453         * configure.ac:
16454         * ext/Makefile.am:
16455         * ext/amrnb/Makefile.am:
16456         * ext/amrnb/amrnb.c: (plugin_init):
16457         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16458         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16459         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16460         (gst_amrnbdec_state_change):
16461         * ext/amrnb/amrnbdec.h:
16462         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16463         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16464         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16465         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16466         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16467         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16468         * ext/amrnb/amrnbparse.h:
16469           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16470         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16471           Add AMR-NB/-WB raw formats.
16472         * ext/alsa/gstalsa.c: (gst_alsa_link):
16473           Keep valid time when changing format.
16474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16475         (qtdemux_parse_trak):
16476           Add some more format-specific options (#140141, #143555, #155163).
16477
16478 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * gst/matroska/matroska-demux.c:
16481         (gst_matroska_demux_parse_blockgroup):
16482           Fix logic error in timing of subtitle stream synchronization.
16483         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16484           Add skip-chunk, which is found in kodak-camera streams.
16485
16486 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16487
16488         * po/LINGUAS:
16489         * po/vi.po:
16490           Adding Vietnamese translation (submitted by Clytie Siddall)
16491
16492 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/playback/gstdecodebin.c: (try_to_link_1):
16495           Use realpad for signal.
16496
16497 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16500           Fix category so decodebin picks it up.
16501
16502 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * ext/mad/Makefile.am:
16505         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16506         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16507         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16508         (found_type), (gst_id3demux_bin_change_state):
16509         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16510         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16511         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16512         (gst_id3_tag_change_state), (plugin_init):
16513         * ext/mad/gstmad.h:
16514           Add id3demuxbin (which is a simple bin consisting of id3demux
16515           and typefind), take over rank from id3demux, remove typefind
16516           code from id3demux. Makes all broken mp3s that I know of work,
16517           and thereby fixes #152688.
16518
16519 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16520
16521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16522
16523         * ext/mad/gstmad.c: (gst_mad_src_event):
16524         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16525           Allow seeks on audio pad, make mad forward those (#164826).
16526         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16527           Set duration (#165335).
16528
16529 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16530
16531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16532         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16533         (gst_asf_demux_process_ext_content_desc),
16534         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16535         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16536         * gst/asfdemux/gstasfdemux.h:
16537           Improve metadata display, e.g. if the metadata comes before the
16538           streams are loaded (which is perfectly valid).
16539
16540 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * tools/gst-launch-ext-m.m:
16543           Fix AVI/ASF pipelines (#165340).
16544
16545 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16546         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16547         build failure on amd64
16548
16549 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16550
16551         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16552         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16553           Check environment variables GST_ID3V2_TAG_ENCODING,
16554           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16555           list of character encodings to force interpretation of non-unicode
16556           strings stored in an ID3v2 tag to a particular encoding. If none
16557           is specified, try to use current locale's encoding, then fall back
16558           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16559         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16560         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16561           Check environment variables GST_ID3V1_TAG_ENCODING,
16562           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16563           list of character encodings to use in case a string encountered
16564           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16565           specified, try to use the current locale's encoding, then fall
16566           back to ISO-8859-1 (which will always succeed).
16567
16568 2005-01-25  Benjamin Otte  <otte@gnome.org>
16569
16570         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16571           - on half framerate, compute the rate in advance so the comparisons
16572             don't compare wrong values
16573           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16574             behaviour
16575           - don't use mad_header_decode anymore, mad_frame_decode does that
16576             automatically
16577           - when getting rid of consumed bytes, reset the stream's skiplen
16578           (fixes #163867)
16579
16580 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16581
16582         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16583           Use 1/2 a second for default max_discont, as PES streams from DVB
16584           seem to have larger spacings in the SCR. 
16585           Fix a typo.
16586
16587 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16588
16589         * gst/playback/gstplaybasebin.c: (group_commit):
16590           Notify delayed stream-info availability.
16591
16592 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16593         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16594         (gst_a52dec_handle_event), (gst_a52dec_chain):
16595         Add some debug output. Check that a discont has a valid
16596         time associated.
16597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16598         (gst_alsa_sink_loop):
16599         Ignore TAG events. A little extra debug for broken timestamps.
16600         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16601         (dvdnavsrc_change_state):
16602         Ensure we send a discont to engage the link before we send any
16603         other events.
16604         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16605         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16606         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16607         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16608         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16609         dvd://title works in totem because typefinding sends a seek that ends
16610         up going back to chapter 1 regardless.
16611         * ext/mpeg2dec/gstmpeg2dec.c:
16612         * ext/mpeg2dec/gstmpeg2dec.h:
16613         Output correct timestamps and handle disconts.
16614         * ext/ogg/gstoggdemux.c: (get_relative):
16615         Small guard against a null dereference.
16616         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16617         (gst_textoverlay_set_property):
16618         Free memory when done. Don't call gst_event_filler_get_duration on
16619         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16620         g_warning.
16621         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16622         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16623         (gst_sw_srclink), (gst_smoothwave_chain):
16624         Draw solid lines, prettier colours.
16625         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16626         Add a default palette that'll work for some movies.
16627         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16628         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16629         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16630         * gst/mpegstream/gstdvddemux.h:
16631         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16632         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16633         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16634         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16635         * gst/mpegstream/gstmpegparse.h:
16636         Use PTM/NAV events when for timestamp adjustment when connected to 
16637         dvdnavsrc. Don't use many discont events where one suffices.
16638         * gst/playback/gstplaybasebin.c: (group_destroy),
16639         (gen_preroll_element), (gst_play_base_bin_add_element):
16640         * gst/playback/gstplaybasebin.h:
16641         Make sure we remove subtitles from the same bin we put them in.
16642         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16643         (gst_subparse_buffer_format_autodetect),
16644         (gst_subparse_change_state):
16645         Fix some memleaks and invalid accesses.
16646         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16647         (oggskel_type_find), (cmml_type_find), (plugin_init):
16648         Some typefind functions for Annodex v3.0 files
16649         * gst/wavparse/gstwavparse.h:
16650         GstRiffReadClass is the correct parent class.
16651
16652 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16653
16654         * gst-libs/gst/riff/riff-media.c:
16655         (gst_riff_create_video_caps_with_data):
16656           Add extradata to huffyuv (fixes #165013).
16657         * gst-libs/gst/riff/riff-read.c:
16658         (gst_riff_read_strf_vids_with_data):
16659           Fix extradata extraction if it is in the chunk size.
16660
16661 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16662
16663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16666         (gst_quarktv_change_state), (gst_quarktv_dispose):
16667           Memory free'ing location fix (#164708).
16668
16669 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * gst/playback/gstplaybasebin.c: (group_commit),
16672         (gen_preroll_element), (probe_triggered), (gen_source_element),
16673         (setup_source), (gst_play_base_bin_change_state),
16674         (gst_play_base_bin_add_element):
16675           Don't block for streams.
16676         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16677         (gst_stream_info_set_mute):
16678           Use gst_pad_set_active_recursive.
16679
16680 2005-01-25  Andy Wingo  <wingo@pobox.com>
16681
16682         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16683         for #ifndef HAVE_XVIDEO.
16684
16685 2005-01-24  Jeffrey C. Ollie
16686
16687         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16688
16689         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16690         * ext/gsm/gstgsmdec.h:
16691         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16692         * ext/gsm/gstgsmenc.h:
16693         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16694         was given by property. Add proper buffer timestamps and offsets.
16695
16696 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16697
16698         * gst-libs/gst/riff/riff-media.c:
16699         (gst_riff_create_audio_caps_with_data):
16700           Audio can be <8000Hz.
16701
16702 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16705           Explicit state change to workaround refcount bugs.
16706
16707 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16710         (gst_avimux_riff_get_avi_header):
16711           Fix...
16712
16713 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16716         (gst_riff_read_element_data):
16717         * gst-libs/gst/riff/riff-read.h:
16718           Add _peek version (req'ed in CDXA).
16719         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16720         (gst_cdxaparse_loop):
16721           Fix parsing in playbin.
16722         * gst/playback/gstdecodebin.c: (close_pad_link):
16723           Ignore current_ pads, they cause major annoyance.
16724
16725 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16726
16727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16728           Safety guard.
16729
16730 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16731
16732         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16733           Fix padding...
16734
16735 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16738           Allow for 0-sized buffers. Fixes length query problems in
16739           starwars.mkv from the testsuite.
16740
16741 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16742
16743         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16744         (gst_video_box_i420), (gst_video_box_chain):
16745           Fix row strides for I420 (fixes #163159)
16746           
16747 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16748
16749         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16750           MPEG2 has a useful rate property, so we can actually use that.
16751           For MPEG-1, continue using the bytes/time properties.
16752
16753 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * gst-libs/gst/riff/riff-media.c:
16756         (gst_riff_create_video_caps_with_data),
16757         (gst_riff_create_video_template_caps):
16758           Add intel-h263.
16759
16760 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16763           Fail if caps negotiation fails. Should fix #162184, and should
16764           definately be in there regardless of it fixing the actual bug.
16765         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16766         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16767         (gst_avimux_riff_get_avix_header),
16768         (gst_avimux_riff_get_video_header),
16769         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16770         (gst_avimux_start_file), (gst_avimux_handle_event),
16771         (gst_avimux_change_state):
16772         * gst/avi/gstavimux.h:
16773           Refactor structure writing to use GST_WRITE_UINT macros, add
16774           metadata writing support.
16775
16776 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16777
16778         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16779           Elements may already be destroyed when this function is called.
16780
16781 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16784         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16785           More memory leak fixes (#149162).
16786
16787 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16788
16789         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16790         (gst_qtdemux_add_stream):
16791           Fix two memleaks.
16792
16793 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16794
16795         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16796           Argh...
16797
16798 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16799
16800         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16801           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16802           when fixating to six channels in Totem.
16803
16804 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16805
16806         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16807           Fix compile warnings on Solaris 10 buildbot
16808
16809 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * ext/dvdread/dvdreadsrc.c: (_read):
16812           Don't read beyond the last cell in a chapter (fixes 
16813           invalid memory access)
16814
16815 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16816
16817         * ext/dvdread/stream_labels.c:
16818         (dvdreadsrc_get_audio_stream_labels):
16819           Use NULL for an empty GList instead of g_list_alloc(); fix 
16820           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16821           of GString (easier to bulk free later)
16822
16823 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16824
16825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16826
16827         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16828         (gst_ffmpeg_pixfmt_to_caps):
16829           Fix BGRA32 caps (#164209).
16830
16831 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16832
16833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16834
16835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16836         (gst_ffmpeg_caps_to_pixfmt):
16837           alpha_mask can be RGBA/ABGR. Fixes #164265.
16838
16839 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16840
16841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16844         (gst_mpeg2dec_alloc_buffer):
16845         * ext/mpeg2dec/gstmpeg2dec.h:
16846           Crop if decoding size is not the actual image size (#163676).
16847
16848 2005-01-17  Steve Baker  <steve@stevebaker.org>
16849
16850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16851
16852         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16853         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16854           Add libsndfile typefind functions (#163309).
16855
16856 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * tools/gst-launch-ext-m.m:
16859           Add .aac, fix .m1v/.m2v (#163891).
16860
16861 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16862
16863         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16864           Sanity check, don't wait endlessly since the clock might not
16865           actually run at this point (which is a deadlock). Fixes #164069.
16866
16867 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16868
16869         * gst/playback/gstplaybasebin.c: (probe_triggered):
16870           Of course, only pause if group is done...
16871
16872 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16873
16874         * gst/playback/gstplaybasebin.c: (probe_triggered):
16875           Thread safety.
16876
16877 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16878
16879         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16880           Don't return state change success when the parent
16881           failed.
16882
16883 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16886           Free events (fix memleak in #162905).
16887
16888 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16889
16890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16893         (gst_ffmpeg_caps_to_pixfmt):
16894           Fix for depth = 15. Fixes #161675.
16895
16896 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16899           Set FPS correctly, even for webcams and the like.
16900         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16901           Don error on setting while capturing.
16902
16903 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16904
16905         * ext/dv/gstdvdec.c:
16906         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16907         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16908           I'm a bad boy. using /1001. to force C to do float division
16909           and not integer division (as it did in my last commit)
16910           Thanks to David I. Lehn for pointing this mistake.
16911
16912 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16913
16914         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16915           Revert Johan's 1.35->1.36 since it breaks compat.
16916
16917 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16918
16919         * ext/dv/gstdvdec.c:
16920         * ext/libfame/gstlibfame.c:
16921         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16922         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16923           replace framerate aproximations by their real value
16924           (24000/1001, 30000/1001, 60000/1001)
16925           Finish fixing bug #164049
16926
16927 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16928
16929         * ext/ogg/gstoggmux.c:
16930           eos/bos debugging
16931         * gst/tcp/gstmultifdsink.c:
16932         * gst/tcp/gstmultifdsink.h:
16933         * gst/tcp/gsttcp.c:
16934         * gst/tcp/gsttcp.h:
16935         * gst/tcp/gsttcpclientsink.c:
16936         * gst/tcp/gsttcpclientsrc.c:
16937         * gst/tcp/gsttcpserversink.c:
16938         * gst/tcp/gsttcpserversrc.c:
16939           improve reusability of elements after state changes and errors
16940           make multifdsink throw away streamheaders when receiving new ones
16941
16942 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16943
16944         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16945           Fix for if items are already in list...
16946
16947 2005-01-12  Benjamin Otte  <otte@gnome.org>
16948
16949         * gst/adder/gstadder.c: (gst_adder_loop):
16950           fix adder a bit so it doesn't screw up with events as much anymore
16951
16952 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16953
16954         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16955         (pixbufscale_scale), (gst_pixbufscale_chain):
16956         * ext/gdk_pixbuf/pixbufscale.h:
16957           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16958           to ensure rowstrides are calculated the same way as 
16959           ffmpegcolorspace
16960           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16961           that we pick up duration and offset also.
16962
16963 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16966         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16967           Reusability fixes.
16968
16969 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16972         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16973         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16974         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16975           Update flags when requested.
16976
16977 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16978
16979         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16980           Fix dmix.
16981
16982 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16985         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16986         (probe_triggered), (new_decoded_pad), (gen_source_element),
16987         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16988         * gst/playback/gstplaybasebin.h:
16989         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16990         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16991         (gst_play_bin_change_state):
16992           Implement group-switch signal for use in apps to clear metadata
16993           cache, clean up subtitle, add suburi property instead of # hack,
16994           some error-out fixes.
16995
16996 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16999           Debug.
17000         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17001           If we got a state change in the _get handler, don't return success.
17002
17003 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17004
17005         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17006         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17007           Make jpegdec quiet on MJPEG decoding
17008         * gst/asfdemux/README:
17009           Fix mimetypes for MJPEG and H263
17010
17011 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * ext/theora/theoradec.c: (theora_dec_chain):
17014           Fix broken code generation by gcc by swapping arguments.
17015         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17016           Fix \n in debug.
17017
17018 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17019
17020         * TODO:
17021           delete this file, it is by far outdated
17022         * ext/alsa/gstalsa.1: remove
17023         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17024         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17025         (gst_alsa_get_caps):
17026           Add HW probing for supported sample rates. Fixes #161704
17027
17028 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17029
17030         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17031           Don't crash, biatch! :).
17032
17033 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * ext/musepack/gstmusepackreader.cpp:
17036         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17037           Some work on tags - still doesn't work in playbin...
17038         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17039           Handle events...
17040
17041 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17044           Also shove tags on kid pads.
17045
17046 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17047
17048         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17049           Don't bail on unknown events.
17050         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17051           Don't crash on events before negotiation.
17052         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17053           Send tags on pads, too.
17054         * gst/playback/gststreamselector.c:
17055         (gst_stream_selector_request_new_pad):
17056           Forward events on first pad if no input was selected yet.
17057
17058 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17059
17060         * gst/playback/gstplaybasebin.c: (setup_substreams):
17061           Don't disable streamtype if the stream doesn't exist, since
17062           then playing a video after audio will disable both and nothing
17063           will happen. Fixes the testsuite.
17064
17065 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17068         (gst_v4l_xoverlay_set_xwindow_id):
17069         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17070         (gst_v4l2_xoverlay_set_xwindow_id):
17071           Add debug categories, fix overlay disabling.
17072
17073 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17074
17075         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17076         * ext/alsa/gstalsa.h:
17077           Add HW probing for period_count/size and buffer_size MIX/MAX
17078           Adjust default/user defined value if out of bounds
17079           Should fix bug #162024
17080
17081 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17084           Fix warning (#161191).
17085
17086 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17087
17088         * ext/dvdread/stream_labels.c:
17089         (dvdreadsrc_get_audio_stream_labels):
17090           Fix warning (init the good variable in switch default)
17091
17092 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17093
17094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17095
17096         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17097           Fix gcc-2.95 compile (#163485).
17098
17099 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * configure.ac:
17102         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17103         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17104         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17105         (gst_flacenc_change_state):
17106         * ext/flac/gstflacenc.h:
17107           Update for API change in flac-1.1.1. Update requirement in
17108           configure.ac. Fixes #162974.
17109
17110 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17111
17112         * gst/playback/gstplaybasebin.c: (group_destroy):
17113           Remove hack to get rid of assert and get rid of unlinked
17114           signals properly.
17115
17116 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17117
17118         * gst/playback/gstplaybasebin.c: (setup_source):
17119           Set source to NULL so that resources are free'ed. Fixes issues
17120           with playback of CDDA and similar device-accessing things.
17121
17122 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * testsuite/embed/Makefile.am:
17125           test->noinst, fix make test in buildbot.
17126
17127 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17128
17129         * ext/dvdread/stream_labels.c: new file
17130         * ext/dvdread/stream_labels.h: new file
17131         * ext/dvdread/Makefile.am:
17132         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17133           Extract audio stream label from DVD IFO files.
17134           It only dump them on the console for now, still have to
17135           make playbin aware of them.
17136
17137 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17138
17139         * gst/playback/gstplaybasebin.c: (setup_source):
17140           Fix hanging subs.
17141
17142 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17143
17144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17145         (gen_preroll_element), (remove_groups), (setup_subtitle),
17146         (gen_source_element), (setup_source):
17147         * gst/playback/gstplaybasebin.h:
17148           Multiple .sub files is just a stupid idea... Fix some threading
17149           mistakes. Interestingly, external .sub files cause playbin to
17150           hang, I don't know why... Parsing fixes contributed by Fran??ois
17151           Kooman <fkooman@tuxed.net>.
17152
17153 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17154
17155         * testsuite/embed/Makefile.am:
17156           Fix buildbot.
17157
17158 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17159
17160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17161
17162         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17163         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17164         (gst_pngenc_set_property):
17165         * ext/libpng/gstpngenc.h:
17166           Add compression level property (#163323).
17167
17168 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * configure.ac:
17171         * examples/capsfilter/capsfilter1.c: (main):
17172         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17173         * ext/dvdread/Makefile.am:
17174         * ext/dvdread/demo-play:
17175         * ext/dvdread/demo-play.c:
17176         * gconf/gstreamer.schemas.in:
17177         * gst-libs/gst/gconf/gconf.c:
17178         * sys/v4l/TODO:
17179         * testsuite/Makefile.am:
17180         * testsuite/embed/Makefile.am:
17181         * testsuite/embed/embed.c: (cb_expose), (main):
17182           Remove all references to xvideosink, fix examples (#140845).
17183         * gst/playback/gstplaybasebin.c: (group_destroy):
17184           Apparently, disposal does not unlink - so do explicitely.
17185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17186           Add debug.
17187
17188 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17189
17190         * README: fix PKG_CONFIG_PATH instructions, what was there
17191         previously was breaking default search path, not nice. 
17192         Fixes #163358
17193
17194 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17195
17196         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17197         (gst_audioscale_chain):
17198           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17199           when resampling - how the ^@$^!@^! is this possible?!?
17200
17201 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17204           Reset variables on READY.
17205         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17206         (gst_matroska_mux_loop):
17207           Require data before writing header.
17208
17209 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17210
17211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17212
17213         * ext/mad/gstmad.c: (gst_mad_chain):
17214           Don't call mad_stream_sync() directly after recovering sync.
17215           Fixes #151661.
17216
17217 2005-01-09  Martin Eikermann  <meiker@upb.de>
17218
17219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17220
17221         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17222         (snapshot_handler), (gst_snapshot_sinkconnect),
17223         (gst_snapshot_chain):
17224           Allocate resources when required, fix recursive signal emission
17225           and fix caps. Fixes #161667.
17226
17227 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17228
17229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17232         (gst_pngdec_chain):
17233           Handle only 8-bppc (bits-per-pixel-component) images, better
17234           error handling and correct strides. Fixes #163177.
17235         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17236         (gst_pngenc_chain):
17237           Better error handling. Fixes #163348.
17238
17239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17242         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17243         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17244         (dvdnavsrc_uri_handler_init):
17245           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17246         * gst/playback/gstplaybasebin.c: (gen_source_element):
17247           Add MMS to streaming URIs.
17248
17249 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17250
17251         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17252         * sys/xvimage/xvimagesink.c:
17253         (gst_xvimagesink_navigation_send_event):
17254           Check for pad availability before sending event.
17255
17256 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * gst-plugins.spec.in:
17259           Add subparse.
17260
17261 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * configure.ac:
17264           Since we use functions from CVS, up requirement.
17265
17266 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17267
17268         * gst/playback/Makefile.am:
17269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17270         (group_destroy), (group_commit), (group_is_muted),
17271         (gen_preroll_element), (add_stream), (unknown_type),
17272         (probe_triggered), (preroll_unlinked), (mute_stream),
17273         (silence_stream), (new_decoded_pad), (setup_substreams),
17274         (setup_source), (get_active_source), (mute_group_type),
17275         (muted_group_change_state), (set_active_source),
17276         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17277         (play_base_eos), (gst_play_base_bin_change_state):
17278         * gst/playback/gstplaybasebin.h:
17279         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17280         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17281         (gst_stream_info_dispose), (stream_info_mute_pad),
17282         (stream_info_change_state), (gst_stream_info_set_mute):
17283         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17284         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17285         (gst_stream_selector_init), (gst_stream_selector_dispose),
17286         (gst_stream_selector_get_linked_pad),
17287         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17288         (gst_stream_selector_get_linked_pads),
17289         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17290         * gst/playback/gststreamselector.h:
17291           Adding stream selection support plus required properties for
17292           applications to use this. Fully fixes #100931.
17293
17294 2005-01-08  Benjamin Otte  <otte@gnome.org>
17295
17296         * gst/games/gstpuzzle.c: (nav_event_handler):
17297           - handle nav events differently: forward every event no matter if it
17298             was handled or not.
17299           - translate events
17300           You can now cheat by using navigationtest ! puzzle and moving the
17301           mouse close to the edge of a tile. ;)
17302
17303 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * configure.ac:
17306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17307         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17308         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17309         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17310         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17311         (gst_ogm_parse_plugin_init):
17312         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17313         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17314         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17315         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17316         * ext/pango/gsttextoverlay.h:
17317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17318         (gst_matroska_demux_handle_seek_event),
17319         (gst_matroska_demux_sync_streams),
17320         (gst_matroska_demux_parse_blockgroup),
17321         (gst_matroska_demux_subtitle_caps),
17322         (gst_matroska_demux_plugin_init):
17323         * gst/matroska/matroska-ids.h:
17324         * gst/playback/gstdecodebin.c: (close_pad_link):
17325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17326         (gen_preroll_element), (remove_groups), (add_stream),
17327         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17328         (setup_source):
17329         * gst/playback/gstplaybasebin.h:
17330         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17331         * gst/subparse/Makefile.am:
17332         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17333         (gst_subparse_base_init), (gst_subparse_class_init),
17334         (gst_subparse_init), (gst_subparse_formats),
17335         (gst_subparse_eventmask), (gst_subparse_event),
17336         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17337         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17338         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17339         (parse_mpsub_deinit), (parse_mpsub_init),
17340         (gst_subparse_buffer_format_autodetect),
17341         (gst_subparse_format_autodetect), (gst_subparse_loop),
17342         (gst_subparse_change_state), (gst_subparse_type_find),
17343         (plugin_init):
17344         * gst/subparse/gstsubparse.h:
17345         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17346         (plugin_init):
17347           Add subtitle support, .sub parser (supports SRT and MPsub),
17348           OGM text support, Matroska UTF-8 text support, deadlock fixes
17349           all over the place, subtitle awareness in decodebin/playbin
17350           and some fixes to textoverlay to handle subtitles in a stream
17351           correctly. Fixes #100931.
17352
17353 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17356           Check for pad availability before doing a query on it.
17357
17358 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17359
17360         * ext/dv/gstdvdec.c:
17361           really fix bpp24/32 dvdec caps (classic rgba indeed)
17362         * gst/asfdemux/gstasfdemux.c:
17363         (gst_asf_demux_process_ext_content_desc):
17364           don't send text tags if they are empty (bis repetita)
17365
17366 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17367
17368         * ext/dv/gstdvdec.c:
17369          remove unneeded comment from dvdec
17370           (related to DV 4CC codes in AVI files)
17371           moved them in gstreamer/docs/random/mimetypes
17372         * gst/asfdemux/gstasfdemux.c:
17373         (gst_asf_demux_process_ext_content_desc):
17374          don't send text tags if they are empty
17375          fix mem leak on error path
17376         * gst/ffmpegcolorspace/avcodec.h:
17377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17378         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17379         (gst_ffmpegcsp_avpicture_fill):
17380         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17381         * gst/ffmpegcolorspace/imgconvert_template.h:
17382          adds BGR32 and BGRA32 to ffmpegcolorspace
17383           (still bad colors, fixing it on next commit)
17384           helps with dvdec outputing BGR32
17385
17386 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17387
17388         * ext/dv/gstdvdec.c:
17389          Fix audio caps i just broke (missing ',')
17390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17391         (gst_matroska_mux_reset):
17392          Fix typo + add FIXME about old "x-gst-metadata" crap
17393
17394 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17395
17396         * ext/dv/demo-play.c: (main):
17397          xvideosink -> xvimagesink
17398         * ext/dv/gstdvdec.c:
17399          change rgb 32/32 caps to 24/32 (no alpha)
17400          change nb of channels to be a list (2 or 4, not 2)
17401          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17402         * gst/asfdemux/gstasfdemux.c:
17403         (gst_asf_demux_process_ext_content_desc):
17404          Add 'date/year' to extracted metadata list
17405
17406 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17407
17408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17409           The return value of fixate_to does not imply that the requested
17410           value was set, so don't assume.
17411
17412 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17413
17414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17415
17416         * ext/libpng/gstpngdec.c:
17417         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17418         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17419         * ext/libpng/gstpngenc.h:
17420           Alpha support (encoder; #163161), mime fixage.
17421
17422 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17423
17424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17427         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17428         (gst_faac_set_property), (gst_faac_get_property):
17429         * ext/faac/gstfaac.h:
17430           Allow for ADTS output (#153434).
17431
17432 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17433
17434         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17435           Fix against template (#150576).
17436
17437 2005-01-06  Benjamin Otte  <otte@gnome.org>
17438
17439         * gst/games/gstpuzzle.c: (draw_puzzle):
17440           don't draw a puzzle if either width or height of tiles would be 0.
17441
17442 2005-01-06  Benjamin Otte  <otte@gnome.org>
17443
17444         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17445         (gst_puzzle_class_init), (gst_puzzle_finalize):
17446           no memleaks, please
17447         (gst_puzzle_create), (gst_puzzle_init),
17448         (gst_puzzle_set_property), (gst_puzzle_setup):
17449           change initialization code around so we don't reshuffle on resize
17450         (draw_puzzle):
17451           fix another stupid typo
17452
17453 2005-01-06  Benjamin Otte  <otte@gnome.org>
17454
17455         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17456           fix stupid typo that borked copying on YUY2
17457
17458 2005-01-06  Benjamin Otte  <otte@gnome.org>
17459
17460         * gst/games/gstpuzzle.c: (draw_puzzle):
17461           fix edges when image sizes aren't multiples of tile sizes
17462
17463 2005-01-06  Benjamin Otte  <otte@gnome.org>
17464
17465         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17466           make RGB endianness work correctly
17467         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17468           refactor and fix race with initial shuffling
17469         (nav_event_handler):
17470           allow using the mouse to puzzle
17471         (draw_puzzle):
17472           insist on tiles having width and height as multiples of 4 to get
17473           clean YUV image handling
17474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17475         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17476           s/DEBUG/LOG/ for common messages
17477         (gst_xvimagesink_navigation_send_event):
17478           fix mouse event translation to not include screen PAR
17479         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17480           fix mouse event translation to actually work
17481
17482 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17483
17484         * gst/asfdemux/gstasfdemux.c:
17485         (gst_asf_demux_process_ext_content_desc):
17486          Extract TrackNumber metadata + clean up code
17487         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17488          Hope this is the good fix (var used unitialised)
17489
17490 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17491
17492         * ext/faad/gstfaad.c: (gst_faad_chain):
17493           Only increment timestamp if it's valid. Fixes raw AAC streams.
17494
17495 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17496
17497         * configure.ac:
17498         * gst/games/Makefile.am:
17499         * gst/games/gstpuzzle.c:
17500           add a puzzle game with...
17501         * gst/games/gstvideoimage.c:
17502         * gst/games/gstvideoimage.h:
17503           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17504           from videotestsrc and made into something that would be a nice
17505           library for a lot of other plugins.
17506
17507 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17508
17509         * configure.ac:
17510          don't compile faad plugin if a RC of 2.0 is found
17511          Fixes #155346 (and FC1 buildbot)
17512         * gst/asfdemux/gstasfdemux.c:
17513         (gst_asf_demux_process_ext_content_desc):
17514          try to make Solaris compiler happier
17515
17516 2005-01-06  Paul Jack  <pjack@sfaf.org>
17517
17518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17521           Fix segfault (#161667).
17522
17523 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17526           Fix framerate reporting.
17527
17528 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17529
17530         * gst-libs/gst/riff/riff-ids.h:
17531         * gst/wavenc/riff.h:
17532          Add AMR (VBR and CBR) ids to riff.h audio codec list
17533         * gst/asfdemux/gstasfdemux.c:
17534         (gst_asf_demux_process_ext_content_desc),
17535         (gst_asf_demux_process_object):
17536           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17537
17538 2005-01-05  Martin Eikermann  <meiker@upb.de>
17539
17540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17541
17542         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17543         (gst_dvd_demux_handle_discont):
17544         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17545         (gst_mpeg_demux_handle_discont):
17546           Recreate pads on new-media (#160730).
17547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17548           Send discont even if manager changes timestamps (#161929).
17549
17550 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17551
17552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17553
17554         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17555           Fix invalid memory access (#159211).
17556
17557 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * examples/gstplay/player.c: (main):
17560           Don't iterate.
17561         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17562           Add visualizations.
17563         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17564         (gst_a52dec_handle_frame):
17565           Set duration.
17566         * ext/dvdnav/gst-dvd:
17567           Add audioconvert. Fixes #161325.
17568         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17569           Explicitely case to gint64. Possible valgrind error.
17570         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17571         (gst_play_tick_callback), (gst_play_change_state),
17572         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17573         (gst_play_set_location), (gst_play_get_location),
17574         (gst_play_seek_to_time), (gst_play_set_data_src),
17575         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17576         (gst_play_set_visualization), (gst_play_connect_visualization),
17577         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17578         (gst_play_new):
17579           Use playbin. Fixes #139749 and #147744.
17580         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17581           Add genre tag.
17582         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17583         (audioscale_get_type), (gst_audioscale_base_init),
17584         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17585         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17586         (gst_audioscale_link), (gst_audioscale_get_buffer),
17587         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17588         (gst_audioscale_init), (gst_audioscale_dispose),
17589         (gst_audioscale_chain), (gst_audioscale_set_property),
17590         (gst_audioscale_get_property), (plugin_init):
17591           Indent properly.
17592         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17593           Fix LPCM.
17594         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17595         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17596         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17597           Add more metadata (fixes #162656).
17598
17599 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17600
17601         * configure.ac:
17602           back to cvs
17603
17604 === release 0.8.7 ===
17605
17606 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * NEWS:
17609         * RELEASE:
17610         * configure.ac:
17611           releasing 0.8.7, "Hyperspace"
17612
17613 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17614
17615         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17616
17617         * gst/playback/gstplaybasebin.c:
17618          Fix for #162924 - free caps after use, not before
17619
17620 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17621
17622         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17623
17624         * gst/playback/gstplaybasebin.c:
17625         * gst/wavparse/gstwavparse.c:
17626           Fix for #154773 - fixes playback of small .wav files
17627
17628 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17629
17630         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17631
17632         * gst/audioscale/gstaudioscale.c:
17633           Fix for #162819 - make audioscale reusable
17634           Fixes playback of more than one file with playbin/totem
17635
17636 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * gst/ffmpegcolorspace/avcodec.h:
17639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17640         * gst/ffmpegcolorspace/imgconvert.c:
17641           clean up the mess that made me cry and avoid needless duplication
17642
17643 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * gst/ffmpegcolorspace/imgconvert.c:
17646           give some indication of why we're segfaulting
17647
17648 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * configure.ac:
17651           Fix indentation, fix v4l2 plugin detection.
17652         * ext/Makefile.am:
17653           Fix libmms location (Maciej, use diff -u!).
17654         * ext/alsa/gstalsa.c: (gst_alsa_init):
17655           Initialize caps cache to NULL.
17656         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17657           Only change state on audiosink if it exists.
17658
17659 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17660
17661         * gst/matroska/matroska-demux.c:
17662         * gst/matroska/matroska-ids.h:
17663         * gst/matroska/matroska-demux.h:
17664         Fix Vorbis streams failing to decode in some files, where cluster_time
17665         isn't 0, because then it doesn't send codec_priv before actual data.
17666         Remove time-based test and replace it with marker set on beginning of
17667         new stream
17668
17669 2004-12-28  David Schleef  <ds@schleef.org>
17670
17671         Merge patch from Ronald fixing problems with streaming
17672         text.
17673         * ext/cairo/gstcairo.c: (plugin_init):
17674         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17675         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17676         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17677         (gst_textoverlay_font_init), (gst_textoverlay_init),
17678         (gst_textoverlay_set_property):
17679         * ext/cairo/gsttextoverlay.h:
17680
17681 2004-12-27  David Schleef  <ds@schleef.org>
17682
17683         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17684         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17685         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17686         (gst_textoverlay_font_init), (gst_textoverlay_init),
17687         (gst_textoverlay_set_property): Improvements to actually
17688         render text as white on black outline on video, including
17689         font selection and horizontal/vertical alignment.  (Ronald's
17690         christmas present)
17691         * ext/cairo/gsttextoverlay.h:
17692
17693 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17694
17695         * ext/ogg/gstogg.c:
17696         * ext/ogg/gstogmparse.c:
17697           fix ogm[audio/video]parse plugin registration
17698           (riff won't load if bytestream is already loaded)
17699
17700 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17701
17702         * gst/audioconvert/gstchannelmix.c:
17703           fix for GLIB < 2.4
17704
17705 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * Makefile.am:
17708         * configure.ac:
17709           disable docs again until it actually passes make distcheck.
17710
17711 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17712
17713         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17714         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17715         (plugin_init):
17716           Add 3GP (variables name Q3GP because they can't start with a
17717           number). Add samr audio fourcc (used in .3gp files), decoder
17718           is work in progress. Also do a GST_WARNING instead of ERROR
17719           in case of unknown nodes, to decrease output.
17720
17721 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17722
17723         * Makefile.am:
17724           really fix dist
17725
17726 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * configure.ac:
17729         * ext/speex/gstspeexdec.h:
17730         * ext/speex/gstspeexenc.h:
17731           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17732           Fix detection code in configure.ac
17733
17734 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * gst/matroska/matroska-demux.c:
17737         (gst_matroska_demux_parse_blockgroup):
17738           Save position, so that queries give proper return values. Don't
17739           know how this could ever have worked before...
17740
17741 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17742
17743         * configure.ac:
17744           Put additional LAME check inside the conditional.  Fixes #152339
17745
17746 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17749         (gst_avi_demux_stream_scan):
17750           Add some more debug. Fix logic error when setting movi offset
17751           while reading index.
17752
17753 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17754
17755         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17756         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17757         (gst_avi_demux_process_next_entry):
17758           Add some debugging. Better detection of broken indexes and the
17759           accompanying index recovery. No infinite loops on state changes
17760           when we're still in our loopfunction.
17761
17762 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17763
17764         * configure.ac:
17765           Fix up.
17766
17767 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17768
17769         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17770
17771         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17772           Normalizing the value before setting
17773         (gst_sunaudiomixer_get_volume):
17774           Normalizing the value after getting. Fixes bug# 161980
17775
17776 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17777
17778         * Makefile.am: Make sure docs gets disted
17779         * docs/Makefile.am: Make sure all needed files get disted
17780         * gst-plugins.spec.in: latest updates
17781
17782 2004-12-22  Wim Taymans  <wim@fluendo.com>
17783
17784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17785         Revert patch 1.38 as clock distribution over schedulers does
17786         not work correcly in the core yet.
17787
17788 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17789
17790         * sys/oss/README: remove this file, which predates my birth
17791           (and which content is by far outdated)
17792
17793 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17794
17795         * Makefile.am:
17796         * configure.ac:
17797         * docs/Makefile.am:
17798         * docs/libs/Makefile.am:
17799         * docs/libs/gst-plugins-libs-docs.sgml:
17800         * docs/libs/gst-plugins-libs-sections.txt:
17801         * docs/libs/tmpl/gstgconf.sgml:
17802         * docs/upload.mak:
17803         * docs/version.entities.in:
17804           Added boilerplate gtk-doc files for plugin-libs documentation.
17805
17806 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17807
17808         * gst/auparse/gstauparse.c: fix int and float audio caps
17809
17810 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17811
17812         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17813         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17814           g_assert() can be a macro, don't use #ifdef inside it.
17815
17816 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17817
17818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17819
17820         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17821         (gst_videorate_init), (gst_videorate_chain),
17822         (gst_videorate_change_state):
17823           Event handling (fixes #159986).
17824
17825 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17826
17827         * gst-libs/gst/riff/riff-media.c:
17828         (gst_riff_create_video_caps_with_data):
17829           Add BLZ0 (Blizzard's version of DivX) fourcc.
17830
17831 2004-12-18  David Schleef  <ds@schleef.org>
17832
17833         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17834         portability fix.
17835
17836 2004-12-18  David Schleef  <ds@schleef.org>
17837
17838         * gst/tta/ttadec.h: Disable some header code that isn't used
17839         and clearly isn't portable.
17840
17841 2004-12-18  David Schleef  <ds@schleef.org>
17842
17843         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17844         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17845         (avcodec_get_pix_fmt), (avpicture_layout),
17846         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17847         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17848         Fix code to not use GCC extensions (and c99 extensions that
17849         Forte does not like.)
17850
17851 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17852
17853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17856         (gst_deinterlace_chain):
17857           Rowstride fixes. Fixes #161039.
17858         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17859         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17860         (gst_video_crop_getcaps), (gst_video_crop_link),
17861         (gst_video_crop_i420), (gst_video_crop_chain),
17862         (gst_video_crop_change_state):
17863           Rework of negotiation. Actually works now. Fixes #158650.
17864
17865 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17866
17867         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17868           That was very stupid.
17869
17870 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst/matroska/matroska-demux.c:
17873         (gst_matroska_demux_parse_blockgroup):
17874           Fix possible crasher.
17875
17876 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17877
17878         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17879         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17880           Lace sizes can be zero.
17881
17882 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17883
17884         * ext/musepack/gstmusepackdec.cpp:
17885           Fetch error return values. Fixes #161624.
17886         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17887           Really EOS.
17888
17889 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17890
17891         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17892           Work for truncated (unfinished download etc.) files. Fixes #160514.
17893
17894 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17895
17896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17897           Fix for integer overflow. Makes #156001 not crash. Probably masks
17898           the real bug.
17899
17900 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * gst/ac3parse/gstac3parse.c: (plugin_init):
17903           Parsers never have ranks. Fixes #159651.
17904
17905 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17906
17907         * gst/playback/gstdecodebin.c: (compare_ranks):
17908           make sure the facotries are ordered the same every time even if they
17909           have the same rank by using the name
17910         * gst/playback/gstdecodebin.c: (find_compatibles):
17911           make sure we don't add factories to the list twice
17912
17913 2004-12-16  David Schleef  <ds@schleef.org>
17914
17915         * configure.ac: look for musepack headers as musepack/*.h
17916         (fixes #159847)
17917         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17918         * ext/musepack/gstmusepackreader.h: same
17919
17920 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17921
17922         * gst-libs/gst/riff/riff-read.c:
17923         (gst_riff_read_strf_auds_with_data):
17924           Read extradata correctly (fixes #155879).
17925
17926 2004-12-16  David Schleef  <ds@schleef.org>
17927
17928         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17929         audio.  does _not_ attempt or allow conversion unless channels
17930         is 1 or 2.
17931
17932 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17933
17934         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17935
17936 2004-12-16  David Schleef  <ds@schleef.org>
17937
17938         * gst/audioscale/gstaudioscale.c: the resample library only
17939         handles 1 or 2 channels.  Change caps to compensate.
17940
17941 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17942
17943         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17944         (gst_matroska_demux_audio_caps):
17945           Some MPEG-AAC hacks, because else it doesn't work...
17946
17947 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17948
17949         * gst-libs/gst/riff/riff-media.c:
17950         (gst_riff_create_video_caps_with_data),
17951         (gst_riff_create_video_template_caps):
17952           Add h264.
17953
17954 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * gst-libs/gst/audio/Makefile.am:
17957           Try to fix buildbot.
17958
17959 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17960
17961         * gst/tcp/gstmultifdsink.c:
17962           Clean up and uniformize debugging.
17963
17964 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17965
17966         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17967
17968         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17969         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17970         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17971         (gst_mpeg_demux_change_state):
17972           Reset on ready. Fixes 160276.
17973
17974 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17975
17976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17977
17978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17979         (gst_ffmpegcsp_pad_link):
17980           Fix memleak (#154815).
17981
17982 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17983
17984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17987         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17988         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17989         * ext/musicbrainz/gsttrm.h:
17990           Add support for using a proxy server when getting a trm id from
17991           the MusicBrainz database (#149613).
17992
17993 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17994
17995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17998         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17999           Fix memleaks (#157233).
18000
18001 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18002
18003         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18004
18005         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18006         * gst-libs/gst/resample/resample.h:
18007         * gst/audioscale/gstaudioscale.c:
18008           Fix memleak (#159215).
18009
18010 2004-12-16  Toni Willberg  <toniw@iki.fi>
18011
18012         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18015         * sys/oss/oss_probe.c: (main):
18016           Check for mono/stereo support (similar to samplerate probing),
18017           fixes #159433. Also add missing copyright header to oss_probe.c.
18018
18019 2004-12-15  David Schleef  <ds@schleef.org>
18020
18021         * configure.ac: add audioresample and cairo plugins.  Remove
18022         HAVE_MMX stuff, because it's not used.
18023         * ext/Makefile.am: same
18024         * ext/audioresample/Makefile.am: You are not ready for an
18025         audio resampling element based on audioresample.
18026         * ext/audioresample/gstaudioresample.c:
18027         * ext/audioresample/gstaudioresample.h:
18028         * ext/cairo/Makefile.am: You are not ready for overlay elements
18029         based on cairo.  Don't look too closely, these elements kinda
18030         suck right now.
18031         * ext/cairo/gstcairo.c: new
18032         * ext/cairo/gsttextoverlay.c: new
18033         * ext/cairo/gsttextoverlay.h: new
18034         * ext/cairo/gsttimeoverlay.c: new
18035         * ext/cairo/gsttimeoverlay.h: new
18036         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18037         problem with compilers that don't support variadic macros.
18038
18039 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18040
18041         Reviewed by:  David Schleef  <ds@schleef.org>
18042
18043         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18044         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18045         bit.  Also ran indent-gst.
18046         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18047         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18048         (gst_sunaudiosrc_setparams):
18049
18050 2004-12-14  David Schleef  <ds@schleef.org>
18051
18052         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18053         output rate to 16000.  Should fix #160235.
18054
18055 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18056
18057         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18058         Add typefinding for mpeg2 pes streams
18059
18060 2004-12-13  David Schleef  <ds@schleef.org>
18061
18062         * configure.ac:  Applied patch from bug #143659, making default
18063         sources and sinks OS-dependent (for Solaris), and added code
18064         for OS/X.
18065         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18066
18067 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18068
18069         * gst-libs/gst/riff/riff-media.c:
18070           forgot to add h2.64 to avidemux template caps
18071
18072 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18073
18074         * gst/wavenc/riff.h:
18075         * gst-libs/gst/riff/riff-media.c:
18076         * gst-libs/gst/riff/riff-ids.h:
18077         * gst/avi/gstavimux.c
18078         add 4CC code for VideoSoft h264 in AVI (VSSH)
18079           fixes bug #160655
18080         remove s323 from riff, it's quicktime specific :(
18081
18082 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18083
18084         * gst/asfdemux/README
18085         * gst/wavenc/riff.h
18086         * gst-libs/gst/riff/riff-ids.h
18087         * gst-libs/gst/riff/riff-media.c
18088         * gst/qtdemux/qtdemux.c:
18089           add new 4CC codes for h263 related codecs
18090           fixes partially bug #155163
18091
18092 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18093
18094         * configure.ac: Update polyaudio requirement to 0.7
18095         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18096
18097 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18098
18099         * gst/interleave/deinterleave.c:
18100         fix my name's spelling! :)
18101
18102 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18103
18104         * AUTHORS ChangeLog
18105         * gst/auparse/gstauparse.c
18106         * gst/interleave/deinterleave.c
18107         * gst/law/:
18108                 alaw-decode.c alaw-encode.c
18109                 mulaw-decode.c mulaw-encode.c
18110         * gst/oneton/gstoneton.c
18111         * sys/osxaudio/:
18112                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18113         * sys/osxvideo/:
18114                 cocoawindow.h cocoawindow.m
18115                 osxvideosink.h osxvideosink.m
18116
18117         put the same mail address for Zaheer Abbas Merali everywhere
18118
18119 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18120
18121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18122           Align by packetsize, and assert that we a packet available before
18123           playing. The first makes webstreams work (they often include
18124           trailing padding data in a packet), the second allows pausing a
18125           ASF stream in totem without getting demux errors afterwards.
18126
18127 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18128
18129         * ext/ogg/gstoggdemux.c: (get_relative):
18130           Check for non-NULL before accessing member (end-of-chain).
18131
18132 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18133
18134         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18135         (cdparanoia_set_property), (cdparanoia_get_property):
18136         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18137         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18138         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18139         (dvdreadsrc_init), (dvdreadsrc_set_property),
18140         (dvdreadsrc_get_property):
18141         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18142         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18143           Synchronize property names where not yet the case. Devices are
18144           now device=X, other versions are deprecated (but still exist).
18145           Also use g_free() unconditionally.
18146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18147         (setup_source), (gst_play_base_bin_get_property):
18148           Expose source.
18149
18150 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18151
18152         * configure.ac: move GCONF macro outside conditional for the am
18153           conditional. Fixes #160439
18154
18155 2004-12-08  David Schleef  <ds@schleef.org>
18156
18157         * tools/gst-visualise-m.m: Switch to elements that currently
18158         exist.
18159
18160 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18161
18162         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18163           We love wrong commas.
18164
18165 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18166
18167         * gst/matroska/matroska-demux.c:
18168         (gst_matroska_demux_handle_src_query):
18169           Don't set DEFAULT, unsupported - makes length display incorrectly
18170           in some cases.
18171
18172 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18173
18174         * gst/monoscope/README: remove blurb about files being GPL
18175         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18176         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18177           monoscope is now effectively LGPL licensed
18178
18179 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18180
18181         * gst/monoscope/README: Update information to be more correct
18182         * gst/monoscope/convolve.c: Relicense to LGPL
18183         * gst/monoscope/convolve.h: Relicense to LGPL
18184
18185 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18186
18187         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18188           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18190           set default_duration for mpeg1 audio
18191
18192 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18193
18194         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18195         * ext/alsa/gstalsa.h:
18196           refactor big chunks of the core caps negotiation code to make it
18197           a lot faster, because people claim it's really slow
18198           (actually, just cache the getcaps when the device is opened)
18199
18200 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18203         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18204         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18205         (gst_a52dec_change_state), (plugin_init):
18206         * ext/a52dec/gsta52dec.h:
18207           Do something useful with timestamps. Make chain-based (since
18208           there's really no reason to be loopbased).
18209         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18210           Update current_byte/frame correctly.
18211
18212 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18213
18214         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18215         (gst_ape_demux_stream_init):
18216           Forward tags, too.
18217
18218 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18219
18220         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18221           Let's make sure we're done typefinding when detecting tags.
18222
18223 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18226         (gst_ebml_read_init), (gst_ebml_read_use_event),
18227         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18228         (gst_ebml_read_seek), (gst_ebml_read_skip),
18229         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18230         (gst_ebml_read_master):
18231         * gst/matroska/ebml-read.h:
18232         * gst/matroska/matroska-demux.c:
18233         (gst_matroska_demux_parse_contents),
18234         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18235           Disgustingly evil hack for working around INTERRUPT events and
18236           their extremely annoying habit of being a pain in the ass. We
18237           simply peek a cluster before reading any of it.
18238
18239 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18240
18241         * ext/musepack/gstmusepackdec.cpp:
18242           There's also floating point libmusepacks.
18243
18244 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18247         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18248           Set DURATION even if source buffer didn't. Also use increasing
18249           timestamps.
18250         * gst-libs/gst/riff/riff-media.c:
18251         (gst_riff_create_audio_caps_with_data):
18252           Block_align can have larger values than 8192.
18253
18254 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18255
18256         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18257         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18258         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18259         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18260           Fix caps.
18261
18262 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18263
18264         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18265           Fix logic bug.
18266
18267 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18270           Yay, another one.
18271
18272 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * ext/esd/esdsink.c: (gst_esdsink_chain):
18275           Make error actually say something useful (fixes #156798).
18276         * gst-libs/gst/riff/riff-media.c:
18277         (gst_riff_create_video_caps_with_data),
18278         (gst_riff_create_video_template_caps):
18279           Add Intel Video 5.0 fourcc (IV50).
18280
18281 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18282
18283         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18284         detection on mono and stereo mp3 files.
18285
18286 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18287
18288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18289           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18290           the contained stream).
18291
18292 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18293
18294         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18295           Oops, remove debug.
18296
18297 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18298
18299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18300
18301         * gst/law/alaw-decode.c: (alawdec_getcaps):
18302         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18303           Prevent warnings when negotiating caps (fixes #159338).
18304
18305 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18306
18307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18308         (gst_ffmpegcsp_chain):
18309           Remove old leftover that shouldn't be there...
18310
18311 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18312
18313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18314
18315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18316           Don't forward DISCONT events (fixes #159684).
18317
18318 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18321           Unlink manually since sometimes bin disposal (and therefore
18322           pad unlinking) is delayed, which will cause a new media file
18323           to not be able to start playing instantly.
18324
18325 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18328           On mute of an unlinked stream, check for pad availability so
18329           we don't crash on unlinked pad.
18330
18331 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18332
18333         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18334         (gst_avi_demux_massage_index):
18335           Fix quite humiliating bug in omitting 0-sized index chunks but
18336           forgetting to count them for timestamps.
18337
18338 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18341           Actually leave the loop if we failed to sync. Don't crash.
18342
18343 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18346         (gst_dvd_demux_process_private):
18347         * gst/mpegstream/gstdvddemux.h:
18348           Fix crash (#159759). Doesn't work, though. :-(.
18349
18350 2004-11-28  Benjamin Otte  <otte@gnome.org>
18351
18352         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18353           more overwriting protection due to modifying channels one by one
18354           instead of all at once
18355
18356 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18357
18358         * gst/audioconvert/gstchannelmix.c:
18359         (gst_audio_convert_fill_normalize):
18360           Normalize using absolute values.
18361
18362 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18363
18364         * configure.ac:
18365         * ext/Makefile.am:
18366         * ext/directfb/Makefile.am:
18367         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18368         (gst_directfbvideosink_get_pixel_format),
18369         (gst_directfbvideosink_get_format_from_fourcc),
18370         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18371         (gst_directfbvideosink_sink_link),
18372         (gst_directfbvideosink_change_state),
18373         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18374         (gst_directfbvideosink_buffer_alloc),
18375         (gst_directfbvideosink_interface_supported),
18376         (gst_directfbvideosink_interface_init),
18377         (gst_directfbvideosink_navigation_send_event),
18378         (gst_directfbvideosink_navigation_init),
18379         (gst_directfbvideosink_set_property),
18380         (gst_directfbvideosink_get_property),
18381         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18382         (gst_directfbvideosink_base_init),
18383         (gst_directfbvideosink_class_init),
18384         (gst_directfbvideosink_get_type), (plugin_init):
18385         * ext/directfb/directfbvideosink.h: Adding a first version of
18386         directfbvideosink.
18387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18388         more.
18389
18390 2004-11-28  Benjamin Otte  <otte@gnome.org>
18391
18392         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18393           walk the samples backwards if out_channels > in_channels so we don't
18394           overwrite data
18395
18396 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/audioconvert/Makefile.am:
18399         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18400         (gst_audio_convert_link), (gst_audio_convert_change_state),
18401         (gst_audio_convert_channels):
18402         * gst/audioconvert/gstchannelmix.c:
18403         (gst_audio_convert_unset_matrix),
18404         (gst_audio_convert_fill_identical),
18405         (gst_audio_convert_fill_compatible),
18406         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18407         (gst_audio_convert_fill_others),
18408         (gst_audio_convert_fill_normalize),
18409         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18410         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18411         * gst/audioconvert/gstchannelmix.h:
18412           Implement a channel mixer.
18413
18414 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18415
18416         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18417         * ext/alsa/gstalsa.h:
18418         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18419         Make alsasink actually honor gst_element_set_clock and use that
18420         clock instead of its internal one.
18421
18422 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18423
18424         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18425         (gst_play_base_bin_change_state): nullify source and decoder when
18426         going from READY to NULL so that we don't try to do weird stuff with
18427         them when going from NULL to READY
18428         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18429         instead of g_object_unref
18430         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18431         it should be correct
18432         (gst_play_bin_change_state): don't call remove_sinks if we are
18433         currently disposing the object
18434
18435 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18436
18437         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18438           Don't forget bass if it's there. Else left channel is silent...
18439
18440 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18441
18442         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18443         (gst_a52dec_change_state):
18444           Don't do sample adjusting anymore, we use float audio now.
18445         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18446           Don't fixate to non-existing properties.
18447
18448 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18449
18450         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18451         (gst_a52dec_change_state):
18452           Advertise that we can do surround sound.
18453
18454 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18457           Add buffer-frames=0.
18458         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18459         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18460         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18461         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18462         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18463         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18464         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18465         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18466         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18467         * ext/dvdread/dvdreadsrc.h:
18468           Add seeking, querying for bytes, sectors, title, angle and
18469           chapter. Handle multiple chapters. Relicense to LGPL because
18470           Billy agreed on that (thanks Billy!).
18471
18472 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18473
18474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18475         call parent dispose method
18476
18477 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18478
18479         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18480         (gst_audio_clock_get_internal_time):
18481         Fix active <-> inactive transitions: ensure time value always
18482         grows and avoid abrupt value changes.
18483
18484 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18485
18486         * configure.ac:
18487         * gst/tta/Makefile.am:
18488         * gst/tta/crc32.h:
18489         * gst/tta/filters.h:
18490         * gst/tta/gsttta.c:
18491         * gst/tta/gstttadec.c:
18492         * gst/tta/gstttadec.h:
18493         * gst/tta/gstttaparse.c:
18494         * gst/tta/gstttaparse.h:
18495         * gst/tta/ttadec.h:
18496           added TTA parser and decoder
18497
18498 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18501         (probe_triggered), (check_queue), (buffer_underrun),
18502         (buffer_running), (buffer_overrun), (gen_source_element),
18503         (setup_source):
18504         * gst/playback/gstplaybasebin.h:
18505           Implement buffering. Needs some more work.
18506
18507 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * ext/theora/theoradec.c: (theora_dec_chain):
18510           Fix ilog mask range overflow.
18511
18512 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18515           Don't omit the last (which in case of dmix is the only :) )
18516           channel count. Don't set channels if <= 2.
18517
18518 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18519
18520         * gst/playback/gstplaybin.c: (gen_video_element),
18521         (gen_audio_element): Removed 2 obsolete comments
18522
18523 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18524
18525         * ext/vorbis/oggvorbisenc.c
18526         * ext/vorbis/vorbisenc.c :
18527           change description fields of those plugins to differentiate them
18528           (pitivi show Encoders by description, they had the same one)
18529
18530 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18531
18532         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18533
18534         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18535         (gst_play_bin_set_property), (gen_video_element),
18536         (gen_audio_element):
18537           Refcounting fixes for provided audio-/videosinks.
18538
18539 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * gst/playback/gstplaybin.c: (gen_video_element),
18542         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18543           Don't reference all sinks, but only the video- and audiosinks.
18544           The vis. element should be disposed when we're done with it.
18545           We don't have any reason to keep it around. This fixes warnings
18546           when reusing playbin for playing multiple audio files with
18547           vis. enabled. Also release audio device on pause - idea stolen
18548           from Rhythmbox.
18549
18550 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18551
18552         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18553         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18554         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18555         * ext/alsa/gstalsaplugin.c: (plugin_init):
18556         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18557         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18558         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18559         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18560         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18561         (gst_faad_change_state), (plugin_init):
18562         * ext/faad/gstfaad.h:
18563         * ext/vorbis/vorbis.c: (plugin_init):
18564         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18565         * gst-libs/gst/audio/Makefile.am:
18566         * gst-libs/gst/audio/audio.c: (plugin_init):
18567         * gst-libs/gst/audio/multichannel.c:
18568         (gst_audio_check_channel_positions),
18569         (gst_audio_get_channel_positions),
18570         (gst_audio_set_channel_positions),
18571         (gst_audio_set_structure_channel_positions_list),
18572         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18573         (gst_audio_fixate_channel_positions):
18574         * gst-libs/gst/audio/multichannel.h:
18575         * gst-libs/gst/audio/testchannels.c: (main):
18576         * gst/audioconvert/gstaudioconvert.c:
18577         (gst_audio_convert_class_init), (gst_audio_convert_init),
18578         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18579         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18580         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18581         * gst/audioconvert/plugin.c: (plugin_init):
18582           Surround sound support.
18583
18584 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18585
18586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18587           Fix position for discont if we're close as well. Nitpicking, but
18588           saves a few milliseconds of extra waiting or skipping.
18589
18590 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18591
18592         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18593           We sometimes need parsers for playback, so add those too.
18594
18595 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18596
18597         * configure.ac:
18598         * gst/apetag/Makefile.am:
18599         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18600         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18601         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18602         (gst_ape_demux_get_src_query_types),
18603         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18604         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18605         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18606         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18607         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18608         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18609         (gst_ape_demux_change_state):
18610         * gst/apetag/apedemux.h:
18611         * gst/apetag/apetag.c: (plugin_init):
18612         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18613         (plugin_init):
18614           APE v1/2 tag reader plus typefind function.
18615
18616 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * configure.ac:
18619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18620         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18621           Remove hacks for older core. Require newer core version
18622           accordingly.
18623
18624 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * gst/cdxaparse/Makefile.am:
18627         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18628         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18629         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18630         * gst/cdxaparse/gstcdxaparse.h:
18631         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18632         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18633         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18634         (gst_cdxastrip_get_src_query_types),
18635         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18636         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18637         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18638         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18639         * gst/cdxaparse/gstcdxastrip.h:
18640           SVCD/VCD header stripping separated from CDXA image parsing.
18641         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18642         (plugin_init):
18643           Add VCD/SVCD header typefinding for VCD/SVCD.
18644         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18645         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18646         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18647         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18648         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18649         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18650         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18651         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18652         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18653         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18654         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18655         * sys/vcd/vcdsrc.h:
18656           Fix up, add seeking, querying, URI interface. Works in totem now.
18657
18658 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18659
18660         * configure.ac:
18661           back to CVS
18662
18663 === release 0.8.6 ===
18664
18665 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18666
18667         * NEWS:
18668         * RELEASE:
18669         * configure.ac:
18670         * po/af.po:
18671         * po/az.po:
18672         * po/cs.po:
18673         * po/en_GB.po:
18674         * po/hu.po:
18675         * po/it.po:
18676         * po/nb.po:
18677         * po/nl.po:
18678         * po/or.po:
18679         * po/sq.po:
18680         * po/sr.po:
18681         * po/sv.po:
18682         * po/uk.po:
18683           releasing 0.8.6, "IOU Love"
18684
18685 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18686
18687         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18688
18689         * gst/playback/gstplaybasebin.c:
18690           Fix unplayable files error handling.  Fixes #158365
18691
18692 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18693
18694         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18695
18696         * gst/typefind/gsttypefindfunctions.c:
18697           Fix broken mp3 typefinding.  Fixes #158375
18698
18699 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18700
18701         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18702
18703         * ext/ogg/gstoggdemux.c:
18704           Fix sync on broken files.  Fixes #158976
18705
18706 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18707
18708         patch by: Edward Hervey <bilboed@bilboed.com>
18709
18710         * ext/libpng/gstpngenc.c:
18711           Copy over buffer properties.  Fixes #158832
18712
18713 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18714
18715         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18716
18717         * ext/dvdread/dvdreadsrc.c:
18718           Fixes invalid reads (#158462)
18719
18720 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * sys/v4l/gstv4lsrc.c:
18723         * sys/v4l/gstv4lsrc.h:
18724         * sys/v4l/v4lsrc_calls.c:
18725           Probe less and cache it.  Fixes #159187.
18726
18727 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * gst/videorate/gstvideorate.c:
18730           Handle all video formats. Fixes #159186.
18731
18732 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18733         * gst/synaesthesia/gstsynaesthesia.c:
18734         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18735         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18736         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18737         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18738         (gst_synaesthesia_change_state), (plugin_init):
18739         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18740         Force 320x200 output, as that's the only thing the underlying
18741         synaesthesia implementation supports. Still needs to be made
18742         re-entrant.
18743
18744 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * configure.ac:
18747           Fix mpeg2enc configure check (similar to mplex check below).
18748
18749 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18750
18751         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18754           Fix for gcc-2.95 (fixes #158221).
18755
18756 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18757
18758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18759           Re-add clock distribution hack (until new core is released).
18760           Fixes #158125.
18761
18762 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18763         * configure.ac:
18764           fix mplex configure check segfaulting on some systems (bug #140994)
18765
18766 2004-11-13  Benjamin Otte  <otte@gnome.org>
18767
18768         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18769           add debugging
18770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18771           do a wait when we enter the loop func with no data available to
18772           write instead of getting into an 100% CPU loop by just returning and
18773           being called again by the scheduler
18774
18775 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18776
18777         * configure.ac:
18778         * ext/libvisual/visual.c: (gst_visual_get_type),
18779         (libvisual_log_handler), (gst_visual_getcaps),
18780         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18781         (plugin_init):
18782           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18783         * ext/smoothwave/Makefile.am:
18784         * ext/smoothwave/demo-osssrc.c: (main):
18785         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18786         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18787         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18788         (plugin_init):
18789         * ext/smoothwave/gstsmoothwave.h:
18790           Make gstsmoothwave a working element in the 20th century.
18791
18792         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18793           Fix incorrect link function
18794
18795 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18796
18797         * gst/volume/gstvolume.c:
18798           Allow buffer-frames=0.
18799
18800 2004-11-12 Iain <iaingnome@gmail.com>
18801
18802         * configure.ac: Check for polypaudio
18803
18804         * ext/Makefile.am: Build the polyp dir
18805
18806         * ext/polyp: The polypsink sources.
18807
18808 2004-10-30 Iain <iaingnome@gmail.com>
18809
18810         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18811         caps to reflect the new number of channels.
18812
18813 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18814
18815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18816           Fix for negotiation order problem. This would show when the
18817           ALSA loopfuction was called before any other function. ALSA
18818           wouldn't do anything because we're not negotiated yet, leading
18819           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18820
18821 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18822
18823         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18824
18825         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18826           No warnings (#157986).
18827
18828 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18831           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18832
18833 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18836           Signal no-more-pads (so it works in playbin).
18837
18838 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18839
18840         * ext/musepack/gstmusepackreader.cpp:
18841           Workaround for older core.
18842
18843 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18844
18845         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18846           Actually test for odd width/height rather than testing whether
18847           a temporary variable that was 0 before we subtracted 1 is now
18848           not equal to zero (which it always is).
18849
18850 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18851
18852         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18853         Fix compilation if HAVE_XVIDEO is not defined
18854
18855 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18856
18857         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18858         Fix compilation if HAVE_XVIDEO is not defined
18859
18860 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18861
18862         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18863         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18864         (gst_goom_change_state), (plugin_init):
18865         Use the bytestream adapter so goom doesn't depend on the input
18866         buffer size.
18867         Add a debug category
18868
18869 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18870
18871         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18872           Only set hardware parameters *after* negotiation. Before
18873           negotiation, it will set ANY and that seems to cause crashes
18874           (see e.g. #151288, #153227).
18875
18876 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18879           This seems to be antique leftover. It needs to pass error
18880           checking.
18881         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18882         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18883         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18884         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18885           Fix GstXOverlay implementation (#151059).
18886
18887 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18888
18889         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18890           Don't assert (#157853).
18891
18892 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18893
18894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18895           Fix bytes/samples confustion.
18896         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18897           Fix for underrun (#144389).
18898
18899 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18900
18901         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18902           Disable halfway-seek for pending release (since it needs a new
18903           core release).
18904
18905 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * sys/v4l/gstv4lsrc.c:
18908         * sys/v4l/gstv4lsrc.h:
18909         * sys/v4l/v4lsrc_calls.c:
18910           add autoprobe-fps property so we can separate autoprobing parts
18911
18912 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18913
18914         * sys/v4l/gstv4lsrc.c:
18915         * sys/v4l/v4lsrc_calls.c:
18916         initialise fourcc to catch unset fourcc's, and debug
18917
18918 2004-11-09  Wim Taymans  <wim@fluendo.com>
18919
18920         * gst/playback/README:
18921         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18922         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18923         (gst_play_bin_dispose), (gst_play_bin_set_property),
18924         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18925         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18926         (gst_play_bin_get_formats), (gst_play_bin_convert),
18927         (gst_play_bin_get_query_types), (gst_play_bin_query):
18928         Cleanups and some more documentation.
18929
18930 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18931
18932         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18933         (gst_cacasink_init), (gst_cacasink_chain):
18934         * ext/libcaca/gstcacasink.h:
18935         Cacasink inherits from VideoSink, so let that store the clock.
18936
18937 2004-11-09  Wim Taymans  <wim@fluendo.com>
18938
18939         * gst/playback/README:
18940         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18941         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18942         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18943         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18944         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18945         (setup_sinks):
18946         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18947         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18948         * gst/playback/gststreaminfo.h:
18949         Updated README.
18950         Only switch groups if all streams have muted (EOSed).
18951         Send Tags in sync with the stream playback instead of in
18952         the playback/preroll phase.
18953         Some cleanups, free the fakesrc elements.
18954
18955 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18956
18957         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18958           buffer-frames property was missing
18959         * ext/arts/gst_arts.c:
18960           rate missing from sinkcaps
18961         * ext/audiofile/gstafparse.c:
18962         * ext/audiofile/gstafsink.c:
18963         * ext/audiofile/gstafsrc.c:
18964         * ext/swfdec/gstswfdec.c:
18965           int audio doesn't know buffer-frames
18966         * ext/cdparanoia/gstcdparanoia.c:
18967           int audio doesn't know chunksize either
18968         * ext/nas/nassink.c:
18969           it's endianness, not endianess
18970         * gst-libs/gst/audio/audio.h:
18971           make float standard pad template caps really describe float
18972         * gst/law/mulaw.c: (linear_factory):
18973           signed only, please
18974         * gst/mpegstream/gstdvddemux.c:
18975           widths of 20 are not valid
18976
18977 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18978
18979         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18980
18981         * po/LINGUAS:
18982         * po/it.po:
18983           Add Italian
18984
18985 2004-11-08  Wim Taymans  <wim@fluendo.com>
18986
18987         * gst/playback/README:
18988         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18989         * gst/playback/gstplaybasebin.c: (probe_triggered),
18990         (gst_play_base_bin_change_state):
18991         Updated README, added more comments for fixmes etc..
18992
18993 2004-11-08  Wim Taymans  <wim@fluendo.com>
18994
18995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18996         We can remove this hack now.
18997
18998 2004-11-08  Wim Taymans  <wim@fluendo.com>
18999
19000         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19001         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19002         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19003         Only mix AYUV for maximum quality.
19004
19005 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19006
19007         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19008         (gst_ogg_demux_push), (gst_ogg_pad_push):
19009           Let's act as if we're synchronized now! :).
19010         * ext/theora/theoradec.c: (theora_dec_chain):
19011           Add some debug.
19012
19013 2004-11-08  Wim Taymans  <wim@fluendo.com>
19014
19015         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19016         (gst_alpha_set_property), (gst_alpha_sink_link),
19017         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19018         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19019         (gst_alpha_init_params), (gst_alpha_chain):
19020         Implement alpha functions for AYUV too, this increases
19021         accuracy quite a bit.
19022
19023 2004-11-08  Wim Taymans  <wim@fluendo.com>
19024
19025         * gst/ffmpegcolorspace/avcodec.h:
19026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19027         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19028         (gst_ffmpegcsp_avpicture_fill):
19029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19030         (gst_ffmpegcsp_caps_remove_format_info):
19031         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19032         (shrink12), (img_get_alpha_info), (deinterlace_line),
19033         (deinterlace_line_inplace):
19034         * gst/ffmpegcolorspace/imgconvert_template.h:
19035         Added AYUV colorspace and handle RGBA a bit more respectful.
19036
19037 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19038
19039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19040           Actually always send a discont (cornercase when resending the
19041           same serial-tagged chain twice).
19042
19043 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19044
19045         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19046         (gst_ximagesink_finalize):
19047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19048         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19049
19050 2004-11-08  Wim Taymans  <wim@fluendo.com>
19051
19052         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19053         Don't segfault on NULL data.
19054
19055 2004-11-08  Wim Taymans  <wim@fluendo.com>
19056
19057         * gst/playback/gstdecodebin.c: (unlinked):
19058         * gst/playback/gstplay-marshal.list:
19059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19060         (gst_play_base_bin_init), (group_create), (get_active_group),
19061         (get_building_group), (group_destroy), (group_commit),
19062         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19063         (add_element_stream), (no_more_pads), (probe_triggered),
19064         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19065         (state_change), (setup_source), (gst_play_base_bin_get_property),
19066         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19067         (gst_play_base_bin_link_stream),
19068         (gst_play_base_bin_get_streaminfo):
19069         * gst/playback/gstplaybasebin.h:
19070         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19071         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19072         Add support for chained ogg files. Prepare for playlist
19073         support. This patch introduces the concept of pad groups, which
19074         together compose one playable media file.
19075
19076 2004-11-07  David Schleef  <ds@schleef.org>
19077
19078         * testsuite/gst-lint: Check for pad templates that aren't statically
19079         scoped.
19080
19081 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19082
19083         * configure.ac:
19084         * ext/Makefile.am:
19085         * ext/musepack/Makefile.am:
19086         * ext/musepack/gstmusepackdec.cpp:
19087         * ext/musepack/gstmusepackdec.h:
19088         * ext/musepack/gstmusepackreader.cpp:
19089         * ext/musepack/gstmusepackreader.h:
19090           Add musepack decoder.
19091         * ext/faad/gstfaad.c: (gst_faad_base_init):
19092           Make pad templates static.
19093         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19094         (plugin_init):
19095           Add musepack typefinder, make mp3 typefinding work halfway stream,
19096           which doesn't actually work yet because id3demux doesn't implement
19097           _get_length().
19098
19099 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19102         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19103           Fix interrupt event handling (#144436).
19104
19105 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19106
19107         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19108           Hide unused glory.
19109
19110 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19111
19112         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19113
19114         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19115           Fix weird caps (#157548).
19116
19117 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19118
19119         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19120
19121         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19122           Add missing NULL terminator (#157543).
19123
19124 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19125
19126         * gst/tcp/gsttcp.h:
19127         * gst/tcp/gsttcpclientsink.c:
19128         * gst/tcp/gsttcpclientsrc.c:
19129         * gst/tcp/gsttcpserversink.c:
19130         * gst/tcp/gsttcpserversrc.c:
19131           ports can go up to 65535.  Move common defines to gsttcp.h
19132
19133 2004-11-05  Wim Taymans  <wim@fluendo.com>
19134
19135         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19136         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19137         Added two more colorspaces.
19138
19139 2004-11-05  Wim Taymans  <wim@fluendo.com>
19140
19141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19142         (gst_ffmpegcsp_avpicture_fill):
19143         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19144         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19145         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19146         More stride fixes.
19147
19148 2004-11-05  Wim Taymans  <wim@fluendo.com>
19149
19150         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19151         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19152         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19153         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19154         (gst_videomixer_loop):
19155         More stride fixes.
19156
19157 2004-11-05  Benjamin Otte  <otte@gnome.org>
19158
19159         * ext/mad/gstmad.c: (gst_mad_chain):
19160           don't overflow data buffer. Flush not needed sync data when syncing
19161           failed.
19162
19163 2004-11-04  Wim Taymans  <wim@fluendo.com>
19164
19165         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19166         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19167         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19168         (gst_alpha_init_params), (gst_alpha_chain),
19169         (gst_alpha_change_state):
19170         Updated the chroma keying algorithm with something more
19171         sophisticated.
19172
19173 2004-11-03  Wim Taymans  <wim@fluendo.com>
19174
19175         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19176         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19177         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19178         Fix stride issues. Does not completely work for odd
19179         heights.
19180
19181 2004-11-03  Wim Taymans  <wim@fluendo.com>
19182
19183         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19184         (gst_alpha_chroma_key), (gst_alpha_chain):
19185         Fix stride issues. Does not completely work for odd
19186         heights.
19187
19188 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19189
19190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19191         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19192         leak fixes
19193
19194 2004-11-03  Wim Taymans  <wim@fluendo.com>
19195
19196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19197         (gst_ffmpegcsp_avpicture_fill):
19198         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19199         (avpicture_alloc):
19200         * gst/ffmpegcolorspace/imgconvert_template.h:
19201         Use correct _fill function to get correct strides.
19202
19203 2004-11-02  David Schleef  <ds@schleef.org>
19204
19205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19206         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19207         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19208         Change all g_print()s to debugging.  Add a bunch of consistency
19209         checks.
19210
19211 2004-11-02  Wim Taymans  <wim@fluendo.com>
19212
19213         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19214         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19215         (unlinked), (no_more_pads), (close_link):
19216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19217         (unknown_type), (add_element_stream), (new_decoded_pad),
19218         (removed_decoded_pad), (setup_source):
19219         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19220         (gst_stream_info_class_init), (gst_stream_info_init),
19221         (gst_stream_info_new), (gst_stream_info_dispose),
19222         (stream_info_mute_pad), (gst_stream_info_set_property),
19223         (gst_stream_info_get_property):
19224         * gst/playback/gststreaminfo.h:
19225         Fix playback of multiple files.
19226         a slightly different approach to handling dynamic pad removals.
19227         This one only looks at pads that we have linked.
19228
19229 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19230
19231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19232         free" warning from libc.
19233
19234 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19235
19236         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19237         (get_unconnected_element), (remove_starting_from), (pad_removed),
19238         (close_link):
19239           Implement support for dynamic pad changing. We listen to "live"
19240           pad removals (i.e. while playing) and re-setup autoplugging
19241           after that. Playbasebin/playbin need some more work for this
19242           to finally work, but decodebin supports (and replugs) chained
19243           ogg now.
19244
19245 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19246
19247         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19248         (gst_alsa_finalize):
19249         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19250         (gst_cdaudio_finalize):
19251         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19252         (cdparanoia_finalize):
19253         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19254         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19255         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19256         (dvdreadsrc_finalize):
19257         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19258         (gst_flacdec_finalize):
19259         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19260         (gst_flacenc_finalize):
19261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19262         (gst_gnomevfssink_finalize):
19263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19264         (gst_gnomevfssrc_finalize):
19265         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19266         (gst_fameenc_finalize):
19267         * ext/nas/nassink.c: (gst_nassink_class_init),
19268         (gst_nassink_finalize):
19269         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19270         (gst_sdlvideosink_class_init):
19271         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19272         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19273         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19274         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19275         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19276         (gst_x_window_listener_dispose):
19277         * gst/audioscale/gstaudioscale.c:
19278         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19279         (play_on_demand_finalize):
19280         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19281         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19282         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19283         (cdplayer_finalize):
19284         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19285         (gst_glimagesink_class_init):
19286         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19287         (gst_osselement_finalize):
19288         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19289         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19290         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19291           Fixes a bunch of problems with finalize and dispose functions,
19292           either assumptions that dispose is only called once, or not calling
19293           the parent class dispose/finalize function
19294
19295 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19296
19297         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19298           added two api precondition guards
19299           use g_strdup with getenv to fix crash when using ENVVAR
19300
19301 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19302         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19303         (gst_esdsink_finalize):
19304         Use a finalize function, not dispose, and more importantly,
19305         call the parent class finalize function too
19306
19307 2004-11-01  Johan Dahlin  <johan@gnome.org>
19308
19309         * ext/ogg/gstoggdemux.c:
19310         * gst/tags/gstvorbistag.c:
19311         Plug leaks.
19312
19313 2004-10-31  Benjamin Otte  <otte@gnome.org>
19314
19315         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19316           lotsa memleaks today. But they're all small...
19317
19318 2004-10-31  Benjamin Otte  <otte@gnome.org>
19319
19320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19321           another memleak crushed
19322
19323 2004-10-31  Benjamin Otte  <otte@gnome.org>
19324
19325         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19326           fix memleak
19327
19328 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19331           Hack to prevent crash when going to READY inside signal handler
19332           while this function is active.
19333
19334 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * gst/ffmpegcolorspace/Makefile.am:
19337         * gst/ffmpegcolorspace/avcodec.h:
19338         * gst/ffmpegcolorspace/common.h:
19339         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19340         * gst/ffmpegcolorspace/dsputil.h:
19341         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19342         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19343         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19344         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19345         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19346         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19347         (gst_ffmpegcsp_avpicture_fill):
19348         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19350         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19351         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19352         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19353         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19354         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19355         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19356         * gst/ffmpegcolorspace/imgconvert.c:
19357         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19358         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19359         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19360         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19361         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19362         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19363         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19364         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19365         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19366         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19367         (grow21), (grow22), (grow41), (grow44), (conv411),
19368         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19369         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19370         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19371         (avpicture_free), (is_yuv_planar), (img_convert),
19372         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19373         (deinterlace_line_inplace), (deinterlace_bottom_field),
19374         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19375         * gst/ffmpegcolorspace/imgconvert_template.h:
19376         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19377         * gst/ffmpegcolorspace/mmx.h:
19378         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19379         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19380         (av_freep), (avcodec_get_context_defaults),
19381         (avcodec_alloc_context), (avcodec_init):
19382           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19383           handling plus update from ffmpeg CVS. Large clean-up.
19384
19385 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19386
19387         * gst/playback/Makefile.am:
19388           We need the marshallers for decodebin, too.
19389
19390 2004-10-30  David Schleef  <ds@schleef.org>
19391
19392         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19393           quicktime typefinding work with 64-bit offsets.
19394
19395 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19396
19397         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19398           Set EOS on the element when processing an EOS event.
19399         * ext/speex/gstspeexdec.h:
19400         * ext/speex/gstspeexenc.h:
19401           Only keep a const ptr to the mode
19402         * gst-libs/gst/riff/riff-media.c:
19403         (gst_riff_create_audio_caps_with_data),
19404         (gst_riff_create_audio_template_caps):
19405           Allow WMAV3, with up to 6 channels.
19406         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19407           Don't call gst_pad_set_event_function on a sink pad.
19408         * gst/mpegstream/gstdvddemux.c:
19409         (gst_dvd_demux_get_subpicture_stream),
19410         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19411           Copy the explicit caps that were set across to the cur_* pads,
19412           instead of trying to use a possibly non-existent negotiated caps.
19413           Reset the type of subpicture pads to UNKNOWN after calling
19414           init_stream, so that the caps get set.
19415
19416 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19417
19418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19421           Don't touch buffer if it is of size 0 (fixes #151064).
19422
19423 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19426           Synchronized discont handling.
19427
19428 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19431         (gst_ogg_demux_push):
19432           Make seeking sort-of exact again (fixes #156387).
19433
19434 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19435
19436         * gst/playback/gstplaybasebin.c: (unknown_type),
19437         (add_element_stream), (new_decoded_pad),
19438         (gst_play_base_bin_change_state):
19439         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19440         (gst_stream_info_init), (gst_stream_info_new),
19441         (gst_stream_info_dispose), (gst_stream_info_get_property):
19442         * gst/playback/gststreaminfo.h:
19443           Make caps explicitely available. Makes testing for unsupported
19444           types possible. Improves error reporting.
19445
19446 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * gst/audioconvert/gstaudioconvert.c:
19449         (gst_audio_convert_buffer_to_default_format):
19450           Really don't touch read-only buffers (#156563).
19451
19452 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19453
19454         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19455
19456         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19457           Fix memleak (#155223).
19458
19459 2004-10-29  Wim Taymans  <wim@fluendo.com>
19460
19461         * gst/tcp/.cvsignore:
19462         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19463         (gst_multifdsink_class_init), (gst_multifdsink_init),
19464         (gst_multifdsink_add), (gst_multifdsink_remove),
19465         (gst_multifdsink_remove_client_link), (is_sync_frame),
19466         (gst_multifdsink_new_client),
19467         (gst_multifdsink_handle_client_write),
19468         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19469         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19470         (gst_multifdsink_get_property):
19471         * gst/tcp/gstmultifdsink.h:
19472         Added burst on connect sync_method, deprecated sync_clients,
19473         streamlined the sync code some more.
19474
19475 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19476
19477         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19478         (gst_play_base_bin_change_state):
19479           Improve error reporting.
19480
19481 2004-10-28  Wim Taymans  <wim@fluendo.com>
19482
19483         * gst/tcp/Makefile.am:
19484         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19485         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19486         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19487         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19488         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19489         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19490         (gst_fdset_wait):
19491         Added more locks around fdset structures. Fixed/reworked
19492         the poll array resizing code.
19493         Added stress test for fdset.
19494
19495 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19496
19497         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19498         fix build
19499
19500 2004-10-28  Benjamin Otte  <otte@gnome.org>
19501
19502         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19503           fix link function to always query channels and query width for
19504           floats
19505         * configure.ac:
19506           add equalizer dir
19507         * gst/equalizer/Makefile.am:
19508         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19509         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19510         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19511         (arg_to_scale), (setup_filter),
19512         (gst_iir_equalizer_compute_frequencies),
19513         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19514         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19515         (plugin_init):
19516           add an equalizer
19517
19518 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19519
19520         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19521
19522         * po/LINGUAS:
19523         * po/nb.po:
19524           Added Norwegian Bokmaal translation
19525
19526 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19529           Don't break on options (fixes #156488).
19530
19531 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19532
19533         * configure.ac:
19534         * ext/cdaudio/Makefile.am:
19535         * sys/Makefile.am:
19536           fix build on older automake
19537
19538 2004-10-26  Wim Taymans  <wim@fluendo.com>
19539
19540         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19541         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19542         Allow a little margin when negotiating the framerate.
19543
19544 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19545
19546         * gst/level/gstlevel.c:
19547           synchonised naming of pads and pad-templates
19548
19549 2004-10-26  Wim Taymans  <wim@fluendo.com>
19550
19551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19552         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19553         (_find_streams_check), (gst_ogg_demux_push):
19554         Fix EOS again. Needs to be done in a better way. We should not
19555         remove the pad if there is no new chained stream.
19556
19557 2004-10-26 Iain <iaingnome@gmail.com>
19558
19559         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19560         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19561         of the caps.
19562         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19563         pad.
19564         (interleave_release_pad): Remove the pad.
19565         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19566         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19567         the set device.
19568         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19569         attrs
19570         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19571         (gst_xvimagesink_finalize): Free the par.
19572
19573 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19576         (gst_avimux_stop_file):
19577           First calculate the rate, and only then use it. Hdr.rate is a
19578           multiple and not a derivative of hdr.scale. Scale is not the
19579           same as blockalign but is solely related to rate.
19580
19581 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19582
19583         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19584         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19585           Implement seeking.
19586
19587 2004-10-25  James Henstridge  <james@jamesh.id.au>
19588
19589         Reviewed by:  David Schleef  <ds@schleef.org>
19590
19591         * examples/gstplay/player.c: (got_stream_length), (main):
19592         * examples/seeking/cdplayer.c: (update_scale):
19593         * examples/seeking/seek.c: (format_value), (update_scale):
19594         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19595         (stop_seek):
19596         Build fixes on AMD64.
19597
19598 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19599
19600         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19601
19602         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19603         Fix for some v4l cards which hang in v4lsrc
19604
19605 2004-10-25  Wim Taymans  <wim@fluendo.com>
19606
19607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19608         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19609         Make sure to remove the pad when a new chain is
19610         encountered. Set some vars to NULL so we don't try
19611         to reference freed memory.
19612
19613 2004-10-25  Wim Taymans  <wim@fluendo.com>
19614
19615         * examples/seeking/Makefile.am:
19616         * examples/seeking/cdplayer.c: (update_scale):
19617         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19618         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19619         (format_value), (update_scale), (iterate), (start_seek),
19620         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19621         (print_usage), (main):
19622         Added some more examples, update others.
19623
19624 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19627         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19628         * ext/theora/theoradec.c: (theora_dec_chain):
19629         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19630           Add codec-name metadata.
19631
19632 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19633
19634         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19637         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19638         * ext/alsa/gstalsamixertrack.h:
19639         * po/POTFILES.in:
19640           ALSA mixer track label internationalization (#154054).
19641
19642 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * ext/theora/theoradec.c: (theora_dec_chain):
19645           Export bitrate as metadata.
19646
19647 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19648
19649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19650         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19651         * ext/alsa/gstalsamixertrack.h:
19652           Fix names, fix loop.
19653
19654 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19655
19656         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19657         (speex_dec_convert):
19658           sinkconvert function so oggdemux can get the file length (totem).
19659
19660 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19661
19662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19665           Don't push incomplete packets.
19666         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19667           Fix MPEG-4 audio typefinding.
19668
19669 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * sys/v4l/Makefile.am:
19672         * sys/v4l/gstv4l.c: (plugin_init):
19673         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19674         (gst_v4lelement_init), (gst_v4lelement_dispose),
19675         (gst_v4lelement_change_state):
19676         * sys/v4l/gstv4lelement.h:
19677         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19678         (gst_v4l_xoverlay_close), (idle_refresh),
19679         (gst_v4l_xoverlay_set_xwindow_id):
19680         * sys/v4l/gstv4lxoverlay.h:
19681         * sys/v4l/v4l-overlay_calls.c:
19682         * sys/v4l/v4l_calls.h:
19683         * sys/v4l2/Makefile.am:
19684         * sys/v4l2/gstv4l2.c: (plugin_init):
19685         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19686         (gst_v4l2element_init), (gst_v4l2element_dispose),
19687         (gst_v4l2element_change_state):
19688         * sys/v4l2/gstv4l2element.h:
19689         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19690         (gst_v4l2_xoverlay_close), (idle_refresh),
19691         (gst_v4l2_xoverlay_set_xwindow_id):
19692         * sys/v4l2/gstv4l2xoverlay.h:
19693         * sys/v4l2/v4l2-overlay_calls.c:
19694         * sys/v4l2/v4l2_calls.h:
19695           Remove client-side overlay handling, use the X-server v4l plugin
19696           for that. Nicer overlay, less code. Also make the plugin
19697           compileable without X (but then without overlay, obviously).
19698           Makes xwindowlistener obsolete, should we remove that?
19699
19700 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19701
19702         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19703         (gst_osssrc_src_query):
19704         * sys/oss/gstosssrc.h:
19705           OK, so people want offset in DEFAULT. This time, actually fix all
19706           cases.
19707         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19708           Add FPS properly.
19709
19710 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * gst/asfdemux/gstasfmux.c:
19713         * gst/avi/gstavimux.c:
19714           Framerate.
19715
19716 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19717
19718         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19719           Fix properties (channel, norm, frequency).
19720
19721 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19722
19723         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19724           Flag typo.
19725         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19726           No warnings.
19727
19728 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19731           Fix hang.
19732
19733 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * sys/v4l2/gstv4l2element.h:
19736           Yet Another Hack (tm) for kernel header borkedness.
19737         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19738         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19739         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19740         (gst_v4l2src_change_state):
19741         * sys/v4l2/gstv4l2src.h:
19742         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19743         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19744           Fix caps, keep track of state, work.
19745
19746 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19749           Quiet.
19750
19751 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19754           Don't mix bytes and samples.
19755
19756 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19757
19758         * ext/ogg/gstoggmux.c:
19759           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19760           and theora. Any is incorrect.
19761         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19762           Fix caps.
19763         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19764         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19765         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19766         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19767         * sys/v4l/gstv4lmjpegsrc.h:
19768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19769         (gst_v4lsrc_change_state):
19770         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19771         (gst_v4lmjpegsrc_capture_stop):
19772           Fix caps. Keep track of internal state. Work.
19773
19774 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * ext/Makefile.am:
19777           Fix the build fixes.
19778
19779 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19780
19781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19782         (gst_ogg_demux_src_event), (_find_chain_seek),
19783         (gst_ogg_pad_push):
19784           Check for pad availability before using it.
19785         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19786           Fix parsing of chained ogg. Needs more work on the decoder side.
19787
19788 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19789
19790         * gst/spectrum/Makefile.am:
19791         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19792         (idle_func):
19793           Fix demo and reenable it. Yes, I'm currently playing with audio
19794           analysis tools
19795
19796 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19797
19798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19799           We love it if files that start at zero work too...
19800
19801 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19804           Handle files with missing EOS headers.
19805
19806 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19807
19808         * gst/tcp/gsttcpserversink.c:
19809         (gst_tcpserversink_handle_server_read),
19810         (gst_tcpserversink_init_send):
19811         Zero some variables first (need for accept not to return EINVAL)
19812
19813 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19816         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19817         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19818         (theora_dec_chain):
19819         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19820         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19821           Seeking and querying finetune.
19822
19823 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * configure.ac:
19826         * ext/Makefile.am:
19827         * ext/raw1394/Makefile.am:
19828           fix the build
19829
19830 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19833           Wrong return.
19834         * gst/playback/Makefile.am:
19835         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19836         * gst/playback/gstplay-marshal.list:
19837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19838           Fix marshallers.
19839
19840 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19841
19842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19843           Silence.
19844
19845 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19848         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19849         (gst_ogg_pad_push):
19850           Yay for non-lineair granulepos in theora.
19851
19852 2004-10-18  Wim Taymans  <wim@fluendo.com>
19853
19854         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19855         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19856         * ext/dv/gstdvdec.h:
19857         Make sure we renegotiate aspect ratio when the camera switches.
19858
19859 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19860
19861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19862         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19863           Start at zero.
19864         * ext/theora/theoradec.c: (theora_dec_chain):
19865           Skip headers. Bad idea for chained ogg, but fixes seeking.
19866
19867 2004-10-18  Wim Taymans  <wim@fluendo.com>
19868
19869         * configure.ac:
19870         I swear, this is the last time I touch this.
19871
19872 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19875         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19876         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19877           Faster seeking.
19878         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19879           Time-to-default conversion.
19880         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19881           Don't error on unknown packets, just skip. We should probably
19882           read them if we want to support chained ogg.
19883
19884 2004-10-18  Wim Taymans  <wim@fluendo.com>
19885
19886         * configure.ac:
19887         Added cdaudio to wrong list.
19888
19889 2004-10-18  Wim Taymans  <wim@fluendo.com>
19890
19891         * configure.ac:
19892         Revive cdaudio.
19893
19894 2004-10-18  Wim Taymans  <wim@fluendo.com>
19895
19896         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19897         (gst_dvdec_video_link), (gst_dvdec_push):
19898         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19899         (gst_smokeenc_resync), (gst_smokeenc_chain):
19900         Fix mimetype on smoke encoder.
19901         Add aspect ratio to dvdec. Not sure if these
19902         values are correct though....
19903
19904 2004-10-18  Wim Taymans  <wim@fluendo.com>
19905
19906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19907         Fix vorbis property descriptions and ranges.
19908
19909 2004-10-18  Wim Taymans  <wim@fluendo.com>
19910
19911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19912         Really do nothing when no data is available.
19913         Go to the playing state when the stream is not seekable
19914         instead of failing.
19915
19916 2004-10-18  Wim Taymans  <wim@fluendo.com>
19917
19918         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19919         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19920         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19921         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19922         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19923         Added uri handler for cd://
19924         Port to new API.
19925
19926 2004-10-18  Wim Taymans  <wim@fluendo.com>
19927
19928         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19929         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19930         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19931         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19932         (remove_prerolls), (unknown_type), (add_element_stream),
19933         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19934         (gst_play_base_bin_remove_element),
19935         (gst_play_base_bin_link_stream):
19936         * gst/playback/gstplaybin.c: (gen_video_element),
19937         (gen_vis_element), (remove_sinks), (setup_sinks):
19938         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19939         (gst_stream_info_get_type), (gst_stream_info_class_init),
19940         (gst_stream_info_init), (gst_stream_info_new),
19941         (gst_stream_info_dispose), (stream_info_mute_pad),
19942         (gst_stream_info_set_property), (gst_stream_info_get_property):
19943         * gst/playback/gststreaminfo.h:
19944         Add sink padtemplate to decodebin.
19945         Added some more comments.
19946         Make queue size configurable in playbasebin.
19947         Added possibility to use elements as sinks (ex cdaudio).
19948
19949 2004-10-15  Wim Taymans  <wim@fluendo.com>
19950
19951         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19952         (gst_speexenc_chain):
19953         Fix speex timestamps so that it gets muxed properly.
19954
19955 2004-10-15  Wim Taymans  <wim@fluendo.com>
19956
19957         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19958         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19959         (gst_dv1394src_init), (gst_dv1394src_dispose),
19960         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19961         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19962         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19963         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19964         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19965         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19966         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19967         * ext/raw1394/gstdv1394src.h:
19968         Added conversion/query functions.
19969         Update buffer timestamps,
19970         Added signals.
19971         Added uri dv:// so it might play from the firewire in playbin.
19972         Fix a possible leak.
19973         Added debugging.
19974
19975 2004-10-15  Wim Taymans  <wim@fluendo.com>
19976
19977         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19978         (gst_dv1394src_init), (gst_dv1394src_set_property),
19979         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19980         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19981         * ext/raw1394/gstdv1394src.h:
19982         Added AV/C VTR control support needed for some cameras.
19983         Added automatic port detection.
19984         Added properties for selecting the channel.
19985         The configure.ac script is not yet updated to reflect the
19986         new libavc1394 and librom1394 dependencies.
19987
19988 2004-10-15  Wim Taymans  <wim@fluendo.com>
19989
19990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19991         (qtdemux_parse), (gst_qtdemux_handle_esds):
19992         An esds box is not a container.
19993         Fix parsing of mp4v boxes.
19994         Do not try to renegotiate fps for each frame. Need to
19995         find a better method. This should fix mp4 playback.
19996
19997 2004-10-14  David Schleef  <ds@schleef.org>
19998
19999         * configure.ac: update for swfdec-0.3 and liboil-0.2
20000         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20001         * ext/swfdec/gstswfdec.h: same
20002         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20003         * gst/videotestsrc/videotestsrc.c: same
20004
20005 2004-10-14  Wim Taymans  <wim@fluendo.com>
20006
20007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20008         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20009         (is_sync_frame), (gst_multifdsink_new_client),
20010         (gst_multifdsink_handle_client_write),
20011         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20012         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20013         Turn warnings into info.
20014         Don't allow a state change in the streaming thread.
20015
20016 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * ext/vorbis/oggvorbisenc.c:
20019         * ext/vorbis/vorbisdec.c:
20020           fix template sample rate
20021
20022 2004-10-13  Wim Taymans  <wim@fluendo.com>
20023
20024         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20025         Decoding the header first fixes some problems in resyncing
20026         in more mp3s.
20027
20028 2004-10-12  Wim Taymans  <wim@fluendo.com>
20029
20030         * gst/playback/gstplaybin.c: (gen_video_element),
20031         (gen_vis_element), (remove_sinks), (setup_sinks):
20032         Added vis plugin support, need to configure the vis
20033         element to activate it.
20034
20035 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20036
20037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20038         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20039           Some debug.
20040         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20041         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20042         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20043         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20044         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20045         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20046         * gst/avi/gstavidemux.h:
20047           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20048           recovery (where, if part of the index is broken, we will still read
20049           the rest of the index and recover the broken part by stream
20050           scanning). More broken media support. EOS workarounds. General AVI
20051           braindamage headache recovery. Aspirin included.
20052
20053 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20054
20055         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20056         (cdparanoia_event), (cdparanoia_query):
20057           Get rid of hideous lead-in.
20058
20059 2004-10-11  Wim Taymans  <wim@fluendo.com>
20060
20061         * gst/playback/gstplaybasebin.c: (setup_source):
20062         Wrong var used to get g_list_next.
20063
20064 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20067         (cdparanoia_get), (cdparanoia_open):
20068           Report discid as metadata, add duration.
20069
20070 2004-10-11  Wim Taymans  <wim@fluendo.com>
20071
20072         * gst/playback/gstplaybasebin.c: (setup_source):
20073         Cleanup the previous pipeline a little earlier for the
20074         case that a source element provides raw data.
20075
20076 2004-10-11  Benjamin Otte  <otte@gnome.org>
20077
20078         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20079           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20080           consuming the last 128 bytes, even though it was valid mp3 data.
20081
20082 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20083
20084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20085         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20086         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20087         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20088
20089 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20090
20091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20092         Fix for webcams that support only specific width or height
20093
20094 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20095
20096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20097
20098         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20099           Fix wrong discont event setup (fixes #154967).
20100
20101 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20102
20103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20106           Error out on invalid data (fixes #154807).
20107
20108 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20109
20110         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20111
20112         * ext/dvdread/dvdreadsrc.c: (_read):
20113           Make titles > 0 work again (fixes #154834).
20114
20115 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * gst-libs/gst/riff/riff-media.c:
20118         (gst_riff_create_video_template_caps):
20119           WMV3 missing in template caps.
20120
20121 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20122
20123         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20124           OK, so the original code was too strict. It makes random AVI files
20125           hang for seconds upon opening, which is unacceptable and is far
20126           beyond the original goal of getting multiple chunks for one-chunk
20127           sounc stream files. So now do just that.
20128
20129 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20130
20131         * gst/playback/gstplaybasebin.c: (setup_source),
20132         (gst_play_base_bin_change_state):
20133           Actually clean up streaminfo if output fails. This would trigger
20134           if, for example, there was no CD in the drive. No preroll, so
20135           a streaminfo structure is created, but the subsequent state change
20136           of the thread fails.
20137         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20138           Don't change state if parent failed.
20139
20140 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20141
20142         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20143         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20144         (gen_video_element), (remove_sinks):
20145           Add small bits of code for screenshot handling.
20146
20147 2004-10-08  Wim Taymans  <wim@fluendo.com>
20148
20149         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20150         (gen_video_element), (gen_audio_element), (setup_sinks):
20151         Don't assume the user provided sinks are named "sink"...
20152
20153 2004-10-08  Wim Taymans  <wim@fluendo.com>
20154
20155         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20156         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20157         (gst_play_base_bin_link_stream):
20158         Do not try to autoplug sources that generate raw streams like
20159         cdparanoia.
20160         disconnect the preroll overrun signal when we don't need it anymore.
20161
20162 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20163
20164         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20165         Added reworked patch from #154903 from milosz derezynski (deadchip).
20166
20167 2004-10-08  Wim Taymans  <wim@fluendo.com>
20168
20169         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20170         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20171         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20172         (cdparanoia_convert), (cdparanoia_uri_get_type),
20173         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20174         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20175         * ext/cdparanoia/gstcdparanoia.h:
20176         This adds the cdda://<tracknum> uri.
20177
20178 2004-10-08  Wim Taymans  <wim@fluendo.com>
20179
20180         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20181         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20182         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20184         (unknown_type), (gst_play_base_bin_remove_element),
20185         (gst_play_base_bin_link_stream):
20186         * gst/playback/gstplaybasebin.h:
20187         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20188         (gst_play_bin_set_property), (gen_video_element),
20189         (gen_audio_element), (setup_sinks):
20190         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20191         (gst_stream_info_get_type), (gst_stream_info_class_init),
20192         (gst_stream_info_init), (gst_stream_info_new),
20193         (gst_stream_info_dispose), (stream_info_mute_pad),
20194         (gst_stream_info_set_property), (gst_stream_info_get_property):
20195         * gst/playback/gststreaminfo.h:
20196         Reuse the audio and video bins.
20197         Some internal cleanups in the stream selection code.
20198
20199 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20200
20201         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20202         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20203         * sys/ximage/ximagesink.h:
20204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20205         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20206         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20207         not coming from those elements. Moreover these elements should not keep
20208         the xid they have been given when in NULL state.
20209
20210 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20213         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20214         * sys/ximage/ximagesink.h:
20215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20216         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20217         * sys/xvimage/xvimagesink.h:
20218           Actually only create a new toplevel window if we're not gonna
20219           embed it right after.
20220
20221 2004-10-07  Wim Taymans  <wim@fluendo.com>
20222
20223         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20224         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20225         * gst/playback/gstplaybin.c: (setup_sinks):
20226         Implement muting/unmuting of streams, mute streams that are not
20227         used.
20228
20229 2004-10-07  Wim Taymans  <wim@fluendo.com>
20230
20231         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20232         (plugin_init):
20233         Added lame audio/x-ac3 typefind function.
20234
20235 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20236
20237         * configure.ac:
20238           bump nano to cvs
20239
20240 === release 0.8.5 ===
20241
20242 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20243
20244         * NEWS:
20245         * RELEASE:
20246         * configure.ac:
20247           releasing 0.8.5, "Take You On"
20248
20249 2004-10-06  Wim Taymans  <wim@fluendo.com>
20250
20251         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20252         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20253         (no_more_pads), (close_link), (type_found):
20254         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20255         * gst/playback/gstplaybin.c: (gen_video_element):
20256         Do not signal the no_more_pads after the first pad when
20257         we are plugging a non dynamic element with multiple
20258         output pads (like swfdec, dvdec, ...).
20259
20260 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20261
20262         * configure.ac:
20263           bump for prerelease
20264
20265 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20266
20267         * gst/wavparse/gstwavparse.c:
20268           add ATRAC3 to STATIC CAPS to fix a warning
20269
20270         * gst/matroska/ebml-read.c:
20271         * gst-libs/gst/riff/riff-read.c:
20272           fix typos
20273
20274 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20275
20276         * gst-libs/gst/riff/riff-media.c:
20277           generate caps for ATRAC3 audio streams
20278
20279         * gst/realmedia/rmdemux.c:
20280           generate caps for ATRAC3 audio streams
20281
20282 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20283
20284         * gst/wavparse/Makefile.am
20285         * gst/wavparse/riff.h
20286         * gst/wavparse/wavparse.vcproj
20287           riff.h removal (unused and duplication with riff-ids.h)
20288
20289 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20290
20291         * gst/wavparse/gstwavparse.h
20292           remove duplicated defines for audio codec codes
20293
20294         * gst-libs/gst/riff/riff-ids.h
20295         * gst/wavenc/riff.h:
20296           add "4CC" code for ATRAC3 audio streams
20297           add "4CC" code for ITU_G721_ADPCM (unused for now)
20298
20299 2004-10-06  Wim Taymans  <wim@fluendo.com>
20300
20301         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20302         Actually _do_ negotiation. Pass gdouble as arg instead
20303         of guint64 for the framerate.
20304
20305 2004-10-06  Wim Taymans  <wim@fluendo.com>
20306
20307         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20308         (find_compatibles), (close_pad_link), (try_to_link_1),
20309         (no_more_pads), (close_link), (type_found):
20310         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20311         * gst/playback/gstplaybin.c: (gen_video_element),
20312         (gen_audio_element):
20313         Set state on newly added element to READY so that negotiation
20314         can happen ASAP.
20315         Addes some more debug info.
20316         Do not try to plug pads with multiple caps structures or ANY
20317         because it is too dangerous since we do not do dynamic
20318         replugging.
20319
20320 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20321
20322         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20323
20324         * po/LINGUAS:
20325         * po/or.po:
20326           add Oriya translation
20327
20328 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20329
20330         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20331           Prevent overwrite of size member. Makes audio sound crappy.
20332
20333 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20334
20335         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20336         Add rmvb to the list of known RealMedia extensions
20337
20338 2004-10-05  Wim Taymans  <wim@fluendo.com>
20339
20340         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20341         (mngdec_openstream), (mngdec_closestream),
20342         (mngdec_handle_sink_event), (mngdec_readdata),
20343         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20344         (mngdec_getcanvasline), (mngdec_refresh),
20345         (gst_mngdec_change_state):
20346         Set the framerate correctly.
20347
20348 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20351           There was something wrong with the index massaging.
20352
20353 2004-10-04  Wim Taymans  <wim@fluendo.com>
20354
20355         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20356         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20357         (gst_smokedec_chain):
20358         * ext/jpeg/gstsmokedec.h:
20359         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20360         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20361         * ext/jpeg/gstsmokeenc.h:
20362         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20363         (smokecodec_decode_new), (smokecodec_info_free),
20364         (smokecodec_set_quality), (smokecodec_get_quality),
20365         (smokecodec_set_threshold), (smokecodec_get_threshold),
20366         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20367         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20368         (smokecodec_encode), (smokecodec_parse_id),
20369         (smokecodec_parse_header), (smokecodec_decode):
20370         * ext/jpeg/smokecodec.h:
20371         * ext/jpeg/smokeformat.h:
20372         Updated smoke, new bitstream, allows embedding in ogg.
20373
20374 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20375
20376         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20377           Fix seeking in some files. All this code is no longer needed (and
20378           actually breaks stuff) because we now synchronize the full index
20379           right when reading the header.
20380
20381 2004-10-04  Wim Taymans  <wim@fluendo.com>
20382
20383         * configure.ac:
20384         configure update for libmng.
20385
20386 2004-10-04  Wim Taymans  <wim@fluendo.com>
20387
20388         * ext/libmng/Makefile.am:
20389         * ext/libmng/gstmng.c: (plugin_init):
20390         * ext/libmng/gstmng.h:
20391         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20392         (gst_mngdec_base_init), (gst_mngdec_class_init),
20393         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20394         (gst_mngdec_loop), (gst_mngdec_get_property),
20395         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20396         (mngdec_closestream), (mngdec_handle_sink_event),
20397         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20398         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20399         (gst_mngdec_change_state):
20400         * ext/libmng/gstmngdec.h:
20401         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20402         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20403         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20404         (gst_mngenc_chain), (gst_mngenc_get_property),
20405         (gst_mngenc_set_property):
20406         * ext/libmng/gstmngenc.h:
20407         Added basic MNG decoder. Needs more work. The encoder does
20408         not work yet.
20409
20410 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20413         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20414         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20415           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20416           no-more-pads.
20417
20418 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20419
20420         * configure.ac:
20421           you need at least 1.0.4 of speex
20422
20423 2004-10-04 Iain <iaingnome@gmail.com>
20424
20425         * ext/speex/gstspeexdec.h: Revert the includes changes.
20426
20427         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20428
20429 2004-09-30 Iain <iaingnome@gmail.com>
20430
20431         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20432         found during init or set as a property instead of hardcoding /dev/audio
20433
20434 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20437         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20438         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20439         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20440         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20441         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20442         (gst_rmdemux_dump_data):
20443           Use debug category, fix EOS handling. filesrc ! rmdemux now
20444           works.
20445
20446 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20449         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20450         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20451           Improve allocation, cutting and sorting of the index. How takes a
20452           few seconds instead of minutes.
20453
20454 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20455
20456         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20457           fixed compilation
20458
20459 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20460
20461         * gst-libs/gst/riff/riff-media.c:
20462         (gst_riff_create_video_caps_with_data),
20463         (gst_riff_create_video_template_caps):
20464           Add wing commander format mimetype/fourccs.
20465         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20466           Don't crash if some value is 0.
20467
20468 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20469
20470         * gst-libs/gst/riff/riff-media.c:
20471         (gst_riff_create_video_caps_with_data),
20472         (gst_riff_create_video_template_caps):
20473           Add DIB fourcc (raw, palettized 8-bit RGB).
20474         * gst-libs/gst/riff/riff-read.c:
20475         (gst_riff_read_strf_vids_with_data):
20476           Oops, fix strf_data reading bug.
20477         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20478           Use a non-NULL tag.
20479         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20480           Time for hacks. Sorry Dave. At least one quicktime movie (a
20481           trailer) that I've encountered contains multiple video tracks.
20482           One of those is the actual video track, the other are one-frame
20483           tracks (images). Unfortunately, the number of frames according
20484           to the trak header is 1 for each, so that doesn't help. So
20485           instead, I look at the duration and discard tracks with a
20486           duration shorter than 20% of the length of the stream. Better
20487           than nothing.
20488
20489 2004-10-01  Christian Schaller <christian@fluendo.com>
20490
20491         * ext/ivorbis/vorbis.c:
20492           Patch from Phil Blundell (Bug 152341)
20493
20494 2004-10-01  Wim Taymans  <wim@fluendo.com>
20495
20496         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20497         (speex_dec_get_formats), (speex_dec_convert),
20498         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20499         (speex_dec_chain), (gst_speexdec_get_property),
20500         (gst_speexdec_set_property):
20501         Small cleanups.
20502
20503 2004-10-01  Wim Taymans  <wim@fluendo.com>
20504
20505         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20506         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20507         (gst_wavparse_other), (gst_wavparse_loop),
20508         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20509         (gst_wavparse_srcpad_event):
20510         * gst/wavparse/gstwavparse.h:
20511         Added some more debugging info.
20512         Fix the case where the length of the file is 0.
20513         Make sure we seek to sample borders.
20514
20515 2004-10-01  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst/playback/README:
20518         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20519         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20520         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20521         Add some debug info to decodebin, update README
20522
20523 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20524
20525         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20526           Don't use g_print(); use GST_DEBUG().
20527
20528 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20531         (gst_ogg_mux_queue_pads):
20532           Handle EOS properly.
20533
20534 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20535
20536         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20537
20538         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20539         (gst_faad_chain), (gst_faad_change_state):
20540         * ext/faad/gstfaad.h:
20541           Allow playback of raw (unframed) MPEG AAC files (#148993).
20542
20543 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20544
20545         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20548           Throw error if we didn't recognize the stream. Fixes #152289.
20549
20550 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20553           Fix negotiation.
20554
20555 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20556
20557         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20560           Fix memleak.
20561
20562 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20563
20564         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20565
20566         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20567           Solve #152805.
20568         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20569           Solve 152806.
20570
20571 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20572
20573         * gst-libs/gst/riff/riff-media.c:
20574         (gst_riff_create_video_caps_with_data),
20575         (gst_riff_create_audio_caps_with_data):
20576           Add codec_data handling (like asfdemux used to do).
20577         * gst/asfdemux/gstasf.c: (plugin_init):
20578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20579         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20580           Use riff-media for caps creation instead of our own (mostly
20581           broken) copy of its functions.
20582
20583 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20584
20585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20586           Don't actually error out if we get another return value than
20587           -EINVAL. Opposite to what I first thought, drivers have random
20588           return values for this, although -EINVAL is the expected return
20589           value. Since this is not fatal, we shouldn't use
20590           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20591
20592 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20593
20594         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20595         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20596         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20597         (dvdreadsrc_get), (dvdreadsrc_open_file),
20598         (dvdreadsrc_change_state):
20599           Fix. Don't do one big huge loop around the whole DVD, that will
20600           cache all data and thus eat sizeof(dvd) (several GB) before we
20601           see something.
20602         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20603           Actually NULL'ify event after using it.
20604         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20605         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20606         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20607         (gst_ebml_read_seek), (gst_ebml_read_skip):
20608           Handle events.
20609         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20610         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20611         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20612           Fix timing (this will probably break if I seek using menus, but
20613           I didn't get there yet). VOBs and normal DVDs should now work.
20614           Add a mpeg2-only pad with high rank so this get autoplugged for
20615           MPEG-2 movies.
20616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20617         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20618         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20619         (gst_mpeg_demux_get_audio_stream),
20620         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20621         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20622           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20623           MPEG-1 but use dvddemux for MPEG-2.
20624         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20625         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20626         (gst_mpeg_parse_parse_packhead):
20627           Timing. Only add pad template if it exists. Add sink template from
20628           class and not from ourselves. This means we will always use the
20629           correct sink template even if it is not the one defined in this
20630           file.
20631
20632 2004-09-29  Wim Taymans  <wim@fluendo.com>
20633
20634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20635         (gst_mpeg_demux_parse_pes):
20636         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20637         Fix playback of mpeg again, timestamps where screwed up by
20638         patch 1.61.
20639
20640 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20643           Only return true if we actually filled something in. Prevents
20644           player applications from showing a random length for flac files.
20645         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20646         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20647         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20648         (gst_riff_read_strf_vids_with_data),
20649         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20650           OK, ok, so I implemented event handling. Apparently it's normal
20651           that we receive random events at random points without asking
20652           for it.
20653         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20654         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20655         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20656         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20657         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20658         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20659         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20660         * gst/avi/gstavidemux.h:
20661           Implement non-lineair chunk handling and subchunk processing.
20662           The first solves playback of AVI files where the audio and video
20663           data of individual buffers that we read are not synchronized.
20664           This should not happen according to the wonderful AVI specs, but
20665           of course it does happen in reality. It is also a prerequisite for
20666           the second. Subchunk processing allows us to cut chunks in small
20667           pieces and process each of these pieces separately. This is
20668           required because I've seen several AVI files with incredibly large
20669           audio chunks, even some files with only one audio chunk for the
20670           whole file. This allows for proper playback including seeking.
20671           This patch is supposed to fix all AVI A/V sync issues.
20672         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20673         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20674           Work.
20675         * gst/modplug/gstmodplug.cc:
20676           Proper return value setting for the query() function.
20677         * gst/playback/gstplaybasebin.c: (setup_source):
20678           Being in non-playing state (after, e.g., EOS) is not necessarily
20679           a bad thing. Allow for that. This fixes playback of short files.
20680           They don't actually playback fully now, because the clock already
20681           runs. This means that small files (<500kB) with a small length
20682           (<2sec) will still not or barely play. Other files, such as mod
20683           or flx, will work correctly, however.
20684
20685 2004-09-28  Wim Taymans  <wim@fluendo.com>
20686
20687         * ext/speex/gstspeex.c: (plugin_init):
20688         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20689         (gst_speex_dec_class_init), (speex_dec_get_formats),
20690         (speex_get_event_masks), (speex_get_query_types),
20691         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20692         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20693         (gst_speexdec_get_property), (gst_speexdec_set_property),
20694         (speex_dec_change_state):
20695         * ext/speex/gstspeexdec.h:
20696         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20697         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20698         (gst_speexenc_base_init), (gst_speexenc_class_init),
20699         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20700         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20701         (gst_speexenc_src_query), (gst_speexenc_init),
20702         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20703         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20704         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20705         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20706         (gst_speexenc_chain), (gst_speexenc_get_property),
20707         (gst_speexenc_set_property), (gst_speexenc_change_state):
20708         * ext/speex/gstspeexenc.h:
20709         Rewrote speex encoder, make sure it can be embedded in ogg.
20710         Implemented speex decoder.
20711
20712 2004-09-28  Christian Schaller <christian@fluendo.com>
20713
20714         * configure.ac:
20715         Remove kioslave plugin. Markey is brewing a new working one
20716         * ext/Makefile.am: Remove kioslave plugin
20717         * ext/kio: remove
20718         * gst-plugins.spec.in: remove kio plugin from spec
20719
20720 2004-09-27  Wim Taymans  <wim@fluendo.com>
20721
20722         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20723         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20724         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20725         (gst_multifdsink_new_client),
20726         (gst_multifdsink_handle_client_write),
20727         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20728         (gst_multifdsink_handle_clients):
20729         * gst/tcp/gstmultifdsink.h:
20730         Make syncing to keyframes actually work for new clients and lagging
20731         clients.
20732
20733 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20734
20735         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20736         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20737         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20738         * gst/debug/gstnavigationtest.h:
20739           make navigationtest display button-press and button-release events
20740
20741 2004-09-26 Iain <iaingnome@gmail.com>
20742
20743         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20744         the channels have received a new media event.
20745         (interleave_buffered_loop): Compresses a new media event on all
20746         channels into one.
20747
20748 2004-09-26 Iain <iaingnome@gmail.com>
20749
20750         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20751         call the sinkpad's default event handler and not the srcpads. He also
20752         says this is confusing :)
20753         (gst_wavenc_stop_file): Company says that seek events only go upstream
20754         we should send a discontinuous downstream instead.
20755
20756 2004-09-25  Christian Schaller <christian@fluendo.com>
20757
20758         * Update SPEC file to be usable in conjunction with Fedora Core,
20759           Fedora.us and freshrpms packages
20760         * Fix typo in multifilesrc test Makefile
20761
20762 2004-09-24  Wim Taymans  <wim@fluendo.com>
20763
20764         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20765         Only signal the no_more_pads signal when we have
20766         added the stream to our list.
20767
20768 2004-09-24  Wim Taymans  <wim@fluendo.com>
20769
20770         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20771         (new_decoded_pad):
20772         * gst/playback/gstplaybasebin.h:
20773         * gst/playback/gstplaybin.c: (setup_sinks):
20774         Don't try to preroll or decode more than one audio/video
20775         track.
20776
20777 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20780           Throw error if we failed to find a suitable output. This should
20781           throw an error if we successfully set up a pipeline (e.g. because
20782           we recognized a media file) but found no decodable streams in it
20783           (e.g. because it contains only media stream types for which we
20784           have no decoders, or because it's not a media type).
20785
20786 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * ext/dirac/Makefile.am:
20789         * ext/dirac/gstdirac.cc:
20790         * ext/dirac/gstdiracdec.cc:
20791         * ext/dirac/gstdiracdec.h:
20792           Do something. Don't actually know if this works because I don't
20793           have a demuxer yet.
20794         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20795           Add channels=1 to caps returned from _getcaps().
20796         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20797         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20798         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20799         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20800         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20801         (gst_ogm_parse_change_state):
20802           Separate between audio/video so ogmaudioparse actually uses the
20803           audio pad templates. Both audio and video work now, including
20804           autoplugging. Also use sometimes-srcpad hack.
20805         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20806           Handle events better. Don't hang on infinite loops.
20807         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20808         (gst_avi_demux_init), (gst_avi_demux_reset),
20809         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20810         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20811         (gst_avi_demux_change_state):
20812         * gst/avi/gstavidemux.h:
20813           Improve A/V sync. Still not perfect.
20814         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20815         (gst_ebml_read_skip):
20816           Handle events better.
20817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20818         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20819         (qtdemux_audio_caps):
20820           Add IMA4. Improve event handling. Save offset after a seek when
20821           the headers are at the end of the file so that we don't end up in
20822           an infinite loop.
20823         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20824           Add low-priority typefind support for files with no length.
20825
20826 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20827
20828         * testsuite/multifilesink/Makefile.am:
20829         fix typo
20830
20831 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20832
20833         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20835         mistakes from thaytan's patches.
20836
20837 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20838
20839         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20840           For completeness, XSync in the destroy function as xvimage does.
20841
20842 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20843
20844         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20845            Correct caps negotiation
20846         * gst/volume/gstvolume.c: (volume_chain_float),
20847         (volume_chain_int16):
20848            Modify debug output to be little more informative
20849         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20851         (gst_xvimagesink_xvimage_destroy):
20852           Add XSync calls after detaching from the shared memory segment to
20853           avoid a crash.
20854
20855 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20856
20857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20858         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20859         * ext/vorbis/vorbis.c: (plugin_init):
20860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20861         (gst_vorbisenc_chain):
20862         * ext/vorbis/vorbisenc.h:
20863         remove explicit newmedia support from oggmux and vorbisenc
20864         add debug category to vorbisenc
20865         * gst/multifilesink/gstmultifilesink.c:
20866         (gst_multifilesink_class_init), (gst_multifilesink_init),
20867         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20868         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20869         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20870         (plugin_init):
20871         * gst/multifilesink/gstmultifilesink.h:
20872         add support for streamheader in multifilesink
20873
20874 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20877         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20878         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20879           Prevent infinite loops. More correct error reporting.
20880         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20881           Error out if negotiation fails.
20882         * gst/playback/gstplaybasebin.c: (setup_source),
20883         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20884         (gst_play_base_bin_found_tag):
20885           Error/tag forwarding. Pre-roll fixes for source errors on state
20886           changes (e.g. "file does not exist") to prevent hangs.
20887
20888 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20889
20890         * testsuite/multifilesink/Makefile.am:
20891         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20892         (gst_newmedia_class_init), (gst_newmedia_init),
20893         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20894         (newfile_signal), (test_signal), (main):
20895         * testsuite/multifilesink/multifilesrc_test.c: (main):
20896         * testsuite/multifilesink/oggtheora_test.c:
20897         (gst_newmedia_base_init), (gst_newmedia_class_init),
20898         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20899         (test_format), (newfile_signal), (test_signal), (main):
20900         * testsuite/multifilesink/oggvorbis_test.c:
20901         (gst_newmedia_base_init), (gst_newmedia_class_init),
20902         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20903         (test_format), (newfile_signal), (test_signal), (main):
20904         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20905         (gst_newmedia_class_init), (gst_newmedia_init),
20906         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20907         (newfile_signal), (test_signal), (main):
20908         New media tests
20909
20910 2004-09-20  Christian Schaller <christian@fluendo.com>
20911
20912         * Fix mikmod license to LGPL as they have relicensed
20913         * Move Dirac and Effectv into LGPL section of README_license
20914
20915 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20918         (gst_mad_change_state):
20919           Allow for mp3 rate/channels changes. However, only very
20920           conservatively. Reason that we *have* to enable this is smiply
20921           because the mad find_sync() function is not good enough, it will
20922           regularly sync on random data as valid frames and therefore make
20923           us provide random caps as *final* caps of the stream. The best fix
20924           I could think of is to simply require several of the same stream
20925           changes in a row before we change caps.
20926           The actual testcase that works now is #
20927         * ext/ogg/Makefile.am:
20928         * ext/ogg/gstogg.c: (plugin_init):
20929         * ext/ogg/gstogmparse.c:
20930           OGM support (video only for now; I need an audio sample file).
20931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20932         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20933         (gst_asf_demux_add_video_stream):
20934           WMV extradata.
20935         * gst/playback/gstplaybasebin.c: (unknown_type):
20936           Don't error out on single unknown-types after all. It's wrong.
20937           If we found type of video and audio but not of a subtitle stream,
20938           it will still error out (which is unwanted). Will find a better fix
20939           later on.
20940         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20941         (ogmaudio_type_find), (plugin_init):
20942           OGM support.
20943
20944 2004-09-20  Johan Dahlin  <johan@gnome.org>
20945
20946         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20947         after setting caps.
20948
20949 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20950
20951         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20952         * gst/wavenc/gstwavenc.h:
20953         Added newmedia support to wavenc
20954
20955 2004-09-17  Wim Taymans  <wim@fluendo.com>
20956
20957         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20958         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20959         (gst_fdset_fd_can_write), (gst_fdset_wait):
20960         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20961         (gst_multifdsink_init), (gst_multifdsink_add),
20962         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20963         (gst_multifdsink_remove_client_link),
20964         (gst_multifdsink_client_queue_buffer),
20965         (gst_multifdsink_handle_client_write),
20966         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20967         (gst_multifdsink_close), (gst_multifdsink_change_state):
20968         * gst/tcp/gstmultifdsink.h:
20969         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20970         (gst_tcpserversink_removed):
20971         Small cleanups in fdset.c
20972         Use a hastable to map fd to the client structure for faster
20973         lookup in _remove and get_stats.
20974         Added virtual function to close the fds.
20975         Handle clients even when the select/poll call was unblocked because
20976         of a command.
20977         Implement syncing to keyframe in the recovery procedure.
20978
20979 2004-09-16 Iain <iaingnome@gmail.com>
20980
20981         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20982         try caps.
20983
20984 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20985
20986         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20987           Caps are only set if the type of the stream is unknown, but this
20988           is initialized in ->init_stream(), so set to UNKNOWN after calling
20989           ->init_stream() so that capsnego starts.
20990
20991 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20994         (gst_avi_demux_stream_data):
20995           Just hardcode for raw audio then. AVI audio sucks.
20996
20997 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20998
20999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21000         * gst/matroska/matroska-mux.c: (audiosink_templ),
21001         (gst_matroska_mux_audio_pad_link):
21002         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21003         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21004
21005 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21006
21007         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21008         (gst_avi_demux_stream_data):
21009           Try to fix a/v sync issues.
21010
21011 2004-09-15  David Schleef  <ds@schleef.org>
21012
21013         * configure.ac: remove NASM check, since we don't use it.  Update
21014         dirac check to 0.4
21015         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21017         Initialized variables.
21018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21019         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21020         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21021         SVQ3 format
21022
21023 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21026         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21027         * gst/avi/gstavidemux.h:
21028           Fix for compressed audio (mp3) timestamp generation. How did this
21029           ever work?
21030
21031 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21032
21033         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21034           Volume is a double not a float.
21035
21036 2004-09-15  Wim Taymans  <wim@fluendo.com>
21037
21038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21039         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21040         Don't close the fd in multifdsink as we didn't open it in the
21041         first place. Some cleanups.
21042
21043 2004-09-15  Wim Taymans  <wim@fluendo.com>
21044
21045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21047         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21048         Fix the case where the muxer would mark pages as delta
21049         frames when they are not (vorbis only ogg).
21050
21051 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21052
21053         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21054         (gst_play_base_bin_change_state):
21055           Handle the case where we failed to setup a clear pipeline. This
21056           will throw an error (or EOS, another nice case) and if you don't
21057           catch that, the app will wait for the signal forever (and thus
21058           hang).
21059
21060 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * ext/gnomevfs/gstgnomevfssink.c:
21063         (gst_gnomevfssink_uri_get_protocols):
21064         * ext/gnomevfs/gstgnomevfssrc.c:
21065         (gst_gnomevfssrc_uri_get_protocols):
21066         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21067         * ext/gnomevfs/gstgnomevfsuri.h:
21068           Use _uri_new() instead of _open(), so it doesn't take as long and
21069           Christophe's computer won't hang.
21070         * gst/playback/gstplaybasebin.c: (unknown_type):
21071           Throw error on unknown media type, so apps actually display it.
21072
21073 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21074
21075         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21076           this script to work on Solaris since bash shell handles echo
21077           differenly than bash.
21078
21079 2004-09-17  Wim Taymans  <wim@fluendo.com>
21080
21081         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21082         (setup_source), (gst_play_base_bin_set_property),
21083         (gst_play_base_bin_add_element):
21084         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21085         Some more work on making sure seeking pauses the pipeline and
21086         that changing the uri actually does something.
21087
21088 2004-09-17  Wim Taymans  <wim@fluendo.com>
21089
21090         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21092         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21093         (gst_tcpserversink_close):
21094         Be a bit more paranoid when freeing memory.
21095
21096 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21097
21098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21099         (qtdemux_parse_trak):
21100           Don't crash by dividing by zero (see sample movie in #126922).
21101
21102 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21105           Don't touch non-existing data (fixes crash on file in #140147).
21106
21107 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst/playback/gstplaybasebin.c:
21110         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21111           Handle double disposals, and proper change of URIs.
21112
21113 2004-09-13  Martin Eikermann <meiker@upb.de>
21114
21115         * gst/mpegstream/gstmpegparse.c:
21116           fix synchronistation for streams recorded from digital PCR
21117           fixes bug #119376
21118
21119 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21120
21121         * ext/gnomevfs/Makefile.am:
21122         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21123         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21124         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21125         (gst_gnomevfssink_uri_get_type),
21126         (gst_gnomevfssink_uri_get_protocols),
21127         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21128         (gst_gnomevfssink_uri_handler_init),
21129         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21130         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21132         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21133         (gst_gnomevfssrc_uri_get_type),
21134         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21135         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21136         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21137         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21138         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21139         * ext/gnomevfs/gstgnomevfsuri.h:
21140           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21141           of fake URIs to see which this version of Gnome-VFS likes, and
21142           uses that for the Gst-URI interface. Makes playbin support http://
21143           streams. Also fix up some stupid behaviour in gnomevfssrc.
21144
21145 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21146
21147         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21148         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21149         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21150         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21151           Update mixer (to sync with other sessions) if we try to obtain
21152           a new value. This makes alsamixer work accross applications.
21153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21154           Only call sync functions if we're running, else alsalib asserts.
21155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21156           Sometimes fails to compile. Possibly a gcc bug.
21157         * gst/playback/gstplaybin.c: (gen_video_element),
21158         (gen_audio_element):
21159           Add a reference to an application-provided object, because we lose
21160           this same reference if we add it to the bin. If we don't do this,
21161           we can only use this object once and thus crash if we go from
21162           ready to playing, back to ready and back to playing again.
21163           Also add an audioscale element because several cheap soundcards -
21164           like mine - don't support all samplerates.
21165         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21166         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21167           Fix wrong order or PAR calls. Makes automatically obtained PAR
21168           from the X server atually being used.
21169
21170 2004-09-12  David Schleef  <ds@schleef.org>
21171
21172         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21173         #151887, #152102, #152247.
21174         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21175         * examples/seeking/cdparanoia.c: same
21176         * examples/seeking/cdplayer.c: same
21177         * examples/seeking/seek.c: same
21178         * examples/seeking/spider_seek.c: same
21179         * examples/seeking/vorbisfile.c: same
21180         * examples/stats/mp2ogg.c: same
21181         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21182         (gst_esdsink_dispose): Dispose of element properly.
21183         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21184         fixes.
21185         * ext/nas/nassink.c: (gst_nassink_class_init),
21186         (gst_nassink_dispose): Dispose of element correctly.
21187         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21188         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21189         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21190         Fix 64-bit warning.
21191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21192         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21193         Fix 64-bit warning.
21194
21195 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21196
21197         * configure.ac : change speex detection as 1.1.6 now uses
21198           .pc/pkg-config and they changed their headers location.
21199
21200 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21201
21202         * gst/matroska/matroska-mux.h:
21203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21204         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21205         (gst_matroska_mux_write_data):
21206           Write multiple blocks/frames per cluster.
21207                 Write meta-seek information (seek heads).
21208
21209 2004-09-09  Scott Wheeler <wheeler@kde.org>
21210
21211         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21212         (gst_play_bin_set_property), (gst_play_bin_get_property),
21213         (gen_audio_element), (gen_audio_element):
21214           Add a volume element / property to the pipeline.
21215
21216 2004-09-07  Wim Taymans  <wim@fluendo.com>
21217
21218         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21219         Copy timestamps from the master pad to the output buffers.
21220
21221 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21222
21223         * ext/raw1394/gstdv1394src.c:
21224           throw errors when applicable
21225
21226 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21227
21228         * gst/matroska/ebml-ids.h:
21229         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21230         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21231         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21232           automatically convert unix time <-> ebml time when reading/writing
21233           a date, use gst_ebml_write_uint to write CUETIME,
21234           not gst_ebml_write_date.
21235         * gst/matroska/matroska-ids.h:
21236         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21237         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21238         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21239         (gst_matroska_mux_write_data):
21240           Write track and segment UIDs, write muxing date, write
21241           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21242           Create cues for audio only files.
21243
21244 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21247         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21248           Re-commit ALSA switches.
21249         * gst/adder/gstadder.c: (gst_adder_loop):
21250           64-bit fix (#151416).
21251         * gst/debug/progressreport.c: (gst_progressreport_report):
21252           64-bit fix (#151419).
21253         * gst/matroska/matroska-demux.c:
21254         (gst_matroska_demux_parse_contents):
21255           64-bit fix (#151420).
21256         * gst/playback/test3.c: (update_scale):
21257           64-bit fix (#151421).
21258
21259 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * configure.ac:
21262           bump nano to cvs
21263
21264 === release 0.8.4 ===
21265
21266 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         * configure.ac: releasing 0.8.4, "Alias"
21269
21270 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * ext/theora/Makefile.am:
21273           fix makefile.  Fixes #151462.
21274
21275 2004-08-30  Wim Taymans  <wim@fluendo.com>
21276
21277         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21279         (gst_multifdsink_remove_client_link),
21280         (gst_multifdsink_client_queue_buffer),
21281         (gst_multifdsink_handle_client_write):
21282         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21283         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21284         Fix some memory leaks.
21285
21286 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21287
21288         Patch by: David Schleef
21289
21290         * configure.ac:
21291         * sys/Makefile.am:
21292           rename our detection macro for V4L2.  Fixes #151236.
21293
21294 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21295
21296         Patch by: David Schleef
21297
21298         * configure.ac:
21299           check to define LAMEPRESET.  Fixes #151232.
21300
21301 2004-08-27  David Schleef  <ds@schleef.org>
21302
21303         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21304         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21305         (gst_glimagesink_fixate):  Move local variable declarations to
21306         make gcc-2.95 happy.
21307
21308 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21309
21310         * configure.ac:
21311           bump nano for prerelease
21312
21313 2004-08-27  David Schleef  <ds@schleef.org>
21314
21315         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21316         * sys/sunaudio/gstsunaudiosrc.c:
21317         * sys/sunaudio/gstsunaudiosrc.h:
21318
21319 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21320
21321         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21322         handle EOS correctly
21323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21324         * gst/matroska/matroska-mux.h:
21325         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21326         VFW compatibility mode
21327
21328 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         patch by: Zaheer Abbas Merali
21331
21332         * ext/ogg/gstoggmux.c:
21333         * ext/vorbis/vorbisenc.c:
21334         * ext/vorbis/vorbisenc.h:
21335           handle NEWMEDIA
21336
21337 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21338
21339         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21340         fix byte order reversion on little endian machines.
21341         * gst/matroska/matroska-mux.c: (audiosink_templ),
21342         (gst_matroska_mux_audio_pad_link):
21343         add TTA codec to the list of supported codecs.
21344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21345         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21346         (gst_matroska_mux_write_data):
21347         * gst/matroska/matroska-mux.h:
21348         write segment duration correctly, write muxing app string, fixes bugs
21349         #140897 and #140898.
21350         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21351         wait for all pads to be negotiated before starting to mux.
21352
21353 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21354
21355         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21356         * ext/lame/gstlame.h:
21357         Added new media support to lame
21358
21359 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21360
21361         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21362         send vorbis headers at the beginning of a stream, fixes bug #141554.
21363         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21364         bug #148950.
21365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21366         (gst_matroska_demux_plugin_init):
21367         * gst/matroska/matroska-ids.h:
21368         enable demuxing of TTA audio streams, fixes bug #148951.
21369         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21370         enable typefinding for TTA audio files, fixes bug #148711.
21371         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21372         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21373         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21374
21375 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21376
21377         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21378         (gst_riff_read_element_data), (gst_riff_read_seek),
21379         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21380         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21381         <teuf@gnome.org>
21382
21383 2004-08-23 Iain <iaingnome@gmail.com>
21384
21385         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21386         tags. They appear to be handled differently to normal.
21387         (tag_list_to_id3_tag_foreach): Ditto.
21388
21389 2004-08-22  Wim Taymans  <wim@fluendo.com>
21390
21391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21392         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21393         Make sure we never send -1 granulepos.
21394
21395 2004-08-20  Wim Taymans  <wim@fluendo.com>
21396
21397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21398         (gst_ogg_mux_loop):
21399         I will accept bitchslappings with non sharp objects.
21400
21401 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21402
21403         * configure.ac:
21404         Clean up the test for lame presets
21405
21406 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21407
21408         * configure.ac:
21409         * ext/lame/Makefile.am:
21410         * ext/lame/gstlame.c: (gst_lame_class_init),
21411         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21412         Only enable lame presets if version of lame has presets in API
21413
21414 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21415         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21416         * gst/udp/gstudpsrc.h:
21417           Don't call gst_pad_push in a get function. Fixes #150449
21418
21419 2004-08-18  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21422         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21423         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21424         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21425         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21426         (gst_fdset_wait):
21427         * gst/tcp/gstfdset.h:
21428         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21429         (gst_multifdsink_client_queue_buffer),
21430         (gst_multifdsink_handle_client_write):
21431         * gst/tcp/gstmultifdsink.h:
21432         Some extra checks in gstfdset.
21433         Only use send() when the fd is a socket. Don't try to
21434         read from write only fds.
21435
21436 2004-08-18  Wim Taymans  <wim@fluendo.com>
21437
21438         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21439         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21440         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21441         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21442         (gst_fdset_wait):
21443         Add more locking and bounds checking.
21444
21445 2004-08-18  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21448         Realloc test fdset in the lock and right before starting
21449         the poll call. Bump the limit to 4096.
21450
21451 2004-08-17  David Schleef  <ds@schleef.org>
21452
21453         * sys/sunaudio/Makefile.am:
21454         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21455         of rates and channels.  Make debugging less obnoxious.
21456
21457         Patch from Balamurali Viswanathan implementing a mixer for
21458         Sun audio.  (bug #144091):
21459         * sys/sunaudio/gstsunelement.c:
21460         * sys/sunaudio/gstsunelement.h:
21461         * sys/sunaudio/gstsunmixer.c:
21462         * sys/sunaudio/gstsunmixer.h:
21463
21464 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21465
21466         * gst/audioscale/gstaudioscale.c:
21467         * gst/audioscale/gstaudioscale.h:
21468         made audioscale resample from any sample rate to any sample rate
21469
21470 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21471
21472         * ext/libpng/gstpngdec.c:
21473           error out on unsupported types
21474
21475 2004-08-17  Iain <iaingnome@gmail.com>
21476
21477         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21478         mid_side and loose_mid_side properties if its a stereo stream.
21479
21480 2004-08-17  Wim Taymans  <wim@fluendo.com>
21481
21482         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21483         (theora_get_formats), (theora_dec_src_convert),
21484         (theora_dec_sink_convert), (theora_dec_src_query),
21485         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21486         Add a debug line.
21487
21488 2004-08-17  Wim Taymans  <wim@fluendo.com>
21489
21490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21491         (gst_ogg_pad_push):
21492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21493         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21494         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21495         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21496         Mark delta units in the muxer.
21497         Try to decode the packet after an out-of-sync error from
21498         libogg.
21499
21500 2004-08-17  Wim Taymans  <wim@fluendo.com>
21501
21502         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21503         (gst_multifdsink_init), (gst_multifdsink_add),
21504         (gst_multifdsink_client_queue_buffer),
21505         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21506         * gst/tcp/gstmultifdsink.h:
21507         Added option to send a keyframe to clients as the first buffer.
21508         Make timeout property writable.
21509
21510 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21511
21512         patch by: Wim Taymans
21513
21514         * gst/tcp/gstfdset.c:
21515         * gst/tcp/gstmultifdsink.c:
21516           fix index comparison, should include 0
21517
21518 2004-08-16  Wim Taymans  <wim@fluendo.com>
21519
21520         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21521         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21522         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21523         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21524         (gst_fdset_wait):
21525           copy when reallocing for poll so the select arguments don't get
21526           changed during the call
21527
21528 2004-08-16  Wim Taymans  <wim@fluendo.com>
21529
21530         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21531         (gst_theora_enc_class_init), (theora_enc_sink_link),
21532         (theora_buffer_from_packet), (theora_enc_chain):
21533         Fix bug where buffers were not marked as keyframes
21534         correctly.
21535
21536 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21537
21538         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21539         (gst_lame_preset_get_type), (gst_lame_class_init):
21540         describe the enum values for vbr mode and presets more verbosely
21541
21542 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21543
21544         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21545         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21546         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21547         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21548         * ext/lame/gstlame.h:
21549         add preset property to lame so it can use lame presets
21550
21551 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21552
21553         * ext/lame/gstlame.c: (gst_lame_get_property):
21554         whoops forgot break, thanks teuf
21555
21556 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21557
21558         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21559         (gst_lame_class_init), (gst_lame_src_getcaps),
21560         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21561         (gst_lame_get_property), (gst_lame_setup):
21562         * ext/lame/gstlame.h:
21563         fix lame's broken vbr stuff, allow it to resample if need be, and also
21564         make xing header optional
21565
21566 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21567
21568         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21569         added getcaps function so samplerate doesnt get fixated to silly values
21570
21571 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21572
21573         * ext/lame/gstlame.c: (gst_lame_src_link):
21574         revert previous fix
21575
21576 2004-08-12  Johan Dahlin  <johan@gnome.org>
21577
21578         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21579         checks. Doesn't matter what state we are in. Interfaces are a
21580         compile time thing, not runtime. It also broke the python bindings.
21581
21582 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21583
21584         * ext/lame/gstlame.c: (gst_lame_src_link):
21585         made source pad link function check if sinkpad is ok..fixes the problem
21586         where core fixates the output rate of lame stupidly
21587
21588 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21589
21590         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21591         * sys/v4l/v4l_calls.c:
21592         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21593           fix fixate function to handle nonsimple caps.
21594           remove bogus check in _link
21595           cleanups
21596
21597 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21598
21599         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21600         set default compression ratio parameter to 0.0 so bitrate parameter
21601         works :)
21602
21603 2004-08-11  David Schleef  <ds@schleef.org>
21604
21605         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21606
21607 2004-08-11  David Schleef  <ds@schleef.org>
21608
21609         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21610         before.
21611
21612 2004-08-11  David Schleef  <ds@schleef.org>
21613
21614         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21615
21616 2004-08-11  David Schleef  <ds@schleef.org>
21617
21618         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21619           license field
21620         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21621         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21622           LGPL.
21623         * gst/auparse/gstauparse.c: Fix plugin license field.
21624         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21625         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21626         * gst/rtp/gstrtp.c: Fix plugin license field.
21627
21628 2004-08-11  Wim Taymans  <wim@fluendo.com>
21629
21630         * gst/tcp/Makefile.am:
21631         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21632         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21633         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21634         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21635         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21636         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21637         (gst_fdset_fd_can_write), (gst_fdset_wait):
21638         * gst/tcp/gstfdset.h:
21639         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21640         (gst_multifdsink_class_init), (gst_multifdsink_init),
21641         (gst_multifdsink_add), (gst_multifdsink_remove),
21642         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21643         (gst_multifdsink_remove_client_link),
21644         (gst_multifdsink_handle_client_read),
21645         (gst_multifdsink_client_queue_data),
21646         (gst_multifdsink_client_queue_caps),
21647         (gst_multifdsink_client_queue_buffer),
21648         (gst_multifdsink_handle_client_write),
21649         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21650         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21651         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21652         (gst_multifdsink_close):
21653         * gst/tcp/gstmultifdsink.h:
21654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21655         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21656         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21657         (gst_tcpserversink_close):
21658         * gst/tcp/gsttcpserversink.h:
21659         Abstracted away the select call, implemented poll (yes we ran into
21660         the 1024 limit in production).
21661
21662 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21663
21664         * gst/tcp/gsttcp.c:
21665         * gst/tcp/gsttcpplugin.c:
21666           improve debuggging, remove assert
21667
21668 2004-08-10  Wim Taymans  <wim@fluendo.com>
21669
21670         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21671         (gst_client_status_get_type), (gst_multifdsink_class_init),
21672         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21673         (gst_multifdsink_handle_client_read),
21674         (gst_multifdsink_handle_client_write),
21675         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21676         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21677         (gst_multifdsink_get_property):
21678         * gst/tcp/gstmultifdsink.h:
21679         * gst/tcp/gsttcp-marshal.list:
21680         Starting to prepare for specifying buffer time in other units
21681         than buffers. Expose remove reason in signal.
21682
21683 2004-08-10  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21686         (gst_multifdsink_remove), (gst_multifdsink_clear),
21687         (gst_multifdsink_remove_client_link),
21688         (gst_multifdsink_handle_client_read),
21689         (gst_multifdsink_client_queue_data),
21690         (gst_multifdsink_client_queue_buffer),
21691         (gst_multifdsink_handle_client_write),
21692         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21693         (gst_multifdsink_chain), (gst_multifdsink_close):
21694         * gst/tcp/gstmultifdsink.h:
21695         Added more debugging info. Changed the way clients are
21696         removed from the lists. Fixed a bug where a bad file descriptor
21697         could cause many clients to be removed.
21698
21699 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21700
21701         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21702           allow all pixel-aspect-ratios, not just 1:1
21703
21704 2004-08-09  David Schleef  <ds@schleef.org>
21705
21706         * sys/glsink/ARB_multitexture.h:  Remove old files.
21707         * sys/glsink/EXT_paletted_texture.h:
21708         * sys/glsink/NV_register_combiners.h:
21709         * sys/glsink/gstgl_nvimage.c:
21710         * sys/glsink/gstgl_pdrimage.c:
21711         * sys/glsink/gstgl_rgbimage.c:
21712         * sys/glsink/gstglsink.c:
21713         * sys/glsink/gstglsink.h:
21714         * sys/glsink/gstglxwindow.c:
21715         * sys/glsink/regcomb_yuvrgb.c:
21716
21717 2004-08-09  David Schleef  <ds@schleef.org>
21718
21719         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21720         GL sink plugin.  (Bug #147302)
21721
21722         * configure.ac: Test for OpenGL
21723         * sys/Makefile.am: Use test for OpenGL
21724         * sys/glsink/Makefile.am:
21725         * sys/glsink/glimagesink.c: rewrite
21726         * sys/glsink/glimagesink.h: rewrite
21727
21728 2004-08-09  David Schleef  <ds@schleef.org>
21729
21730         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21731         sane framerates.
21732         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21734         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21735
21736 2004-08-09  Wim Taymans  <wim@fluendo.com>
21737
21738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21739         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21740         (gst_multifdsink_client_remove),
21741         (gst_multifdsink_handle_client_read),
21742         (gst_multifdsink_handle_client_write),
21743         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21744         Do a bit more logging, make the client_read code more robust.
21745
21746 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21747
21748         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21749         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21750         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21751         (gst_jpegdec_init), (gst_jpegdec_chain):
21752         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21753         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21754           cleanups, debugging fixes and memleak plugging
21755
21756 2004-08-09  Wim Taymans  <wim@fluendo.com>
21757
21758         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21759         (theora_get_formats), (theora_dec_src_convert),
21760         (theora_dec_sink_convert), (theora_dec_src_query),
21761         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21762         (theora_dec_change_state):
21763         Don't crash on missing header packets.
21764
21765 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21766
21767         * po/LINGUAS:
21768         * po/sq.po:
21769           Added Albanian translation (Laurent Dhima)
21770         * po/cs.po:
21771           updated
21772
21773 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21774
21775         * ext/lame/gstlame.c:
21776           fix/add debugging
21777
21778 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21779
21780         * sys/ximage/ximagesink.c:
21781         * sys/xvimage/xvimagesink.c:
21782           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21783
21784 2004-08-06  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21787         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21788         (gst_multifdsink_client_remove),
21789         (gst_multifdsink_handle_client_read),
21790         (gst_multifdsink_handle_client_write),
21791         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21792         Make sure we don't try to read more from a client that what
21793         ioctl says us or we deadlock.
21794
21795 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21798         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21799         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21800           decouple running_time and n_frames so it can handle changing
21801           framerate while running
21802
21803 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21804
21805         * po/nl.po:
21806         * po/sv.po:
21807           updated translations
21808
21809 2004-08-04  Benjamin Otte  <otte@gnome.org>
21810
21811         * gst/videotestsrc/gstvideotestsrc.c:
21812         (gst_videotestsrc_get_capslist), (generate_capslist),
21813         (plugin_init):
21814           generate the list of supported caps at startup and reuse it instead
21815           of always generating it
21816
21817 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21818
21819         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21820           whoops, last checkin broke normal build
21821
21822 2004-08-03  Benjamin Otte  <otte@gnome.org>
21823
21824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21825         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21826         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21827         (gst_alsa_mixer_get_option):
21828         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21829         (dvdnavsrc_print_event):
21830         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21832         (gst_ogg_mux_pad_unlink):
21833         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21834         (gst_multipart_mux_pad_unlink):
21835         * gst/videofilter/gstvideobalance.c:
21836         (gst_videobalance_colorbalance_set_value):
21837         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21838         (gst_videomixer_pad_unlink):
21839         * po/uk.po:
21840         * sys/oss/gstossmixer.c:
21841         * sys/v4l/gstv4lcolorbalance.c:
21842         * sys/v4l/gstv4ltuner.c:
21843         * sys/v4l/v4lsrc_calls.c:
21844         * sys/v4l2/gstv4l2colorbalance.c:
21845         * sys/v4l2/gstv4l2tuner.c:
21846           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21847
21848 2004-08-03  Benjamin Otte  <otte@gnome.org>
21849
21850         * examples/dynparams/filter.c: (ui_control_create):
21851         * examples/gstplay/player.c: (print_tag):
21852         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21853         * ext/gdk_pixbuf/gstgdkanimation.c:
21854         (gst_gdk_animation_iter_may_advance):
21855         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21856         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21857         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21858         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21860         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21861         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21862         * gst/sine/demo-dparams.c: (main):
21863         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21864         * testsuite/alsa/formats.c: (create_pipeline):
21865         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21866           fixes for G_DISABLE_ASSERT and friends
21867         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21868         (mp3_type_frame_length_from_header), (mp3_type_find),
21869         (plugin_init):
21870           require mp3 typefinding to have at least MIN_HEADERS valid headers
21871           add typefinding for AAC adts files
21872
21873 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21874
21875         * sys/ximage/ximagesink.c:
21876         (gst_ximagesink_calculate_pixel_aspect_ratio):
21877         * sys/xvimage/xvimagesink.c:
21878         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21879         Make sure we calculate pixel-aspect-ratio using floating point maths
21880
21881 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * po/uk.po:
21884           updated translation
21885
21886 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21890           add debugging for display PAR calculation
21891
21892 2004-08-02  David Schleef  <ds@schleef.org>
21893
21894         * configure.ac: Fix mikmod CFLAGS.
21895
21896 2004-07-27  Benjamin Otte  <otte@gnome.org>
21897
21898         * gst/audioscale/gstaudioscale.c:
21899         - fix templates to only support S16, it's the only format that works
21900         - make caps nego code use try_set_caps_nonfixed and fixation instead
21901         of try_set_caps twice, which is not nice for autopluggers
21902         - change rank to secondary, so autopluggers can pick it up after
21903         audioconvert
21904
21905 2004-08-02  Iain <iain@prettypeople.org>
21906
21907         * gst/interleave/interleave.c (interleave_init),
21908         (interleave_request_new_pad),
21909         (interleave_pad_removed),
21910         (interleave_buffered_loop): Use the real pad count, not the artificial
21911         one.
21912
21913 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21914
21915         * configure.ac: bump nano back to development
21916
21917 === release 0.8.3 ===
21918
21919 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * configure.ac: releasing 0.8.3, "Water"
21922
21923 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21924
21925         * sys/xvimage/xvimagesink.c:
21926         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21927         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21928         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21929         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21930         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21931         * sys/xvimage/xvimagesink.h:
21932           apply similar PAR fixes as to ximagesink
21933
21934 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21935
21936         patch from: Benjamin Otte
21937
21938         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21939           add link function to lame.  Fixes #148986.
21940
21941 2004-08-02  Johan Dahlin  <johan@gnome.org>
21942
21943         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21944         fix debugging log
21945
21946 2004-07-30  David Schleef  <ds@schleef.org>
21947
21948         * gst/videomixer/Makefile.am: Fix things that should have been
21949         fixed in the last checkin.
21950
21951 2004-07-30  David Schleef  <ds@schleef.org>
21952
21953         * gst/multipart/Makefile.am: Fix things that should have been
21954         fixed in the last checkin.
21955
21956 2004-07-30  David Schleef  <ds@schleef.org>
21957
21958         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21959
21960 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21961
21962         * configure.ac:
21963           bump nano for prerelease
21964         * po/af.po:
21965         * po/az.po:
21966         * po/cs.po:
21967         * po/en_GB.po:
21968         * po/hu.po:
21969         * po/nl.po:
21970         * po/sr.po:
21971         * po/sv.po:
21972         * po/uk.po:
21973           updates
21974
21975 2004-07-30  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21978         (gst_multifdsink_add), (gst_multifdsink_remove),
21979         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21980         (gst_multifdsink_client_remove),
21981         (gst_multifdsink_handle_client_write),
21982         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21983         * gst/tcp/gstmultifdsink.h:
21984         Recover from a select with a bad file descriptor by removing
21985         the client.
21986
21987 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21988
21989         * configure.ac:
21990           fix requirement of core
21991         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21992         (gst_play_pipeline_setup):
21993           don't use colorspace element.  do use hermescolorspace element.
21994           make macro to get a colorspace element.
21995           mark strings for translation.
21996         * po/POTFILES.in:
21997           add play.c
21998         * po/af.po:
21999         * po/az.po:
22000         * po/cs.po:
22001         * po/en_GB.po:
22002         * po/hu.po:
22003         * po/nl.po:
22004         * po/sr.po:
22005         * po/sv.po:
22006         * po/uk.po:
22007           update translations
22008
22009 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22010
22011         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22012         fix default for newmedia flag
22013
22014 2004-07-30  Wim Taymans  <wim@fluendo.com>
22015
22016         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22017         (gst_theora_dec_init), (theora_get_formats),
22018         (theora_dec_src_convert), (theora_dec_sink_convert),
22019         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22020         (theora_dec_chain), (theora_dec_set_property),
22021         (theora_dec_get_property):
22022         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22023         (gst_theora_enc_class_init), (gst_theora_enc_init),
22024         (theora_enc_sink_link), (theora_enc_chain),
22025         (theora_enc_set_property), (theora_enc_get_property):
22026         Added cropping option to theora decoder.
22027         Added border option to theora encoder.
22028
22029 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22030
22031         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22032         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22033         (gst_pngenc_set_property):
22034         * ext/libpng/gstpngenc.h:
22035         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
22036
22037 2004-07-30  Wim Taymans  <wim@fluendo.com>
22038
22039         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22040         (theora_enc_sink_link), (theora_enc_chain),
22041         (theora_enc_set_property), (theora_enc_get_property):
22042         Fix encoding of non-multiple-of-16 video.
22043
22044 2004-07-29  David Schleef  <ds@schleef.org>
22045
22046         * configure.ac: make test for audiofile more strict
22047
22048 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22049
22050         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22051           give different names to typefind functions
22052
22053 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22054
22055         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22056         (gst_ximagesink_calculate_pixel_aspect_ratio),
22057         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22058         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22059         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22060         (gst_ximagesink_get_property), (gst_ximagesink_init):
22061         * sys/ximage/ximagesink.h:
22062           allocate PAR's dynamically.
22063           use autodetected PAR if no object-set PAR is given.
22064           add workaround for directfb's X not setting physical size.
22065           fix to xvimagesink will follow tomorrow.
22066
22067 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22068
22069         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22070         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22071         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22072         (gst_shout2send_class_init), (gst_shout2send_init),
22073         (set_shout_metadata), (gst_shout2send_set_metadata),
22074         (gst_shout2send_chain), (gst_shout2send_set_property),
22075         (gst_shout2send_get_property), (gst_shout2send_connect),
22076         (gst_shout2send_change_state):
22077         * ext/shout2/gstshout2.h:
22078         - fix for sending mp3 audio to icecast2 server, if pad link function not
22079         called before PAUSED state
22080         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22081         - added tagging support for mp3 audio broadcasted
22082         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22083         debug info
22084
22085 2004-07-28  Wim Taymans  <wim@fluendo.com>
22086
22087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22088         (gst_ogg_demux_push):
22089         Return query failure when we don't know the length of
22090         an ogg stream insteda of returning TRUE with a bogus value.
22091
22092 2004-07-28  Wim Taymans  <wim@fluendo.com>
22093
22094         * ext/theora/theoradec.c: (theora_get_formats),
22095         (theora_dec_src_convert), (theora_dec_sink_convert),
22096         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22097         (theora_dec_chain):
22098         Don't screw up the 1 Chroma for 1 luma sample situation when we
22099         have an odd offset/width by adding a black border in those cases.
22100
22101 2004-07-28  Wim Taymans  <wim@fluendo.com>
22102
22103         * ext/theora/theoradec.c: (theora_get_formats),
22104         (theora_dec_src_convert), (theora_dec_sink_convert),
22105         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22106         (theora_dec_chain):
22107         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22108         Added first attempt at cropping of the image as required by the
22109         theora spec. We need more properties in the caps (offset_x,
22110         offset_y,stride) to implement this correctly.
22111
22112 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22113
22114         * ext/dvdnav/README:
22115           Update the README to use dvddemux
22116         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22117           Ensure getcaps returns a subset of the template caps
22118         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22119         (gst_mpeg2subt_init):
22120           Ensure getcaps returns a subset of the template caps
22121         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22122         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22123         (gst_dvd_demux_get_subpicture_stream),
22124         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22125         * gst/mpegstream/gstdvddemux.h:
22126           Set the explicit caps on the current_video pad before pushing
22127           anything
22128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22129         (gst_mpeg_demux_get_audio_stream):
22130           Free caps used to gst_pad_set_explicit_caps, which takes a const
22131           GstCaps *
22132
22133 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22134
22135         * configure.ac: update GStreamer requirement to 0.8.4 because of
22136           GstFraction.
22137
22138 2004-07-28  Wim Taymans  <wim@fluendo.com>
22139
22140         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22141         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22142         Add the pad to the element after setting up the caps. This
22143         makes it a lot easier to autoplug.
22144
22145 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22146
22147         * gst/median/gstmedian.c:
22148         * gst/mpeg2subt/gstmpeg2subt.c:
22149         * gst/mpegaudioparse/gstmpegaudioparse.c:
22150         * gst/mpegstream/gstdvddemux.c:
22151         * gst/mpegstream/gstmpegdemux.c:
22152         * gst/mpegstream/gstmpegpacketize.c:
22153         * gst/rtjpeg/gstrtjpeg.c:
22154         * gst/rtjpeg/gstrtjpegdec.c:
22155         * gst/rtjpeg/gstrtjpegenc.c:
22156         * gst/sine/gstsinesrc.c:
22157         * gst/smooth/gstsmooth.c:
22158         * gst/smpte/gstsmpte.c:
22159         * gst/smpte/gstsmpte.h:
22160         * gst/stereo/gststereo.c:
22161         * gst/videofilter/gstgamma.c:
22162         * gst/videofilter/gstvideobalance.c:
22163         * gst/videofilter/gstvideofilter.c:
22164         * gst/videofilter/gstvideoflip.c:
22165         * gst/videoscale/gstvideoscale.c:
22166         * gst/videoscale/videoscale.c:
22167         * gst/videotestsrc/gstvideotestsrc.c:
22168         * gst/videotestsrc/videotestsrc.c:
22169         * gst/wavenc/gstwavenc.c:
22170         * gst/wavparse/gstwavparse.c:
22171           fix local includes and 64 bits constants
22172
22173 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22174
22175         * win32/gst.sln:
22176         * gst-libs/gst/*/*.vcproj:
22177         * gst/*/*.vcproj:
22178           more working plugins
22179
22180 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22181
22182         * testsuite/alsa/Makefile.am:
22183         * testsuite/alsa/srcstate.c:
22184         add test for alsasrc changing state
22185
22186 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22187
22188         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22189         (gst_silence_get):
22190         * gst/silence/gstsilence.h:
22191         fix silence generation for 16bit raw audio
22192
22193 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22194
22195         * gst/matroska/matroska-demux.c:
22196         (gst_matroska_demux_parse_metadata),
22197         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22198         * gst/mpegaudio/common.c:
22199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22200         (gst_videoscale_getcaps), (gst_videoscale_link),
22201         (gst_videoscale_src_fixate), (gst_videoscale_init),
22202         (gst_videoscale_finalize):
22203         * gst/videoscale/gstvideoscale.h:
22204         * gst/videotestsrc/gstvideotestsrc.c:
22205         (gst_videotestsrc_get_capslist):
22206         * gst/wavenc/gstwavenc.c:
22207         * sys/oss/gstossmixer.c: (fill_labels):
22208         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22209         (gst_ximagesink_handle_xevents),
22210         (gst_ximagesink_calculate_pixel_aspect_ratio),
22211         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22212         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22213         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22214         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22215         (gst_ximagesink_init), (gst_ximagesink_class_init):
22216         * sys/ximage/ximagesink.h:
22217         * sys/xvimage/xvimagesink.c:
22218         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22219         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22220         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22221         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22222         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22223         * sys/xvimage/xvimagesink.h:
22224           first batch of pixel aspect ratio commits.
22225
22226 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22227
22228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22229         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22230         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22231           handle stride, needs work if we want to move stride handling
22232           upstream, but works correctly for our purposes.
22233
22234 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * gst/videoscale/README:
22237           add testing examples
22238         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22239         (gst_videoscale_chain):
22240         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22241         (gst_videoscale_get_size):
22242           add get_size function that handles stride like videotestsrc.
22243           fixes conversion for YUV formats for as much as I can test them.
22244
22245 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22248         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22250         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22251         (gst_xvimagesink_xvimage_put):
22252           further cleanups, logging, error handling and synchronizing
22253
22254 2004-07-27  Wim Taymans  <wim@fluendo.com>
22255
22256         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22257         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22258         (gst_videomixer_pad_set_property),
22259         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22260         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22261         (gst_videomixer_class_init), (gst_videomixer_init),
22262         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22263         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22264         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22265         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22266         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22267         (gst_videomixer_loop), (plugin_init):
22268         Be a nicer negotiation citizen and provide a getcaps function on
22269         the srcpad. This also fixes a crash when resizing.
22270
22271 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22272
22273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22274         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22275
22276 2004-07-27  Wim Taymans  <wim@fluendo.com>
22277
22278         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22279         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22280         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22281         (gst_pngenc_set_property):
22282         * ext/libpng/gstpngenc.h:
22283         Added snapshot property to pngenc.
22284         removed g_print from pngdec
22285
22286 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22287
22288         * gst/ac3parse/ac3parse.vcproj
22289         * gst/adder/adder.vcproj
22290         * gst/alpha/alpha.vcproj
22291         * gst/alpha/alphacolor.vcproj
22292         * gst/asfdemux/asf.vcproj
22293         * gst/audioconvert/audioconvert.vcproj
22294         * gst/audiorate/audiorate.vcproj
22295         * gst/audioscale/audioscale.vcproj
22296         * gst/auparse/auparse.vcproj
22297         * gst/avi/avi.vcproj
22298         * gst/cdxaparse/cdxaparse.vcproj
22299         * gst/chart/chart.vcproj
22300         * gst/colorspace/colorspace.vcproj
22301         * gst/cutter/cutter.vcproj
22302         * gst/debug/debug.vcproj
22303         * gst/debug/efence.vcproj
22304         * gst/debug/navigationtest.vcproj
22305         * gst/deinterlace/deinterlace.vcproj
22306         * gst/effectv/effectv.vcproj
22307         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22308         * gst/filter/filter.vcproj
22309         * gst/flx/flxdec.vcproj
22310         * gst/goom/goom.vcproj
22311         * gst/interleave/interleave.vcproj
22312         * gst/law/alaw.vcproj
22313         * gst/law/mulaw.vcproj
22314         * gst/matroska/matroska.vcproj
22315         * gst/median/median.vcproj
22316         * gst/mixmatrix/mixmatrix.vcproj
22317         * gst/mpeg1sys/mpeg1systemencode.vcproj
22318         * gst/mpeg1videoparse/mp1videoparse.vcproj
22319         * gst/mpeg2sub/mpeg2subt.vcproj
22320         * gst/mpegaudio/mpegaudio.vcproj
22321         * gst/mpegaudioparse/mpegaudioparse.vcproj
22322         * gst/mpegstream/mpegstream.vcproj
22323         * gst/multifilesink/multifilesink.vcproj
22324         * gst/multipart/multipart.vcproj
22325         * gst/oneton/oneton.vcproj
22326         * gst/overlay/overlay.vcproj
22327         * gst/passthrough/passthrough.vcproj
22328         * gst/qtdemux/qtdemux.vcproj
22329         * gst/realmedia/rmdemux.vcproj
22330         * gst/rtjpeg/rtjpeg.vcproj
22331         * gst/rtp/rtp.vcproj
22332         * gst/silence/silence.vcproj
22333         * gst/sine/sinesrc.vcproj
22334         * gst/smooth/smooth.vcproj
22335         * gst/smpte/smpte.vcproj
22336         * gst/spectrum/spectrum.vcproj
22337         * gst/speed/speed.vcproj
22338         * gst/stereo/stereo.vcproj
22339         * gst/switch/switch.vcproj
22340         * gst/tags/tagedit.vcproj
22341         * gst/tcp/tcp.vcproj
22342         * gst/typefind/typefindfunctions.vcproj
22343         * gst/udp/udp.vcproj
22344         * gst/videobox/videobox.vcproj
22345         * gst/videocrop/videocrop.vcproj
22346         * gst/videodrop/videodrop.vcproj
22347         * gst/videofilter/gamma.vcproj
22348         * gst/videofilter/videobalance.vcproj
22349         * gst/videofilter/videofilter.vcproj
22350         * gst/videofilter/videoflip.vcproj
22351         * gst/videoflip/videoflip.vcproj
22352         * gst/videomixer/videomixer.vcproj
22353         * gst/videorate/videorate.vcproj
22354         * gst/videoscale/videoscale.vcproj
22355         * gst/videotestsrc/videotestsrc.vcproj
22356         * gst/virtualdub/virtualdub.vcproj
22357         * gst/volenv/volenv.vcproj
22358         * gst/volume/volume.vcproj
22359         * gst/wavenc/wavenc.vcproj
22360         * gst/wavparse/wavparse.vcproj
22361         * gst/y4m/y4menc.vcproj
22362         * gst-libs/gst/audio/audio.vcproj
22363         * gst-libs/gst/audio/audiofilter.vcproj
22364         * gst-libs/gst/colorbalance/colorbalance.vcproj
22365         * gst-libs/gst/idct/idtc.vcproj
22366         * gst-libs/gst/media-info/media-info.vcproj
22367         * gst-libs/gst/mixer/mixer.vcproj
22368         * gst-libs/gst/navigation/navigation.vcproj
22369         * gst-libs/gst/play/play.vcproj
22370         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22371         * gst-libs/gst/resample/resample.vcproj
22372         * gst-libs/gst/riff/riff.vcproj
22373         * gst-libs/gst/tuner/tuner.vcproj
22374         * gst-libs/gst/video/video.vcproj
22375         * gst-libs/gst/xoverlay/xoverlay.vcproj
22376           avoid problems with math.h, fix release dependancy
22377           rename GStreamer-0.8.lib to libgstreamer.lib
22378
22379 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22380
22381         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22383         the atom is not available we have to unlock the mutex. Fixes #148023
22384
22385 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22386
22387         * gst-libs/gst/media-info/media-info.h:
22388           issue for a vararg macro with MSVC
22389
22390 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22391
22392         * gst/effectv/effectv.vcproj
22393         * gst-libs/gst/idct/idct.vcproj:
22394         * gst-libs/gst/media-info/media-info.vcproj:
22395         * gst-libs/gst/navigation/navigation.vcproj:
22396         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22397         * gst-libs/gst/video/video.vcproj:
22398         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22399           fixes for build problems
22400
22401 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22402
22403         * gst-libs/gst/audio/audio.def:
22404         * gst-libs/gst/audio/riff.def:
22405           add some definitions needed by plugins
22406
22407 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22408
22409         * gst/asfdemux/gstasfmux.c
22410           Fix some 64 bits constants to be glib friendly
22411
22412 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22413
22414         * gst/ac3parse/gstac3parse.c
22415         * gst/audioscale/gstaudioscale.c
22416         * gst/auparse/gstauparse.c
22417         * gst/colorspace/gstcolorspace.c
22418         * gst/colorspace/yuv2rgb.h
22419           local include fixes
22420
22421 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22422
22423         * win32/gst.sln
22424           add more plugins to the build
22425
22426 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22427
22428         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22429         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22430
22431 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22432
22433         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22434         (gst_level_set_property), (gst_level_get_property),
22435         (gst_level_base_init), (gst_level_class_init):
22436           add debugging categories.  cleanups.
22437
22438 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22439
22440         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22441         (gst_videoscale_planar411), (gst_videoscale_planar400),
22442         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22443         (gst_videoscale_scale_nearest_str1),
22444         (gst_videoscale_scale_nearest_str2),
22445         (gst_videoscale_scale_nearest_str4),
22446         (gst_videoscale_scale_nearest_16bit),
22447         (gst_videoscale_scale_nearest_24bit):
22448           fixed stride issues
22449           tested with 320x240 -> 321, 322, 324 x240
22450           tested with YV12, I420, YUY2, UYVY
22451           fixed packed422rev (don't think it could have worked before)
22452           by testing with UYVY
22453
22454 2004-07-26  Benjamin Otte  <otte@gnome.org>
22455
22456         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22457         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22458         (plugin_init):
22459           add debugging category, add error checks like checking return values
22460           of setup calls, make sure it still works after
22461           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22462
22463 2004-07-26  Wim Taymans  <wim@fluendo.com>
22464
22465         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22466         (gst_mpeg_demux_get_audio_stream),
22467         (gst_mpeg_demux_process_private):
22468         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22469         Check for error codes from the negotiation functions. Make sure
22470         we really set the pad caps when a new pad is created.
22471
22472 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22473
22474         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22475         (gst_ffmpeg_caps_to_pix_fmt):
22476         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22478         (gst_ffmpegcolorspace_pad_link):
22479           don't make function do two things at the same time without reason.
22480
22481 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22482
22483         * gst/ac3parse/ac3parse.vcproj
22484         * gst/adder/adder.vcproj
22485         * gst/alpha/alpha.vcproj
22486         * gst/alpha/alphacolor.vcproj
22487         * gst/asfdemux/asf.vcproj
22488         * gst/audioconvert/audioconvert.vcproj
22489         * gst/audiorate/audiorate.vcproj
22490         * gst/audioscale/audioscale.vcproj
22491         * gst/auparse/auparse.vcproj
22492         * gst/avi/avi.vcproj
22493         * gst/cdxaparse/cdxaparse.vcproj
22494         * gst/chart/chart.vcproj
22495         * gst/colorspace/colorspace.vcproj
22496         * gst/cutter/cutter.vcproj
22497         * gst/debug/debug.vcproj
22498         * gst/debug/efence.vcproj
22499         * gst/debug/navigationtest.vcproj
22500         * gst/deinterlace/deinterlace.vcproj
22501         * gst/effectv/effectv.vcproj
22502         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22503         * gst/filter/filter.vcproj
22504         * gst/flx/flxdec.vcproj
22505         * gst/goom/goom.vcproj
22506         * gst/interleave/interleave.vcproj
22507         * gst/law/alaw.vcproj
22508         * gst/law/mulaw.vcproj
22509         * gst/matroska/matroska.vcproj
22510         * gst/median/median.vcproj
22511         * gst/mixmatrix/mixmatrix.vcproj
22512         * gst/mpeg1sys/mpeg1systemencode.vcproj
22513         * gst/mpeg1videoparse/mp1videoparse.vcproj
22514         * gst/mpeg2sub/mpeg2subt.vcproj
22515         * gst/mpegaudio/mpegaudio.vcproj
22516         * gst/mpegaudioparse/mpegaudioparse.vcproj
22517         * gst/mpegstream/mpegstream.vcproj
22518         * gst/multifilesink/multifilesink.vcproj
22519         * gst/multipart/multipart.vcproj
22520         * gst/oneton/oneton.vcproj
22521         * gst/overlay/overlay.vcproj
22522         * gst/passthrough/passthrough.vcproj
22523         * gst/qtdemux/qtdemux.vcproj
22524         * gst/realmedia/rmdemux.vcproj
22525         * gst/rtjpeg/rtjpeg.vcproj
22526         * gst/rtp/rtp.vcproj
22527         * gst/silence/silence.vcproj
22528         * gst/sine/sinesrc.vcproj
22529         * gst/smooth/smooth.vcproj
22530         * gst/smpte/smpte.vcproj
22531         * gst/spectrum/spectrum.vcproj
22532         * gst/speed/speed.vcproj
22533         * gst/stereo/stereo.vcproj
22534         * gst/switch/switch.vcproj
22535         * gst/tags/tagedit.vcproj
22536         * gst/tcp/tcp.vcproj
22537         * gst/typefind/typefindfunctions.vcproj
22538         * gst/udp/udp.vcproj
22539         * gst/videobox/videobox.vcproj
22540         * gst/videocrop/videocrop.vcproj
22541         * gst/videodrop/videodrop.vcproj
22542         * gst/videofilter/gamma.vcproj
22543         * gst/videofilter/videobalance.vcproj
22544         * gst/videofilter/videofilter.vcproj
22545         * gst/videofilter/videoflip.vcproj
22546         * gst/videoflip/videoflip.vcproj
22547         * gst/videomixer/videomixer.vcproj
22548         * gst/videorate/videorate.vcproj
22549         * gst/videoscale/videoscale.vcproj
22550         * gst/videotestsrc/videotestsrc.vcproj
22551         * gst/virtualdub/virtualdub.vcproj
22552         * gst/volenv/volenv.vcproj
22553         * gst/volume/volume.vcproj
22554         * gst/wavenc/wavenc.vcproj
22555         * gst/wavparse/wavparse.vcproj
22556         * gst/y4m/y4menc.vcproj
22557           more plugins supported under windows
22558
22559 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22560
22561         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22562         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22563         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22565         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22566           Add debugging statements.  Use the sizes as returned by the
22567           *CreateImage calls.
22568
22569 2004-07-26  Johan Dahlin  <johan@gnome.org>
22570
22571         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22572         the pad is negotiated.
22573
22574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22575
22576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22577
22578         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22579         * gst-libs/gst/idct/idct.vcproj:
22580         * gst-libs/gst/media-info/media-info.vcproj:
22581         * gst-libs/gst/mixer/mixer.vcproj:
22582         * gst-libs/gst/navigation/navigation.vcproj:
22583         * gst-libs/gst/play/play.vcproj:
22584         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22585         * gst-libs/gst/resample/resample.vcproj:
22586         * gst-libs/gst/tuner/tuner.vcproj:
22587         * gst-libs/gst/video/video.vcproj:
22588         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22589           more plugins supported under windows
22590
22591 2004-07-25 Iain <iain@prettypeople.org>
22592
22593         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22594         pad now rather than when the pad is created because state changes wipe
22595         explicit caps (fixes #148043).
22596
22597 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22598
22599         reviewed by Benjamin Otte  <otte@gnome.org>
22600
22601         * ext/mad/gstmad.c:
22602           fix mad plugin crashing on Sun (fixes #148289)
22603
22604 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22605
22606         * gst/avi/avi.def:
22607         * gst/avi/avi.vcproj:
22608         * gst/matroska/matroska.def:
22609         * gst/matroska/matroska.vcproj:
22610           remove unused .def files
22611
22612 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22613
22614         * gst-libs/gst/audio/gstaudiofilter.c:
22615           Clean the local include
22616
22617 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22618
22619         * win32/gst.sln:
22620         * gst-libs/gst/audio/audio.def:
22621         * gst-libs/gst/audio/audio.vcproj:
22622         * gst-libs/gst/audio/audiofilter.vcproj:
22623         * gst-libs/gst/audio/riff.def:
22624         * gst-libs/gst/audio/riff.vcproj:
22625         * gst-libs/gst/gst-libs.def:
22626         * gst-libs/gst/gst-libs.vcproj:
22627         * gst/avi/avi.vcproj:
22628         * gst/avi/avi.vcproj:
22629           Copy the files where needed after building, cleaner projects
22630
22631 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22632
22633         * gst/matroska/ebml-write.c:
22634           Fix some 64 bits constants to be glib friendly
22635
22636 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22637
22638         * win32/gst.sln:
22639         * gst-libs/gst/gst-libs.def:
22640         * gst-libs/gst/gst-libs.vcproj:
22641         * gst/matroska/matroska.def:
22642         * gst/matroska/matroska.vcproj:
22643           Add the preliminary canvas to build plugins on Win32
22644
22645 2004-07-23  Benjamin Otte  <otte@gnome.org>
22646
22647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22648           don't enfore negotiation from source side, it breaks
22649           sinesrc ! audioconvert ! osssink
22650
22651 2004-07-22  David Schleef  <ds@schleef.org>
22652
22653         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22654         for ELF files, since they can easily be recognized as audio/mpeg.
22655         (bug #147441)
22656
22657 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22660         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22661         (gst_videoscale_scale_nearest_24bit),
22662         (gst_videoscale_scale_nearest_16bit):
22663           fix 16bit and 24bit for stride (24bit might need testing)
22664           don't pretend we do more than one algorithm
22665
22666 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22667
22668         * configure.ac:
22669         * gst/Makefile.am:
22670         * gst/multifilesink/Makefile.am:
22671         * gst/multifilesink/gstmultifilesink.c:
22672         (gst_multifilesink_get_formats),
22673         (gst_multifilesink_get_query_types), (_do_init),
22674         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22675         (gst_multifilesink_init), (gst_multifilesink_dispose),
22676         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22677         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22678         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22679         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22680         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22681         (gst_multifilesink_uri_get_type),
22682         (gst_multifilesink_uri_get_protocols),
22683         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22684         (gst_multifilesink_uri_handler_init), (plugin_init):
22685         * gst/multifilesink/gstmultifilesink.h:
22686         * testsuite/Makefile.am:
22687         * testsuite/multifilesink/Makefile.am:
22688         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22689         (gst_newmedia_class_init), (gst_newmedia_init),
22690         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22691         (newfile_signal), (test_signal), (main):
22692         multifilesink plugin for creating new files every time a new media
22693         discontinuity event occurs
22694
22695 2004-07-22  Wim Taymans  <wim@fluendo.com>
22696
22697         * gst/alpha/Makefile.am:
22698         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22699         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22700         (gst_alpha_color_init), (gst_alpha_color_set_property),
22701         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22702         (transform), (gst_alpha_color_chain),
22703         (gst_alpha_color_change_state), (plugin_init):
22704         Stupid plugin to to RGBA to AYUV conversion because none of
22705         the colorspace plugins can handle that yet.
22706
22707 2004-07-22  Wim Taymans  <wim@fluendo.com>
22708
22709         * examples/seeking/seek.c: (update_scale), (main):
22710         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22711         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22712         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22713         (gst_decode_bin_init), (gst_decode_bin_dispose),
22714         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22715         (no_more_pads), (close_link), (type_found),
22716         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22717         (plugin_init):
22718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22719         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22720         (gst_play_base_bin_dispose), (queue_overrun),
22721         (gen_preroll_element), (remove_prerolls), (unknown_type),
22722         (no_more_pads), (new_stream), (setup_source),
22723         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22724         (play_base_eos), (gst_play_base_bin_change_state),
22725         (gst_play_base_bin_add_element),
22726         (gst_play_base_bin_remove_element),
22727         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22728         (gst_play_base_bin_unlink_stream),
22729         (gst_play_base_bin_get_streaminfo):
22730         * gst/playback/gstplaybin.c: (gen_video_element),
22731         (gen_audio_element):
22732         * gst/playback/gststreaminfo.h:
22733         More playback updates, attempt to fix things after the state change
22734         breakage.
22735
22736 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22737
22738         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22739         (gst_videoscale_scale_nearest_16bit):
22740           comment algorithm
22741
22742 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22743
22744         * gst/videotestsrc/gstvideotestsrc.c:
22745         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22746         (gst_videotestsrc_init), (gst_videotestsrc_get),
22747         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22748         (gst_videotestsrc_get_property):
22749         * gst/videotestsrc/gstvideotestsrc.h:
22750         * gst/videotestsrc/videotestsrc.c:
22751         * gst/videotestsrc/videotestsrc.h:
22752           cleanup and commenting
22753
22754 2004-07-21  Wim Taymans  <wim@fluendo.com>
22755
22756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22757         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22758         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22759         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22760         (_find_chain_get_unknown_part), (_find_streams_check),
22761         (gst_ogg_demux_push), (gst_ogg_pad_push):
22762         * ext/theora/theoradec.c: (theora_get_formats),
22763         (theora_dec_src_convert), (theora_dec_sink_convert),
22764         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22765         (theora_dec_chain):
22766         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22767         (vorbis_dec_convert), (vorbis_dec_src_query),
22768         (vorbis_dec_src_event), (vorbis_dec_event):
22769         More seeking fixes, oggdemux now supports seeking to time and
22770         uses the downstream element to convert granulepos to time.
22771         Seeking in theora-only ogg files now works.
22772
22773 2004-07-21  Wim Taymans  <wim@fluendo.com>
22774
22775         * ext/theora/theoradec.c: (gst_theora_dec_init),
22776         (theora_get_formats), (theora_get_event_masks),
22777         (theora_get_query_types), (theora_dec_src_convert),
22778         (theora_dec_sink_convert), (theora_dec_src_query),
22779         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22780         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22781         (vorbis_get_event_masks), (vorbis_get_query_types),
22782         (gst_vorbis_dec_init), (vorbis_dec_convert),
22783         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22784         Added query/convert/formats functions to vorbis and theora decoders
22785         so that the outside world can use them too. Fixed seeking on an
22786         ogg/theora/vorbis file by disabling the seeking seeking on the
22787         theora srcpad.
22788
22789 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22790
22791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22792         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22793         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22794         images creation for both elements. We don't create the image on caps
22795         nego or renego, we just destroy the internal one if present if it does
22796         not match the needs. The chain function takes care of creating a new
22797         image when needed.
22798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22799         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22800         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22801         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22802         the image format information. The buffer pool checks for the context
22803         image format and discard images with different formats.
22804         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22805
22806 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22807
22808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22809         (gst_ffmpegcolorspace_chain):
22810           no point in doing any chaining if the pad we want to push from
22811           isn't usable.
22812
22813 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22814
22815         * gst-libs/gst/riff/riff-media.c:
22816         (gst_riff_create_audio_caps_with_data):
22817           Fix double end-to-native symbol conversion (#148021).
22818
22819 2004-07-20  David Schleef  <ds@schleef.org>
22820
22821         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22822         Don't use an Atom that doesn't exist.
22823
22824 2004-07-20  Wim Taymans  <wim@fluendo.com>
22825
22826         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22827         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22828         (gst_multifdsink_client_remove),
22829         (gst_multifdsink_handle_client_write),
22830         (gst_multifdsink_queue_buffer):
22831         * gst/tcp/gstmultifdsink.h:
22832         More multifdsink stats. Avoid deadlock by releasing locks
22833         before sending out a signal.
22834
22835 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22836
22837         * po/LINGUAS:
22838         * po/hu.po:
22839           added Hungarian translation (Laszlo Dvornik)
22840
22841 2004-07-20  Wim Taymans  <wim@fluendo.com>
22842
22843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22844         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22845         (gst_multifdsink_handle_client_write),
22846         (gst_multifdsink_queue_buffer):
22847         * gst/tcp/gsttcp-marshal.list:
22848         Fixed the stupid marshal definition.
22849
22850 2004-07-20  Wim Taymans  <wim@fluendo.com>
22851
22852         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22853         (gst_multifdsink_init), (gst_multifdsink_add),
22854         (gst_multifdsink_client_remove),
22855         (gst_multifdsink_handle_client_write),
22856         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22857         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22858         (gst_multifdsink_init_send):
22859         * gst/tcp/gstmultifdsink.h:
22860         Added more stats, added timeout for a client, fixed some typos
22861         and added some comments.
22862
22863 2004-07-20  Wim Taymans  <wim@fluendo.com>
22864
22865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22866         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22867         (gst_multifdsink_client_remove),
22868         (gst_multifdsink_handle_client_write):
22869         * gst/tcp/gstmultifdsink.h:
22870         * gst/tcp/gsttcp-marshal.list:
22871         Added get_stats method that returns a GValueArray of
22872         stats values.
22873
22874 2004-07-19  Benjamin Otte  <otte@gnome.org>
22875
22876         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22877           make sure longname, description and author are valid UTF-8
22878
22879 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22880
22881         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22882         (gst_ximagesink_set_property):
22883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22884         (gst_xvimagesink_set_property):
22885           make sure SYNCHRONOUS is respected after getting the X context
22886
22887 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22888
22889         * gst/matroska/matroska-demux.c:
22890         (gst_matroska_demux_handle_src_event),
22891         (gst_matroska_demux_parse_blockgroup):
22892         * gst/matroska/matroska-ids.h:
22893           add BlockReference tag and ignore it to clear out log.
22894           ignore NAVIGATION events to clear out log.
22895
22896 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22897
22898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22899         (gst_matroska_demux_add_stream):
22900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22901           add debug categories
22902
22903 2004-07-16  Wim Taymans  <wim@fluendo.com>
22904
22905         * ext/libpng/Makefile.am:
22906         * ext/libpng/gstpng.c: (plugin_init):
22907         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22908         (gst_pngdec_get_type), (gst_pngdec_base_init),
22909         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22910         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22911         * ext/libpng/gstpngdec.h:
22912         Added png decoder.
22913
22914 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22915
22916         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22917         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22918         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22919         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22920         (gst_ximagesink_buffer_alloc):
22921         * sys/ximage/ximagesink.h:
22922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22923         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22924         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22925         (gst_xvimagesink_buffer_alloc):
22926         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22927         again. Using internal data pointer of the x(v)image to store image's
22928         data to be coherent with the buffer alloc mechanism. Investigated the
22929         image destruction code to be sure that everything gets freed correctly.
22930
22931 2004-07-16  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst-libs/gst/riff/riff-read.c:
22934         (gst_riff_read_strf_vids_with_data),
22935         (gst_riff_read_strf_auds_with_data):
22936         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22937         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22938         Make sure we don't create 0 sized subbuffers in riff-read.
22939         Signal the no more pads signal after reading the avi header.
22940
22941 2004-07-16  Wim Taymans  <wim@fluendo.com>
22942
22943         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22944         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22945         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22946         (gst_decode_bin_init), (gst_decode_bin_dispose),
22947         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22948         (no_more_pads), (close_link), (type_found),
22949         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22950         (gst_decode_bin_change_state), (plugin_init):
22951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22952         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22953         (gst_play_base_bin_dispose), (queue_overrun),
22954         (gen_preroll_element), (remove_prerolls), (unknown_type),
22955         (no_more_pads), (new_stream), (setup_source),
22956         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22957         (play_base_eos), (gst_play_base_bin_change_state),
22958         (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         Better error recovery. Added configurable preroll queue size. Faster
22965         detection of no-more-pads.
22966
22967 2004-07-16  Wim Taymans  <wim@fluendo.com>
22968
22969         * gst-libs/gst/video/video.h:
22970         Added 32 bits RGBA. Not sure if we should use another mime-type
22971         for alpha rgb. Currently the presence of the alpha_mask property
22972         signals an alpha channel.
22973
22974 2004-07-16  Wim Taymans  <wim@fluendo.com>
22975
22976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22978         FPS seems to be 0.0 to MAX everywhere else.
22979
22980 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * gst-libs/gst/riff/riff-media.c:
22983         (gst_riff_create_video_caps_with_data):
22984           mp42/mp43 (no caps) exist too.
22985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22986           Set pixel_width/height; we've got them in-caps.
22987         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22988         * gst/wavparse/gstwavparse.c: (plugin_init):
22989           Both are valid primary.
22990         * sys/oss/gstossmixer.c:
22991           Remove i18n hack and enable translations.
22992
22993 2004-07-15  Benjamin Otte  <otte@gnome.org>
22994
22995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22996         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22997           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22998
22999 2004-07-15  Benjamin Otte  <otte@gnome.org>
23000
23001         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23002         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23003         (gst_alsa_close_audio):
23004           disable some of the debugging code for now. Writing debugging to a
23005           buffer is broken in current alsalib releases.
23006
23007 2004-07-12  Benjamin Otte  <otte@gnome.org>
23008
23009         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23010           use bufferpools
23011
23012 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23013
23014         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23015         (theora_dec_src_query), (theora_dec_event):
23016         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23017           add debugging categories.  Remove \n's.
23018
23019 2004-07-13  Johan Dahlin  <johan@gnome.org>
23020
23021         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23022         (gst_play_bin_get_property): Impl.
23023
23024 2004-07-13  Wim Taymans  <wim@fluendo.com>
23025
23026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23027         When trying to find the stream length, seek back N pages
23028         instead of just one, where N is the number of streams in
23029         the current chain.
23030
23031 2004-07-13  Wim Taymans  <wim@fluendo.com>
23032
23033         * gst-libs/gst/riff/riff-media.c:
23034         (gst_riff_create_audio_caps_with_data),
23035         (gst_riff_create_audio_caps),
23036         (gst_riff_create_audio_template_caps):
23037         * gst-libs/gst/riff/riff-media.h:
23038         * gst-libs/gst/riff/riff-read.c:
23039         (gst_riff_read_strf_vids_with_data),
23040         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23041         * gst-libs/gst/riff/riff-read.h:
23042         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23043         (gst_avi_demux_add_stream):
23044         Set codec_data on caps for avidemuxer.
23045
23046 2004-07-12  David Schleef  <ds@schleef.org>
23047
23048         * configure.ac: Fix test for Objective C
23049
23050 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23052         (gst_gdk_pixbuf_chain):
23053           Add svg and pcx to template caps, and ensure that getcaps returns a
23054           subset of the template caps.
23055           Copy each row manually for output, as gdkpixbuf may pad the
23056           rowstride to a 32-bit word boundary.
23057
23058 2004-07-12  Wim Taymans  <wim@fluendo.com>
23059
23060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23061         (gst_riff_create_video_template_caps):
23062         Fix the template caps to include some more media types.
23063
23064 2004-07-12  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23067         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23068         (compare_ranks), (print_feature), (gst_decode_bin_init),
23069         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23070         (try_to_link_1), (new_pad), (close_link), (type_found),
23071         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23072         (gst_decode_bin_change_state), (plugin_init):
23073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23074         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23075         (gst_play_base_bin_dispose), (queue_overrun),
23076         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23077         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23078         (gst_play_base_bin_get_property), (play_base_eos),
23079         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23080         (gst_play_base_bin_remove_element),
23081         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23082         (gst_play_base_bin_unlink_stream),
23083         (gst_play_base_bin_get_streaminfo):
23084         * gst/playback/gstplaybasebin.h:
23085         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23086         (gst_play_bin_class_init), (gst_play_bin_init),
23087         (gst_play_bin_dispose), (gst_play_bin_set_property),
23088         (gst_play_bin_get_property), (gen_video_element),
23089         (gen_audio_element), (remove_sinks), (setup_sinks),
23090         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23091         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23092         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23093         (gst_play_bin_query), (plugin_init):
23094         * gst/playback/test4.c: (main):
23095         More fixes on reusing of the element.
23096
23097 2004-07-11  Benjamin Otte  <otte@gnome.org>
23098
23099         * ext/mad/gstmad.c: (normal_seek):
23100           allow seeking for other methods than just SET
23101
23102 2004-07-11  Andy Wingo  <wingo@pobox.com>
23103
23104         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23105         float, "any" caps -> buffer_frames=[0,MAX].
23106
23107         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23108         doesn't intersect our caps with the template any more. Do it
23109         ourselves.
23110         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23111
23112 2004-07-09  Wim Taymans  <wim@fluendo.com>
23113
23114         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23115         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23116         (compare_ranks), (print_feature), (gst_decode_bin_init),
23117         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23118         (try_to_link_1), (new_pad), (close_link), (type_found),
23119         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23120         (gst_decode_bin_change_state), (plugin_init):
23121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23122         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23123         (gst_play_base_bin_dispose), (queue_overrun),
23124         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23125         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23126         (gst_play_base_bin_get_property), (play_base_eos),
23127         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23128         (gst_play_base_bin_remove_element),
23129         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23130         (gst_play_base_bin_unlink_stream),
23131         (gst_play_base_bin_get_streaminfo):
23132         * gst/playback/gstplaybasebin.h:
23133         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23134         (gst_play_bin_class_init), (gst_play_bin_init),
23135         (gst_play_bin_dispose), (gst_play_bin_set_property),
23136         (gst_play_bin_get_property), (gen_video_element),
23137         (gen_audio_element), (remove_sinks), (setup_sinks),
23138         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23139         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23140         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23141         (gst_play_bin_query), (plugin_init):
23142         * gst/playback/test4.c: (main):
23143         Work on object reuse and seeking.
23144
23145 2004-07-09  Wim Taymans  <wim@fluendo.com>
23146
23147         * examples/seeking/seek.c: (iterate):
23148         Don't consume all CPU in the idle loop.
23149
23150 2004-07-09  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23153         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23154         Add pad to element *after* setting the pad functions so that
23155         the scheduler can use the correct ones.
23156
23157 2004-07-09  Wim Taymans  <wim@fluendo.com>
23158
23159         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23160         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23161         Sync to keyframe after seek
23162
23163 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23164
23165         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23167         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23168         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23169         * ext/libvisual/visual.c: (gst_visual_change_state):
23170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23171         * ext/theora/theoradec.c: (theora_dec_change_state):
23172         * ext/theora/theoraenc.c: (theora_enc_change_state):
23173         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23174         * gst-libs/gst/navigation/navigation.c:
23175         * gst/adder/gstadder.c: (gst_adder_change_state):
23176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23177         (gst_audio_convert_get_buffer):
23178         * gst/multipart/multipartdemux.c:
23179         (gst_multipart_demux_change_state):
23180         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23182         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23183         * gst/videoscale/gstvideoscale.c:
23184         (gst_videoscale_handle_src_event):
23185         * gst/volume/gstvolume.c: (volume_chain_int16):
23186           don't assert in state change, this should be done by the base
23187           GstElement class.
23188           various debugging fixes.
23189
23190 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23191
23192         * configure.ac:
23193         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23194         (gst_play_dispose), (gst_play_set_location),
23195         (gst_play_set_data_src), (gst_play_set_video_sink),
23196         (gst_play_set_audio_sink), (gst_play_set_visualization),
23197         (gst_play_connect_visualization), (gst_play_get_sink_element),
23198         (gst_play_get_all_by_interface):
23199         * gst-libs/gst/play/play.h:
23200           add new method to get elements implementing an interface.
23201           add various error logging
23202
23203 2004-07-08  Wim Taymans  <wim@fluendo.com>
23204
23205         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23206         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23207         (make_playerbin_pipeline), (query_durations_elems),
23208         (query_durations_pads), (query_positions_elems),
23209         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23210         (main):
23211         Added playbin seeking example.
23212
23213 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23214
23215         * gst-libs/gst/play/play.c: (gst_play_set_location),
23216         (gst_play_set_data_src), (gst_play_set_video_sink),
23217         (gst_play_set_audio_sink), (gst_play_set_visualization),
23218         (gst_play_connect_visualization), (gst_play_get_framerate):
23219           use a macro to look up elements from hash table
23220
23221 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23222
23223         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23224         (gst_play_get_length_callback), (gst_play_set_location),
23225         (gst_play_seek_to_time), (gst_play_set_data_src),
23226         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23227         (gst_play_set_visualization), (gst_play_connect_visualization),
23228         (gst_play_get_sink_element):
23229         - add debugging info
23230         - fix looking up sink elements by iterating over complete caps
23231         - put everything except for source and autoplugger in a complete bin
23232
23233 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23234
23235         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23237         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23238         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23239         * ext/alsa/gstalsasink.h:
23240         - add debugging info
23241         - clean up schizophrenia of data/buffer/event
23242         - fix double event unref error
23243
23244 2004-07-08  Wim Taymans  <wim@fluendo.com>
23245
23246         * gst/playback/Makefile.am:
23247         Add headers to noinst
23248
23249 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23250
23251         * tools/gst-launch-ext-m.m:
23252         * tools/gst-launch-ext.1.in:
23253           convert to the third millenium
23254
23255 2004-07-07  David Schleef  <ds@schleef.org>
23256
23257         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23258
23259 2004-07-07  Wim Taymans  <wim@fluendo.com>
23260
23261         * gst/playback/Makefile.am:
23262         * gst/playback/README:
23263         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23264         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23265         (compare_ranks), (print_feature), (gst_decode_bin_init),
23266         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23267         (try_to_link_1), (new_pad), (close_link), (type_found),
23268         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23269         (plugin_init):
23270         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23271         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23272         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23273         (gen_preroll_element), (no_more_pads), (new_stream),
23274         (setup_source), (gst_play_base_bin_set_property),
23275         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23276         (gst_play_base_bin_add_element),
23277         (gst_play_base_bin_remove_element),
23278         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23279         (gst_play_base_bin_unlink_stream),
23280         (gst_play_base_bin_get_streaminfo):
23281         * gst/playback/gstplaybasebin.h:
23282         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23283         (gst_play_bin_class_init), (gst_play_bin_init),
23284         (gst_play_bin_dispose), (gst_play_bin_set_property),
23285         (gst_play_bin_get_property), (gen_video_element),
23286         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23287         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23288         (gst_play_bin_get_formats), (gst_play_bin_convert),
23289         (gst_play_bin_get_query_types), (gst_play_bin_query),
23290         (plugin_init):
23291         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23292         (gst_stream_info_get_type), (gst_stream_info_class_init),
23293         (gst_stream_info_init), (gst_stream_info_new),
23294         (gst_stream_info_dispose), (gst_stream_info_set_property),
23295         (gst_stream_info_get_property):
23296         * gst/playback/gststreaminfo.h:
23297         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23298         (main):
23299         * gst/playback/test2.c: (main):
23300         * gst/playback/test3.c: (update_scale), (main):
23301         More playbin fixes. Added README. Do better element filtering.
23302         Added base class to preroll media. Added test apps.
23303
23304 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23305
23306         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23307         * ext/mpeg2dec/gstmpeg2dec.h:
23308           various debugging improvements.  Reset stream to next picture
23309           instead of sequence header, otherwise seeks cannot work.
23310
23311 2004-07-07  Wim Taymans  <wim@fluendo.com>
23312
23313         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23314         (gst_video_box_class_init), (gst_video_box_set_property),
23315         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23316         Use pad_alloc where possible.
23317
23318 2004-07-07  Wim Taymans  <wim@fluendo.com>
23319
23320         * sys/oss/gstosselement.c: (gst_osselement_reset),
23321         (gst_osselement_parse_caps):
23322         * sys/oss/gstosselement.h:
23323         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23324         Fix offset on osssrc.
23325
23326 2004-07-07  Wim Taymans  <wim@fluendo.com>
23327
23328         * ext/theora/theora.c: (plugin_init):
23329         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23330         (theora_dec_src_query), (theora_dec_chain):
23331         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23332         (theora_enc_sink_link), (theora_buffer_from_packet),
23333         (theora_push_packet), (theora_enc_chain):
23334         Fix theora granulepos calculation.
23335         Fix overflow in duration/position calculation.
23336         Bump rank to PRIMARY for theoradec.
23337         Use granulepos of last packet to calculate position.
23338         Set keyframe flag on buffers when needed.
23339
23340 2004-07-06  David Schleef  <ds@schleef.org>
23341
23342         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23343         serious?  (Fixed, obviously.)
23344
23345 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         * po/LINGUAS:
23348         * po/cs.po:
23349           added Czech translation (Miloslav Trmac)
23350
23351 2004-07-05  Wim Taymans  <wim@fluendo.com>
23352
23353         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23354         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23355         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23356         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23357         (close_link), (type_found), (gst_decode_bin_set_property),
23358         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23359         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23360         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23361         (gst_decode_bin_query), (plugin_init):
23362         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23363         (gst_play_bin_class_init), (gst_play_bin_init),
23364         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23365         (get_video_element), (new_pad), (setup_source),
23366         (gst_play_bin_set_property), (gst_play_bin_get_property),
23367         (gst_play_bin_change_state), (gst_play_bin_add_element),
23368         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23369         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23370         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23371         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23372         * gst/playback/test.c: (main):
23373         More fixes, cleaned up playbin, make it use decodebin. Added
23374         threaded property to playbin.
23375
23376 2004-07-05  Wim Taymans  <wim@fluendo.com>
23377
23378         * configure.ac:
23379         * gst/playback/Makefile.am:
23380         * gst/playback/decodetest.c: (main):
23381         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23382         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23383         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23384         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23385         (close_link), (type_found), (gst_decode_bin_set_property),
23386         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23387         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23388         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23389         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23390         (plugin_init):
23391         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23392         (gst_play_bin_class_init), (gst_play_bin_init),
23393         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23394         (collect_sink_pads), (find_compatibles), (close_pad_link),
23395         (try_to_link_1), (new_pad), (close_link), (type_found),
23396         (setup_source), (gst_play_bin_set_property),
23397         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23398         (compare_ranks), (gst_play_bin_collect_factories),
23399         (gst_play_bin_change_state), (gst_play_bin_add_element),
23400         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23401         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23402         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23403         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23404         * gst/playback/test.c: (main):
23405         Added some playback helper elements and some test apps, very alpha
23406         still.
23407
23408 2004-07-04  Benjamin Otte  <otte@gnome.org>
23409
23410         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23411           only restart audio when we indeed have an xrun to fix repeated
23412           xruns. Fix suggested by Giuliano Pochini.
23413
23414 2004-07-03  David Schleef  <ds@schleef.org>
23415
23416         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23417         call to gst_debug_log() if debugging is disabled (bug #145118)
23418
23419 2004-07-03  Benjamin Otte  <otte@gnome.org>
23420
23421         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23422           use our own functions for restarting the alsa device.
23423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23424           I should apply patches myself - use MIN for the third argument, not
23425           the second, this fixes seeking
23426
23427 2004-07-02  David Schleef  <ds@schleef.org>
23428
23429         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23430         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23431         do with the logic.
23432
23433 2004-07-02  David Schleef  <ds@schleef.org>
23434
23435         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23436         output buffers.  Fix logic mistake.  (bug #144866)
23437
23438 2004-07-02  David Schleef  <ds@schleef.org>
23439
23440         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23441         on X.  (bug #144753)
23442
23443 2004-07-02  David Schleef  <ds@schleef.org>
23444
23445         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23446         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23447         (bug #144624)
23448         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23449         (gst_osselement_rate_probe_check): Add another workaround for
23450         buggy drivers (bug #145336)
23451
23452 2004-07-02  David Schleef  <ds@schleef.org>
23453
23454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23455         Most systems don't have MSG_NOSIGNAL.
23456
23457 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23458
23459         * Makefile.am:
23460         * gst-libs/gst/colorbalance/Makefile.am:
23461         * gst-libs/gst/mixer/Makefile.am:
23462         * gst-libs/gst/play/Makefile.am:
23463         * gst-libs/gst/tuner/Makefile.am:
23464           (hopefully) fix both install and dist and make error message useful.
23465           needs testing across automakes.
23466
23467 2004-07-02  Benjamin Otte  <otte@gnome.org>
23468
23469         * ext/ogg/gstogg.c: (plugin_init):
23470           we require bytestream now
23471         * ext/ogg/gstoggdemux.c:
23472           huge diff to implement chain setup in a fast and generic way. This
23473           improves tag reading and startup of huge files (read: Theora videos)
23474           quite a bit. It probably contains bugs, too, so please test.
23475           Seeking is not improved to the fast method.
23476
23477 2004-06-29  Wim Taymans  <wim@fluendo.com>
23478
23479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23480         * ext/ogg/gstoggmux.c:
23481         Fix memleak in oggdemux when running unconnected pads.
23482         doc update in mux, start working on keyframe mode.
23483
23484 2004-06-29  Benjamin Otte  <otte@gnome.org>
23485
23486         * sys/oss/gstosssink.c:
23487         * sys/oss/gstosssrc.c:
23488           advertise correct template caps - we indeed do non-native endianness
23489           and 8bit audio has no endianness
23490         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23492           avoid (wrong) duplications in getcaps function and return
23493           template caps
23494
23495 2004-06-29  Wim Taymans  <wim@fluendo.com>
23496
23497         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23498         (gst_multifdsink_class_init), (gst_multifdsink_add),
23499         (gst_multifdsink_remove), (gst_multifdsink_clear),
23500         (gst_multifdsink_client_remove),
23501         (gst_multifdsink_handle_client_read),
23502         (gst_multifdsink_client_queue_data),
23503         (gst_multifdsink_client_queue_caps),
23504         (gst_multifdsink_client_queue_buffer),
23505         (gst_multifdsink_handle_client_write),
23506         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23507         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23508         (gst_multifdsink_init_send), (gst_multifdsink_close):
23509         Fix wrong GList iteration that could crash the server when
23510         more then 2 clients disconnect at the same time. Read all the
23511         pending commands in one batch to recover from command storms under
23512         very heavy load.
23513
23514 2004-06-28  Wim Taymans  <wim@fluendo.com>
23515
23516         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23517         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23518         (gst_videomixer_pad_set_property),
23519         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23520         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23521         (gst_videomixer_class_init), (gst_videomixer_init),
23522         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23523         (pad_zorder_compare), (gst_videomixer_sort_pads),
23524         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23525         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23526         (gst_videomixer_update_queues), (gst_videomixer_loop),
23527         (plugin_init):
23528         Avoid divide by zero, choose masterpad as the pad with the highest
23529         framerate.
23530
23531 2004-06-27  Julien Moutte  <julien@moutte.net>
23532
23533         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23534         (gst_ximagesink_xwindow_new):
23535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23536         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23537         function directly. We might want to call it from somewhere else one day.
23538
23539 2004-06-27  Julien Moutte  <julien@moutte.net>
23540
23541         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23542         (gst_ximagesink_xwindow_new):
23543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23544         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23545         window decorations.
23546
23547 2004-06-27  Wim Taymans  <wim@fluendo.com>
23548
23549         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23550         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23551         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23552         (gst_dvdec_set_property), (gst_dvdec_get_property):
23553         * ext/dv/gstdvdec.h:
23554         Implement drop_factor property to lower the framerate with
23555         a factor.
23556
23557 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23558
23559         * gst-libs/gst/colorbalance/Makefile.am:
23560         * gst-libs/gst/mixer/Makefile.am:
23561         * gst-libs/gst/play/Makefile.am:
23562         * gst-libs/gst/tuner/Makefile.am:
23563           unbreak Company's fix that didn't install the -enum.h files
23564
23565 2004-06-27  Wim Taymans  <wim@fluendo.com>
23566
23567         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23568         (gst_dvdec_change_state):
23569         * ext/dv/gstdvdec.h:
23570         Fix timestamp, duration and offset of the buffers.
23571
23572 2004-06-27  Wim Taymans  <wim@fluendo.com>
23573
23574         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23575         (gst_multifdsink_class_init), (gst_multifdsink_add),
23576         (gst_multifdsink_remove), (gst_multifdsink_clear),
23577         (gst_multifdsink_client_remove),
23578         (gst_multifdsink_handle_client_read),
23579         (gst_multifdsink_client_queue_data),
23580         (gst_multifdsink_client_queue_caps),
23581         (gst_multifdsink_client_queue_buffer),
23582         (gst_multifdsink_handle_client_write),
23583         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23584         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23585         (gst_multifdsink_init_send), (gst_multifdsink_close):
23586         * gst/tcp/gstmultifdsink.h:
23587         * gst/tcp/gsttcpserversink.c:
23588         (gst_tcpserversink_handle_server_read),
23589         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23590         More multifdsink fixes, more recovery policy fixes.
23591         Removed stupid g_print
23592
23593 2004-06-26  Wim Taymans  <wim@fluendo.com>
23594
23595         * gst/tcp/Makefile.am:
23596         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23597         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23598         (gst_multifdsink_class_init), (gst_multifdsink_init),
23599         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23600         (gst_multifdsink_handle_client_read),
23601         (gst_multifdsink_client_queue_data),
23602         (gst_multifdsink_client_queue_caps),
23603         (gst_multifdsink_client_queue_buffer),
23604         (gst_multifdsink_handle_client_write),
23605         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23606         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23607         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23608         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23609         (gst_multifdsink_close), (gst_multifdsink_change_state):
23610         * gst/tcp/gstmultifdsink.h:
23611         * gst/tcp/gsttcpplugin.c: (plugin_init):
23612         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23613         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23614         (gst_tcpserversink_handle_server_read),
23615         (gst_tcpserversink_handle_select),
23616         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23617         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23618         * gst/tcp/gsttcpserversink.h:
23619         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23620         one of the locks, added recovery policy to multifdsink.
23621
23622 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23623
23624         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23625           fix decision for when getting frames with same timestamp
23626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23627         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23628         (gst_v4lsrc_get_property):
23629         * sys/v4l/gstv4lsrc.h:
23630           add latency offset property
23631
23632 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23633
23634         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23635         (plugin_init):
23636           fix debugging. add category.
23637
23638 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23639
23640         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23641           fix wrong offsets
23642
23643 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23644
23645         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23646         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23647         (gst_alsa_src_change_state):
23648           return a time that is in sync with the element's processing
23649
23650 2004-06-25  Wim Taymans  <wim@fluendo.com>
23651
23652         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23653         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23654         (gst_tcpserversink_client_remove),
23655         (gst_tcpserversink_handle_client_read),
23656         (gst_tcpserversink_client_queue_data),
23657         (gst_tcpserversink_client_queue_caps),
23658         (gst_tcpserversink_client_queue_buffer),
23659         (gst_tcpserversink_handle_client_write),
23660         (gst_tcpserversink_queue_buffer),
23661         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23662         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23663         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23664         (gst_tcpserversink_close):
23665         * gst/tcp/gsttcpserversink.h:
23666         Serversink rewrite. Really do non blocking writes to clients and
23667         maintain an internal queue to handle slower clients while not
23668         disturbing fast clients.
23669
23670 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23671
23672         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23673           better debug, don't override OFFSET and OFFSET_END
23674
23675 2004-06-25  Iain <iain@prettypeople.org>
23676
23677         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23678         name=source for the wavparse pipeline.
23679
23680 2004-06-24  Johan Dahlin  <johan@gnome.org>
23681
23682         * ext/theora/theoraenc.c (theora_enc_chain): Call
23683         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23684         streamheader caps are set correctly.
23685
23686 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23687
23688         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23689         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23690           respect minimum bitrate; same could be done for max bitrate
23691
23692 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23693
23694         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23695         (gst_vorbisenc_setup):
23696           fix sample rate range
23697
23698 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23699
23700         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23701         (gst_oggvorbisenc_setup):
23702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23703         (gst_vorbisenc_setup):
23704           resolve ambiguities in code and description
23705
23706 2004-06-24  Wim Taymans  <wim@fluendo.com>
23707
23708         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23709         * ext/alsa/gstalsa.h:
23710         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23711         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23712         Use alsa trigger_tstamp to get the timestamp of the first
23713         sample in the buffer for more precise sync. Some cleanups.
23714
23715 2004-06-24  Wim Taymans  <wim@fluendo.com>
23716
23717         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23718         (gst_audiorate_init), (gst_audiorate_chain),
23719         (gst_audiorate_set_property), (gst_audiorate_get_property):
23720         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23721         (gst_videorate_chain):
23722         Added some logging, fixed an overflow bug in videorate.
23723
23724 2004-06-24  Benjamin Otte  <otte@gnome.org>
23725
23726         * ext/kio/Makefile.am:
23727           fix for builddir != srcdir and distcheck
23728
23729 2004-06-24  Benjamin Otte  <otte@gnome.org>
23730
23731         * gst-libs/gst/colorbalance/Makefile.am:
23732         * gst-libs/gst/mixer/Makefile.am:
23733         * gst-libs/gst/play/Makefile.am:
23734         * gst-libs/gst/tuner/Makefile.am:
23735         * gst/tcp/Makefile.am:
23736         * sys/dxr3/Makefile.am:
23737           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23738           tarball.
23739           Also add all *.list files that were missing.
23740         * Makefile.am:
23741           add a distcheck hook to ensure the above doesn't happen again.
23742
23743 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23744
23745         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23746
23747 2004-06-23  Colin Walters  <walters@redhat.com>
23748
23749         * m4/Makefile.am: Distribute gst-fionread.m4.
23750
23751 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * configure.ac: back to dev
23754
23755 2004-06-23  Wim Taymans  <wim@fluendo.com>
23756
23757         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23758         (gst_alsa_xrun_recovery):
23759         * ext/alsa/gstalsa.h:
23760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23761         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23762         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23763         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23764         (gst_alsa_src_loop):
23765         Add clock to alsasrc. Take new capture timestamp when
23766         restarting after an overrun. Split up some functions between
23767         alsasrc and alsasink.
23768
23769 === release 0.8.2 ===
23770
23771 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23772
23773         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23774         (gst_alsa_change_state), (gst_alsa_update_avail),
23775         (gst_alsa_xrun_recovery):
23776         * ext/alsa/gstalsa.h:
23777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23778           merge back changes from release
23779
23780 2004-06-23  Wim Taymans  <wim@fluendo.com>
23781
23782         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23783         (gst_audiorate_init), (gst_audiorate_chain),
23784         (gst_audiorate_set_property), (gst_audiorate_get_property):
23785         Implement sample dropping and notify
23786
23787 2004-06-22  Wim Taymans  <wim@fluendo.com>
23788
23789         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23790         (theora_enc_sink_link), (theora_buffer_from_packet),
23791         (theora_push_packet), (theora_enc_chain):
23792         Some cleanups, make sure the timestamps are correct.
23793
23794 2004-06-22  Wim Taymans  <wim@fluendo.com>
23795
23796         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23797         (gst_alsa_change_state), (gst_alsa_update_avail),
23798         (gst_alsa_xrun_recovery):
23799         * ext/alsa/gstalsa.h:
23800         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23801         Cleanups, take queued samples into account when reporting
23802         the time.
23803
23804 2004-06-22  Wim Taymans  <wim@fluendo.com>
23805
23806         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23807         (gst_videorate_init):
23808         Initialize the property as well.
23809
23810 2004-06-22  Wim Taymans  <wim@fluendo.com>
23811
23812         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23813         (gst_videorate_init), (gst_videorate_chain),
23814         (gst_videorate_set_property), (gst_videorate_get_property):
23815         Add property to make videorate silent.
23816         Add property to prefer new frames over old ones.
23817
23818 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23819
23820         * sys/osxvideo/Makefile.am:
23821         Workaround so that the osxvideo .so file gets linked with the
23822         Cocoa, OpenGL and QuickTime frameworks
23823
23824 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23825
23826         * sys/osxaudio/Makefile.am:
23827         Workaround so that the osxaudio .so file gets linked with the
23828         CoreAudio framework
23829
23830 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23831
23832         * configure.ac:
23833         Whoops, my fault...fixed build issues
23834
23835 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23836
23837         * configure.ac:
23838         Add objective-c support if running in Darwin/Mac OS X
23839         * sys/Makefile.am:
23840         * sys/osxvideo:
23841         * sys/osxvideo/Makefile.am:
23842         * sys/osxvideo/osxvideosink.h:
23843         * sys/osxvideo/osxvideosink.m:
23844         * sys/osxvideo/cocoawindow.h:
23845         * sys/osxvideo/cocoawindow.m:
23846         Add osxvideosink, a cocoa-based osx video sink
23847
23848
23849 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23850         * ext/dvdnav/gst-dvd:
23851         Grab the gconf key from the right spot
23852         * gst/debug/gstnavseek.c: (gst_navseek_init),
23853         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23854         (gst_navseek_chain):
23855         * gst/debug/gstnavseek.h:
23856           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23857           and loop parameters of a segment seek.
23858         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23859         (gst_videotestsrc_get_event_masks),
23860         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23861         * gst/videotestsrc/gstvideotestsrc.h:
23862           Add seeking support to videotestsrc
23863           Initialise the timestamp_offset variable.
23864
23865 2004-06-18  Wim Taymans  <wim@fluendo.com>
23866
23867         * ext/sidplay/gstsiddec.cc:
23868         Fix negotiation and set correct end offset.
23869
23870 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23871
23872         * configure.ac: branch and prerelease
23873
23874 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23875
23876         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23877         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23878         (gst_tcpclientsrc_init_receive):
23879         * gst/tcp/gsttcpclientsrc.h:
23880           read caps when connecting to server for GDP so we set them correctly
23881
23882 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23883
23884         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23885           notify drops and duplicates
23886         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23887           no good reason to limit ourselves to 100x100
23888
23889 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23890
23891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23892         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23893         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23894         (gst_v4lsrc_get_property):
23895         * sys/v4l/gstv4lsrc.h:
23896         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23897         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23898         (gst_v4l_set_audio):
23899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23900         (gst_v4lsrc_try_capture):
23901         * sys/v4l/v4lsrc_calls.h:
23902           change try_palette to more general try_capture
23903           add autoprobe option so we can turn off autoprobing
23904           various fixes
23905
23906 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23907
23908         * configure.ac:
23909           add videorate
23910         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23911         (gst_ximagesink_class_init):
23912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23913         (gst_xvimagesink_class_init):
23914           run them as finalize, not dispose, since dispose can be invoked
23915           multiple times
23916
23917 2004-06-17  Wim Taymans  <wim@fluendo.com>
23918
23919         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23920         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23921         * ext/alsa/gstalsa.h:
23922         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23923         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23924         (gst_alsa_src_change_state):
23925         * ext/alsa/gstalsasrc.h:
23926         Make the xrun code timestamp and offset the buffers correctly.
23927         moved the clock to the base class, use alsa methods to get time.
23928         Do correct timestamping on outgoing buffers.
23929
23930 2004-06-17  Wim Taymans  <wim@fluendo.com>
23931
23932         * gst/audiorate/Makefile.am:
23933         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23934         (gst_audiorate_base_init), (gst_audiorate_class_init),
23935         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23936         (gst_audiorate_set_property), (gst_audiorate_get_property),
23937         (gst_audiorate_change_state), (plugin_init):
23938         Added an audiorate converter that fills in gaps.
23939
23940 2004-06-17  Johan Dahlin  <johan@gnome.org>
23941
23942         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23943
23944 2004-06-16  Wim Taymans  <wim@fluendo.com>
23945
23946         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23948         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23949         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23950         (gst_v4lsrc_get_property):
23951         * sys/v4l/gstv4lsrc.h:
23952         Added a copy mode to v4lsrc where it will output a copied version
23953         of its internal hardware buffer.
23954         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23955         can't | them.
23956
23957 2004-06-16  Wim Taymans  <wim@fluendo.com>
23958
23959         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23960         Timestamp fixes.
23961
23962 2004-06-16  Wim Taymans  <wim@fluendo.com>
23963
23964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23965         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23966         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23967         (gst_v4lsrc_get_property):
23968         * sys/v4l/gstv4lsrc.h:
23969         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23970         Added a sync mode enum property to control v4lsrc timestamp method
23971         Removed the use-fixed-fps property and moved functionality in
23972         the enum.
23973         Don't error on an error value from v4l-conf, it might not always
23974         be a real error.
23975
23976 2004-06-16  Wim Taymans  <wim@fluendo.com>
23977
23978         * gst/videorate/Makefile.am:
23979         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23980         (gst_videorate_base_init), (gst_videorate_class_init),
23981         (gst_videorate_getcaps), (gst_videorate_link),
23982         (gst_videorate_init), (gst_videorate_chain),
23983         (gst_videorate_set_property), (gst_videorate_get_property),
23984         (gst_videorate_change_state), (plugin_init):
23985         Added a video timestamp corrector.
23986
23987 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23988
23989         fixed a potential leak with previous commit
23990
23991         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23992
23993 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23994
23995         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23996         Added missing refcount, fixes bug #144425
23997         Cheers Tim for finding the bug
23998
23999 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24000
24001         * sys/v4l/gstv4l.c: (plugin_init):
24002         * sys/v4l/gstv4lcolorbalance.c:
24003         * sys/v4l/gstv4lcolorbalance.h:
24004         * sys/v4l/gstv4lelement.c:
24005         * sys/v4l/gstv4lelement.h:
24006         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24007         * sys/v4l/gstv4lmjpegsink.h:
24008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24009         * sys/v4l/gstv4lmjpegsrc.h:
24010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24011         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24012         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24013         * sys/v4l/gstv4lsrc.h:
24014         * sys/v4l/gstv4ltuner.c:
24015         * sys/v4l/gstv4ltuner.h:
24016         * sys/v4l/gstv4lxoverlay.c:
24017         * sys/v4l/gstv4lxoverlay.h:
24018         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24019         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24020         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24021         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24022         (gst_v4l_set_audio):
24023         * sys/v4l/v4l_calls.h:
24024         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24025         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24026         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24027         (gst_v4lmjpegsink_playback_init),
24028         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24029         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24030         (gst_v4lmjpegsink_playback_stop),
24031         (gst_v4lmjpegsink_playback_deinit):
24032         * sys/v4l/v4lmjpegsink_calls.h:
24033         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24034         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24035         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24036         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24037         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24038         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24039         * sys/v4l/v4lmjpegsrc_calls.h:
24040         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24041         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24042         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24043         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24044         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24045         (gst_v4lsrc_try_palette):
24046         * sys/v4l/v4lsrc_calls.h:
24047           bunch of paranoia cleanups
24048
24049 2004-06-14  David Schleef  <ds@schleef.org>
24050
24051         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24052         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24053         Send discont events and change timestamps appropriately when
24054         we get a seek event.  (bug #144240)
24055         * ext/cdparanoia/gstcdparanoia.h:
24056
24057 2004-06-14  Benjamin Otte  <otte@gnome.org>
24058
24059         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24060           snd_pcm_hw_params_set_rate  since the latter fails for no good
24061           reason on some setups.
24062
24063 2004-06-14  David Schleef  <ds@schleef.org>
24064
24065         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24066         standard.  Thank you for playing.
24067
24068 2004-06-14  Wim Taymans  <wim@fluendo.com>
24069
24070         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24071         Patch 1.3 broke the ordering of the colorspace info and
24072         made the plugin basically work by coincidence, reordered
24073         the info.
24074
24075 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24076
24077         * ext/lame/gstlame.c:
24078         * ext/mad/gstmad.c:
24079           sync caps.  Make sure mad can only output a list of rates, not
24080           a full range.  In the future, have three caps lists for each of the
24081           mpeg versions.  Change mpegversion to a double as well.
24082
24083 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24084
24085         * gst/volume/.cvsignore:
24086         * gst/volume/Makefile.am:
24087         * gst/volume/demo.c: (value_changed_callback), (idler),
24088         (setup_gui), (main):
24089           added small demo app
24090
24091 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24092         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24093         * ext/esd/esdsink.h:
24094         Close the esd connection on pause, because esd will just wait -
24095         blocking all other esd clients indefinitely.
24096
24097 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24098
24099         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24100           previous commit with GST_DEBUG
24101
24102 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24103
24104         * configure.ac:
24105           add a header check for a dvdread header in dvdnav.  Fixes #133002
24106
24107 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24108
24109         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24110         * gst/tcp/gsttcpclientsink.h:
24111         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24112         * gst/tcp/gsttcpclientsrc.h:
24113         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24114         (gst_tcpserversink_handle_server_read),
24115         (gst_tcpserversink_init_send):
24116         * gst/tcp/gsttcpserversink.h:
24117         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24118         * gst/tcp/gsttcpserversrc.h:
24119         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24120         version of IP)
24121
24122 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24123
24124         * configure.ac:
24125         Added ogg library so that OSX detects libtheora properly
24126
24127 2004-06-11  Wim Taymans  <wim@fluendo.com>
24128
24129         * ext/theora/theoradec.c: (theora_dec_chain),
24130         (theora_dec_change_state):
24131         Don't try to decode frames before we received a keyframe.
24132
24133 2004-06-11  Wim Taymans  <wim@fluendo.com>
24134
24135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24136         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24137         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24138         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24139         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24140         Added property to set the maximum delay of a page.
24141
24142 2004-06-10  Wim Taymans  <wim@fluendo.com>
24143
24144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24145         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24146         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24147         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24148         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24149         Added max-delay property to control the maximum amount
24150         of data to put in one page.
24151
24152 2004-06-10  Wim Taymans  <wim@fluendo.com>
24153
24154         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24155         (gst_theora_enc_init), (theora_enc_sink_link),
24156         (theora_buffer_from_packet), (theora_enc_set_property),
24157         (theora_enc_get_property):
24158         Set duration on encoded buffer, added some more properties
24159
24160 2004-06-10  Wim Taymans  <wim@fluendo.com>
24161
24162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24163         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24164         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24165         * ext/theora/theoraenc.c: (theora_enc_chain):
24166         Fix refcounting bugs
24167
24168 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24169
24170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24171         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24172         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24173         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24174         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24175         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24176         (gst_asf_demux_change_state):
24177         * gst/asfdemux/gstasfdemux.h:
24178           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24179           feels like. I think we should set a new requirement for demuxers
24180           from now on to implement sane loop functions, data loops, query
24181           and seek functions before first commit into CVS. And this commit
24182           fixes all of the above.
24183
24184 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24185
24186         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24187           vorbis comments are properly encoded in UTF-8 before adding them
24188           to a GstTagList
24189
24190 2004-06-09  Benjamin Otte  <otte@gnome.org>
24191
24192         * ext/alsa/gstalsa.c: (add_channels):
24193           handle min <= max correctly
24194         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24195         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24196           add fixation functions so we fixate correctly. No preferring of alaw
24197           anymore because it's the first structure.
24198         * ext/alsa/gstalsa.h:
24199         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24200         (gst_alsa_hw_params_dump):
24201           add functions to ease debugging in alsalib
24202         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24203         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24204         (gst_alsa_start_audio):
24205           only specify hw params if we really setup a format (fixes #134007 -
24206           or at least works around it)
24207
24208 2004-06-09  Wim Taymans  <wim@fluendo.com>
24209
24210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24211         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24212         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24213         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24214         (gst_ogg_mux_loop):
24215         Use stream caps to setup the initial pages in the ogg stream.
24216         Correctly set the streamheader caps on the srcpad.
24217
24218 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24219
24220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24221         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24222         (gst_v4lsrc_getcaps):
24223         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24224         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24225           add querying of fps lists for webcams.  Negotiating to a framerate
24226           now works.
24227
24228 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24229
24230         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24231         (theora_push_buffer), (theora_push_packet),
24232         (theora_set_header_on_caps), (theora_enc_chain):
24233           mark buffers and put on streamheader, raw theora streaming
24234           now works too, whee
24235
24236 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24237
24238         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24239         (gst_tcp_gdp_read_caps):
24240           do a looping read for caps and GDP headers too
24241
24242 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24243
24244         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24245         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24246           return EOS instead of NULL in _get
24247
24248 2004-06-08  Wim Taymans  <wim@fluendo.com>
24249
24250         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24251         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24252         (gst_tcp_gdp_write_caps):
24253         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24254         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24255         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24256         Memory leak fixes
24257
24258 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24259
24260         * ext/vorbis/Makefile.am:
24261         * ext/vorbis/vorbis.c: (plugin_init):
24262         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24263         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24264         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24265         (vorbis_parse_change_state):
24266         * ext/vorbis/vorbisparse.h:
24267           adding a vorbisparse element that marks the buffers, streaming
24268           raw vorbis using GDP now works, whee
24269
24270 2004-06-08  Wim Taymans  <wim@fluendo.com>
24271
24272         * ext/jpeg/Makefile.am:
24273         * ext/jpeg/README:
24274         * ext/jpeg/gstjpeg.c: (plugin_init):
24275         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24276         (gst_smokedec_base_init), (gst_smokedec_class_init),
24277         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24278         * ext/jpeg/gstsmokedec.h:
24279         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24280         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24281         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24282         (gst_smokeenc_resync), (gst_smokeenc_chain),
24283         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24284         * ext/jpeg/gstsmokeenc.h:
24285         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24286         (smokecodec_flush_destination), (smokecodec_term_destination),
24287         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24288         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24289         (smokecodec_term_source), (smokecodec_encode_new),
24290         (smokecodec_decode_new), (smokecodec_info_free),
24291         (smokecodec_set_quality), (smokecodec_get_quality),
24292         (smokecodec_set_threshold), (smokecodec_get_threshold),
24293         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24294         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24295         (smokecodec_parse_header), (smokecodec_decode):
24296         * ext/jpeg/smokecodec.h:
24297         Added a new simple jpeg based codec
24298
24299 2004-06-08  Wim Taymans  <wim@fluendo.com>
24300
24301         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24302         (gst_multipart_mux_loop):
24303         Fix memory leak
24304
24305 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24306
24307         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24309         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24310         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24311         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24312         * gst/tcp/gsttcpserversink.h:
24313           take streamheader into account
24314
24315 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24316
24317         * gst/level/Makefile.am:
24318         * gst/level/gstlevel.c: (gst_level_class_init):
24319           clean up marshal generation
24320
24321 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24322
24323         * gst/tcp/Makefile.am:
24324         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24325         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24326         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24327         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24328         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24329         (gst_tcpclientsrc_get_property):
24330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24331         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24332         (gst_tcpserversink_handle_client_read),
24333         (gst_tcpserversink_handle_client_write),
24334         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24335         * gst/tcp/gsttcpserversink.h:
24336           add signals client-added and client-removed
24337         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24338         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24339         (gst_tcpserversrc_get_property):
24340         uniformized, change default protocol to NONE
24341         * gst/tcp/gsttcp-marshal.list: added
24342 2004-06-07  Benjamin Otte  <otte@gnome.org>
24343
24344         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24345           handle discont events if they happen before caps nego
24346
24347 2004-06-07  Wim Taymans  <wim@fluendo.com>
24348
24349         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24350         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24351         (gst_multipart_demux_plugin_init):
24352         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24353         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24354         (gst_multipart_mux_change_state):
24355         Small updates, fix a memleak
24356
24357 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24358
24359         * configure.ac: OSS portability
24360         * ext/arts/gst_arts.c: idem
24361         * sys/oss/gstosselement.c: idem
24362         * sys/oss/gstossmixer.c: idem
24363         * sys/oss/gstosssink.c: idem
24364         * sys/oss/gstosssrc.c: idem
24365         * sys/oss/oss_probe.c: idem
24366           - check for soundcard.h in different places for some BSD
24367
24368 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24369
24370         * AUTHORS:
24371         Add me to the authors file
24372         * configure.ac:
24373         Increase the libdv requirement to >= version 0.100
24374         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24375         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24376         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24377         * ext/dv/gstdvdec.h:
24378         Add support for the new_media flag when sending DISCONT events
24379         Make the querying work when video pad is not linked
24380
24381 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24382
24383         reviewed by Benjamin Otte  <otte@gnome.org>
24384
24385         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24386           create a NULL-initialized array of pads, so we don't think they
24387           exist already. (fixes #143130)
24388
24389 2004-06-07  Benjamin Otte  <otte@gnome.org>
24390
24391         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24392         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24393         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24394           don't use // coments
24395
24396 2004-06-07  Benjamin Otte  <otte@gnome.org>
24397
24398         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24399           cast to GstClockTime to get higher granularity
24400         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24401           use gst_element_set_time_delay to get the exact time
24402         * ext/mad/gstmad.c: (gst_mad_chain):
24403           use the negotiated rate instead of the current frame's rate which
24404           might be wrong because of bit errors. This avoids emitting totally
24405           bogus timestamps and screwing sync.
24406         (fixes #143454)
24407
24408 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24409
24410         reviewed by Benjamin Otte  <otte@gnome.org>
24411
24412         * gst/adder/gstadder.c: (gst_adder_loop):
24413           properly error out when no negotiation has happened yet. (fixes
24414           #143032)
24415
24416 2004-06-06  Benjamin Otte  <otte@gnome.org>
24417
24418         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24419           forward correctly transformed offset in discont events. Based on
24420           patch by Arwed v. Merkatz. (fixes #142851)
24421
24422 2004-06-06  David Schleef  <ds@schleef.org>
24423
24424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24425         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24426         problems on several systems.
24427
24428 2004-06-06  Benjamin Otte  <otte@gnome.org>
24429
24430         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24431           use explicit caps on the srcpad
24432         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24433           properly error out if caps couldn't be set (fixes #142764)
24434
24435 2004-06-06  Benjamin Otte  <otte@gnome.org>
24436
24437         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24438         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24439         (gst_alsa_start_audio):
24440           - don't call set_periods_integer anymore, it breaks the
24441           configuration randomly
24442           - call snd_pcm_hw_params_set_access directly instead of using masks
24443           - don't fail if the sw_params can't be set, just use the default
24444           params and hope it works. Alsalib has weird issues when you touch
24445           sw_params and does no proper error reporting about what failed.
24446         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24447         (gst_alsa_close_audio):
24448           make our alsa debugging go via gst debugging and not conditionally
24449           defined
24450         * ext/alsa/gstalsa.h:
24451           add ALSA_DEBUG_FLUSH macro
24452         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24453         (plugin_init):
24454           wrap alsa errors to be printed via the gst debugging system and not
24455           spammed to stderr
24456
24457 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24460         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24461         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24462         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24463         (qtdemux_parse_trak):
24464         * gst/qtdemux/qtdemux.h:
24465           Bitch. Also known as seeking, querying & co.
24466         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24467         (gst_osssink_change_state):
24468         * sys/oss/gstosssink.h:
24469           Resyncing is for weenies, this hack is no longer needed and was
24470           broken anyway (since it - unintendedly - always leaves resync to
24471           TRUE).
24472
24473 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24474
24475         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24476         * gst/tcp/gsttcpclientsrc.h: idem
24477           - define MSG_NOSIGNAL if not done
24478           - include unistd.h for off_t
24479           (fixes #143749)
24480
24481 2004-06-05  Benjamin Otte  <otte@gnome.org>
24482
24483         * configure.ac:
24484         * ext/kio/Makefile.am:
24485           check for qt's moc preprocessor explicitly and use it
24486
24487 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24488
24489         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24490           don't get a signal for EPIPE on socket writes
24491           (somebody check if this works on other platforms)
24492
24493 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24494
24495         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24496         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24497           check error condition on available samples correctly
24498
24499 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24500
24501         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24502           avoid a segfault
24503         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24504         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24505         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24506         (gst_tcpserversrc_gdp_read_header):
24507          use ssize_t over size_t since the former is signed and thus the
24508          check for error codes can work
24509
24510 2004-06-02  Wim Taymans  <wim@fluendo.com>
24511
24512         reviewed by: Johan
24513
24514         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24515         (gst_multipart_mux_loop):
24516         Oops
24517
24518 2004-06-02  Wim Taymans  <wim@fluendo.com>
24519
24520         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24521         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24522         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24523         (gst_multipart_mux_change_state):
24524         Added configurable boundary specifier, added the value as a
24525         caps field as well.
24526
24527 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24528
24529         * gst/tcp/gsttcp.c:
24530         * gst/tcp/gsttcpclientsrc.c:
24531         * gst/tcp/gsttcpclientsrc.h:
24532         * gst/tcp/gsttcpserversrc.c:
24533           - portability fix, to compile on OSX
24534             (fixes #143146)
24535
24536         * sys/osxaudio/gstosxaudioelement.c:
24537         * sys/osxaudio/gstosxaudiosink.c:
24538         * sys/osxaudio/gstosxaudiosrc.c:
24539           - compilation warnings on OSX
24540             (fixes #143153)
24541
24542 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24543
24544         * ext/vorbis/vorbisdec.c : sign warning fixes
24545
24546         * gst-libs/gst/mixer/mixertrack.c :
24547           do no use defines which are glib 2.4 specific
24548
24549 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24550
24551         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24552           buffer since libflac doesn't expect it (reports a sync error when
24553           it encounters that)
24554
24555
24556 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24557
24558         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24559         * gst-libs/gst/mixer/mixertrack.c:
24560         (gst_mixer_track_get_property), (get_mixer_track_init),
24561         (get_mixer_track_get_property): Added property accessors
24562         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24563         * gst-libs/gst/mixer/mixeroptions.c:
24564         (gst_mixer_options_get_values): Added
24565         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24566         * gst-libs/gst/mixer/mixer.c: Fixed comment
24567
24568
24569 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24570
24571         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24572           improve error messages on open
24573
24574
24575 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24576
24577         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24578           check if v4l-conf is in path
24579
24580 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24583           change assert to a more readable error message
24584
24585 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24586
24587         * gst-libs/gst/tuner/tunerchannel.h:
24588           - add a freq_multiplicator field to make the conversion
24589             between internal frequency unit and Hz
24590         * sys/v4l/gstv4lelement.c:
24591         * sys/v4l2/gstv4l2element.c:
24592           - change default video device to /dev/video0
24593         * sys/v4l/v4l_calls.c:
24594         * sys/v4l2/v4l2_calls.c:
24595           - we only expose frequency to the user in Hz instead of
24596             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24597
24598 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24599         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24600           Initialise b_o_s and e_o_s variables
24601         * gst-libs/gst/riff/riff-media.c:
24602         (gst_riff_create_video_caps_with_data):
24603           Add some unusual fourcc's from mplayer avi's
24604         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24605           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24606           autoplugging.
24607
24608 2004-05-28  Wim Taymans  <wim@fluendo.com>
24609
24610         * configure.ac:
24611         * gst/alpha/Makefile.am:
24612         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24613         (gst_alpha_get_type), (gst_alpha_base_init),
24614         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24615         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24616         (gst_alpha_chroma_key), (gst_alpha_chain),
24617         (gst_alpha_change_state), (plugin_init):
24618         A plugin to add an alpha channel to I420 video. Can optionally do
24619         chroma keying.
24620         * gst/multipart/Makefile.am:
24621         * gst/multipart/multipart.c: (plugin_init):
24622         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24623         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24624         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24625         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24626         (gst_multipart_demux_change_state),
24627         (gst_multipart_demux_plugin_init):
24628         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24629         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24630         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24631         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24632         (gst_multipart_mux_pad_unlink),
24633         (gst_multipart_mux_request_new_pad),
24634         (gst_multipart_mux_handle_src_event),
24635         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24636         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24637         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24638         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24639         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24640         send multipart jpeg images to a browser.
24641         * gst/videobox/Makefile.am:
24642         * gst/videobox/README:
24643         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24644         (gst_video_box_get_type), (gst_video_box_base_init),
24645         (gst_video_box_class_init), (gst_video_box_init),
24646         (gst_video_box_set_property), (gst_video_box_get_property),
24647         (gst_video_box_sink_link), (gst_video_box_i420),
24648         (gst_video_box_ayuv), (gst_video_box_chain),
24649         (gst_video_box_change_state), (plugin_init):
24650         Crops or adds borders around an image. can do alpha channel
24651         borders as well.
24652         * gst/videomixer/Makefile.am:
24653         * gst/videomixer/README:
24654         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24655         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24656         (gst_videomixer_pad_get_sink_event_masks),
24657         (gst_videomixer_pad_get_property),
24658         (gst_videomixer_pad_set_property),
24659         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24660         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24661         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24662         (gst_videomixer_base_init), (gst_videomixer_class_init),
24663         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24664         (gst_videomixer_handle_src_event),
24665         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24666         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24667         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24668         (gst_videomixer_loop), (gst_videomixer_get_property),
24669         (gst_videomixer_set_property), (gst_videomixer_change_state),
24670         (plugin_init):
24671         Generic video mixer plugin, can handle multiple inputs all with
24672         different framerates and video sizes. Is fully alpha channel
24673         aware.
24674
24675 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24676
24677         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24678           Select first track as master track. Not sure how else to handle
24679           that...
24680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24681           Discard discont events. Should fix #142962.
24682
24683 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24684
24685         * ext/alsa/Makefile.am:
24686         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24687         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24688         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24689         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24690         (gst_alsa_mixer_get_option):
24691         * ext/alsa/gstalsamixer.h:
24692         * ext/alsa/gstalsamixeroptions.c:
24693         (gst_alsa_mixer_options_get_type),
24694         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24695         (gst_alsa_mixer_options_new):
24696         * ext/alsa/gstalsamixeroptions.h:
24697         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24698         * ext/alsa/gstalsamixertrack.h:
24699           Add enumerations (as GstMixerOptions). Make correct distinction
24700           between input/output tracks. Add capture/playback private flag.
24701           Use flag to decide on whether to set capture or playback volumes
24702           or switches. Use playback and record switches.
24703         * gst-libs/gst/mixer/Makefile.am:
24704         * gst-libs/gst/mixer/mixer-marshal.list:
24705         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24706         (gst_mixer_set_option), (gst_mixer_get_option),
24707         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24708         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24709         * gst-libs/gst/mixer/mixer.h:
24710         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24711         (gst_mixer_options_class_init), (gst_mixer_options_init),
24712         (gst_mixer_options_dispose):
24713         * gst-libs/gst/mixer/mixeroptions.h:
24714           Add GstMixerOptions.
24715         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24716           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24717           broken device detection on computers with multiple OSS sound
24718           cards.
24719
24720 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24721
24722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24723           fixate nicely even when the peer is not negotiating
24724
24725 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24726
24727         * gst/audioconvert/gstaudioconvert.c:
24728         (gst_audio_convert_parse_caps):
24729           make sure we don't allow depth > width
24730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24731           fixate endianness to G_BYTE_ORDER as default
24732         * gst/audioscale/gstaudioscale.c:
24733           we don't handle another endianness as host-endianness
24734
24735 2004-05-25  David Schleef  <ds@schleef.org>
24736
24737         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24738
24739 2004-05-24  Benjamin Otte  <otte@gnome.org>
24740
24741         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24742         (gst_oggvorbisenc_setup):
24743           properly fail when we can't setup the vorbis encoder due to
24744           unsupported settings
24745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24746         (gst_vorbisenc_setup):
24747           same
24748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24749           fix case where warnings occured when one pad was unlinked while the
24750           other's link function was called
24751
24752 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24753
24754         * gst/tcp/Makefile.am:
24755           use GST_ENABLE_NEW
24756
24757 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24758
24759         * gst-libs/gst/resample/private.h:
24760           don't use optimizations that are #if 0'ed
24761
24762 2004-05-24  Wim Taymans  <wim@fluendo.com>
24763
24764         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24765         Fix potential division by zero error and hopefully get
24766         the position query right to get correct timestamps on avi
24767         audio.
24768
24769 2004-05-24  Wim Taymans  <wim@fluendo.com>
24770
24771         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24772         (gst_videoscale_scale_nearest_str2),
24773         (gst_videoscale_scale_nearest_str4),
24774         (gst_videoscale_scale_nearest_32bit),
24775         (gst_videoscale_scale_nearest_24bit),
24776         (gst_videoscale_scale_nearest_16bit):
24777         Fix the scaling algorithm and avoid a buffer overflow.
24778         removed the while loop in the scaling function as it
24779         was used for point sampling only.
24780
24781 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24782
24783         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24784         (gst_id3_tag_class_init), (gst_id3_tag_init),
24785         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24786         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24787         (gst_id3_tag_send_tag_event):
24788           lots of fixes to make id3mux work and id3demux work correctly
24789
24790 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24791
24792         * ext/Makefile.am:
24793           add rules to build shout2send (was removed by accident
24794           when this module was no more marked experimental/broken)
24795
24796 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24797
24798         * ext/shout2/gstshout2.c:
24799         * ext/shout2/gstshout2.h:
24800           adding a "connection problem" signal to shout2send
24801           (fixes #142954)
24802
24803 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24804
24805         * ext/kio/kioreceiver.cpp:
24806         * ext/kio/kioreceiver.h:
24807           fix sign comparison issues
24808
24809 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24810
24811         * gst/cdxaparse/gstcdxaparse.c:
24812         * gst/cdxaparse/gstcdxaparse.h:
24813           some renaming
24814           add some checks/sanity
24815           prepare for seek addition
24816
24817         * sys/sunaudio/gstsunaudio.c:
24818           remove exported dupe init function
24819
24820 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24821
24822         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24823         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24824           Fix format conversion and position querying.
24825         * gst/debug/progressreport.c: (gst_progressreport_report):
24826           Don't output a bogus total value that we didn't query.
24827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24828           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24829           only a blank window after xine has been used.
24830
24831 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24832
24833         * m4/as-arts.m4:
24834           sync with upstream version to fix test on FC2
24835           readd with -ko to preserve Id header
24836
24837 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24838
24839         * configure.ac:
24840           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24841         * gst/tcp/gsttcpclientsrc.c: idem
24842         * gst/tcp/gsttcpserversink.c: idem
24843         * gst/tcp/gsttcpserversrc.c: idem
24844         * m4/gst-fionread.m4: idem
24845
24846         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24847
24848         * configure.ac: enable speex plugin for speex 1.1.5+
24849         * ext/speex/gstspeexenc.c: fix cast warning
24850
24851         * ext/esd/README: fix typo
24852
24853 2004-05-20  David Schleef  <ds@schleef.org>
24854
24855         * configure.ac: Minor cosmetic change to convince the buildbot to
24856         reautogen.
24857         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24858         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24859         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24860         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24861         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24862         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24863         More hacking.  Plays audio now.
24864
24865 2004-05-20  David Schleef  <ds@schleef.org>
24866
24867         * configure.ac:
24868         * sys/Makefile.am:
24869
24870 2004-05-20  David Schleef  <ds@schleef.org>
24871
24872         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24873         * sys/osxaudio/gstosxaudio.c:
24874         * sys/osxaudio/gstosxaudioelement.c:
24875         * sys/osxaudio/gstosxaudioelement.h:
24876         * sys/osxaudio/gstosxaudiosink.c:
24877         * sys/osxaudio/gstosxaudiosink.h:
24878         * sys/osxaudio/gstosxaudiosrc.c:
24879         * sys/osxaudio/gstosxaudiosrc.h:
24880
24881 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24882
24883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24884         (gst_vorbisenc_chain):
24885           put the codec headers on the caps as streamheader as well as
24886           pushing them out
24887
24888 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24889
24890         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24891         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24892         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24893         split up push_packet into two functions
24894
24895 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24896
24897         * gst/tcp/.cvsignore:
24898           ignore enums
24899         * gst/tcp/Makefile.am:
24900         * gst/tcp/README:
24901         * gst/tcp/gsttcp.c:
24902         * gst/tcp/gsttcp.h:
24903         * gst/tcp/gsttcpclientsink.c:
24904         * gst/tcp/gsttcpclientsink.h:
24905         * gst/tcp/gsttcpclientsrc.c:
24906         * gst/tcp/gsttcpclientsrc.h:
24907         * gst/tcp/gsttcpplugin.c:
24908         * gst/tcp/gsttcpserversink.c:
24909         * gst/tcp/gsttcpserversink.h:
24910         * gst/tcp/gsttcpserversrc.c:
24911         * gst/tcp/gsttcpserversrc.h:
24912           add new tcp elements
24913
24914 2004-05-19  Wim Taymans  <wim@fluendo.com>
24915
24916         * gst/law/mulaw-conversion.c: (mulaw_encode):
24917         Fix overflow bug in ulaw encoding.
24918
24919 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24920
24921         * ext/mad/gstmad.c: (gst_mad_handle_event):
24922           don't unref the event twice
24923
24924 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24925
24926         * configure.ac:
24927           remove -Wno-sign-compare
24928
24929 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24930
24931         * configure.ac:
24932           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24933           if you want to work against glib 2.2 and 2.4
24934
24935 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24936
24937         * gst/tcp/Makefile.am:
24938         * gst/tcp/gsttcp.c:
24939         * gst/tcp/gsttcp.h:
24940         * gst/tcp/gsttcpsink.h:
24941         * gst/tcp/gsttcpsrc.h:
24942           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24943
24944 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24945
24946         * gst/debug/tests.c: (md5_get_value):
24947           fix segfault on gst-inspect
24948
24949 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24950
24951         * gst/debug/testplugin.c:
24952         * gst/debug/tests.c:
24953         * gst/debug/tests.h:
24954           add new extensible and configurable testing element. Current tests
24955           include buffer count, stream length, timestamp/duration matching and
24956           md5.
24957         * gst/debug/Makefile.am:
24958         * gst/debug/gstdebug.c: (plugin_init):
24959           add infrastructure for new element
24960
24961 2004-05-19  Johan Dahlin  <johan@gnome.org>
24962
24963         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24964         ending of the array. Fixes gst-inspect segfault on ppc.
24965
24966 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24967
24968         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24969
24970         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24971
24972 2004-05-18  David Schleef  <ds@schleef.org>
24973
24974         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24975         warnings (bugs, actually) noticed by gcc but not forte.
24976
24977 2004-05-18  David Schleef  <ds@schleef.org>
24978
24979         * sys/sunaudio/Makefile.am:
24980         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24981
24982 2004-05-18  David Schleef  <ds@schleef.org>
24983
24984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24985         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24986         to allow qtdemux to use non-seekable streams. (bug #142272)
24987
24988 2004-05-18  David Schleef  <ds@schleef.org>
24989
24990         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24991         (gst_resample_sinc_ft_float): Remove use of static temporary
24992         buffer.  This code was obviously not supposed to last long, but
24993         it's stuck in our ABI, so it required a little hack to make it
24994         ABI-compatible.  Fixes #142585.
24995         * gst-libs/gst/resample/resample.h: same.
24996
24997 2004-05-18  David Schleef  <ds@schleef.org>
24998
24999         * configure.ac: Add sunaudio
25000         * examples/Makefile.am: make gstplay depend on gconf
25001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25002         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25003         (convert_table_lookup), (img_convert): remove c99-isms
25004         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25005           unsigned, to fix a warning on Solaris
25006         * gst/mpeg1sys/systems.c: bcopy->memcpy
25007         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25008         * sys/Makefile.am: Add sunaudio
25009
25010 2004-05-18  Wim Taymans  <wim@fluendo.com>
25011
25012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25013         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25014         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25015         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25016         (gst_ogg_mux_loop):
25017         Fix an ugly memleak where the muxer didn't flush enough ogg
25018         pages. This also resulted in badly muxed ogg files.
25019
25020 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25021
25022         * gst/asfdemux/asfheaders.c :
25023         * gst/asfdemux/asfheaders.h :
25024         * gst/asfdemux/gstasfdemux.c :
25025           - fix ASF_OBJ_PADDING guid
25026           - add 3 new object guids (language list, metadata,
25027             extended stream properties)
25028           - add a function to parse extended header objects
25029
25030 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25031
25032         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25033           remove leftover debugging g_print
25034
25035 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * ext/mad/gstmad.c: (gst_mad_handle_event):
25038           Fix for when the first format in a discont event is not a
25039           byte-based one. Should fix #137710.
25040
25041 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25042
25043         * m4/a52.m4 : fix compilation with -Wall -Werror
25044         * m4/libfame.m4 : idem
25045         * m4/libmikmod.m4 : idem
25046
25047 2004-05-17  Benjamin Otte  <otte@gnome.org>
25048
25049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25050           signal the new tags before giving up the reference
25051
25052 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25053
25054         * ext/shout2/gstshout2.c:
25055           use application/ogg instead of application/x-ogg (patch by Patrick
25056           Guimond, fixes #142432)
25057         * sys/oss/gstosselement.c: (gst_osselement_reset),
25058         (gst_osselement_sync_parms):
25059           don't set fragment size unless specified (fixes #142493)
25060
25061 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25062
25063         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25064           fixes #142664
25065
25066 2004-05-17  Benjamin Otte  <otte@gnome.org>
25067
25068         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25069           compute offsets correctly for internal buffers so timestamps are set
25070           correctly when we can't seek. Also handle cases where there are no
25071           offsets. (based on a patch by David Moore, fixes #142507)
25072
25073 2004-05-17  Benjamin Otte  <otte@gnome.org>
25074
25075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25076           use correct variable when determining amount of data to skip so we
25077           don't skip into the void and segfault
25078
25079 2004-05-16  Benjamin Otte  <otte@gnome.org>
25080
25081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25082           Hi, I'm a memleak
25083
25084 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25085
25086         * gst/asfdemux/gstasfdemux.c:
25087           - fix a mem leak and always propagate tags
25088           - add WMV3 to known video codecs (but no decoder yet)
25089           - replace "surplus data" at end of audio header for what
25090             it is : codec specific data
25091           - fix a typo
25092
25093 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25094
25095         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25096
25097         * gst-libs/gst/audio/audioclock.c:
25098           Fix wrong return type (#142205).
25099
25100 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25101
25102         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25103           Ignore CRCs by default (fixes #142566).
25104
25105 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25106
25107         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25108         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25109         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25110         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25111         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25112         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25113           Fix for cases where we fail to attach to a mixer.
25114
25115 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25116
25117         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25118           Don't touch events after not owning them anymore.
25119         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25120         (gst_wavparse_fmt), (gst_wavparse_other),
25121         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25122         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25123         (gst_wavparse_srcpad_event):
25124         * gst/wavparse/gstwavparse.h:
25125           Add seeking, fix querying.
25126
25127 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25128
25129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25130           - process comments even if they don't end with \0\0
25131             g_convert would ignore them if present and works well without them
25132
25133 2004-05-16  Benjamin Otte  <otte@gnome.org>
25134
25135         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25136           simplify caps
25137
25138 2004-05-16  Benjamin Otte  <otte@gnome.org>
25139
25140         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25141           don't write to memory we might not write to - g_convert does that
25142           for us anyway (fixes #142613)
25143         (gst_asf_demux_audio_caps):
25144           comment out gst_util_dump_mem
25145
25146 2004-05-16  Benjamin Otte  <otte@gnome.org>
25147
25148         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25149           compute correct expected timestamps after seek (broken since
25150           last commit)
25151         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25152           rename element and debugging category to gdkpixbufscale
25153
25154 2004-05-16  Benjamin Otte  <otte@gnome.org>
25155
25156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25157           add error checking to snd_pcm_delay and remove duplicate call to
25158           snd_pcm_delay that caused issues (see inline code comments)
25159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25160           make more readable and fix return value when snd_pcm_delay fails
25161         (fixes #142586)
25162
25163 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25164         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25165         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25166         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25167         (gst_pixbufscale_link), (gst_pixbufscale_init),
25168         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25169         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25170         (gst_pixbufscale_get_property), (pixbufscale_init):
25171         * ext/gdk_pixbuf/pixbufscale.h:
25172         Add these files I forgot earlier
25173
25174 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25175         * ext/gdk_pixbuf/Makefile.am:
25176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25177         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25178         Add new pixbufscale element to scale RGB video
25179         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25180         and HYPER interpolation correctly.
25181         * ext/theora/theoraenc.c: (theora_enc_chain),
25182         Discard buffer and return if explicit caps could not be set
25183         (theora_enc_get_property):
25184         Make _get return kbps for the bitrate consistent with
25185         the _set function.
25186
25187
25188 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25189
25190         * ext/libvisual/visual.c: (gst_visual_chain):
25191           add missing visual_audio_analyze
25192
25193 2004-05-14  David Schleef  <ds@schleef.org>
25194
25195         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25196         is killed while we're playing.
25197         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25198         gst_element_no_more_pads().
25199
25200 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25201
25202         * gst-libs/gst/riff/riff-read.c :
25203           - fix INFO tag extraction in RIFF/AVI files
25204             because gst_event_unref (event) also freed taglist
25205           - avoid a mem leak
25206
25207 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25208
25209         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25210         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25211
25212         * gst/auparse/gstauparse.c :
25213           - add code (commented for now) to support audio/x-adpcm on src pad
25214             (we have no decoder for those layout yet)
25215
25216         * gst/cdxaparse/gstcdxaparse.c :
25217         * gst/cdxaparse/gstcdxaparse.h :
25218           - partial rewrite using RiffRead (ripped iain's wavparse code)
25219
25220         * gst/rtp/gstrtpL16enc.c : typo
25221         * gst/rtp/gstrtpgsmenc.c : typo
25222
25223 2004-05-13  Benjamin Otte  <otte@gnome.org>
25224
25225         * configure.ac:
25226           check for exact version of libvisual, it's not supposed to be
25227           API/ABI stable yet
25228
25229 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25230
25231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25232           signal no-more-pads
25233
25234 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25235
25236         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25237         Report which format was used for GST_FORMAT_DEFAULT
25238         * gst/debug/Makefile.am:
25239         * gst/debug/gstdebug.c: (plugin_init):
25240         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25241         (gst_progressreport_class_init), (gst_progressreport_init),
25242         (gst_progressreport_report), (gst_progressreport_set_property),
25243         (gst_progressreport_get_property), (gst_progressreport_chain),
25244         (gst_progressreport_plugin_init):
25245         Add progressreport element for testing.
25246
25247 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25248
25249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25250         * sys/v4l/gstv4lsrc.h:
25251         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25252         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25253         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25254         (gst_v4lsrc_grab_frame):
25255           add more debugging
25256           send a discont at start
25257
25258 2004-05-12  Colin Walters  <walters@redhat.com>
25259
25260         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25261         inflooping if we can't find a chunk.  Or in other words, don't blow
25262         chunks if we don't have a chunk to blow.
25263
25264 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25265         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25266         Remove old debug output
25267         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25268         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25269         (gst_dvdec_set_property), (gst_dvdec_get_property):
25270         Change the quality setting to an enum, so it works from gst-launch
25271         Don't renegotiate a non-linked pad. Allows audio only decoding.
25272         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25273         (gst_deinterlace_link), (gst_deinterlace_init):
25274         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25275         (gst_videodrop_link):
25276         Some caps negotiation fixes
25277
25278 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25279
25280         * ext/tarkin/gsttarkin.c :
25281           - Change RANK from NONE to PRIMARY
25282         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25283           - Change RANK from NONE to MARGINAL
25284         * ext/divx/gstdivxenc.c :
25285           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25286
25287 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25288
25289         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25290         (gst_vorbisenc_push_packet):
25291           copy a function that was added between 1.0 and 1.0.1 until we
25292           depend on worthwhile features of post-1.0
25293
25294 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25295
25296         * configure.ac:
25297           enable shout2 by default
25298         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25299         (gst_shout2send_base_init), (gst_shout2send_init),
25300         (gst_shout2send_connect), (gst_shout2send_change_state):
25301         * ext/shout2/gstshout2.h:
25302           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25303           #142262)
25304         * ext/theora/theora.c: (plugin_init):
25305           don't set rank on encoders
25306
25307 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25308
25309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25310           Use codec_data property instead of flag1 and flag2 for wma
25311
25312 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25313
25314         * gst/cdxaparse/gstcdxaparse.c :
25315           - Add mpegversion to CAPS to make it link
25316           - Rank is as GST_RANK_SECONDARY instead of NONE
25317         * gst/auparse/gstauparse.c :
25318           - Document all audio encoding we can encounter from Solaris 9
25319             headers and libsndfile information.
25320           - Increase max. rate from 48000 to 192000 (to match other elements)
25321           - Don't try to play junk data between header and samples
25322
25323 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25324
25325         * ext/libvisual/visual.c: (gst_visual_getcaps):
25326           use the right caps depending on endianness (I hope)
25327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25328           use GST_RANK_NONE for all non-decoding elements or spider gets
25329           mighty confused
25330
25331 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25332
25333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25334           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25335
25336 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25337
25338         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25339         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25340         (gst_switch_loop), (gst_switch_get_type):
25341           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25342           HEADERS. Had to be said.
25343
25344 2004-05-10  David Schleef  <ds@schleef.org>
25345
25346         * configure.ac: Add prototype Dirac support.
25347         * ext/Makefile.am:
25348         * ext/dirac/Makefile.am:
25349         * ext/dirac/gstdirac.cc:
25350         * ext/dirac/gstdiracdec.cc:
25351
25352 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25355         (gst_auparse_init), (gst_auparse_chain),
25356         (gst_auparse_change_state):
25357           Hack around spider. Remove me some day please.
25358
25359 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25360
25361         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25362           Fix for some uninitialized variables in previous patch, also
25363           makes it work. Fixes #142286 while we're at it.
25364
25365 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25366
25367         * gst/auparse/gstauparse.c:
25368                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25369                 only unsupported formats are ADPCM/CCITT G.72x
25370                 reviewed by Ronald
25371         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25372
25373 2004-05-10  Wim Taymans  <wim@fluendo.com>
25374
25375         * ext/vorbis/Makefile.am:
25376         * ext/vorbis/README:
25377         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25378         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25379         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25380         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25381         (gst_oggvorbisenc_convert_sink),
25382         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25383         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25384         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25385         (get_constraints_string), (update_start_message),
25386         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25387         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25388         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25389         * ext/vorbis/oggvorbisenc.h:
25390         * ext/vorbis/vorbis.c: (plugin_init):
25391         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25392         (raw_caps_factory), (gst_vorbisenc_class_init),
25393         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25394         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25395         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25396         * ext/vorbis/vorbisenc.h:
25397         Added a raw vorbis encoder to be used with the oggmuxer.
25398         We still need the old encoder for some gnome applications,
25399         read the README to find out how that works.
25400         The raw encoder is called "rawvorbisenc" until 0.9.
25401
25402 2004-05-10  Wim Taymans  <wim@fluendo.com>
25403
25404         * ext/ogg/gstogg.c: (plugin_init):
25405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25406         (gst_ogg_print):
25407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25408         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25409         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25410         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25411         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25412         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25413         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25414         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25415         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25416         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25417         Added an ogg muxer.
25418         Small typo fixes in the demuxer.
25419
25420 2004-05-10  Wim Taymans  <wim@fluendo.com>
25421
25422         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25423         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25424         (theora_enc_change_state), (theora_enc_set_property),
25425         (theora_enc_get_property):
25426         Mark the last packet with an EOS flag which is not really needed
25427         in gstreamer.
25428         Do some better video framerate initialisation.
25429         Update the buffer timestamp.
25430
25431 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25432
25433         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25434         Return the result of the parent state change call
25435
25436 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25437
25438         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25439         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25440         * gst/law/alaw-encode.c : (idem)
25441         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25442         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25443         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25444
25445 2004-05-09  Benjamin Otte  <otte@gnome.org>
25446
25447         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25448           don't use a fixed buffer size when writing variable length data to
25449           it. Fixes memory corruption and makes alsasrc work
25450
25451 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25452
25453         * ext/gnomevfs/gstgnomevfssink.c:
25454         (_gst_boolean_allow_overwrite_accumulator),
25455         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25456           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25457           RUN_LAST, and don't use that to set the accumulator value because
25458           then it's always FALSE.
25459
25460 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25461
25462         * gst-libs/gst/riff/riff-media.c:
25463         (gst_riff_create_video_caps_with_data),
25464         (gst_riff_create_audio_caps),
25465         (gst_riff_create_audio_template_caps):
25466         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25467           Fix for unaligned RIFF files (i.e. where all the chunks together
25468           in a LIST chunk are not of the same size as the size given in
25469           the LIST chunk header). Fixes several odd WAVE files. Also fix
25470           ADPCM (block_align property) in audio, so that wavparse based
25471           on this works now as it used to stand-alone.
25472
25473 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25474
25475         reviewed by Benjamin Otte  <otte@gnome.org>
25476
25477         * ext/a52dec/gsta52dec.c:
25478         * ext/divx/gstdivxdec.c:
25479         * ext/divx/gstdivxenc.c:
25480         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25481         * ext/faac/gstfaac.c: (gst_faac_base_init):
25482         * ext/faad/gstfaad.c: (gst_faad_base_init):
25483         * ext/ivorbis/vorbisfile.c:
25484         * ext/lame/gstlame.c:
25485         * ext/libfame/gstlibfame.c:
25486         * ext/mpeg2enc/gstmpeg2enc.cc:
25487         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25488         * ext/sidplay/gstsiddec.cc:
25489         * ext/speex/gstspeexdec.c:
25490         * ext/speex/gstspeexenc.c:
25491         * ext/xvid/gstxviddec.c:
25492         * ext/xvid/gstxvidenc.c:
25493           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25494           (fixes #142193)
25495
25496 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25497
25498         * ext/alsa/gstalsa.c: (device_list),
25499         (gst_alsa_class_probe_devices):
25500         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25501           Fix alsa oddness in mixer after the combination of using mixer
25502           in source/sink elements and using hw:x,y instead of just hw:x.
25503
25504 2004-05-09  Benjamin Otte  <otte@gnome.org>
25505
25506         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25507         (gst_wavparse_create_sourcepad):
25508           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25509           sourcepads
25510
25511 2004-05-09  Benjamin Otte  <otte@gnome.org>
25512
25513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25514           allow discont events before caps nego
25515
25516 2004-05-08  Benjamin Otte  <otte@gnome.org>
25517
25518         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25519           don't leak events
25520
25521 2004-05-08  Benjamin Otte  <otte@gnome.org>
25522
25523         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25524         (gst_level_change_state), (gst_level_init):
25525         * gst/level/gstlevel.h:
25526           figure out if we're initialized directly instead of keeping a
25527           variable that's wrong in 90% of cases
25528           don't initialize pads and then leak them and use a new unitialized
25529           pad. (fixes #142084)
25530           these were bugs so n00bish I didn't find them for an hour :/
25531
25532 2004-05-08 Iain <iain@prettypeople.org>
25533
25534         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25535         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25536         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25537         return the length that was read.
25538         (gst_riff_read_strf_auds): Allow fmt tags as well.
25539
25540 2004-05-07  David Schleef  <ds@schleef.org>
25541
25542         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25543         signed char assumption in faad.h.
25544
25545 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25546
25547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25548           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25549
25550 2004-05-07  Colin Walters  <walters@redhat.com>
25551
25552         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25553         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25554         function.
25555         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25556         Add dispose function.
25557
25558 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25559         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25560           Fix caps nego and pad templates. RGB mode caps should
25561           work now.
25562         * ext/dvdnav/gst-dvd:
25563           Move mpeg2dec inside the thread because otherwise the
25564           queue rejects cap changes mid-stream
25565         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25566         (gst_mpeg2dec_flush_decoder):
25567           For mpeg2dec > 0.4.0, call the flush function instead of
25568           manually extracting all in-flight frames.
25569         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25570         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25571           Change mime type video/dv go video/x-dv to match the
25572           rest of gst-plugins
25573
25574 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25575
25576         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25577         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25578         (gst_alsa_sink_class_init):
25579         * ext/alsa/gstalsasink.h:
25580         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25581         (gst_alsa_src_class_init):
25582         * ext/alsa/gstalsasrc.h:
25583           Make alsasink/src a subclass of alsamixer so that mixer stuff
25584           shows up in gst-rec. Needs some finetuning.
25585
25586 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25587
25588         * ext/lame/gstlame.c: (gst_lame_chain):
25589           simplify
25590         * ext/mad/gstmad.c: (gst_mad_handle_event):
25591           fix event leak
25592         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25593           be able to detect mp3 files < 4096 bytes
25594
25595 2004-05-06  Wim Taymans  <wim@fluendo.com>
25596
25597         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25598         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25599         (theora_enc_set_property), (theora_enc_get_property):
25600         Also encode the first frame, cleanup some code.
25601
25602 2004-05-06  Wim Taymans  <wim@fluendo.com>
25603
25604         * ext/mpeg2enc/gstmpeg2enc.cc:
25605         Forward events first before deciding that negotiation was
25606         not performed.
25607
25608 2004-05-06  Wim Taymans  <wim@fluendo.com>
25609
25610         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25611         First process the events before deciding that negotiation
25612         was not performed.
25613
25614 2004-05-06  Wim Taymans  <wim@fluendo.com>
25615
25616         * ext/theora/Makefile.am:
25617         * ext/theora/theora.c: (plugin_init):
25618         * ext/theora/theoradec.c: (theora_dec_change_state):
25619         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25620         (gst_theora_enc_class_init), (gst_theora_enc_init),
25621         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25622         (theora_enc_chain), (theora_enc_change_state),
25623         (theora_enc_set_property), (theora_enc_get_property):
25624         Added a theora encoder, grouped the encoder and decoder into the
25625         same plugin.
25626
25627 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25628
25629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25630         (gst_jpegenc_chain):
25631         fix DURATION on outgoing buffers
25632         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25633         debug using time formats
25634         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25636         (gst_xvimagesink_sink_link):
25637         windows with width/height 0 generate X errors, so don't allow them
25638
25639 2004-05-05  Wim Taymans  <wim@fluendo.com>
25640
25641         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25642         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25643         (gst_mpeg2dec_negotiate_format):
25644         * ext/mpeg2dec/gstmpeg2dec.h:
25645           removed the static pad template so that we can add the
25646           more accurate framerate value to the caps.
25647
25648
25649 2004-05-04  Benjamin Otte  <otte@gnome.org>
25650
25651         * configure.ac:
25652           check for kdemacros.h, too (should fix #141821)
25653         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25654           don't crash if no header was sent, but nicely error out (fixes part
25655           of #141554)
25656
25657 2004-05-04  Wim Taymans  <wim@fluendo.com>
25658
25659         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25660         parent dispose function to avoid segfault on destroy.
25661
25662 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25663
25664         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25665         (plugin_init):
25666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25667         (gst_xvimagesink_sink_link):
25668         clean up debugging caps
25669         also recreate xvimage when format has changed
25670
25671 2004-05-04  Benjamin Otte  <otte@gnome.org>
25672
25673         * ext/libvisual/Makefile.am:
25674         * ext/libvisual/visual.c: (gst_visual_class_init),
25675         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25676         (gst_visual_srclink), (gst_visual_chain),
25677         (gst_visual_change_state), (plugin_init):
25678           use a GstAdapter to correctly adapt buffer sizes - allows using a
25679           framerate
25680
25681 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25682
25683         * sys/v4l/gstv4lelement.h:
25684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25686         (gst_v4lsrc_buffer_free):
25687         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25689         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25690         (gst_v4lsrc_requeue_frame):
25691         move some debugging categories around
25692         query for fps index and set accordingly if found
25693
25694 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25695
25696         * ext/lame/gstlame.c:
25697         correct defaults that lame_init puts out of range
25698
25699 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25700
25701         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25702         (gst_divxenc_class_init):
25703         fix range since -1 is the default
25704         * gst/mpeg1sys/gstmpeg1systemencode.c:
25705         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25706         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25707         (gst_rtjpegdec_chain):
25708         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25709         (gst_rtjpegenc_chain):
25710         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25711         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25712         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25714         * sys/v4l/gstv4lsrc.c:
25715         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25716         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25717         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25719         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25720           remove gst_info calls
25721
25722 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25723
25724         * Makefile.am:
25725         * po/af.po:
25726         * po/az.po:
25727         * po/en_GB.po:
25728         * po/nl.po:
25729         * po/sr.po:
25730         * po/sv.po:
25731           Updated translations
25732
25733 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25734
25735         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25736           refactor/comment code
25737
25738 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25739
25740         * gst/asfdemux/Makefile.am:
25741         * gst/asfdemux/asfheaders.c:
25742         * gst/asfdemux/asfheaders.h:
25743         * gst/asfdemux/gstasf.c: (plugin_init):
25744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25745         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25746         (gst_asf_demux_setup_pad):
25747         * gst/asfdemux/gstasfdemux.h:
25748         * gst/asfdemux/gstasfmux.c:
25749         * gst/asfdemux/gstasfmux.h:
25750           Add tagging support to demuxer, split out registration in its own
25751           file instead of in demux (hacky), and prevent having some tables
25752           in our memory multiple times (in asfheaders.h).
25753
25754 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25755
25756         * gst/matroska/matroska-demux.c:
25757         (gst_matroska_demux_parse_metadata):
25758         * gst/matroska/matroska-ids.h:
25759           Basic tag reading support.
25760
25761 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25762
25763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25764           Really detect ac-3 audio.
25765         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25766           really detect matroska files (off-by-1).
25767
25768 2004-04-30  David Schleef  <ds@schleef.org>
25769
25770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25771         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25772         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25773         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25774         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25775         hackage -- parse a lot more atoms, extract a few tags.  One might even
25776         mistake this for tag support.  Maybe it is.
25777         * gst/qtdemux/qtdemux.h:
25778
25779 2004-04-30  Colin Walters  <walters@verbum.org>
25780
25781         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25782
25783 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25784
25785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25786         (gst_ffmpegcolorspace_getcaps):
25787           remove broken nego fix
25788
25789 2004-04-30  Benjamin Otte  <otte@gnome.org>
25790
25791         * configure.ac:
25792         * ext/Makefile.am:
25793         * ext/libvisual/Makefile.am:
25794         * ext/libvisual/visual.c:
25795           add initial support for libvisual (http://libvisual.sourceforge.net)
25796           libvisual is still quite alpha, so expect crashes in there :)
25797
25798 2004-04-29  David Schleef  <ds@schleef.org>
25799
25800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25801         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25802         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25803         code; you will no longer respect me.
25804
25805 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25806
25807         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25808         * ext/alsa/gstalsa.h :
25809         change alsa pcm device discovery to find more than 1 device
25810         per card. code review by Ronald.
25811
25812 2004-04-29  David Schleef  <ds@schleef.org>
25813
25814         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25815         Add a check for a driver bug on FreeBSD.  (bug #140565)
25816
25817 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25818
25819         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25820         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25821         (gst_jpegenc_getcaps):
25822           move format setting to inner loop
25823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25824         (gst_ffmpegcolorspace_getcaps):
25825           use GST_PAD_CAPS if available so that we use already negotiated
25826           caps
25827         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25828         (qtdemux_parse_moov), (qtdemux_parse):
25829           extra debugging
25830         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25831         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25832           move hardcoded path to DEFINE
25833
25834 2004-04-28  David Schleef  <ds@schleef.org>
25835
25836         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25837         (bug #140064)
25838
25839 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25840
25841         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25842           Don't probe for playback device if we're a source element. Fixes
25843           #139658.
25844
25845 2004-04-29  Benjamin Otte  <otte@gnome.org>
25846
25847         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25848         (gst_id3_tag_chain):
25849           rewrite buffer offset
25850
25851 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25852
25853         * configure.ac:
25854         * ext/Makefile.am:
25855         * ext/dts/Makefile.am:
25856         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25857         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25858         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25859         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25860         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25861         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25862         (plugin_init):
25863         * ext/dts/gstdtsdec.h:
25864           New DTS decoder.
25865         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25866         (gst_faad_srcconnect):
25867           Add ESDS atom handling (.m4a).
25868
25869 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25870
25871         * ext/divx/gstdivxdec.c: (plugin_init):
25872           Remove comment that makes no sense.
25873         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25874           Fix for obvious typo that resulted in warnings during gst-register.
25875         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25876         (gst_xviddec_sink_link):
25877           Fix caps negotiation a bit better.
25878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25879           We call this 'codec_data', not 'esds'.
25880
25881 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25882
25883         * gst/monoscope/gstmonoscope.c:
25884           make sure we only provide 256x128
25885         * gst/monoscope/monoscope.c: (monoscope_init):
25886           assert size of 256x128
25887
25888 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25889
25890         * Makefile.am:
25891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25892         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25893           fixate to max width and height of device
25894
25895 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25896
25897         * Makefile.am:
25898         * sys/v4l/gstv4l.c:
25899         * sys/v4l/gstv4lsrc.c:
25900         * sys/v4l/v4l_calls.c:
25901         * sys/v4l/v4lsrc_calls.c:
25902           fix for qc-usb driver which fakes having more than one buffer
25903           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25904           buffer_free override
25905           add debugging
25906
25907 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25908
25909         * Makefile.am:
25910         * gst/videotestsrc/gstvideotestsrc.c:
25911         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25912         (gst_videotestsrc_init), (gst_videotestsrc_get),
25913         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25914         * gst/videotestsrc/gstvideotestsrc.h:
25915           add num-buffers property
25916
25917         2004-04-26  Benjamin Otte  <otte@gnome.org>
25918
25919         * ext/mad/gstid3tag.c: (plugin_init):
25920           set id3mux rank to NONE so it doesn't confuse spider
25921           require audio/mpeg,mpegversion=1 in id3mux
25922
25923 2004-04-26  Benjamin Otte  <otte@gnome.org>
25924
25925         * configure.ac:
25926           detect faad correctly as non-working if it's indeed non-working
25927
25928 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25929
25930         * Makefile.am:
25931         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25932         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25933         fix _getcaps so it only negotiates to its supported format
25934
25935 2004-04-25  Benjamin Otte  <otte@gnome.org>
25936
25937         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25938           fix memleak
25939
25940 2004-04-23  Benjamin Otte  <otte@gnome.org>
25941
25942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25943           audio/x-raw-int with height rules! not. Now it's depth.
25944
25945 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25946
25947         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25948         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25949         (gst_wavparse_loop):
25950           Missing variable initialization. Add handling of DVI ADPCM. Fix
25951           mis-parsing of LIST chunks. This works around a bug where we mis-
25952           parse non-aligning LIST chunks (so LIST chunks where the contents
25953           don't align with the actual LIST size). The correct fix is to use
25954           rifflib, I'm not going to fix wavparse - too much work. All this
25955           fixes #104878.
25956
25957 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25958
25959         reviewed by Benjamin Otte  <otte@gnome.org>
25960
25961         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25962           fix shoutcast not working (fixes #140844)
25963
25964 2004-04-22  Benjamin Otte  <otte@gnome.org>
25965
25966         * ext/hermes/gsthermescolorspace.c:
25967         (gst_hermes_colorspace_caps_remove_format_info):
25968         * gst/colorspace/gstcolorspace.c:
25969         (gst_colorspace_caps_remove_format_info):
25970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25971         (gst_ffmpegcolorspace_caps_remove_format_info):
25972           s/gst_caps_simplify/gst_caps_do_simplify/
25973
25974 2004-04-22  Benjamin Otte  <otte@gnome.org>
25975
25976         * gst-libs/gst/riff/riff-media.c:
25977         (gst_riff_create_video_caps_with_data):
25978           mpegversion is an int
25979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25980           don't try to create pad templates with NULL caps, use any caps
25981           instead.
25982
25983 2004-04-20  David Schleef  <ds@schleef.org>
25984
25985         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25986         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25987         (bug #140384)
25988
25989 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25990
25991         reviewed by David Schleef
25992
25993         * ext/mad/gstid3tag.c: Add stdlib.h
25994         * gst/rtp/gstrtpgsmenc.c: same
25995         * gst/tags/gstid3tag.c: same
25996         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25997         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25998         GST_DISABLE_LOADSAVE use.
25999         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26000         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26001         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26002         atol(3)).
26003         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26004         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26005         strtoul(3)).
26006         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26007         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26008         $(ID3_CFLAGS).
26009         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26010         $(LIBFAME_CFLAGS).
26011
26012 2004-04-20  David Schleef  <ds@schleef.org>
26013
26014         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26015         last checkin.  Same idea.
26016
26017 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26018
26019         reviewed by David Schleef
26020
26021         * configure.ac: bump required gstreamer version to 0.8.1.1
26022         because of following changes [--ds]
26023
26024         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26025         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26026         (gst_riff_read_header):  Use GST_READ_UINT*
26027         macros to access possibly unaligned memory.
26028
26029         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26030         (mp3_type_find):  Use GST_READ_UINT*
26031         macros to access possibly unaligned memory.
26032         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26033         (speex_type_find): Likewise
26034
26035         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26036
26037         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26038         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26039         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26040         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26041         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26042         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26043         macros to access possibly unaligned memory.
26044
26045         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26046         Likewise.
26047
26048         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26049         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26050
26051         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26052         Likewise.
26053
26054         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26055         (gst_mpeg2subt_chain_subtitle): Likewise.
26056
26057         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26058         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26059         Likewise.
26060
26061         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26062         Likewise.
26063
26064         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26065         Likewise.
26066
26067         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26068         Likewise.
26069
26070 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26071
26072         * configure.ac:
26073           update required version of GStreamer because of GST_TIME_FORMAT
26074
26075 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26076
26077         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26078           remove leftover g_print
26079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26080           don't try setting only a subset of the caps. We don't want to kill
26081           autoplugging on purpose
26082
26083 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26084
26085         * sys/ximage/ximagesink.c: (plugin_init):
26086         * sys/xvimage/xvimagesink.c: (plugin_init):
26087           add debugging categories
26088
26089 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26090
26091         * po/en_GB.po:
26092         * po/LINGUAS:
26093           Adding en_GB translation (Gareth Owen)
26094
26095 2004-04-20  David Schleef  <ds@schleef.org>
26096
26097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26098         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26099         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26100         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26101         A number of new features and hacks to extract the esds atom and
26102         put it into the caps.  (bug #137724)
26103
26104 2004-04-19  David Schleef  <ds@schleef.org>
26105
26106         * gconf/Makefile.am: Fix for non-GNU make
26107         * gst-libs/gst/Makefile.am: Change directory order to handle
26108         GstPlay linking with gstinterfaces
26109         * gst-libs/gst/audio/make_filter: make use of tr portable
26110         * gst-libs/gst/play/Makefile.am: Add intended \
26111         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26112         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26113         function prototype instead of void *.
26114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26115         macro.
26116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26117         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26118         * gst/videofilter/make_filter: make use of tr portable
26119         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26120
26121 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26122
26123         * po/LINGUAS:
26124         * po/uk.po:
26125           Added Ukrainian translation (Maxim V. Dziumanenko)
26126
26127 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26130         (gst_gsmdec_link), (gst_gsmdec_chain):
26131           Fix capsnego, simplify chain function slightly.
26132         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26133           Add GSM.
26134
26135 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26138         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26139         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26140           Hack to make wavparse work with spider (always -> sometimes pad).
26141           Fixes #135862 && #140411.
26142
26143 2004-04-18  Benjamin Otte  <otte@gnome.org>
26144
26145         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26146         (gst_osselement_rate_probe_check),
26147         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26148           get rid of \n in debug output
26149
26150 2004-04-17  Iain <iain@prettypeople.org>
26151
26152         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26153         not just EOS.
26154
26155 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26156
26157         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26158         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26159         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26160         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26161         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26162         (gst_id3_tag_change_state), (plugin_init):
26163           deprecate id3tag element and replace with id3demux/id3mux.
26164           great side effect: this ugly file is now even uglier, yay!
26165         * ext/mad/gstmad.h:
26166           remove non-available function
26167           update for new get_type
26168
26169 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26170
26171         * configure.ac:
26172           require mpeg2dec >= 0.4.0
26173
26174 2004-04-17  Benjamin Otte  <otte@gnome.org>
26175
26176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26177         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26178         (gst_xvimagesink_set_xwindow_id):
26179           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26180           assorted cleanup fixes.
26181
26182 2004-04-16  David Schleef  <ds@schleef.org>
26183
26184         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26185         * sys/xvimage/xvimagesink.h: same
26186
26187 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26188
26189         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26190           Fix GST_ELEMENT_ERROR with (NULL)
26191
26192 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * gst-libs/gst/riff/riff-media.c:
26195         (gst_riff_create_video_caps_with_data):
26196           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26197
26198 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * gst-libs/gst/riff/riff-media.c:
26201         (gst_riff_create_video_caps_with_data),
26202         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26203         (gst_riff_create_video_template_caps),
26204         (gst_riff_create_audio_template_caps):
26205         * gst-libs/gst/riff/riff-media.h:
26206         * gst-libs/gst/riff/riff-read.c:
26207         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26208         * gst-libs/gst/riff/riff-read.h:
26209         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26210           Add MS RLE support. I added some functions to read out strf chunks
26211           into strf chunks and the data behind it. This is usually color
26212           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26213           caps creation. Lastly, add ADPCM (similar to wavparse - which
26214           should eventually be rifflib based).
26215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26216         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26217         * gst/matroska/matroska-demux.h:
26218           Remove placeholders for some prehistoric tagging system. Didn't add
26219           support for any tag system really anyway.
26220         * gst/qtdemux/qtdemux.c:
26221           Add support for audio/x-m4a (MPEG-4) through spider.
26222         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26223         (gst_wavparse_loop):
26224           ADPCM support (#135862). Increase max. buffer size because we
26225           cannot split buffers for ADPCM (screws references) and I've seen
26226           files with 2048 byte chunks. 4096 seems safe for now.
26227
26228 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26229
26230         * configure.ac: bump nano to 1
26231
26232 === release 0.8.1 ===
26233
26234 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26235
26236         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26237
26238 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26239
26240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26241           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26242           Fixes #140058
26243
26244 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26245
26246         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26247           lower rank of dvddemux so that it's not used for mpeg playback.
26248
26249 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26250
26251         * configure.ac:
26252           save libs correctly when checking mad
26253
26254 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26255
26256         * ext/mad/gstid3tag.c: (plugin_init):
26257           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26258
26259 2004-04-13  David Schleef  <ds@schleef.org>
26260
26261         * common/m4/gst-feature.m4: Call -config scripts with
26262         --plugin-libs if it is supported.
26263         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26264         JPEG images are image/jpeg.
26265         * gst/debug/Makefile.am:
26266         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26267         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26268         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26269         (gst_negotiation_plugin_init): Add a property that acts like
26270         filter caps.
26271         * testsuite/gst-lint:  Move license checking to be a standard
26272         test.
26273
26274 2004-04-13  David Schleef  <ds@schleef.org>
26275
26276         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26277         patch from Sebastien Cote (bug #139958)
26278
26279 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26280
26281         * examples/gstplay/Makefile.am:
26282         * examples/gstplay/player.c: (main):
26283           make the commandline player example use gconf settings
26284
26285 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26286
26287         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26288         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26289         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26290           init/end library during state transition, not object
26291           creation/disposal.  get rid of custom dispose handler.
26292
26293
26294 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26295
26296         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26297         be a symlink
26298
26299 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26300
26301         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26302           Handle JUNK chunks inside data section. Prevents warnings.
26303
26304 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26307         (gst_riff_create_video_template_caps):
26308           Add MS video v1.
26309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26310         (gst_avi_demux_stream_data):
26311           Add support for "rec-list" chunks.
26312
26313 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26314
26315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26316           Fix another codecname mismatch.
26317
26318 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26321           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26322           so that MJPEG plays back.
26323
26324 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26325
26326         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26327         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26328         * gst/mpeg1videoparse/gstmp1videoparse.h:
26329           Fix for some slight mis-cuts in buffer parsing, and for some
26330           potential overflows or faults-causers. Adds disconts. Also fixes
26331           #139105 while we're at it.
26332
26333 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26334
26335         * configure.ac:
26336         * sys/v4l2/gstv4l2element.h:
26337           Workaround for missing struct v4l2_buffer declaration in Suse 9
26338           and Mandrake 10 linux/videodev2.h header file (#135919).
26339
26340 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26341
26342         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26343           Bail out if no filename was given.
26344
26345 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26346
26347         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26348         (gst_v4l2_fourcc_from_structure):
26349           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26350           Y41B somewhere).
26351
26352 2004-04-09  Benjamin Otte  <otte@gnome.org>
26353
26354         * ext/gnomevfs/gstgnomevfssink.c:
26355         (_gst_boolean_allow_overwrite_accumulator),
26356         (gst_gnomevfssink_class_init):
26357           fix erase signal - if any handler returns false the file will not be
26358           overwritten. If no handler is connected, the file will not be
26359           overwritten either.
26360           renamed signal to "allow-overwrite"
26361         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26362           free string when adding it to ID3 failed
26363         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26364           unref event when done
26365         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26366           free caps
26367         * gst/typefind/gsttypefindfunctions.c:
26368         (mpeg_video_stream_type_find):
26369           fix invalid read
26370
26371 2004-04-08  David Schleef  <ds@schleef.org>
26372
26373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26374         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26375
26376 2004-04-08  David Schleef  <ds@schleef.org>
26377
26378         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26379         we don't support (bug #139532)
26380
26381 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * ext/mad/gstmad.c: (gst_mad_handle_event),
26384         (gst_mad_check_caps_reset), (gst_mad_chain),
26385         (gst_mad_change_state):
26386           only set explicit caps if they haven't been set before for
26387           this stream.  MPEG-audio sample rate/channels aren't allowed
26388           to change in-stream.
26389           Fixes #139382
26390
26391 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26392
26393         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26394         (_gst_boolean_did_something_accumulator),
26395         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26396         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26397         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26398         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26399         (gst_gnomevfssink_change_state):
26400           Fix erase signal. Don't erase by default. Remove handoff signal.
26401           Remove erase property. Don't segfault. General cleanup.
26402
26403 2004-04-07  Benjamin Otte  <otte@gnome.org>
26404
26405         * gst-libs/gst/gconf/test-gconf.c: (main):
26406           add missing gst_init
26407
26408 2004-04-07  Benjamin Otte  <otte@gnome.org>
26409
26410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26411           free the mutexes, too
26412
26413 2004-04-07  Benjamin Otte  <otte@gnome.org>
26414
26415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26416           actually free the URI string
26417         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26418           compute offset correctly when passing discont events
26419         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26420           don't leak discont events
26421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26422           add some missing breaks so caps aren't copied randomly
26423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26424           if we realloc memory, we better use it
26425
26426 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26427
26428         * ext/mad/gstmad.c: (normal_seek):
26429           fix GST_FORMAT_TIME usage
26430
26431 2004-04-05  David Schleef  <ds@schleef.org>
26432
26433         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26434         a deprecated function (hack!)
26435
26436 2004-04-05  Benjamin Otte  <otte@gnome.org>
26437
26438         * ext/esd/esdmon.c: (gst_esdmon_get):
26439           fix nonterminated vararg and memleak
26440
26441 2004-04-05  Benjamin Otte  <otte@gnome.org>
26442
26443         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26444         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26445         (gst_ladspa_set_property), (gst_ladspa_get_property),
26446         (gst_ladspa_instantiate), (gst_ladspa_activate),
26447         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26448           clean up debugging
26449
26450 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26451
26452         reviewed by Benjamin Otte  <otte@gnome.org>
26453
26454         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26455           check for broken LADSPA parameters (fixes #138635)
26456
26457 2004-04-05  Benjamin Otte  <otte@gnome.org>
26458
26459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26460           advertise buffer-frames correctly on sinkpads
26461
26462 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26463
26464         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26465         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26466         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26467         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26468         (gst_mad_check_caps_reset), (gst_mad_chain):
26469         add more debugging, only reset caps when we're not in error state
26470
26471 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26472
26473         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26474
26475 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26476
26477         reviewed by Benjamin Otte  <otte@gnome.org>
26478
26479         * configure.ac:
26480           fix == in test(1) operator
26481
26482 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26483
26484         reviewed by Benjamin Otte  <otte@gnome.org>
26485
26486         * configure.ac:
26487           fix --export-symblos-regex to a working regex.
26488
26489 2004-04-04  Benjamin Otte  <otte@gnome.org>
26490
26491         * sys/oss/.cvsignore:
26492           add for oss_probe
26493
26494 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26495
26496         reviewed by Benjamin Otte  <otte@gnome.org>
26497
26498         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26499           add missing 'new_media' argument (fixes #138168)
26500         * gst/matroska/matroska-demux.c:
26501         (gst_matroska_demux_handle_seek_event):
26502           add vararg terminator (fixes #138169)
26503
26504 2004-04-02  David Schleef  <ds@schleef.org>
26505
26506         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26507         disted (bug #138914)
26508
26509 2004-04-01  Benjamin Otte  <otte@gnome.org>
26510
26511         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26512         (gst_alsa_close_audio):
26513           handle case better where a soundcard can't pause
26514         * ext/ogg/gstoggdemux.c:
26515           don't crash when we get events but don't have pads yet
26516
26517 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26518
26519         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26520           throw an error if we couldn't probe any caps.
26521
26522 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26523
26524         * ext/dvdnav/gst-dvd:
26525         Add a really simple sample DVD player
26526
26527 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26528
26529         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26530         (gst_a52dec_push), (gst_a52dec_handle_event),
26531         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26532         (gst_a52dec_change_state):
26533         * ext/a52dec/gsta52dec.h:
26534           Use a debug category, Output timestamps correctly
26535           Emit tag info, Handle events, tell liba52dec about cpu
26536           capabilities so it can use MMX etc.
26537         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26538           Fix a crasher accessing invalid memory
26539         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26540         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26541         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26542         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26543         (dvdnavsrc_query):
26544           Some support for byte-format seeking.
26545           Small fixes for still frames and menu button overlays
26546         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26547         (gst_mpeg2dec_alloc_buffer):
26548           Use a debug category. Adjust the report level of several items to
26549           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26550           so it doesn't lose the GstBuffer pointer
26551         * gst/debug/Makefile.am:
26552         * gst/debug/gstdebug.c: (plugin_init):
26553         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26554         (gst_navseek_base_init), (gst_navseek_class_init),
26555         (gst_navseek_init), (gst_navseek_seek),
26556         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26557         (gst_navseek_get_property), (gst_navseek_chain),
26558         (gst_navseek_plugin_init):
26559         * gst/debug/gstnavseek.h:
26560           Add the navseek debug element for seeking back and forth in a
26561           video stream using arrow keys.
26562         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26563         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26564         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26565         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26566         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26567         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26568         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26569         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26570         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26571         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26572         * gst/mpeg2sub/gstmpeg2subt.h:
26573           Pretty much a complete rewrite. Now a loopbased element. May still
26574           require work to properly synchronise subtitle buffers.
26575         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26576         (gst_dvd_demux_send_subbuffer):
26577         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26578           Don't attempt to create subbuffers of size 0
26579           Reduce a couple of error outputs to warnings.
26580         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26581         (gst_y4mencode_chain):
26582         Output the y4m frame header correctly.
26583
26584 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26585
26586         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26587           throw errors instead of allowing SIGFPE
26588
26589 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26590
26591         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26592         (gst_gconf_render_bin_from_key):
26593           leak plugging and style fixing
26594
26595 2004-03-31  David Schleef  <ds@schleef.org>
26596
26597         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26598         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26599         (bug #138225)
26600         * gst/debug/Makefile.am:
26601         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26602         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26603         plugin.
26604         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26605         (gst_negotiation_base_init), (gst_negotiation_class_init),
26606         (gst_negotiation_init), (gst_negotiation_getcaps),
26607         (gst_negotiation_pad_link), (gst_negotiation_chain),
26608         (gst_negotiation_set_property), (gst_negotiation_get_property),
26609         (gst_negotiation_plugin_init):  New element to talk about random
26610         negotiation things happening in a pipeline.
26611
26612 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26613
26614         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26615           fix integer addition with help of Stefan Kost
26616
26617 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26618
26619         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26620
26621 2004-03-30  David Schleef  <ds@schleef.org>
26622
26623         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26624         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26625         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26626         (bug #137504)
26627         * ext/mpeg2dec/gstmpeg2dec.h:
26628
26629 2004-03-30  David Schleef  <ds@schleef.org>
26630
26631         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26632
26633 2004-03-30  David Schleef  <ds@schleef.org>
26634
26635         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26636         Michael Petullo) to handle .mov
26637
26638 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26639
26640         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26641         (gst_osselement_rate_check_rate):
26642           probe caps correctly for sound cards that only support one format
26643
26644 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26645
26646         * ext/kio/kiosrc.cpp: (process_events):
26647           update handling event processing if inside KDE - untested
26648
26649 2004-03-29  David Schleef  <ds@schleef.org>
26650
26651         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26652         by 2 to not interfere with other colorspaces.
26653         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26654         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26655         one to not interfere with ffmpeg_colorspace.
26656
26657 2004-03-29  David Schleef  <ds@schleef.org>
26658
26659         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26660         aren't in the caps.
26661         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26662         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26663
26664 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26665
26666         * gst-libs/gst/riff/riff-media.c:
26667           fail on error, don't try to set stuff on NULL caps
26668
26669 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26670
26671         * configure.ac:
26672         * ext/Makefile.am:
26673         * ext/kio/Makefile.am:
26674         * ext/kio/kioreceiver.cpp:
26675         * ext/kio/kioreceiver.h:
26676         * ext/kio/kiosrc.cpp:
26677         * ext/kio/kiosrc.h:
26678           add experimental kiosrc plugin
26679         * ext/alsa/gstalsaplugin.c: (plugin_init):
26680           initialize debugging category only when we're sure registering the
26681           plugins worked.
26682
26683 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26684
26685         * examples/gstplay/player.c: (main):
26686         * gst-libs/gst/play/play.c: (gst_play_class_init),
26687         (gst_play_set_location), (gst_play_set_data_src),
26688         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26689         (gst_play_set_visualization), (gst_play_connect_visualization):
26690           check return values of element_set_state and return FALSE where
26691           failed
26692
26693 2004-03-29  Benjamin Otte  <otte@gnome.org>
26694
26695         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26696           try harder to check if an event is really a discont
26697
26698 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26699
26700         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26701         * po/az.po:
26702
26703 2004-03-28  Benjamin Otte  <otte@gnome.org>
26704
26705         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26707         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26708           get rid of non-standard "..." ranges in case statements.
26709
26710 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26711
26712         * gst/mpegstream/gstmpegdemux.c:
26713         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26714         specific functionality split to the new dvddemux element.
26715         * gst/mpegstream/gstdvddemux.c:
26716         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26717         streams, derived from mpegdemux.
26718         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26719         up. SCR based timestamp rewriting can be turned off (will probably
26720         completely disappear soon).
26721         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26722         hacking. General cleanup. All printf statements replaced by
26723         debugging messages. Almost complete libdvdnav support.
26724         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26725         by events. New properties for audio and subpicture languages.
26726         (dvdnavsrc_update_highlight): Now uses events.
26727         (dvdnavsrc_user_op): Cleaned up.
26728         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26729         based). Lots of cleanup, and propper support for most libdvdnav
26730         events.
26731         (dvdnavsrc_make_dvd_event): New function.
26732         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26733         (dvdnavsrc_make_clut_change_event): New function.
26734
26735 2004-03-26  Benjamin Otte  <otte@gnome.org>
26736
26737         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26738           fix bug where typefinding would claim it's theora whenever less then
26739           7 bytes of data were available
26740
26741 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26742
26743         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26744         (gst_alawdec_base_init), (gst_alawdec_class_init),
26745         (gst_alawdec_init), (gst_alawdec_chain):
26746         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26747         (gst_alawenc_base_init), (gst_alawenc_class_init),
26748         (gst_alawenc_init), (gst_alawenc_chain):
26749         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26750         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26751         (gst_mulawdec_init), (gst_mulawdec_chain):
26752         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26753         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26754         (gst_mulawenc_init), (gst_mulawenc_chain):
26755           Fix capsnego in all four, remove the unused property functions and
26756           simplify the chain functions slightly. I guess we could use macros
26757           or something similar for those, since the code is so similar, but
26758           I'm currently too lazy...
26759
26760 2004-03-24  David Schleef  <ds@schleef.org>
26761
26762         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26763         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26764         (gst_osselement_get_format_structure),
26765         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26766         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26767         (gst_osselement_rate_int_compare): Add code to handle rate probing
26768         (bug #120883)
26769         * sys/oss/gstosselement.h: same
26770         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26771         Use rate probing provided by osselement.
26772         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26773
26774 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26777         (gst_xvidenc_get_property):
26778           ulong/int mess-up.
26779
26780 2004-03-24  David Schleef  <ds@schleef.org>
26781
26782         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26783         (gst_speexdec_init):
26784         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26785         (gst_speexenc_init):  Create the pad template correctly (from
26786         the static pad template, not a NULL pointer.)
26787
26788 2004-03-25  Benjamin Otte  <otte@gnome.org>
26789
26790         * gst/debug/Makefile.am:
26791         * gst/debug/breakmydata.c:
26792           add element that quasi-randomly changes bytes in the stream.
26793           Intended use is robustness checking of demuxers and decoders in
26794           media tests.
26795
26796 2004-03-24  Benjamin Otte  <otte@gnome.org>
26797
26798         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26799         (gst_alsa_probe_hw_params):
26800         * ext/alsa/gstalsa.h:
26801           debugging output fixes
26802
26803 2004-03-24  Benjamin Otte  <otte@gnome.org>
26804
26805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26806           don't g_return_if_fail if element is PLAYING, fail silently as every
26807           other element.
26808         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26809           only fix needed for cast lvalue issues in gst-plugins
26810         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26811           add proxy_getcaps
26812
26813 2004-03-24  Benjamin Otte  <otte@gnome.org>
26814
26815         * gst/level/gstlevel.c: (gst_level_init):
26816           add proxying getcaps function, so level doesn't advertise impossible
26817           caps
26818
26819 2004-03-24  David Schleef  <ds@schleef.org>
26820
26821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26822         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26823         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26824         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26825         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26826         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26827         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26828         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26829         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26830         messages.  Divide the chunk size by the compression ratio
26831         (needed for MACE audio)
26832
26833 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26836           Fix buffer overflow read error.
26837
26838 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * ext/alsa/gstalsa.h:
26841           Remove unused entry.
26842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26843           Add cinepak.
26844         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26845         (gst_videodrop_link), (gst_videodrop_chain):
26846           Fix, sort of. Was horribly broken with new capsnego. Bah...
26847
26848 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26849
26850         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26851         (plugin_init):
26852         Add a monkeysaudio typefind function
26853
26854 2004-03-23  Johan Dahlin  <johan@gnome.org>
26855
26856         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26857         (gst_play_video_fixate): Check so the structure has the field
26858         before trying to fixate them, this makes it possible to have
26859         fakesinks for video and audio output without printing errors on
26860         the output console.
26861
26862 2004-03-22  David Schleef  <ds@schleef.org>
26863
26864         * sys/oss/Makefile.am:
26865         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26866         (check_rate), (add_rate):  Rate probing test app.
26867
26868 2004-03-21  Benjamin Otte  <otte@gnome.org>
26869
26870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26871         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26872           add a fixation function that pretty much does the right thing (fixes
26873           #137556)
26874
26875 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26876
26877         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26878
26879 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26880
26881         reviewed by: Benjamin Otte  <otte@gnome.org>
26882
26883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26884           terminate gst_event_new_discontinuous correctly (fixes parts of
26885           #137711)
26886
26887 2004-03-19  David Schleef  <ds@schleef.org>
26888
26889         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26890         since it doesn't depend on X, and it's part of our ABI.
26891
26892 2004-03-19  Iain <iain@prettypeople.org>
26893
26894         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26895         is_int in the structure, not the local variable.
26896
26897 2004-03-19  David Schleef  <ds@schleef.org>
26898
26899         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26900         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26901         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26902         Improvements in caps negotiation.
26903
26904 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26905
26906         * po/LINGUAS:
26907         * po/af.po:
26908           adding Afrikaans (Petri Jooste)
26909
26910 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26911
26912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26913         (gst_ffmpegcolorspace_chain):
26914         throw error instead of g_critical (#137588)
26915
26916 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26917
26918         * Makefile.am:
26919         * configure.ac:
26920           dist common and m4 correctly
26921         * po/sv.po:
26922
26923 2004-03-17  David Schleef  <ds@schleef.org>
26924
26925         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26926         (bug #137348)
26927
26928 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26929
26930         * po/LINGUAS:
26931         * po/sv.po:
26932           adding Swedish translation (Christian Rose)
26933
26934 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26935
26936         * Makefile.am: use release.mak
26937
26938 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * common/ChangeLog:
26941         * common/gst-autogen.sh:
26942           add some explanation about the version detection
26943         * configure.ac:
26944           fix X check
26945
26946 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26947
26948         * configure.ac: bump nano to 1
26949
26950 === release 0.8.0 ===
26951
26952 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26953
26954         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26955
26956 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26957
26958         * configure.ac:
26959           update libtool version
26960         * gst-libs/gst/media-info/Makefile.am:
26961           actually use libtool version
26962
26963 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26964
26965         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26966
26967 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26968
26969         * configure.ac:
26970         * gst-plugins.spec.in:
26971         * pkgconfig/Makefile.am:
26972         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26973         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26974         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26975         * pkgconfig/gstreamer-libs.pc.in:
26976         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26977         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26978         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26979         * pkgconfig/gstreamer-plugins.pc.in:
26980           remove @VERSION@ from some of the pc files since core and plugins
26981           are decoupled.
26982           created gstreamer-plugins.pc as it's a better name, but keeping
26983           -libs around for now to get fixes upstream done first.
26984
26985 2004-03-15  Julien MOUTTE <julien@moutte.net>
26986
26987         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26988         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26989         * gst-libs/gst/play/play.h:
26990
26991 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26992
26993         * *.c, *.cc: don't mix tabs and spaces
26994
26995 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26996
26997         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26998           use the new ffmpegcolorspace
26999         * gst-plugins.spec.in:
27000           package new colorspace and media-info
27001         * configure.ac:
27002         * pkgconfig/Makefile.am:
27003           fix some more disting issues
27004         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27005         * pkgconfig/gstreamer-media-info.pc.in:
27006           generate media-info pc files
27007
27008 2004-03-15  Johan Dahlin  <johan@gnome.org>
27009
27010         * *.h: Revert indenting
27011
27012 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27013
27014         * configure.ac:
27015           adding ffmpegcolorspace element
27016         * gst/ffmpegcolorspace/Makefile.am:
27017         * gst/ffmpegcolorspace/avcodec.h:
27018         * gst/ffmpegcolorspace/common.h:
27019         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27020         * gst/ffmpegcolorspace/dsputil.h:
27021         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27023         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27024         (gst_ffmpeg_caps_to_pix_fmt):
27025         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27026         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27027         (gst_ffmpegcolorspace_caps_remove_format_info),
27028         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27029         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27030         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27031         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27032         (gst_ffmpegcolorspace_set_property),
27033         (gst_ffmpegcolorspace_get_property),
27034         (gst_ffmpegcolorspace_register):
27035         * gst/ffmpegcolorspace/imgconvert.c:
27036         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27037         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27038         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27039         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27040         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27041         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27042         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27043         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27044         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27045         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27046         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27047         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27048         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27049         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27050         (img_get_alpha_info), (deinterlace_line),
27051         (deinterlace_line_inplace), (deinterlace_bottom_field),
27052         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27053         * gst/ffmpegcolorspace/imgconvert_template.h:
27054         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27055         * gst/ffmpegcolorspace/mmx.h:
27056         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27057           adding ffmpegcolorspace element supplied by Ronald after cleaning
27058           up and pulling in the right bits of upstream source.
27059           I'm sure a better C/compiler wizard could do some cleaning up (for
27060           example use GLIB's malloc stuff), but as a first pass this
27061           works very well
27062
27063 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         * ext/alsa/gstalsa.h:
27066           I assume Ronald forgot to commit the change to have cardname
27067           as a struct member.  Expect some public spanking at the next
27068           opportunity.
27069
27070 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27073         (gst_alsa_open_audio), (gst_alsa_close_audio):
27074         * ext/alsa/gstalsa.c:
27075           Don't open the device if we're a mixer (= padless).
27076         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27077         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27078         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27079           Open mixer during state change rather than during object
27080           initialization. Also, get a device name. Currently in a somewhat
27081           hackish fashion, but I didn't really find something better.
27082
27083 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27084
27085         * *.c, *.h: run gst-indent
27086
27087 2004-03-14  Benjamin Otte  <otte@gnome.org>
27088
27089         * gst/modplug/gstmodplug.cc:
27090         * gst/modplug/gstmodplug.h:
27091           set correct timestamps on outgoing buffers
27092
27093 2004-03-14  Benjamin Otte  <otte@gnome.org>
27094
27095         * gst/modplug/gstmodplug.cc:
27096           handle events - don't do crap when a discont arrives that's not
27097           necessary
27098           This allows correct loading and playback of mods in Rhythmbox
27099
27100 2004-03-14  Benjamin Otte  <otte@gnome.org>
27101
27102         * configure.ac:
27103         * gst-libs/gst/gconf/Makefile.am:
27104         * pkgconfig/Makefile.am:
27105           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27106           they get rebuilt properly
27107         * configure.ac:
27108           when checking for vorbis, try pkgconfig first.
27109         * gst/modplug/gstmodplug.cc:
27110           add fixate function
27111
27112 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27115           Fix for obvious mistake, where we first shift the offset and then
27116           read a samplesize element assuming the old offset. Note that this
27117           part still has something weird, i.e. my movies containing those
27118           don't actually play well, but at least there's something that looks
27119           like sound now.
27120
27121 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27122         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27123         (plugin_init):
27124         Add a typefind function for speex format
27125
27126 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27129         (gst_asf_demux_setup_pad):
27130           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27131           instead of 0. Reason is simple: some elements have a fps range
27132           of 1-max instead of 0-max. So now ASF video actually works.
27133
27134 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         * po/LINGUAS:
27137         * po/sr.po:
27138           adding serbian as a language
27139
27140 2004-03-13  Benjamin Otte  <otte@gnome.org>
27141
27142         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27143           return taglist correctly from _get function, don't gst_pad_push it.
27144           (fixes #137042)
27145
27146 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27147         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27148
27149 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27150
27151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27152         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27153         (gst_alsa_mixer_track_new):
27154         * ext/alsa/gstalsamixertrack.h:
27155           Fix ancient leftovers... MixerTrack is a GObject.
27156
27157 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27160         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27161           Don't block during probing...
27162
27163 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27164
27165         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27166         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27167         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27168         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27169         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27170         (gst_alsa_open_audio), (gst_alsa_close_audio):
27171         * ext/alsa/gstalsa.h:
27172           Add propertyprobe interface implementation, add some device-name
27173           property, all this so that it looks good in gnome-volume-control.
27174
27175 2004-03-12  David Schleef  <ds@schleef.org>
27176
27177         * configure.ac: the Hermes library controls hermescolorspace, not
27178         colorspace.
27179         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27180         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27181         not /* */
27182         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27183         * ext/sdl/sdlvideosink.h: ditto.
27184         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27185
27186 2004-03-12  Benjamin Otte  <otte@gnome.org>
27187
27188         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27189         (gst_x_overlay_got_xwindow_id):
27190         * gst-libs/gst/xoverlay/xoverlay.h:
27191           replace XID with unsigned long to get rid of the xlibs dependency in
27192           XOverlay (fixes #137004)
27193
27194 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27195         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27196         (gst_agingtv_setup):
27197         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27198         (gst_dicetv_base_init), (gst_dicetv_class_init),
27199         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27200         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27201         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27202         (gst_edgetv_setup), (gst_edgetv_rgb32):
27203         * gst/effectv/gsteffectv.c:
27204         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27205         (gst_quarktv_set_property):
27206         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27207         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27208         (gst_revtv_setup), (gst_revtv_rgb32):
27209         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27210         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27211         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27212         (gst_shagadelictv_rgb32):
27213         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27214         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27215         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27216         * gst/effectv/gstwarp.c:
27217         Port everything that can be ported to videofilter and fix up the caps.
27218         Can someone with a big-endian machine please check these?
27219
27220 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27221
27222         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27223         (gst_osssink_chain), (gst_osssink_change_state):
27224           Latest fixes for A/V sync, audio playback and such. This is about
27225           all... MPEG playback issues are mostly related to the async build-
27226           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27227
27228 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         patch from: Stephane Loeuillet
27231
27232         * configure.ac:
27233           use pkg-config for some libraries, falling back to the old .m4 way
27234           (fixes #131270)
27235         * m4/libdv.m4:
27236           removed
27237
27238 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27239
27240         * configure.ac:
27241         * tools/Makefile.am:
27242         * tools/Makefile.in:
27243         * tools/gst-launch-ext-m.m:
27244         * tools/gst-launch-ext.1.in:
27245         * tools/gst-visualise-m.m:
27246         * tools/gst-visualise.1:
27247         * tools/gst-visualise.1.in:
27248           reorganizing generation of script tools
27249
27250 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27251
27252         * ext/divx/gstdivxdec.c:
27253           Downgrade priority. We prefer ffdec_mpeg4.
27254         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27255         (gst_faad_chain), (gst_faad_change_state):
27256           Fix capsnego. Doesn't work for some sounds because we don't have
27257           a 5:1 to stereo element.
27258         * ext/xvid/gstxvid.c: (plugin_init):
27259           Add priority.
27260         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27261         (gst_osssink_change_state):
27262           Add discont handling.
27263
27264 2004-03-09  Colin Walters  <walters@verbum.org>
27265
27266         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27267         conversion.
27268
27269 2004-03-09  Benjamin Otte  <otte@gnome.org>
27270
27271         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27272           the signals take 2 arguments
27273
27274 2004-03-09  David Schleef  <ds@schleef.org>
27275
27276         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27277         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27278         * ext/alsa/gstalsa.h:
27279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27280
27281 2004-03-09  Benjamin Otte  <otte@gnome.org>
27282
27283         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27284         (gst_mikmod_change_state):
27285         * ext/mikmod/gstmikmod.h:
27286           make mikmod's loop function not loop infinitely and call
27287           gst_element_yield anymore
27288         * gst/modplug/gstmodplug.cc:
27289           fix pad negotiation (fixes #136590)
27290
27291 2004-03-09  David Schleef  <ds@schleef.org>
27292
27293         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27294         doesn't conflict with the internal colorspace plugin.
27295         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27296         satisfy the crappy-ass shell shipped by a certain vendor.
27297         * gst/videofilter/make_filter: same (bug #135299)
27298
27299 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27300
27301         * configure.ac: bump nano to 1
27302
27303 === release 0.7.6 ===
27304
27305 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27306
27307         * configure.in: releasing 0.7.6, "There"
27308
27309 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27312         * pkgconfig/gstreamer-play.pc.in:
27313           synchronize the two
27314
27315 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27316
27317         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27318         (cdparanoia_open), (cdparanoia_event):
27319           fix/add error handling
27320         * po/POTFILES.in:
27321           add cdparanoia source
27322         * tools/Makefile.am:
27323           make scripts executable
27324
27325 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27326
27327         * configure.ac:
27328         * ext/vorbis/Makefile.am:
27329         * sys/Makefile.am:
27330           remove id3types, vorbisfile and xvideosink from the build (#133783)
27331
27332 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27335           Fix metadata read crash (#136537).
27336
27337 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27338
27339         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27340         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27341           adding mime types, fixing the one-stop function
27342
27343 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27344
27345         * ext/nas/nassink.c and /ext/nas/nassink.h:
27346         More NAS love from Arwed von Merkatz
27347         So lets all sing 'Can you feel the NAS tonight'
27348
27349 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27350
27351         * tools/gst-launch-ext.in:
27352         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27353
27354 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27357         (gst_mpeg2dec_init):
27358         remove the user_data pad for now, because it is being used in
27359         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27360         If someone knows how to fix this properly, please do.
27361
27362 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27363
27364         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27365         (gst_osssink_get_time):
27366         add a warning, IMO this won't get triggered anymore, remove later
27367
27368 2004-03-07  David Schleef  <ds@schleef.org>
27369
27370         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27371         format (bug #136470)
27372
27373 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * gst-libs/Makefile.am:
27376         * gst-libs/gst/media-info/Makefile.am:
27377         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27378         (error_callback), (gst_media_info_error_create),
27379         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27380         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27381         * gst-libs/gst/media-info/media-info-priv.h:
27382         * gst-libs/gst/media-info/media-info-test.c: (main):
27383         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27384         (gst_media_info_class_init), (gst_media_info_instance_init),
27385         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27386         (gst_media_info_read_idler), (gst_media_info_read):
27387         * gst-libs/gst/media-info/media-info.h:
27388         fixed, should work now
27389
27390 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27391
27392         * ext/nas/nassink.c:
27393         A bunch of NAS fixes from Arwed von Merkatz
27394
27395 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27396
27397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27398         (qtdemux_parse_trak):
27399           Fix crash (j might be greater than n_samples, in which case we're
27400           writing outside the allocated space for the array) and memleak.
27401
27402 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27403
27404         * sys/oss/gstosssink.c: (gst_osssink_chain):
27405           And another caller that couldn't handle delay < 0 (unsigned
27406           integer overflow). Video now continues playing on an audio
27407           buffer underrun, and the clock continues working. Audio still
27408           stalls.
27409
27410 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27413         (gst_osssink_get_time):
27414           get_delay() may return values lower than 0. In those cases, we
27415           should not actually cast to *unsigned* int64, that will break
27416           stuff horribly. In my case, it screwed up A/V sync in movies
27417           in totem rather badly.
27418
27419 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27420
27421         * ext/faac/gstfaac.c: (gst_faac_chain):
27422         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27423         * ext/libpng/gstpngenc.c: (user_write_data):
27424         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27425         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27426         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27427         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27428         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27429         of any buffer), should fix some leaks. I hope I didn't unref buffers
27430         that shouldn't be...
27431
27432 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27433
27434         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27435         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27436         (error_callback), (gmi_reset), (gmi_seek_to_track),
27437         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27438         (gmip_find_type_post), (gmip_find_stream_post),
27439         (gmip_find_track_streaminfo_post):
27440         * gst-libs/gst/media-info/media-info-priv.h:
27441         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27442         (info_print), (main):
27443         * gst-libs/gst/media-info/media-info.c:
27444         (gst_media_info_error_create), (gst_media_info_error_element),
27445         (gst_media_info_instance_init), (gst_media_info_get_property),
27446         (gst_media_info_new), (gst_media_info_set_source),
27447         (gst_media_info_read_idler), (gst_media_info_read):
27448         * gst-libs/gst/media-info/media-info.h:
27449           first pass at making this work again.  This seems to work on
27450           tagged ogg/vorbis and mp3 files.
27451
27452 2004-03-06  Benjamin Otte  <otte@gnome.org>
27453
27454         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27455           fix huge leak: gst_buffer_merge doesn't unref the first argument
27456           itself.
27457
27458 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27461           report layer/mode/emphasis
27462
27463 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27464
27465         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27466
27467 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27468
27469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27470           signal serial
27471
27472 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * ext/vorbis/vorbis.c: (plugin_init):
27475         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27476         (gst_vorbis_dec_init), (vorbis_dec_event):
27477         add debug category
27478         make vorbisdec handle _BYTE and _TIME queries
27479
27480 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27481
27482         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27483           from the xing header
27484
27485 2004-03-06  Benjamin Otte  <otte@gnome.org>
27486
27487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27488         (gst_audio_convert_link), (gst_audio_convert_change_state),
27489         (gst_audio_convert_buffer_from_default_format):
27490           do conversions from/to float correctly, fix some caps nego errors,
27491           export correct supported caps in template and getcaps, use correct
27492           caps in try_set_caps functions
27493
27494 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27495
27496         For some reason, I only committed a ChangeLog entry yesterday and
27497         not the corresponding code...
27498         * ext/mad/gstmad.c: Fix detection of Xing headers
27499         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27500
27501 2004-03-06  Benjamin Otte  <otte@gnome.org>
27502
27503         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27504         (gst_ogg_demux_src_query):
27505           make sure to handle the case where there's no current chain
27506           gracefully.
27507
27508 2004-03-05  David Schleef  <ds@schleef.org>
27509
27510         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27511         Add fixate function. (bug #131128)
27512         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27513         (gst_sdlvideosink_fixate):  Add fixate function.
27514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27515         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27516         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27517         Fix missing break that was causing ulaw to be interpreted as
27518         raw int.
27519
27520 2004-03-05  David Schleef  <ds@schleef.org>
27521
27522         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27523         Fix code that ignores return value of gst_buffer_merge().
27524         (bug #114560)
27525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27526         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27527         * testsuite/gst-lint:  Check for above.
27528
27529 2004-03-05  David Schleef  <ds@schleef.org>
27530
27531         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27532         caps and throw an element error.  (bug #136334)
27533
27534 2004-03-05  David Schleef  <ds@schleef.org>
27535
27536         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27537         (gst_faad_chain): Fix negotiation.
27538         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27539         key and button events.
27540         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27541         dung heap of code.
27542         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27543         depends on gconf
27544         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27545         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27546         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27547         function to encourage better negotiation, particularly between
27548         audioconvert and osssink.
27549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27550         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27551         more important.
27552         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27553         typefinding.
27554         * gst/vbidec/vbiscreen.c:  Add glib header
27555         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27556
27557 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27558
27559         * ext/mad/gstmad.c: Fix detection of Xing headers
27560         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27561
27562 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27563
27564         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27565         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27566           debug updates
27567
27568 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27569
27570         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27571         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27572         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27573         files, and report the parsed length as a GST_TAG_DURATION tag.
27574         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27575
27576 2004-03-05  Benjamin Otte  <otte@gnome.org>
27577
27578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27579           convert channels correctly. convert correctly to unsigned.
27580
27581 2004-03-05  Julien MOUTTE <julien@moutte.net>
27582
27583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27584         we have a window before clearing it.
27585
27586 2004-03-05  Julien MOUTTE <julien@moutte.net>
27587
27588         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27589         have a window before clearing it.
27590
27591 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27592
27593         * gconf/gstreamer.schemas.in:
27594         * gst-libs/gst/gconf/Makefile.am:
27595           version installation path the same way as for 0.6
27596         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27597         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27598         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27599           remove comment that was fixed
27600
27601 2004-03-05  David Schleef  <ds@schleef.org>
27602
27603         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27604         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27605         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27606         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27607         Add prototype code for handling seeking and querying.
27608
27609 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * examples/gstplay/player.c: (main):
27612           Initialize variables to NULL. Prevents a segfault because the
27613           (uninitialized) variable is not NULL, resulting in a crash on
27614           trying to reach error->message.
27615
27616 2004-03-05  Benjamin Otte  <otte@gnome.org>
27617
27618         * gst/audioconvert/gstaudioconvert.c:
27619         (gst_audio_convert_buffer_to_default_format):
27620         make float=>int conversion work correctly even in cornercases.
27621
27622 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27623
27624         * debian/README.Debian:
27625         * debian/build-deps:
27626         * debian/changelog:
27627         * debian/control:
27628         * debian/control.in:
27629         * debian/copyright:
27630         * debian/gstreamer-a52dec.files:
27631         * debian/gstreamer-aa.files:
27632         * debian/gstreamer-alsa.files:
27633         * debian/gstreamer-alsa.manpages:
27634         * debian/gstreamer-arts.files:
27635         * debian/gstreamer-artsd.files:
27636         * debian/gstreamer-audiofile.files:
27637         * debian/gstreamer-avifile.files:
27638         * debian/gstreamer-cdparanoia.files:
27639         * debian/gstreamer-colorspace.files:
27640         * debian/gstreamer-doc.files:
27641         * debian/gstreamer-dv.files:
27642         * debian/gstreamer-dvd.files:
27643         * debian/gstreamer-esd.files:
27644         * debian/gstreamer-festival.files:
27645         * debian/gstreamer-flac.files:
27646         * debian/gstreamer-gconf.conffiles:
27647         * debian/gstreamer-gconf.files:
27648         * debian/gstreamer-gconf.postinst:
27649         * debian/gstreamer-gnomevfs.files:
27650         * debian/gstreamer-gsm.files:
27651         * debian/gstreamer-http.files:
27652         * debian/gstreamer-jack.files:
27653         * debian/gstreamer-jpeg.files:
27654         * debian/gstreamer-mad.files:
27655         * debian/gstreamer-mikmod.files:
27656         * debian/gstreamer-misc.files:
27657         * debian/gstreamer-mpeg2dec.files:
27658         * debian/gstreamer-oss.files:
27659         * debian/gstreamer-plugin-apps.files:
27660         * debian/gstreamer-plugin-apps.manpages:
27661         * debian/gstreamer-plugin-libs-dev.files:
27662         * debian/gstreamer-plugin-libs.files:
27663         * debian/gstreamer-plugin-template.postinst:
27664         * debian/gstreamer-plugin-template.postrm:
27665         * debian/gstreamer-sdl.files:
27666         * debian/gstreamer-sid.files:
27667         * debian/gstreamer-vorbis.files:
27668         * debian/gstreamer-x.files:
27669         * debian/mk.control:
27670         * debian/rules:
27671         Debian package info not maintained here.
27672
27673 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27674
27675         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27676         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27677         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27678         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27679         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27680         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27681         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27682         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27683         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27684         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27685         * gst-libs/gst/colorbalance/colorbalance.c:
27686         (gst_color_balance_class_init):
27687         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27688         (gst_color_balance_channel_class_init):
27689         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27690         * gst-libs/gst/play/play.c: (gst_play_class_init):
27691         * gst-libs/gst/propertyprobe/propertyprobe.c:
27692         (gst_property_probe_iface_init):
27693         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27694         * gst-libs/gst/tuner/tunerchannel.c:
27695         (gst_tuner_channel_class_init):
27696         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27697         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27698         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27699         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27700         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27701         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27702         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27704         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27705           fix signals to use - instead of _
27706         * ext/libcaca/gstcacasink.h:
27707         * ext/sdl/sdlvideosink.h:
27708           fix header rename
27709
27710 2004-03-04  David Schleef  <ds@schleef.org>
27711
27712         * testsuite/gst-lint:  Add a check for bad signal names.
27713
27714 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27715
27716         reviewed by David Schleef
27717
27718         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27719         modified the alpha channel and caused a warning. (bug #136192)
27720
27721 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27722
27723         * gst-plugins.spec.in:
27724         Change names of plugins to actually be correct. Try to keep things
27725         alphabetical to avoid getting beat up by Thomas
27726
27727 2004-03-03  Julien MOUTTE <julien@moutte.net>
27728
27729         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27730         Using ximagesink as a default if no gconf key found. We should
27731         probably consider using alsasink instead of osssink for the audio
27732         part.
27733
27734 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27735
27736         * configure.ac:
27737           fix --with-plugins, don't think it ever worked before
27738         * gst-plugins.spec.in:
27739           even more updates
27740
27741 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * ext/sdl/sdlvideosink.h:
27744         * sys/ximage/ximagesink.h:
27745         * sys/xvideo/xvideosink.h:
27746         * sys/xvimage/xvimagesink.h:
27747           Fix for move of gstvideosink.h -> videosink.h.
27748
27749 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27750
27751         * gst-libs/gst/xwindowlistener/Makefile.am:
27752           this is a plugin library, not a library
27753
27754 2004-03-01  David Schleef  <ds@schleef.org>
27755
27756         * AUTHORS:  Added some names.  Add yourself if you're still
27757         missing.
27758
27759 2004-03-01  David Schleef  <ds@schleef.org>
27760
27761         * MAINTAINERS: Add
27762
27763 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27764
27765         * gst-plugins.spec.in: clean up spec file
27766
27767 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27768
27769         * gst-libs/gst/video/Makefile.am:
27770         * gst-libs/gst/video/gstvideosink.c:
27771         * gst-libs/gst/video/gstvideosink.h:
27772           rename gstvideosink.h to videosink.h to match other headers
27773         * gst/mixmatrix/Makefile.am:
27774           fix plugin filename
27775         * gst/tags/Makefile.am: fix plugin filename
27776
27777 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27778
27779         * gst/tags/Makefile.am: fix plugin filename
27780
27781 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27782
27783         * examples/gstplay/player.c: (got_time_tick), (main):
27784           add error handler
27785           display time_tick more readably
27786         * gst/mixmatrix/Makefile.am:
27787           fix plugin file name
27788
27789 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27790
27791         * sys/oss/gstosselement.c: (gst_osselement_probe),
27792         (device_combination_append), (gst_osselement_class_probe_devices):
27793         * sys/oss/gstosselement.h:
27794           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27795           on my system using alsa oss emulation, fixes bug #135597
27796
27797 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27800         (gst_videodrop_chain), (gst_videodrop_change_state):
27801         * gst/videodrop/gstvideodrop.h:
27802           Work based on timestamp of input data, not based on the expected
27803           framerate from the input. The consequence is that this element now
27804           not only scales framerates, but also functions as a framerate
27805           corrector or framerate stabilizer/constantizer.
27806
27807 2004-02-27  David Schleef  <ds@schleef.org>
27808
27809         patches from jmmv@menta.net (Julio M. Merino Vidal)
27810
27811         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27812         GST_ELEMENT_ERROR call (bug #135634)
27813         * gst/interleave/interleave.c: (interleave_buffered_loop),
27814         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27815         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27816         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27817         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27818         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27819         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27820         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27821         Fix GST_ELEMENT_ERROR call.
27822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27823         GST_ELEMENT_ERROR call.
27824
27825 2004-02-27  Benjamin Otte  <otte@gnome.org>
27826
27827         * gst-libs/gst/audio/audio.h:
27828           add macro to make sure header isn't included twice
27829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27830           don't use gst_buffer_free
27831         * gst/playondemand/filter.func:
27832           don't use gst_data_free. Free data only once.
27833
27834 2004-02-26  David Schleef  <ds@schleef.org>
27835
27836         * gst-libs/gst/colorbalance/Makefile.am:
27837         * gst-libs/gst/mixer/Makefile.am:
27838         * gst-libs/gst/tuner/Makefile.am:
27839         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27840         should not be disted, -marshal.h files should not be installed,
27841         and -enum.h files _should_ be installed.  Fix to make this the
27842         case.
27843
27844 === release 0.7.5 ===
27845
27846 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27847
27848         * configure.ac: release 0.7.5, "Under The Sea"
27849
27850 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27851
27852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27853         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27854         * gst/videoscale/gstvideoscale.c:
27855         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27856           assorted debug/warning fixes
27857
27858 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27861         (gst_videoscale_init), (gst_videoscale_chain),
27862         (gst_videoscale_set_property), (plugin_init):
27863         * gst/videoscale/gstvideoscale.h:
27864         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27865         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27866         (gst_videoscale_planar400), (gst_videoscale_packed422),
27867         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27868         (gst_videoscale_24bit), (gst_videoscale_16bit),
27869         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27870         (gst_videoscale_scale_plane_slow),
27871         (gst_videoscale_scale_point_sample),
27872         (gst_videoscale_scale_nearest),
27873         (gst_videoscale_scale_nearest_str2),
27874         (gst_videoscale_scale_nearest_str4),
27875         (gst_videoscale_scale_nearest_32bit),
27876         (gst_videoscale_scale_nearest_24bit),
27877         (gst_videoscale_scale_nearest_16bit):
27878         add debugging category and use it properly
27879         fix use of GST_PTR_FORMAT
27880
27881 2004-02-25  Andy Wingo  <wingo@pobox.com>
27882
27883         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27884         push only when channel->buffer is NULL. Prevents segfaults doing
27885         the state change after a nonlocal exit, like a scheme exception.
27886
27887         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27888         Handle the case where the intersected caps is empty.
27889
27890 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27891
27892         * gst/law/mulaw-decode.c: (mulawdec_link):
27893         * gst/law/mulaw.c: (plugin_init):
27894           fix mulawdec so it actually works again
27895
27896 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27897
27898         reviewed by: David Schleef  <ds@schleef.org>
27899
27900         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27901         (gst_gamma_init), (gst_gamma_set_property),
27902         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27903         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27904         for RGB, with separate r g and b correction factors. (#131167)
27905
27906 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27907
27908         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27909           only signal tags for bitrate if they're > 0 (#134894)
27910
27911 2004-02-24  David Schleef  <ds@schleef.org>
27912
27913         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27914         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27915         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27916         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27917         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27918         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27919         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27920         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27921         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27922         category.  Attempt to fix timestamp calculation.
27923
27924 2004-02-24  Johan Dahlin  <johan@gnome.org>
27925
27926         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27927
27928 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27929
27930         * configure.ac:
27931         * gconf/Makefile.am:
27932         * gconf/gstreamer.schemas:
27933         * gst-libs/gst/gconf/Makefile.am:
27934         * gst-libs/gst/gconf/gconf.c:
27935           version gconf schemas and install locations
27936
27937 2004-02-23  Benjamin Otte  <otte@gnome.org>
27938
27939         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27940         (gst_xine_input_subclass_init):
27941           call parent dispose.
27942           change pad template for CD reader correctly
27943         * ext/xine/Makefile.am:
27944         * ext/xine/gstxine.h:
27945         * ext/xine/xine.c: (plugin_init):
27946         * ext/xine/xineaudiosink.c:
27947           wrap audio sinks, too
27948         * gst-libs/gst/resample/private.h:
27949         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27950         (gst_resample_reinit), (gst_resample_scale),
27951         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27952         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27953         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27954         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27955         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27956         * gst-libs/gst/resample/resample.h:
27957         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27958         (gst_audioscale_class_init), (gst_audioscale_link),
27959         (gst_audioscale_get_buffer), (gst_audioscale_init),
27960         (gst_audioscale_chain), (gst_audioscale_set_property),
27961         (gst_audioscale_get_property):
27962         * gst/audioscale/gstaudioscale.h:
27963           s/resample_*/gst_resample_*/i to not clobber namespaces
27964
27965 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27966
27967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27968         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27969         (gst_riff_create_video_template_caps),
27970         (gst_riff_create_audio_template_caps),
27971         (gst_riff_create_iavs_template_caps):
27972         * gst-libs/gst/riff/riff-media.h:
27973         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27974         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27975         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27976         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27978         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27979         (gst_matroska_demux_plugin_init): First batch implementing audio and
27980         video codec tags in demuxers.
27981
27982 2004-02-22  Benjamin Otte  <otte@gnome.org>
27983
27984         * ext/xine/Makefile.am:
27985         * ext/xine/gstxine.h:
27986         * ext/xine/xine.c: (plugin_init):
27987         * ext/xine/xineinput.c:
27988           add input plugin wrapper. Playback from files, http, mms and cdda
27989           works.
27990         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27991           remove leftover G_GNUC_UNUSED
27992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27993         (gst_asf_demux_identify_guid):
27994           improve debugging output
27995
27996 2004-02-22  Benjamin Otte  <otte@gnome.org>
27997
27998         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27999
28000         * autogen.sh:
28001           replace test -e with test -x for mkinstalldirs to be more portable.
28002           (fixes #134816)
28003
28004 2004-02-22  Benjamin Otte  <otte@gnome.org>
28005
28006         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28007
28008         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28009           set rank to PRIMARY
28010         * gst/volume/gstvolume.c: (plugin_init):
28011           set rank to NONE
28012         fixes #134960
28013
28014 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28015
28016         reviewed by Benjamin Otte  <otte@gnome.org>
28017
28018         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28019           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28020
28021 2004-02-22  Benjamin Otte  <otte@gnome.org>
28022
28023         * configure.ac:
28024           export [_]*{gst,Gst,GST}.* symbols from plugins
28025
28026 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28027
28028         reviewed by: Benjamin Otte  <otte@gnome.org>
28029
28030         * ext/lame/gstlame.c: (add_one_tag):
28031         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28033         (gst_vorbisenc_metadata_set1):
28034         * gst/tags/gstid3tag.c:
28035         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28036           apply fixes from bugs #135042 (lame can't write tags) and #133817
28037           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28038
28039 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28040
28041         * configure.ac: Export only gst_plugin_desc from plugins.
28042          Note that this change only makes any effect with Linux using libtool
28043          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28044          fine. And don't try to have several versions of libtool in different
28045          directories.
28046
28047 2004-02-20  Andy Wingo  <wingo@pobox.com>
28048
28049         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28050         interleave respectively.
28051
28052         * gst/interleave/deinterleave.c: New plugin: deinterleave
28053         (replaces on oneton).
28054         * gst/interleave/interleave.c: New plugin: interleave.
28055         * gst/interleave/plugin.h: Support file.
28056         * gst/interleave/plugin.c: Support file.
28057
28058         * configure.ac: Remove intfloat and oneton, add interleave.
28059
28060         * ext/sndfile/gstsf.c: Handle events better.
28061
28062         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28063         and float2int operation. int2float has scheduling problems as
28064         noted in in2float_chain.
28065
28066 2004-02-20  Benjamin Otte  <otte@gnome.org>
28067
28068         * ext/xine/Makefile.am:
28069         * ext/xine/gstxine.h:
28070         * ext/xine/xine.c:
28071         * ext/xine/xineaudiodec.c:
28072         * ext/xine/xinecaps.c:
28073           add first version of xine plugin wrapper. Currently only wraps the
28074           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28075         * configure.ac:
28076         * ext/Makefile.am:
28077           add xine plugin wrapper, disabled by default. Use --enable-xine to
28078           build. Note that it'll segfault on gst-register if you don't remove
28079           the goom and tvtime post plugins from xine.
28080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28081         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28082           add extradata parsing for QDM2.
28083           change around debugging prints.
28084
28085 2004-02-19  Benjamin Otte  <otte@gnome.org>
28086
28087         * ext/lame/gstlame.c: (gst_lame_chain):
28088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28089           use gst_tag_list_insert when you want to insert tags
28090
28091 2004-02-18  David Schleef  <ds@schleef.org>
28092
28093         * configure.ac:  Move massink to gst-rotten
28094         * ext/Makefile.am:
28095         * ext/mas/Makefile.am:
28096         * ext/mas/massink.c:
28097         * ext/mas/massink.h:
28098
28099 2004-02-18  David Schleef  <ds@schleef.org>
28100
28101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28102         typefinding, since it seems to be worse than nothing.
28103         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28104         atom to recognize .mp4 and .m4a files as video/quicktime.
28105
28106 2004-02-18  David Schleef  <ds@schleef.org>
28107
28108         * gst/sine/demo-dparams.c: (quit_live),
28109         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28110         Use double dparams, not float.
28111         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28112         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28113         sync'd elements don't really work correctly.
28114         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28115         (volume_update_volume), (volume_get_property):  Change dparam
28116         to double.
28117
28118 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28119
28120         * sys/ximage/ximagesink.c:
28121         (gst_ximagesink_xwindow_update_geometry),
28122         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28123         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28124         (gst_ximagesink_init): Rework the way software video scaling works. So
28125         now we check on each chain call if the video frames are feeling the
28126         window. If not we try to renegotiate caps. On failure we memorize that
28127         and we won't try again for that PLAYING sessions.
28128         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28129         failure.
28130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28131         synchronous flag.
28132
28133 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28134
28135         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28136           break up _link so we can give a better debug message for errors
28137
28138 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28139
28140         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28141           set up debug category
28142
28143 2004-02-18  Julien MOUTTE <julien@moutte.net>
28144
28145         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28146         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28147         the way renegotiation work. The event handling function is not taking
28148         care of external windows and renegotiate method check for pad flags
28149         NEGOTIATING. Should fix : #133209
28150
28151 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28152
28153         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28154         pad is negotiating before trying renegotiation.
28155
28156 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28159           pass on all possible mime types as typefind hints
28160
28161 2004-02-17  Julien MOUTTE <julien@moutte.net>
28162
28163         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28165         possible SHM leak if we crash. All other apps using XShm are doing
28166         that.
28167
28168 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28169
28170         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28171         (gst_ximagesink_expose): Renegotiate size on expose.
28172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28173         size on expose.
28174
28175 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28176
28177         * testsuite/alsa/sinesrc.c:
28178           cosmetic fix to fix compile issue with gcc 2.95.4
28179
28180 2004-02-16  Julien MOUTTE <julien@moutte.net>
28181
28182         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28183         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28184         failed opening the audio device.
28185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28186         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28187         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28188         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28189         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28190         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28191         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28192         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28193         Removing some useless g_return_if_fail like wingo suggested.
28194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28195         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28196         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28197         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28198         (gst_xvimagesink_update_colorbalance),
28199         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28200         (gst_xvimagesink_xcontext_clear),
28201         (gst_xvimagesink_get_fourcc_from_caps),
28202         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28203         (gst_xvimagesink_set_xwindow_id),
28204         (gst_xvimagesink_colorbalance_list_channels),
28205         (gst_xvimagesink_colorbalance_set_value),
28206         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28207         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28208
28209 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28210
28211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28212           throw error when not negotiated instead of asserting
28213
28214 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28215
28216         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28217         correct data refcounting.
28218
28219 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28220
28221         * gst/switch/gstswitch.c: (gst_switch_change_state),
28222         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28223         change, mostly the EOS flag.
28224
28225 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28226
28227         * examples/gstplay/player.c: (got_eos), (main): Adding some
28228         output for debugging.
28229         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28230         timeouts if we go to any state different from PLAYING.
28231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28232         more EOS bugs in riff lib.
28233
28234 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28235
28236         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28237         visualization until i find a way to fix switch correctly.
28238         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28239         EOS arrives.
28240         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28241         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28242         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28243         Reworked switch to get a more correct behaviour with events and refing
28244         of data stored in sinkpads.
28245         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28246         we don't pull from a pad in EOS.
28247
28248 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28249
28250         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28251           remove v1 tag even if we can't read it (makes sure we don't detect
28252           it again)
28253
28254 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28255
28256         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28257         (gst_alsa_xrun_recovery):
28258         * ext/alsa/gstalsa.h:
28259           try xrun recovery when wait failed. Make xrun recovery function
28260           return TRUE/FALSE to indicate success. (might fix #134354)
28261
28262 2004-02-13  David Schleef  <ds@schleef.org>
28263
28264         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28265         (dynparm_value_changed), (main): Convert from float to double.
28266         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28267
28268 2004-02-13  David Schleef  <ds@schleef.org>
28269
28270         * gst/silence/gstsilence.c: (gst_silence_class_init),
28271         (gst_silence_set_clock), (gst_silence_get),
28272         (gst_silence_set_property), (gst_silence_get_property):
28273         * gst/silence/gstsilence.h: Add sync property.
28274         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28275         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28276         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28277         * gst/sine/gstsinesrc.h: Add sync property.
28278
28279 2004-02-13  David Schleef  <ds@schleef.org>
28280
28281         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28282         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28283
28284 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28285
28286         * configure.ac:
28287         * ext/Makefile.am:
28288         * gst-libs/ext/Makefile.am:
28289           move ffmpeg plugin to gst-ffmpeg module
28290
28291 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28292
28293         * configure.ac: use GST_ARCH to detect architecture
28294
28295 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28296
28297         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28298
28299 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28300
28301         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28302           classify LADSPA plugins based on number of src/sink pads
28303           (#133663, Stefan Kost)
28304         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28305           fix dparams registration
28306           (#133528, Stefan Kost)
28307         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28308           fix use of isprint and use g_ascii_isprint instead
28309           (#133316, Stefan Kost)
28310
28311 2004-02-11  David Schleef  <ds@schleef.org>
28312
28313         Convert a few inner loops to use liboil.  This is currently
28314         optional, and is only enabled if liboil is present (duh!).
28315         * configure.ac: Check for liboil-0.1
28316         * gst/intfloat/Makefile.am:
28317         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28318         (gst_int2float_chain_gint16):
28319         * gst/videofilter/Makefile.am:
28320         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28321         (tablelookup_u8), (gst_videobalance_planar411):
28322         * gst/videotestsrc/Makefile.am:
28323         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28324         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28325         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28326         (paint_hline_RGB565), (paint_hline_xRGB1555):
28327
28328 2004-02-11  David Schleef  <ds@schleef.org>
28329
28330         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28331         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28332         (gst_colorspace_getcaps), (gst_colorspace_link),
28333         (gst_colorspace_base_init), (gst_colorspace_init),
28334         (gst_colorspace_chain), (gst_colorspace_change_state),
28335         (plugin_init): Merge Ronald's patch (bug #117897) and update
28336         for new caps and negotiation.  Seems to work, although it
28337         shows off bugs in lcs.
28338
28339 2004-02-11  David Schleef  <ds@schleef.org>
28340
28341         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28342         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28343
28344 2004-02-11  David Schleef  <ds@schleef.org>
28345
28346         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28347         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28348         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28349         Add server and port properties
28350
28351 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28352
28353         * m4/a52.m4:
28354         * m4/aalib.m4:
28355         * m4/as-ffmpeg.m4:
28356         * m4/as-liblame.m4:
28357         * m4/as-slurp-ffmpeg.m4:
28358         * m4/check-libheader.m4:
28359         * m4/esd.m4:
28360         * m4/freetype2.m4:
28361         * m4/gconf-2.m4:
28362         * m4/glib.m4:
28363         * m4/gst-alsa.m4:
28364         * m4/gst-artsc.m4:
28365         * m4/gst-ivorbis.m4:
28366         * m4/gst-matroska.m4:
28367         * m4/gst-sdl.m4:
28368         * m4/gst-shout2.m4:
28369         * m4/gst-sid.m4:
28370         * m4/gtk.m4:
28371         * m4/libdv.m4:
28372         * m4/libfame.m4:
28373         * m4/libmikmod.m4:
28374         * m4/ogg.m4:
28375         * m4/vorbis.m4:
28376           fix underquotedness of macros (#133800)
28377         * m4/as-avifile.m4:
28378         * m4/xmms.m4:
28379           removed because no longer used
28380
28381 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28382
28383         * configure.ac:
28384           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28385           by autopoint (fixes #132996)
28386
28387 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28388
28389         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28390         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28391         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28392         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28393           fix memleaks
28394
28395 2004-02-11  David Schleef  <ds@schleef.org>
28396
28397         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28398         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28399         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28400         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28401         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28402         (gst_jpegenc_class_init), (gst_jpegenc_init),
28403         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28404         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28405         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28406         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28407
28408 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28409
28410         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28411         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28412         * ext/mikmod/gstmikmod.h:
28413           fix caps negotiation in mikmod
28414         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28415           output debug information
28416
28417 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28418
28419         * gst-libs/gst/colorbalance/Makefile.am:
28420         * gst-libs/gst/navigation/Makefile.am:
28421         * gst-libs/gst/xoverlay/Makefile.am:
28422           remove unused GST_OPT_CFLAGS from Makefiles
28423           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28424
28425 2004-02-07  David Schleef  <ds@schleef.org>
28426
28427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28428         push events to pads that haven't been created (#133508)
28429
28430 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28431
28432         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28433         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28434         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28435         (gst_dvdec_loop), (gst_dvdec_change_state):
28436         Second attempt at committing a working dvdec element.
28437
28438 2004-02-06  David Schleef  <ds@schleef.org>
28439
28440         Build fixes for OS X: (see #129600)
28441         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28442         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28443         (gst_riff_read_strf_iavs):
28444         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28445         (gst_avi_demux_stream_odml):
28446         * gst/playondemand/Makefile.am:
28447         * gst/rtp/rtp-packet.c:
28448
28449 2004-02-05  David Schleef  <ds@schleef.org>
28450
28451         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28452         last change, because it Just Doesn't Compile.
28453
28454 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28455
28456         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28457           skip undecodable id3v2 tag instead of keeping it
28458
28459 2004-02-05  David Schleef  <ds@schleef.org>
28460
28461         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28462         Unref leaked buffer.  (Noticed by Ronald)
28463
28464 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28465
28466         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28467         Sync requires with other checks.  >= vs =.
28468
28469 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28470
28471         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28472         (gst_dvdec_video_link), (gst_dvdec_loop):
28473         * ext/dv/gstdvdec.h:
28474           rework the caps negotiation so that dvdec works again instead
28475           of just segfaulting.
28476
28477 === release 0.7.4 ===
28478
28479 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28482         * configure.ac: changed for release
28483
28484 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28485
28486         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28487         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28488         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28489         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28490           reworked patch by David Lehn to fix libdir and includedir for
28491           uninstalled libraries
28492           removed play and gconf from gstreamer-libs since they have their
28493           own pkgconfig files
28494
28495 2004-02-04  David Schleef  <ds@schleef.org>
28496
28497         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28498         memleak.
28499
28500 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28501
28502         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28503           use correct GST_TAG_ENCODER tag
28504
28505 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28506
28507         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28508           be sure to stop the clock when going to paused
28509         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28510           reset number of transmitted when going to ready.
28511         fixes #132935
28512
28513 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28514
28515         reviewed by Benjamin Otte
28516
28517         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28518           extract track count (fixes #133410)
28519
28520 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28521
28522         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28523           that should be !=, not == (fixes #132519)
28524
28525 2004-02-04  David Schleef  <ds@schleef.org>
28526
28527         Make sure set_explicit_caps() is called before adding pad.
28528         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28529         * gst/id3/gstid3types.c: (gst_id3types_loop):
28530         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28531         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28532
28533 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28534
28535         * configure.ac:
28536           bump nano to 2, first prerelease
28537           put back AM_PROG_LIBTOOL
28538
28539 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28540
28541         * testsuite/alsa/Makefile.am:
28542           these are user test apps, not automatic testsuite tests
28543
28544 2004-02-04  David Schleef  <ds@schleef.org>
28545
28546         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28547         * gst/mpeg1videoparse/gstmp1videoparse.c:
28548         (mp1videoparse_parse_seq):
28549         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28551         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28552         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28553         (gst_xvideosink_getcaps):
28554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28555         * testsuite/gst-lint: more tests
28556
28557 2004-02-04  David Schleef  <ds@schleef.org>
28558
28559         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28560         with the code that they would expand to.
28561         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28562         (gst_flacdec_get_src_query_types),
28563         (gst_flacdec_get_src_event_masks):
28564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28565         (gst_gnomevfssrc_get_query_types),
28566         (gst_gnomevfssrc_get_event_mask):
28567
28568 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28569
28570         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28571         (gst_sinesrc_dispose):
28572           fix memleak by properly disposing sinesrc
28573
28574 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28575
28576         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28577         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28578         an overlay to redraw the image because it has been exposed.
28579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28580         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28581         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28582         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28583         interface
28584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28585         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28586         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28587         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28588         interface
28589
28590 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28591
28592         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28593           more memleak fixage
28594
28595 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28596
28597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28598         * gst/typefind/gsttypefindfunctions.c:
28599           fix memleaks shown by gst-typefind
28600
28601 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28602
28603         * common/glib-gen.mak:
28604           add hack rule to touch .Plo files
28605         * gst-libs/gst/colorbalance/Makefile.am:
28606         * gst-libs/gst/mixer/Makefile.am:
28607         * gst-libs/gst/play/Makefile.am:
28608         * gst-libs/gst/tuner/Makefile.am:
28609           remove glib_root variable
28610
28611 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28612
28613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28614           set explicit caps before adding the element, so the autopluggers can
28615           plug correctly.
28616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28617         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28618         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28619         (dv_type_find):
28620           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28621           argument.
28622
28623 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28624
28625         * gst-libs/gst/colorbalance/Makefile.am:
28626         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28627         * gst-libs/gst/colorbalance/colorbalance.c:
28628         * gst-libs/gst/colorbalance/colorbalance.h:
28629         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28630         * gst-libs/gst/mixer/Makefile.am:
28631         * gst-libs/gst/mixer/mixer-marshal.list:
28632         * gst-libs/gst/mixer/mixer.c:
28633         * gst-libs/gst/mixer/mixer.h:
28634         * gst-libs/gst/mixer/mixermarshal.list:
28635         * gst-libs/gst/play/Makefile.am:
28636         * gst-libs/gst/play/play.h:
28637         * gst-libs/gst/tuner/Makefile.am:
28638         * gst-libs/gst/tuner/tuner-marshal.list:
28639         * gst-libs/gst/tuner/tuner.c:
28640         * gst-libs/gst/tuner/tuner.h:
28641         * gst-libs/gst/tuner/tunermarshal.list:
28642           use new glib-gen.mak snippet to clean up Makefile.am
28643           fix various bugs in Makefile.am's
28644
28645 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28646
28647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28648           handle chain parsing correctly in the multichain case
28649         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28650         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28651         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28652         (theora_dec_chain):
28653           handle events and queries correctly
28654
28655 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28656
28657         * .cvsignore:
28658         Ignore generated file _stdint.h.
28659
28660 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28661
28662         * gst-libs/gst/colorbalance/Makefile.am:
28663         * gst-libs/gst/colorbalance/colorbalance.h:
28664         * gst-libs/gst/mixer/Makefile.am:
28665         * gst-libs/gst/mixer/mixer.h:
28666         * gst-libs/gst/play/Makefile.am:
28667         * gst-libs/gst/play/play.h:
28668         * gst-libs/gst/tuner/Makefile.am:
28669         * gst-libs/gst/tuner/tuner.h:
28670         Generate enum type code with glib-mkenums.
28671         * gst-libs/gst/colorbalance/.cvsignore:
28672         * gst-libs/gst/mixer/.cvsignore:
28673         * gst-libs/gst/play/.cvsignore:
28674         * gst-libs/gst/tuner/.cvsignore:
28675         Ignore generated files.
28676
28677 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28678
28679         * gst-libs/gst/audio/.cvsignore:
28680         Ignore generated file.
28681         * gst-libs/gst/audio/Makefile.am:
28682         Do not install example filter.
28683
28684 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28685
28686         * examples/switch/.cvsignore:
28687         Ignore generated file.
28688
28689 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28690
28691         * common/m4/ax_create_stdint_h.m4:
28692         * configure.ac:
28693           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28694           _stdint.h.
28695         * Makefile.am:
28696           remove generated _stdint.h in DISTCLEANFILES
28697         * ext/a52dec/gsta52dec.c:
28698           include _stdint.h for a52dec. (should fix #133064)
28699
28700 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28701
28702         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28703         (gst_tag_to_vorbis_comments):
28704         Add replaygain support to vorbistag
28705
28706 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28707         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28708         (gst_ffmpeg_caps_to_extradata):
28709           Fix SVQ3 caps flag properties
28710           Use glib macro for bytes swap
28711
28712 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28713
28714         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28715         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28716         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28717         * ext/sndfile/gstsf.c: (plugin_init):
28718         * gst/avi/gstavi.c: (plugin_init):
28719         * sys/dxr3/dxr3init.c: (plugin_init):
28720         * sys/oss/gstossaudio.c: (plugin_init):
28721         * sys/v4l/gstv4l.c: (plugin_init):
28722         * sys/v4l2/gstv4l2.c: (plugin_init):
28723           remove textdomain calls
28724         * po/nl.po:
28725           update Dutch translation
28726
28727 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28728
28729         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28730         (gst_play_set_audio_sink): Moving volume in the audio thread for
28731         instantaneous volume change. Maybe i will add another volume in front
28732         of visualization later, not sure yet though.
28733
28734 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28735
28736         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28737         (gst_ximagesink_handle_xevents): Better X events handling, only take
28738         the latest events for configure and motion.
28739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28740
28741 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28742
28743         reviewed by: David Schleef  <ds@schleef.org>
28744
28745         Fix memory leaks:
28746         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28747         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28748
28749 2004-02-02  David Schleef  <ds@schleef.org>
28750
28751         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28752         of lines.
28753         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28754         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28755         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28756         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28757         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28758         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28759         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28760         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28761         (gst_float2_2_int_link):
28762         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28763         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28764         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28765         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28766         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28767         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28768         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28769         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28770         * testsuite/gst-lint: Add tests for bzero and ;;
28771
28772 2004-02-02  David Schleef  <ds@schleef.org>
28773
28774         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28775
28776 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28777
28778         * ext/aalib/gstaasink.c: (gst_aasink_open):
28779         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28781         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28782         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28783         (gst_afsink_close_file):
28784         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28785         (gst_afsrc_close_file):
28786         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28787         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28788         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28789         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28790         * ext/esd/esdmon.c: (gst_esdmon_get):
28791         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28792         * ext/faac/gstfaac.c: (gst_faac_chain):
28793         * ext/faad/gstfaad.c: (gst_faad_chain):
28794         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28795         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28796         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28797         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28798         (gst_flacdec_loop):
28799         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28800         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28801         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28802         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28803         (gst_gnomevfssink_close_file):
28804         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28805         (gst_gnomevfssrc_open_file):
28806         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28807         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28808         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28809         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28810         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28811         * ext/mad/gstmad.c: (gst_mad_chain):
28812         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28813         * ext/mpeg2dec/gstmpeg2dec.c:
28814         * ext/mpeg2enc/gstmpeg2enc.cc:
28815         * ext/mplex/gstmplex.cc:
28816         * ext/mplex/gstmplexibitstream.cc:
28817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28818         (gst_ogg_demux_push):
28819         * ext/raw1394/gstdv1394src.c:
28820         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28821         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28822         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28823         (gst_sf_loop):
28824         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28825         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28826         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28827         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28828         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28829         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28830         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28831         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28832         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28833         (gst_riff_read_element_data), (gst_riff_read_seek),
28834         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28835         * gst/adder/gstadder.c: (gst_adder_loop):
28836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28837         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28838         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28839         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28840         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28841         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28842         * gst/goom/gstgoom.c: (gst_goom_chain):
28843         * gst/id3/gstid3types.c: (gst_id3types_loop):
28844         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28845         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28846         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28847         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28848         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28849         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28850         (gst_ebml_read_float), (gst_ebml_read_header):
28851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28852         (gst_matroska_demux_parse_blockgroup):
28853         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28854         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28855         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28856         * gst/silence/gstsilence.c: (gst_silence_get):
28857         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28858         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28859         * gst/speed/gstspeed.c: (speed_loop):
28860         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28861         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28862         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28863         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28864         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28865         (gst_wavparse_loop):
28866         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28867         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28868         (dxr3audiosink_close):
28869         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28870         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28871         (dxr3videosink_close), (dxr3videosink_write_data):
28872         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28873         * sys/oss/gstosssink.c: (gst_osssink_chain):
28874         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28875         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28878         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28879         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28880         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28881         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28882         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28883         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28884         (gst_v4l_set_audio):
28885         * sys/v4l/v4l_calls.h:
28886         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28887         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28888         (gst_v4lmjpegsink_playback_init),
28889         (gst_v4lmjpegsink_playback_start):
28890         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28891         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28892         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28893         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28894         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28895         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28896         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28897         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28898         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28899         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28900         (gst_v4l2_get_output), (gst_v4l2_set_output),
28901         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28902         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28903         (gst_v4l2_set_attribute):
28904         * sys/v4l2/v4l2_calls.h:
28905         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28906         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28907         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28908         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28909         (gst_v4l2src_capture_stop):
28910         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28911         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28912         (gst_ximagesink_chain):
28913         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28914         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28915         (gst_xvideosink_xwindow_new):
28916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28917         (gst_xvimagesink_chain):
28918
28919 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28920
28921         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28922         (gst_volume_get_volume), (volume_class_init), (volume_init),
28923         (volume_chain_int16), (volume_update_volume):
28924         * gst/volume/gstvolume.h:
28925           make code more readable by removing magic numbers
28926           make mixer interface export 0-100 range
28927           make it internally map to 0.0-1.0 range so users don't distort
28928           output by putting the sliders at full volume
28929
28930 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28931
28932         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28933         (gst_play_state_change), (gst_play_seek_to_time):
28934         block the tick callback for 0.5 secs after doing a seek
28935
28936 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28937
28938         * gst-libs/gst/play/play.c: (gst_play_new):
28939           check for GError
28940
28941 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28942
28943         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28944         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28945         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28946         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28948         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28949
28950 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28951
28952         * configure.ac:
28953         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28954           check for a function added in vorbis 1.1
28955
28956 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28957
28958         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28959         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28960           really start/stop clock only on PLAYING <=> PAUSED
28961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28962           remove \n from debugging lines
28963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28964           make it work when seeking does not
28965         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28966           reset on DISCONT
28967
28968 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28969
28970         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28971           start clock on PAUSED=>PLAYING, not later
28972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28973           extract correct time for different discont formats
28974         (gst_alsa_sink_get_time):
28975           don't segfault when no format is negotiated yet, just return 0
28976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28977         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28978         (gst_ogg_pad_push):
28979           handle flush and discont events correctly
28980         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28981           handle discont events correctly
28982
28983 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28984
28985         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28986         (gst_play_error_create), (gst_play_error_plugin),
28987         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28988         * gst-libs/gst/play/play.h:
28989           add error handling during creation
28990         * examples/gstplay/player.c: (main):
28991           use new gst_play_new
28992
28993
28994 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28995
28996         * ext/theora/theoradec.c: (theora_dec_chain):
28997           make comments work
28998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28999         (vorbis_dec_src_event), (vorbis_dec_chain):
29000           add encoder tag, fix tag reading to be more error tolerant, change
29001           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29002           gst_pad_event_default.
29003         * gst/tags/gstvorbistag.c:
29004         (gst_tag_list_from_vorbiscomment_buffer):
29005           undefine function specific define at end of function
29006
29007 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29008
29009         * ext/flac/gstflac.c: (plugin_init):
29010         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29011         * ext/flac/gstflacdec.h:
29012         * ext/flac/gstflacenc.h:
29013           Fix typos
29014
29015 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29016
29017         * examples/gstplay/player.c: s/gstplay.h/play.h/
29018
29019 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29020
29021         * gst-libs/gst/play/Makefile.am:
29022         * gst-libs/gst/play/gstplay.c:
29023         * gst-libs/gst/play/gstplay.h:
29024         * gst-libs/gst/play/play.c:
29025           more surgery, operation complete
29026
29027 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29028
29029         * gst-libs/gst/play/play.old.c:
29030         * gst-libs/gst/play/play.old.h:
29031           after CVS surgery by moving, remove
29032         * gst-libs/gst/play/playpipelines.c:
29033           remove
29034
29035         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29036           add negotiation error
29037
29038 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29039
29040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29041         (gst_ogg_demux_push):
29042           add some seeking debug info
29043           send a flush when seeking
29044
29045 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29046
29047         * configure.ac:
29048           use AC_C_INLINE
29049         * configure.ac:
29050         * ext/Makefile.am:
29051         * ext/theora/Makefile.am:
29052         * ext/theora/theoradec.c:
29053           add theora video decoder. Does just do simple decoding for now and
29054           has been tested against Theora cvs only. It only works when theora
29055           is compiled with --enable-static.
29056         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29057           always reset packetno on DISCONT
29058
29059 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29062           Fix audio.
29063
29064 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29065
29066         * gst/mpegaudioparse/gstmpegaudioparse.c:
29067         (mp3_type_frame_length_from_header):
29068           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29069
29070 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29071
29072         * ext/esd/esdsink.c: (gst_esdsink_init):
29073           Since we have static pad template caps, we don't need to negotiate;
29074           either the core errors out or we know the format.
29075
29076 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29077
29078         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29079         (gst_riff_read_seek):
29080         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29081         (gst_ebml_read_seek):
29082           Fix event handling.
29083
29084 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29085
29086         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29087           removee video/x-theora from vp3 decoder, it doesn't handle raw
29088           theora streams
29089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29090           fix bug with finalizing element that never went to PAUSED
29091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29092           length and position queries were swapped
29093         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29094         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29095         (vorbis_dec_src_event):
29096           implement querying time and bytes
29097
29098 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29099
29100         * just about every source file:
29101           gst_element_error -> GST_ELEMENT_ERROR
29102
29103 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29104
29105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29106         emiting FLUSH and even before DISCONT.
29107         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29108         get the best instant seeking as possible yay!
29109
29110 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29111
29112         * gst/mpeg1videoparse/gstmp1videoparse.c:
29113         (gst_mp1videoparse_real_chain):
29114           Committed wrong version last week... Grr... Didn't notice until now.
29115
29116 2004-01-29  Julien MOUTTE <julien@moutte.net>
29117
29118         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29120         have_xwindow_id signal in xwindow_create.
29121
29122 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29123
29124         * ext/ogg/gstoggdemux.c:
29125           lots of changes - mainly support for chained bitstreams, seeking,
29126           querying and bugfixes of course
29127         * ext/vorbis/Makefile.am:
29128         * ext/vorbis/vorbisdec.c:
29129         * ext/vorbis/vorbisdec.h:
29130           add vorbisdec raw vorbis decoder
29131         * ext/vorbis/vorbis.c: (plugin_init):
29132           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29133         * gst/intfloat/Makefile.am:
29134         * gst/intfloat/float22int.c:
29135         * gst/intfloat/float22int.h:
29136         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29137           add float2intnew plugin. It converts multichannel interleaved float to
29138           multichannel interleaved int. The name should probably be changed.
29139         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29140         (plugin_init):
29141           add typefinding for raw theora video so oggdemux can detect it.
29142
29143 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29144
29145         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29146         sink element first.
29147         * gst/videoscale/gstvideoscale.c:
29148         (gst_videoscale_handle_src_event): Fixing src event handler.
29149
29150 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29151
29152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29153         (gst_v4lsrc_open), (gst_v4lsrc_close),
29154         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29155         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29156         * sys/v4l/gstv4lsrc.h:
29157         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29158         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29159           Implement resizing... Hack. But that's why v4l is b0rked...
29160
29161 2004-01-28  Julien MOUTTE <julien@moutte.net>
29162
29163         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29164         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29165         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29166         (gst_ximagesink_xwindow_destroy):
29167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29168         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29169         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29170         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29171         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29172         correctly cleaning the image created to check xshm calls on succes,
29173         added a lot of XSync calls in X11 functions, and fixed a segfault when
29174         no image format was defined before negotiation happened.
29175
29176 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29177
29178         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29179           use gst_element_get_time to get correct time
29180
29181 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29182
29183         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29184         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29185         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29187         (gst_xvimagesink_check_xshm_calls),
29188         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29189         X plugins are now able to detect that XShm calls will fail even if the
29190         server claims that it has XShm support (remote displays most of the
29191         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29192         so that we use non XShm functions. This feature is almost useless for
29193         xvimagesink as Xv is not supported on remote displays anyway, but
29194         it might happen than even on the local display XShm calls fail.
29195
29196 2004-01-27  David Schleef  <ds@schleef.org>
29197
29198         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29199         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29200         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29201         changed esdsink to only use 44100,16,2, since esd sucks at rate
29202         conversion and esdsink has had difficulty negotiating.
29203
29204 2004-01-27  Julien MOUTTE <julien@moutte.net>
29205
29206         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29207         (gst_play_seek_to_time): Fixing the way to get current position.
29208
29209 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29210
29211         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29212           use gst_element_get_time to get correct time
29213
29214 2004-01-27  Julien MOUTTE <julien@moutte.net>
29215
29216         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29217         fix ever... Inverting 2 lines of code make spider autoplug correctly
29218         tagged mp3 !
29219
29220 2004-01-27  David Schleef  <ds@schleef.org>
29221
29222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29223         Use gst_pad_try_set_caps_nonfixed().
29224
29225 2004-01-27  David Schleef  <ds@schleef.org>
29226
29227         * gst/ac3parse/gstac3parse.c: update to checklist 5
29228         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29229         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29230         * gst/audioscale/gstaudioscale.c: same
29231         * gst/auparse/gstauparse.c: same
29232         * gst/avi/gstavidemux.c: same
29233
29234 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29235
29236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29237           stop processing after EOS
29238
29239 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29240
29241         * gst/asfdemux/asfheaders.h:
29242         * gst/asfdemux/gstasfdemux.c:
29243         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29244         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29245         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29246           lot's of fixes to make data extraction simpler and get the code
29247           architecture and compiler independant. Add debugging category
29248         * gst/goom/gstgoom.c: (gst_goom_change_state):
29249           reset channel count on PAUSED=>READY, not READY=>PAUSED
29250
29251 2004-01-26  Colin Walters  <walters@verbum.org>
29252
29253         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29254         code to pull a bigger buffer in iradio mode.  This as a side effect
29255         makes typefinding work.
29256
29257 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29258
29259         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29260         Fix SVQ3 decoding on PPC
29261
29262 2004-01-26  Julien MOUTTE <julien@moutte.net>
29263
29264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29265         that one managed to stay there... Fixed.
29266
29267 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29268
29269         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29270         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29271         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29272         (qtdemux_video_caps):
29273         * gst/qtdemux/qtdemux.h:
29274         Add SVQ3 specific flags to qtdemux and ffmpeg
29275
29276 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29277
29278         * gst-libs/gst/audio/audio.h:
29279           remove buffer-frames from audio caps
29280         * gst/audioconvert/gstaudioconvert.c:
29281           fix plugin to really work.
29282
29283 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * gst-libs/gst/mixer/mixer.c:
29286         * gst-libs/gst/propertyprobe/propertyprobe.c:
29287         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29288         (gst_tuner_find_channel_by_name):
29289         * gst-libs/gst/tuner/tuner.h:
29290           Add gtk-doc style comments. Also fix a function name.
29291
29292 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29293
29294         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29295         (gst_divxdec_negotiate):
29296           Fix for new capsnego - also fixes gst-player with divxdec.
29297
29298 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29299
29300         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29301         (gst_play_identity_handoff), (gst_play_set_location),
29302         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29303         try in visualization implementation. Still have an issue with switch
29304         blocking when pulling from video_queue and only audio comes out of
29305         spider.
29306         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29307         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29308         release method. And check if the pad is usable before pulling.
29309
29310 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29313         (gst_videobalance_init),
29314         (gst_videobalance_colorbalance_list_channels),
29315         (gst_videobalance_colorbalance_set_value),
29316         (gst_videobalance_colorbalance_get_value),
29317         (gst_videobalance_update_properties),
29318         (gst_videobalance_update_tables_planar411),
29319         (gst_videobalance_planar411):
29320         * gst/videofilter/gstvideobalance.h:
29321           Implement lookup-tables. +/- 10x faster.
29322
29323 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29324
29325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29326         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29327           The index reading was broken. The rest worked fine, but the whole
29328           goal of my rewrite was to make avidemux readable, and this was
29329           not at all readable. Please use typed variables.
29330
29331 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29332
29333         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29334           Additional pad usability check.
29335         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29336         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29337         (gst_mp1videoparse_real_chain):
29338           Fix MPEG video stream parsing. The original plugin had several
29339           issues, including not timestamping streams where the source was
29340           not timestamped (this happens with PTS values in mpeg system
29341           streams, but MPEG video is also a valid stream on its own so
29342           that needs timestamps too). We use the display time code for that
29343           for now. Also, if one incoming buffer contains multiple valid
29344           frames, we push them all on correctly now, including proper EOS
29345           handling. Lastly, several potential segfaults were fixed, and we
29346           properly sync on new sequence/gop headers to include them in next,
29347           not previous frames (since they're header for the next frame, not
29348           the previous). Also see #119206.
29349         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29350         (bpf_from_header):
29351           Move caps setting so we only do it after finding several valid
29352           MPEG-1 fraes sequentially, not right after the first one (which
29353           might be coincidental).
29354         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29355         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29356         (plugin_init):
29357           Add unsynced MPEG video stream typefinding, and change some
29358           probability values so we detect streams rightly. The idea is as
29359           follows: I can have an unsynced system stream which contains
29360           video. In the current code, I would randomly get a type for either
29361           system or video stream type found, because the probabilities are
29362           being calculated rather randomly. I now use fixed values, so we
29363           always prefer system stream if that was found (and that is how it
29364           should be). If no system stream was found, we can still identity                the stream as video-only.
29365
29366 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29367
29368         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29369         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29370           don't write to buffer. Extract data without the need of
29371           __attribute__ ((packed))
29372
29373 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29374
29375         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29376         (mpeg1_sys_type_find):
29377           Fix MPEG-1 stream typefinding.
29378
29379 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29380
29381         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29382           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29383
29384 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29385
29386         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29387         * ext/esd/gstesd.c: (plugin_init):
29388           private debugging, better error reporting
29389
29390 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29393         (gst_riff_read_init), (gst_riff_read_change_state):
29394         * gst-libs/gst/riff/riff-read.h:
29395           Remove stuff fromold metadata system.
29396
29397 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29398
29399         * ext/ogg/gstoggdemux.c:
29400           Fix wrong file comment.
29401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29402         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29403           Add metadata reading properly.
29404
29405 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29406
29407         * ext/Makefile.am:
29408           Fix nas DIST_SUBDIRS
29409           Uraeus:
29410           Fix bug where make distcheck doesn't get run on adding stuff to
29411           the build.
29412
29413 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29414
29415         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29416         * ext/divx/gstdivxdec.h:
29417           Fix divx3 ("msmpeg4") playback using divxdec.
29418
29419 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29420
29421         * gst/typefind/gsttypefindfunctions.c:
29422         (mp3_type_frame_length_from_header): fix bug in length computation
29423         (mp3_type_find): improve debugging output
29424
29425 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29426
29427         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29428         (gst_play_set_location), (gst_play_seek_to_time),
29429         (gst_play_set_audio_sink), (gst_play_set_visualization),
29430         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29431         the pipeline from scratch. Visualization is back and switch went out as
29432         i realized it was not possible to use the way i wanted.
29433         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29434         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29435         clearing in state change from READY to NULL. So that one can clean the
29436         X ressources keeping the element.
29437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29438         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29439         (gst_xvimagesink_colorbalance_set_value),
29440         (gst_xvimagesink_colorbalance_get_value),
29441         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29442         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29443         change from READY to NULL and fixed some stupid bugs in colorbalance
29444         get/set values. Also added the following feature : when nobody tries to
29445         set some values to the colorbalance levels before the xcontext is
29446         grabbed, then when creating channels list from Xv attributes we set the
29447         internal values to the Xv defaults. This way we handle buggy Xv drivers
29448         that set default hue values far from the middle of the range (Thanks
29449         to Jon Trowbridge for pointing that issue).
29450         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29451         colorbalance levels have been set before xcontext is grabbed.
29452
29453 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29454
29455         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29456           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29457           it might block operations (which is bad for a mixer).
29458
29459 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29460
29461         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29462         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29463         (gmip_find_type_pre):
29464         * gst-libs/gst/media-info/media-info-priv.h:
29465         * gst-libs/gst/media-info/media-info.c:
29466         (gst_media_info_instance_init), (gst_media_info_read_idler):
29467         add fakesink to get caps on decoder src pad again
29468         fix callback prototype to match new have_type signal signature
29469
29470 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29471
29472         * gst/adder/gstadder.c: (gst_adder_link):
29473           fix non-compile and cut-n-paste code
29474
29475 2004-01-21  David Schleef  <ds@schleef.org>
29476
29477         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29478         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29479         (gst_swfdec_init), (gst_swfdec_change_state):
29480         * ext/swfdec/gstswfdec.h:
29481         Fix negotiation.
29482         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29483         (gst_adder_request_new_pad): Fix negotiation.
29484         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29485         Add a fixate function.
29486         * gst/intfloat/gstfloat2int.c:
29487         * gst/intfloat/gstfloat2int.h:
29488         * gst/intfloat/gstint2float.c:
29489         * gst/intfloat/gstint2float.h:
29490         Completely rewrite the negotiation.  Doesn't quite work yet,
29491         due to some buffer-frames problem.
29492
29493 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29494
29495         * ext/gnomevfs/gstgnomevfssrc.c:
29496         * sys/v4l2/v4l2_calls.h:
29497           fix includes for distcheck
29498
29499 2004-01-21  Christian Schaller <uraeus@gnome.org>
29500
29501         * ext/nas/
29502         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29503         based on earlier patch from Laurent Vivier
29504
29505 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29506
29507         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29508         Fix wma caps property
29509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29510         Fix typo (flags1 and flags2)
29511
29512 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29513
29514         * gst-libs/gst/media-info/media-info-priv.c:
29515         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29516         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29517         (gmip_find_stream), (gmip_find_track_metadata),
29518         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29519         (gmip_find_track_format):
29520         * gst-libs/gst/media-info/media-info-priv.h:
29521         * gst-libs/gst/media-info/media-info-test.c: (main):
29522         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29523         (gst_media_info_read_idler), (gst_media_info_read):
29524         * gst-libs/gst/media-info/media-info.h:
29525           register debugging category and use it for debugging
29526
29527 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29528
29529         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29530         (gst_vorbisfile_new_link):
29531           signal streaminfo through tags
29532
29533 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29534
29535         * ext/mplex/gstmplex.cc:
29536         * ext/mplex/gstmplexibitstream.cc:
29537           g++ doesn't like NULL in our i18n/error macros, should be
29538           either (NULL) or ("").
29539
29540 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29541
29542         * sys/dxr3/dxr3audiosink.c:
29543         * sys/dxr3/dxr3init.c:
29544         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29545         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29546           Fix more error error error errors (missing includes here).
29547
29548 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29549
29550         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29551           fix thomas' error errors.
29552
29553 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29554
29555         * ext/mpeg2enc/gstmpeg2enc.cc:
29556           fix error errors.
29557
29558 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29559
29560         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29561         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29562           Fix for new error system.
29563
29564 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29565
29566         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29567           fix for new error reporting
29568
29569 2004-01-20  David Schleef  <ds@schleef.org>
29570
29571         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29572         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29573         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29574         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29575         and neither is 100+, most likely.
29576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29577         (gst_xvimagesink_getcaps): same
29578
29579 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29580
29581         * configure.ac:
29582           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29583           clashes with ffmpeg.
29584
29585 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29586
29587         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29588         (gst_switch_init): Fixed switch element : proxying link and setting
29589         caps from src to sink on request.
29590
29591 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29592
29593         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29594         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29595         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29596         fix element_error
29597
29598 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29599
29600         * sys/v4l/v4l_calls.h:
29601         * sys/v4l2/v4l2_calls.h:
29602           element_error fixes
29603
29604 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29605
29606         * gst-libs/gst/gst-i18n-plugin.h:
29607           add locale.h
29608           remove config.h inclusion
29609
29610 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29611
29612         * autogen.sh:
29613           adding autopoint invocation
29614         * Makefile.am:
29615         * configure.ac:
29616         * gst-libs/gst/gettext.h:
29617           adding gettext bits
29618         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29619         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29620         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29622         (gst_gnomevfssink_close_file):
29623         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29624         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29625         * gst-libs/gst/gst-i18n-plugin.h:
29626         * gst/avi/gstavi.c: (plugin_init):
29627         * sys/dxr3/dxr3init.c: (plugin_init):
29628         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29629         * sys/oss/gstossaudio.c: (plugin_init):
29630         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29631         * sys/v4l/gstv4l.c: (plugin_init):
29632         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29633         * sys/v4l2/gstv4l2.c: (plugin_init):
29634         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29635         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29636         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29637         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29638         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29639         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29640           make sure locale and translation domain are set
29641           fix translated strings
29642         * po/.cvsignore:
29643         * po/LINGUAS:
29644         * po/Makevars:
29645         * po/POTFILES.in:
29646         * po/nl.po:
29647           put translation files into place
29648         * sys/xvideo/imagetest.c: (main):
29649         * ext/dv/demo-play.c: (main):
29650           fix unnecessary translations
29651
29652 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29653
29654         * ext/sndfile/gstsf.c:
29655         * gst/avi/gstavimux.c:
29656         * ext/audiofile/gstafsink.c:
29657         * ext/audiofile/gstafsrc.c:
29658         * ext/gnomevfs/gstgnomevfssink.c:
29659         * ext/gnomevfs/gstgnomevfssrc.c:
29660         * sys/oss/gstosselement.c:
29661         * sys/v4l/v4l_calls.h:
29662           fix i18n include
29663
29664 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29665
29666         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29667         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29668         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29669         (gst_v4l2_get_output), (gst_v4l2_set_output),
29670         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29671         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29672         (gst_v4l2_set_attribute):
29673         update to new error handling
29674
29675 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29676
29677         * ext/sidplay/gstsiddec.cc:
29678         * gst/modplug/gstmodplug.cc:
29679           parenthese NULL because C++ seems angry about it
29680
29681 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29682
29683         * gst-libs/gst/gst-i18n-plugin.h:
29684           add skeleton i18n stuff, but needs to be further implemented
29685
29686 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29687
29688         * examples/gstplay/player.c: (main):
29689         * ext/aalib/gstaasink.c: (gst_aasink_open):
29690         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29691         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29692         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29693         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29694         (gst_afsink_close_file):
29695         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29696         (gst_afsrc_close_file):
29697         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29698         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29699         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29700         * ext/esd/esdmon.c: (gst_esdmon_get):
29701         * ext/esd/esdsink.c: (gst_esdsink_chain):
29702         * ext/faac/gstfaac.c: (gst_faac_chain):
29703         * ext/faad/gstfaad.c: (gst_faad_chain):
29704         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29705         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29706         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29707         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29708         (gst_flacdec_loop):
29709         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29710         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29711         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29712         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29713         (gst_gnomevfssink_close_file):
29714         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29715         (gst_gnomevfssrc_open_file):
29716         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29717         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29718         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29719         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29720         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29721         * ext/mad/gstmad.c: (gst_mad_chain):
29722         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29723         * ext/mpeg2dec/gstmpeg2dec.c:
29724         * ext/mpeg2enc/gstmpeg2enc.cc:
29725         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29726         * ext/mplex/gstmplex.cc:
29727         * ext/mplex/gstmplexibitstream.cc:
29728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29729         (gst_ogg_demux_push), (gst_ogg_pad_push):
29730         * ext/raw1394/gstdv1394src.c:
29731         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29732         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29733         * ext/sidplay/gstsiddec.cc:
29734         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29735         (gst_sf_loop):
29736         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29737         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29738         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29740         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29741         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29742         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29743         * gst-libs/gst/Makefile.am:
29744         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29745         (gst_riff_read_element_data), (gst_riff_read_seek),
29746         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29747         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29749         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29751         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29752         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29753         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29754         * gst/goom/gstgoom.c: (gst_goom_chain):
29755         * gst/id3/gstid3types.c: (gst_id3types_loop):
29756         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29757         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29758         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29759         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29760         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29761         (gst_ebml_read_float), (gst_ebml_read_header):
29762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29763         (gst_matroska_demux_parse_blockgroup):
29764         * gst/modplug/gstmodplug.cc:
29765         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29766         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29767         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29768         * gst/silence/gstsilence.c: (gst_silence_get):
29769         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29770         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29771         * gst/speed/gstspeed.c: (speed_loop):
29772         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29773         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29774         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29775         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29776         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29777         (gst_wavparse_loop):
29778         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29779         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29780         (dxr3audiosink_close):
29781         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29782         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29783         (dxr3videosink_close), (dxr3videosink_write_data):
29784         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29785         * sys/oss/gstosselement.h:
29786         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29787         (gst_osssink_chain):
29788         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29789         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29790         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29792         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29793         (gst_v4l_enable_overlay):
29794         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29795         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29796         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29797         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29798         (gst_v4l_set_audio):
29799         * sys/v4l/v4l_calls.h:
29800         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29801         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29802         (gst_v4lmjpegsink_playback_init),
29803         (gst_v4lmjpegsink_playback_start):
29804         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29805         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29806         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29807         (gst_v4lmjpegsrc_requeue_frame):
29808         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29809         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29810         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29811         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29812         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29813         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29814         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29815         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29816         (gst_v4l2src_capture_stop):
29817         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29818         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29819         (gst_ximagesink_chain):
29820         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29821         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29822         (gst_xvideosink_xwindow_new):
29823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29824         (gst_xvimagesink_chain):
29825         use new error signal, function and categories
29826
29827 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29828
29829         * configure.ac:
29830         * ext/Makefile.am:
29831         * ext/musicbrainz/gsttrm.c:
29832         * ext/musicbrainz/gsttrm.h:
29833         * ext/musicbrainz/Makefile.am:
29834         Add a trm plugin
29835
29836 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29837
29838         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29839         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29840         synchronous property for debugging.
29841         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29843         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29844         smaller block, fixing indent.
29845
29846 2004-01-16  David Schleef  <ds@schleef.org>
29847
29848         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29849         property affects the video stream.
29850         * sys/xvimage/xvimagesink.c:
29851         * sys/xvimage/xvimagesink.h:
29852         Add synchronous property for debugging.  Should probably be
29853         disabled in non-CVS builds.  Make sure that the Xv attribute
29854         exists before we set it (crash!).  Fix a silly float bug that
29855         caused colorbalance to just not work.
29856
29857 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29858
29859         * tools/gst-launch-ext.in - update for new plugins
29860
29861 2004-01-16  David Schleef  <ds@schleef.org>
29862
29863         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29864         already-freed caps.
29865
29866 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29867
29868         * Update spec for new colorspace plugin and libcaca plugin
29869         * Fix compilation of libcaca plugin (clock -> id)
29870
29871 2004-01-16  Julien MOUTTE <julien@moutte.net>
29872
29873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29874         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29875         (gst_xvimagesink_set_xwindow_id),
29876         (gst_xvimagesink_colorbalance_set_value),
29877         (gst_xvimagesink_colorbalance_get_value),
29878         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29879         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29880         correct colorbalance properties. They can now be set when the element
29881         is still in NULL state. The values will be committed to the Xv Port
29882         when xcontext is initialized.
29883         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29884         brightness int values in the GstXvImagesink structure.
29885
29886 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29887
29888         * gst-libs/gst/Makefile.am:
29889           restructure so having local patches works easier.
29890
29891 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29892
29893         * ext/mpeg2enc/Makefile.am:
29894         * ext/mpeg2enc/gstmpeg2enc.cc:
29895         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29896           Bugfix with respect to EOS handling.
29897
29898 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29899
29900         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29901           Link with right caps (else, it segfaults).
29902         * ext/mplex/gstmplexjob.cc:
29903           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29904
29905 2004-01-15  David Schleef  <ds@schleef.org>
29906
29907         * gst-libs/gst/audio/Makefile.am:
29908         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29909         from the template.
29910         * gst-libs/gst/audio/gstaudiofilter.c:
29911         * gst-libs/gst/audio/gstaudiofilter.h:
29912         Add bytes_per_sample and size and n_samples calculation.
29913         * gst-libs/gst/audio/gstaudiofilterexample.c:
29914         Remove, now autogenerated.
29915         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29916         Moved from gstaudiofilterexample, object name changed, code added
29917         so that it actually works.
29918         * gst-libs/gst/audio/make_filter:
29919         Script to build an audiofilter subclass from the template.
29920         * gst/colorspace/Makefile.am:
29921         * gst/colorspace/yuv2yuv.c:
29922         Remove file, since it's GPL, and we don't use it.
29923
29924 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29925
29926         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29928         them use the buffer free function to test how the buffer was allocated.
29929
29930 2004-01-15  David Schleef  <ds@schleef.org>
29931
29932         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29933         that handles osssink fallback.
29934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29935         (gst_audio_convert_getcaps):
29936         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29937         Add audio/x-qdm2 for QDM2 audio.
29938         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29939         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29941         Decrease minimum size to 16x16.
29942         * gst/wavparse/gstwavparse.c:
29943         Convert disabled pad template caps to new caps.
29944         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29946         (gst_xvimagesink_chain): Throw element error when display cannot
29947         be opened.  Increase minimum framerate to 1.0.  Check the data
29948         free function on a buffer to make sure it is the type we expect
29949         before manipulating it.
29950
29951 2004-01-15  Julien MOUTTE <julien@moutte.net>
29952
29953         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29954         (gst_videobalance_colorbalance_set_value): Implement passthru if
29955         settings are in the middle.
29956         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29957
29958 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * gst/videofilter/Makefile.am:
29961         * gst/volume/Makefile.am:
29962           Since we use videofilter symbols, link to it.
29963
29964 2004-01-15  Julien MOUTTE <julien@moutte.net>
29965
29966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29967         mixer interface type to HARDWARE.
29968         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29969         type to SOFTWARE.
29970         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29971         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29972         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29973         (gst_volume_interface_init), (gst_volume_list_tracks),
29974         (gst_volume_set_volume), (gst_volume_get_volume),
29975         (gst_volume_set_mute), (gst_volume_mixer_init),
29976         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29977         (volume_init): Implementing mixer interface.
29978         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29979         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29980         (gst_osselement_change_state): Removing some trailing commas in
29981         structures.
29982         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29983         interface type to HARDWARE.
29984         * sys/v4l/gstv4lcolorbalance.c:
29985         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29986         type to HARDWARE.
29987         * sys/v4l2/gstv4l2colorbalance.c:
29988         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29989         interface type to HARDWARE.
29990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29991         same code than ximagesink for event handling.
29992
29993 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29994
29995         * ext/snapshot/Makefile.am:
29996         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29997         (gst_snapshot_chain):
29998         * ext/snapshot/gstsnapshot.h:
29999           This has to be a joke... Snapshot should be connected to a tee,
30000           colorspace element before it and EOS after that, where the other
30001           src of the tee receives normal data.
30002           The current way is *wrong*.
30003
30004 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30005
30006         * ext/hermes/gsthermescolorspace.c:
30007           Fix another compile error. Same as below.
30008
30009 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30010
30011         * gst/colorspace/gstcolorspace.c:
30012         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30013         (gst_colorspace_i420_to_yv12):
30014           Fix compiling... Didn't test if it actually works.
30015
30016 2004-01-15  David Schleef  <ds@schleef.org>
30017
30018         * configure.ac:
30019         * gst/colorspace/Makefile.am:
30020         * gst/colorspace/gstcolorspace.c:
30021         * gst/colorspace/gstcolorspace.h:
30022         * gst/colorspace/yuv2rgb.c:
30023         * gst/colorspace/yuv2rgb.h:
30024         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30025         code and GPL code.  Fix for new caps negotiation.  Rewrite
30026         much of the format handling code, and some of the conversion
30027         code.  Basically, rewrote almost everything.  This element
30028         handles I420, YV12 to RGB conversions.
30029         * ext/hermes/Makefile.am:
30030         * ext/hermes/gsthermescolorspace.c:
30031         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30032         Remove non-Hermes related code.  This element handles lots of
30033         RGB to RGB conversions, but no YUV.
30034         * ext/hermes/gstcolorspace.c:
30035         * ext/hermes/gstcolorspace.h:
30036         * ext/hermes/rgb2yuv.c:
30037         * ext/hermes/yuv2rgb.c:
30038         * ext/hermes/yuv2rgb.h:
30039         * ext/hermes/yuv2rgb_mmx16.s:
30040         * ext/hermes/yuv2yuv.c:
30041         * ext/hermes/yuv2yuv.h:
30042         Remove old code.
30043
30044 2004-01-14  Colin Walters  <walters@verbum.org>
30045
30046         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30047         they've already been.
30048
30049 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30050
30051         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30052           assume tag mode when pad is not connected
30053
30054 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30055
30056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30057           Don't update the time of the clock
30058         (gst_alsa_sink_loop):
30059           sync to the clock given to alsasink, not the own clock
30060         * sys/oss/gstosssink.c: (gst_osssink_chain):
30061           sync to the clock
30062         (gst_osssink_change_state):
30063           activate the clock
30064         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30066           remove bogus code that made DISCONT events unhandled
30067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30068           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30069           #131502)
30070         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30071         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30072         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30073           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30074           2nd warning in bug #131502)
30075
30076 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30077
30078         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30079         (gst_videobalance_colorbalance_set_value),
30080         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30081         for colorbalance interface implementation.
30082         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30083         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30084         (gst_ximagesink_dispose), (gst_ximagesink_init),
30085         (gst_ximagesink_class_init): Adding DISPLAY property.
30086         * sys/ximage/ximagesink.h: Adding display_name to store display.
30087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30088         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30089         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30090         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30091         properties (they still need polishing though for gst-launch use : no
30092         xcontext yet, i ll do that tomorrow).
30093         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30094
30095 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30096
30097         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30098         (gst_play_set_location), (gst_play_set_visualization): Preparing
30099         switch integration, adding videobalance in the pipeline.
30100
30101 2004-01-14  Julien MOUTTE <julien@moutte.net>
30102
30103         * gst-libs/gst/colorbalance/colorbalance.c:
30104         (gst_color_balance_class_init): Adding a default type.
30105         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30106         the type.
30107         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30108         (gst_videobalance_dispose), (gst_videobalance_class_init),
30109         (gst_videobalance_init), (gst_videobalance_interface_supported),
30110         (gst_videobalance_interface_init),
30111         (gst_videobalance_colorbalance_list_channels),
30112         (gst_videobalance_colorbalance_set_value),
30113         (gst_videobalance_colorbalance_get_value),
30114         (gst_videobalance_colorbalance_init): Implementing colorbalance
30115         interface.
30116         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30117         list.
30118         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30119         bug which was triggering a BadAccess X error when setting an overlay
30120         before pad was really negotiated.
30121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30122         Using the colorbalance type macro.
30123
30124 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30125
30126         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30127         (gst_flacenc_chain):
30128           handle tags correctly
30129         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30130           extract ID3v1 tags correctly
30131
30132 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30133
30134         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30135         (plugin_init):
30136           Improve matroska typefinding for odd-typed headers...
30137
30138 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30141           Fix for using incremental number on padnames.
30142
30143 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30144
30145         * ext/divx/gstdivxdec.c:
30146         * ext/divx/gstdivxenc.c:
30147           Set category to divx4linux instead of divx (too generic).
30148         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30149         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30150         (gst_wavparse_loop), (gst_wavparse_change_state):
30151         * gst/wavparse/gstwavparse.h:
30152           fix parsing of WAV files with non-standard fmt-tag size and fix
30153           skipping of unrecognized chunks... Someone please fix this thing
30154           to use rifflib so all this is automated.
30155         * sys/v4l/Makefile.am:
30156         * sys/v4l2/Makefile.am:
30157           Add X_CFLAGS because we depend on X (for overlay).
30158
30159 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30160
30161         * ext/mpeg2dec/gstmpeg2dec.c:
30162           Don't issue a timestamp unless we tagged the frame
30163           with a PTS.
30164
30165 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30166
30167         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30168           Query the audio element to get the time, not the clock. We're
30169           interested in the element's time here.
30170
30171 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30172
30173         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30174         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30175         * ext/esd/esdsink.c: (gst_esdsink_chain):
30176         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30177         * ext/mas/massink.c: (gst_massink_chain):
30178         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30180         (gst_matroska_demux_parse_metadata):
30181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30182         (gst_mpeg_parse_release_locks):
30183         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30184         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30186         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30187         (gst_osssink_change_state):
30188         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30189         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30190         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30191         (gst_xvideosink_release_locks):
30192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30193           use element time.
30194         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30195         (gst_alsa_clock_stop):
30196         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30197         (gst_audio_clock_get_internal_time):
30198           simplify for use with new clocking code.
30199         * testsuite/alsa/Makefile.am:
30200         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30201           fix testsuite for new caps system
30202
30203 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30204
30205         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30206         * ext/flac/gstflacenc.c: (add_one_tag):
30207           length is already host endian, no need to convert. Fixes playback of
30208           tagged files on PPC. (bug #128384)
30209
30210 2004-01-13  Julien MOUTTE <julien@moutte.net>
30211
30212         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30213         colorbalance interface stating if it is hardware based or software
30214         based.
30215         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30216         Removing a trailing comma.
30217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30218         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30219         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30220         the documentation seems to be wrong on the -1000 to 1000 interval.
30221
30222 2004-01-12  David Schleef  <ds@schleef.org>
30223
30224         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30225         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30226         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30227         Fix negotiation.  Add a bufferalloc function for the sink pad,
30228         and generally clean up some of the code.
30229
30230 2004-01-12  Julien MOUTTE <julien@moutte.net>
30231
30232         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30233         (gst_color_balance_channel_dispose): Adding safety check in dispose
30234         method.
30235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30236         (gst_xvimagesink_xcontext_clear),
30237         (gst_xvimagesink_interface_supported),
30238         (gst_xvimagesink_colorbalance_list_channels),
30239         (gst_xvimagesink_colorbalance_set_value),
30240         (gst_xvimagesink_colorbalance_get_value),
30241         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30242         Adding colorbalance interface support to set XV parameters such as
30243         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30244         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30245         interface.
30246
30247 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30248
30249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30250         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30251         (gst_audio_convert_init), (gst_audio_convert_set_property),
30252         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30253         (gst_audio_convert_link),
30254         (gst_audio_convert_buffer_to_default_format),
30255         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30256           - implement _getcaps and use it
30257           - improve linking
30258           - remove float caps since no float conversion is actually done
30259           - remove properties and arguments that were to be used for rate
30260             conversion
30261
30262 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30265         (gst_audio_structure_set_int):
30266         * gst-libs/gst/audio/audio.h:
30267           add helper functions for _getcaps matching the standard audio
30268           templates
30269
30270 2004-01-12  David Schleef  <ds@schleef.org>
30271
30272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30273         Test that pad is negotiated before getting its caps.
30274
30275 2004-01-12  Julien MOUTTE <julien@moutte.net>
30276
30277         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30278         analyzing the pads of an element the bin is mostly in READY state so
30279         no caps were negotiated. This helper function needs to work with
30280         _get_caps directly then. I was not freeing them though, added that to
30281         fix the mem leak.
30282
30283 2004-01-12  Julien MOUTTE <julien@moutte.net>
30284
30285         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30287         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30288         than the free_func.
30289
30290 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30291
30292         * sys/oss/gstossaudio.c: (plugin_init):
30293         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30294         * sys/oss/gstosselement.h:
30295           make an oss debugging category
30296           make failure more descriptive
30297
30298 2004-01-11  David Schleef  <ds@schleef.org>
30299
30300         * ext/ffmpeg/gstffmpeg.c:
30301         * ext/ffmpeg/gstffmpegcodecmap.c:
30302         * ext/ffmpeg/gstffmpegdec.c:
30303         * ext/ffmpeg/gstffmpegenc.c:
30304         * ext/ffmpeg/gstffmpegprotocol.c:
30305         * ext/gdk_pixbuf/gstgdkanimation.c:
30306         * ext/jpeg/gstjpeg.c:
30307         * ext/libpng/gstpng.c:
30308         * ext/mpeg2dec/perftest.c:
30309         * ext/speex/gstspeex.c:
30310         * gst-libs/gst/resample/dtos.c:
30311         * gst/intfloat/gstintfloatconvert.c:
30312         * gst/oneton/gstoneton.c:
30313         * gst/rtjpeg/RTjpeg.c:
30314         * gst/rtp/gstrtp.c:
30315         * sys/dxr3/dxr3init.c:
30316         * sys/glsink/gstgl_nvimage.c:
30317         * sys/glsink/gstgl_pdrimage.c:
30318         * sys/glsink/gstglsink.c:
30319         * testsuite/gst-lint:
30320         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30321
30322 2004-01-11  David Schleef  <ds@schleef.org>
30323
30324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30325         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30326         * ext/gdk_pixbuf/gstgdkanimation.c:
30327         (gst_gdk_animation_iter_create_pixbuf):
30328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30329         (gst_gdk_pixbuf_chain):
30330         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30331         * ext/jack/gstjack.c: (gst_jack_change_state):
30332         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30333         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30334         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30335         * gst/videofilter/gstvideofilter.c:
30336         (gst_videofilter_set_output_size):
30337         Remove all usage of gst_pad_get_caps(), and replace it with
30338         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30339
30340 2004-01-11  David Schleef  <ds@schleef.org>
30341
30342         * configure.ac:
30343         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30344         * ext/divx/gstdivxdec.c:
30345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30346         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30347         handle images that span multiple buffers.  Now work with both
30348         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30349         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30350         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30351         video/video.h changes
30352         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30353         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30354         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30355         of GstData free function.
30356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30357         same.
30358
30359 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30360
30361         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30362         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30363         (gst_v4l2element_get_property):
30364         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30365           add norm, channel and frequency properties.
30366         * sys/v4l2/gstv4l2tuner.c:
30367           fixes for tuner interface changes
30368         * sys/v4l2/gstv4l2element.h:
30369         * sys/v4l2/gstv4l2src.c:
30370         * sys/v4l2/gstv4l2src.h:
30371         * sys/v4l2/v4l2src_calls.c:
30372         * sys/v4l2/v4l2src_calls.h:
30373           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30374
30375 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30376
30377         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30378         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30379         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30380         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30381         * gst-libs/gst/tuner/tuner.h:
30382           GObjects aren't const.
30383           Add find_by_name functions.
30384           Add checks to _changed functions.
30385         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30386         (gst_v4l_tuner_get_norm):
30387           Fixes for above.
30388
30389 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30390
30391         * gst-libs/gst/video/video.h:
30392           Fix caps template names to be understandable.
30393           Prefix everything with GST_VIDEO.
30394         * ext/aalib/gstaasink.c:
30395         * ext/divx/gstdivxdec.c:
30396         * ext/divx/gstdivxenc.c:
30397         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30398         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30399         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30400         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30401         * ext/libcaca/gstcacasink.c:
30402         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30403         * ext/snapshot/gstsnapshot.c:
30404         * ext/swfdec/gstswfdec.c:
30405         * ext/xvid/gstxviddec.c:
30406         * ext/xvid/gstxvidenc.c:
30407         * gst/chart/gstchart.c:
30408         * gst/deinterlace/gstdeinterlace.c:
30409         * gst/effectv/gsteffectv.c:
30410         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30411         * gst/goom/gstgoom.c:
30412         * gst/median/gstmedian.c:
30413         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30414         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30415         * gst/overlay/gstoverlay.c:
30416         * gst/smooth/gstsmooth.c:
30417         * gst/smpte/gstsmpte.c:
30418         * gst/synaesthesia/gstsynaesthesia.c:
30419         * gst/videocrop/gstvideocrop.c:
30420         * gst/videodrop/gstvideodrop.c:
30421         * gst/y4m/gsty4mencode.c:
30422         * sys/qcam/gstqcamsrc.c:
30423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30424           Make them work with new video.h file.
30425         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30426         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30428         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30429           Make it work with new buffer allocation system.
30430
30431 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30432
30433         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30434         pad_alloc_buffer implementation to use ->srcpad
30435         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30436         pad_alloc_buffer implementation to use ->srcpad
30437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30438         pad_alloc_buffer implementation to use ->srcpad
30439         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30440         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30441         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30442         a reference to everything we need.
30443         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30445         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30446         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30447         a reference to everything we need.
30448         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30449
30450 2004-01-11  David Schleef  <ds@schleef.org>
30451
30452         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30453         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30454         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30455         structure members.
30456         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30457         value during a resize/renegotiation.
30458         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30459         gst_pad_alloc_buffer();
30460         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30461         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30462         structure members.
30463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30464         Fix for rename of buffer private structure members.
30465         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30466         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30467         Fix for rename of buffer private structure members.
30468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30469         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30470         Fix for rename of buffer private structure members.
30471
30472 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30473
30474         reviewed by: David Schleef <ds@schleef.org>
30475
30476         * gst/videofilter/Makefile.am:
30477         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30478         from the patch by ds to fit in with recent make_filter changes.
30479
30480 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30481
30482         * configure.ac: Adding examples/switch/Makefile
30483         * examples/Makefile.am: Adding examples/switch
30484         * examples/switch/Makefile.am: Adding switcher example.
30485         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30486         (switch_timer), (main): Adding an example demonstrating switch usage
30487         with 2 videotestsrc showing different patterns.
30488         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30489         (gst_switch_init): Fixing switch with the new caps system.
30490
30491 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30492
30493         * gst-libs/gst/video/video.h:
30494           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30495           They should probably be like
30496           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30497
30498 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30499
30500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30501         (qtdemux_parse_trak):
30502           fix audio chunk size/timestamp calculation
30503
30504 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30505
30506         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30507           fix SVQ3 caps
30508
30509 2004-01-11  Steve Baker  <steve@stevebaker.org>
30510
30511         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30512         (gst_agingtv_base_init), (gst_agingtv_class_init),
30513         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30514         (gst_agingtv_set_property), (gst_agingtv_get_property):
30515         Port agingTV to videofilter
30516
30517 2004-01-09  Julien MOUTTE <julien@moutte.net>
30518
30519         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30520         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30521
30522 2004-01-09  Julien MOUTTE <julien@moutte.net>
30523
30524         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30525         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30526         * gst-libs/gst/xoverlay/xoverlay.c:
30527         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30528         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30529         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30530         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30531         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30532         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30533         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30534         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30535         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30536         interface implementation to handle xid being 0 and fix some bugs
30537         triggered by Benjamin's testcase.
30538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30539         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30540         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30541         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30542         interface implementation to handle xid being 0 and fix some bugs
30543         triggered by Benjamin's testcase.
30544
30545 2004-01-09  David Schleef  <ds@schleef.org>
30546
30547         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30548         mouse pointer events.  It works.
30549
30550 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30551
30552         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30553           Use explicit caps - fix capsnego.
30554         * ext/xvid/gstxviddec.c:
30555         * ext/xvid/gstxvidenc.c:
30556           Remove macro-inside-macro which caused compile errors.
30557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30558           Error out if it's not a RIFF file. Else we error out without
30559           gst_element_error() which is not good...
30560
30561 2004-01-08  David Schleef  <ds@schleef.org>
30562
30563         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30564         Fix pad_link function to handle formats that ffmpeg returns
30565         as multiple caps structures.
30566         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30567         Only complain if source buffer is _smaller_ than expected.
30568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30569         (gst_videoscale_handle_src_event): Resize navigation events
30570         when passing them upstream.
30571         * gst/videotestsrc/gstvideotestsrc.c:
30572         * gst/videotestsrc/gstvideotestsrc.h:
30573         * gst/videotestsrc/videotestsrc.c:
30574         * gst/videotestsrc/videotestsrc.h:
30575         Rewrite many of the buffer painting functions to handle odd
30576         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30577         been verified to work with my video card.
30578         * testsuite/gst-lint:  Add check for elements calling
30579         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30580
30581 2004-01-08  David Schleef  <ds@schleef.org>
30582
30583         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30584         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30585
30586 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30587
30588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30589         configure event is not emiting the desired size signal. That fixes
30590         aspect ratio issues with gst-player.
30591
30592 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30593
30594         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30595           Fix capsnego.
30596
30597 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30598
30599         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30600         public method to fire size signal.
30601
30602 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30603
30604         * examples/gstplay/Makefile.am: Adding the interface library.
30605         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30606         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30607         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30608         GST_IS_X_OVERLAY before signal connect.
30609         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30610         Removing the have_video_size signal.
30611         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30612         and associated public method.
30613         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30614         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30615         signal.
30616         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30617         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30618         signal.
30619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30620         Using XOverlay public method to fire size signal.
30621
30622 2004-01-07  David Schleef  <ds@schleef.org>
30623
30624         * gst/videofilter/Makefile.am:
30625         * gst/videofilter/gstvideotemplate.c:
30626         * gst/videofilter/make_filter:
30627         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30628         Convert make_filter to /bin/sh script.
30629
30630 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30631
30632         * gst/modplug/gstmodplug.cc: fix element description
30633
30634 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30635
30636         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30637         (got_video_size): Adding some new lines in g_print calls.
30638         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30639         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30640         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30641         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30642         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30643         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30644         Complete code review, reverting some stuff i disagree with, adding
30645         some fixes : time synchronization on invalid timestamps, renegotiation
30646         of private window.
30647         * sys/ximage/ximagesink.h:
30648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30649         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30650         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30651         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30652         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30653         (gst_xvimagesink_buffer_new),
30654         (gst_xvimagesink_navigation_send_event),
30655         (gst_xvimagesink_set_xwindow_id),
30656         (gst_xvimagesink_get_desired_size),
30657         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30658         stuff i disagree with, adding some fixes : Renegotiation of private
30659         window, implementing get_desired_size.
30660
30661 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30662
30663         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30664         (gst_afsink_handle_event):
30665         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30666         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30667         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30668         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30669         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30670           Fix for instantiate-test (see core). Also remove dead code from
30671           jpegenc (which still needs fixing, but that's lower on my TODO
30672           list...).
30673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30674           Never return NULL as caps.
30675
30676 2004-01-07  David Schleef  <ds@schleef.org>
30677
30678         * configure.ac:
30679         * ext/Makefile.am:
30680         * ext/librfb/Makefile.am:
30681         * ext/librfb/gstrfbsrc.c:
30682         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30683         is the protocol used by VNC.
30684
30685 2004-01-07  David Schleef  <ds@schleef.org>
30686
30687         * gst/videofilter/gstvideotemplate.c:
30688         * gst/videofilter/gstvideotemplate.h:
30689         * gst/videofilter/make_filter:
30690         Merge videotemplate header into source file.
30691         * gst/effectv/Makefile.am:
30692         * gst/effectv/gsteffectv.c: (plugin_init):
30693         * gst/effectv/gstwarp.c:
30694         Make warpTV a subclass of videofilter.
30695
30696 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30697
30698         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30699           Add guard against invalid utf-8 conversions in mad. Just in case.
30700
30701 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30702
30703         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30704           Fix for bug shown by poisoning
30705
30706 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30707
30708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30709         (gst_v4lmjpegsrc_buffer_free):
30710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30711         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30712         (gst_v4lsrc_buffer_free):
30713           Fix for removed bufferpools.
30714
30715 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30716
30717         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30718         Fix caps negotiation.
30719
30720         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30721         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30722         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30723         (dvdnavsrc_event):
30724         * ext/mpeg2dec/gstmpeg2dec.c:
30725         * gst-libs/gst/navigation/navigation.c:
30726         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30727         * gst-libs/gst/navigation/navigation.h:
30728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30729         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30731         Super-simple first version of mouse and keyboard events. Clicking
30732         on a DVD menu now works, although it may not take you where you
30733         expected.
30734
30735         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30736         * gst/videotestsrc/gstvideotestsrc.c:
30737         (gst_videotestsrc_src_fixate):
30738         These fixate functions were broken - they never actually
30739         fixated :)
30740
30741 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30742
30743         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30744         (gst_icecastsend_init):
30745           fix for new caps system.
30746         * gst-libs/gst/mixer/mixertrack.h:
30747         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30748           Add 'master track' flag (for tools like ACME that only want to
30749           change the main volume).
30750
30751 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30752
30753         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30754         (gst_xvid_csp_to_caps):
30755         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30756         * ext/xvid/gstxvidenc.c:
30757         ifdef out ARGB type when it isn't available
30758         in xvidcore 1.0.0beta2
30759
30760 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30761
30762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30763           When we have received a new SCR right in the first buffer after
30764           a seek (so in the same cycle that handles the discont), we should
30765           handle the buffer instead of unreffing it, else we lose data.
30766
30767 2004-01-06  Iain <iain@prettypeople.org>
30768
30769         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30770           buffer-frames caps too.
30771
30772         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30773           caps that we need, don't destroy them all and rebuild them. And when
30774           creating src pads, use the src pad template rather than the sink...
30775
30776 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30777
30778         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30779           Add pad to element *after* setting functions such as event handler.
30780           Without this, the scheduler (opt) will link pads, set the event
30781           handler from the default event function (dispatcher in gstpad.c)
30782           and *after* that, we will set our own event function, which will
30783           thus never be used (and thus mpegdemux doesn't handle events).
30784
30785 2004-01-04  David Schleef  <ds@schleef.org>
30786
30787         Fix the fixate functions to handle new prototype:
30788         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30789         * gst/videotestsrc/gstvideotestsrc.c:
30790         (gst_videotestsrc_src_fixate):
30791         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30792         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30794
30795 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30796
30797         * sys/ximage/ximagesink.h:
30798         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30799         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30800         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30801         (gst_ximagesink_xoverlay_init):
30802           assorted fixes to make (re)embedding work
30803         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30804         (gst_ximagesink_get_desired_size):
30805           implement desired size additions to XOverlay
30806
30807 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30808
30809         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30810         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30811         (gst_x_overlay_got_desired_size):
30812         * gst-libs/gst/xoverlay/xoverlay.h:
30813           Add optional "desired size" signal and querying.
30814
30815 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30816
30817         * gst/matroska/matroska-demux.c:
30818         (gst_matroska_demux_parse_blockgroup):
30819           Fix EBML-laced block parsing. Diffs are relative to previous
30820           lace, not the first lace. Thanks to Mosu from the Matroska
30821           team for detecting this.
30822         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30823         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30824         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30825         (gst_wavparse_change_state):
30826         * gst/wavparse/gstwavparse.h:
30827           Quickfix for capsnego.
30828
30829 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30830
30831         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30832           Fix indenting, fix pad creation.
30833
30834 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30835
30836         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30837         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30838         (gst_xviddec_sink_link):
30839           Implement src_getcaps() so proper size caps is negotiated.
30840
30841 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30842
30843         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30844           Finish flac decoder on EOS. See #116178.
30845
30846 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30847
30848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30849         (gst_matroska_demux_add_stream):
30850         * gst/matroska/matroska-ids.h:
30851           Add getcaps() function to fix capsnego...
30852
30853 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30854
30855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30856         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30857         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30858           Fix more integer overflows. Again, see #126967.
30859
30860 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * ext/mpeg2dec/gstmpeg2dec.c:
30863           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30864           #130416.
30865
30866 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30867
30868         * configure.ac:
30869         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30870         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30871         * ext/xvid/gstxvid.h:
30872         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30873         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30874         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30875         (gst_xviddec_change_state):
30876         * ext/xvid/gstxviddec.h:
30877         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30878         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30879         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30880         (gst_xvidenc_link), (gst_xvidenc_set_property),
30881         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30882         * ext/xvid/gstxvidenc.h:
30883           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30884
30885 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30886
30887         * gst/rtp/rtp-packet.c:
30888           Add sys/types.h include, since OS X doesn't define in_addr_t
30889           in netinet/in.h, like it does on Linux (see #129600).
30890
30891 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30892
30893         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30894
30895         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30896           Correct logic of dispose function (see #129306).
30897
30898 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30901         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30902         (gst_mpeg_parse_init):
30903         * gst/mpegstream/gstmpegparse.h:
30904           Remove clock (which was never provided, i.e. dead code), and
30905           also fix integer overflows at high PTS values (see #126967).
30906
30907 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30908
30909         * ext/flac/gstflacdec.c:
30910         * ext/libpng/gstpngenc.h:
30911         * ext/mikmod/gstmikmod.h:
30912           OS X fixes (see #126628).
30913
30914 2004-01-02  David Schleef  <ds@schleef.org>
30915
30916         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30917         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30919         (gst_mpeg_parse_class_init): Move pad template registration
30920         to class_init, since the derived class (mpegdemux) doesn't
30921         want them.
30922
30923 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30924
30925         * sys/ximage/Makefile.am:
30926         * sys/xvideo/Makefile.am:
30927         * sys/xvimage/Makefile.am:
30928           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30929           after installation (see #127664).
30930
30931 2004-01-02  David Schleef  <ds@schleef.org>
30932
30933         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30934         (gst_ffmpegenc_connect):  Negotiation fixes.
30935         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30936         Remove inappropriate gst_caps_free().
30937         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30938         Reenable Ronald's internal resize code, since the core handles
30939         it correctly now.
30940
30941 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30942
30943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30946           Fix pad template stuff.
30947
30948 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30949
30950         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30951         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30952           fix signed integer reading/writing.
30953
30954 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30955
30956         * ext/alsa/README:
30957           Remove outdated document
30958
30959 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30960
30961         * gst/cutter/gstcutter.c: (gst_cutter_init):
30962           src pad was being created twice - oops.
30963
30964 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30965
30966         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30967           Comment out internal resize. It doesn't handle the resulting
30968           XEvent internally, does another try_set_caps() which leads to
30969           a really nice loop.
30970           Real fix will come when Julien and Dave are awake. ;).
30971
30972 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * ext/mpeg2enc/gstmpeg2enc.cc:
30975           fix const/nonconst compile issue.
30976
30977 2004-01-02  David Schleef  <ds@schleef.org>
30978
30979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30980         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30981         Add fixate function and a check for bad formats.
30982
30983 2004-01-01  David Schleef  <ds@schleef.org>
30984
30985         Negotiation fixes:
30986         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30987         (gst_audiofilter_init):
30988         * gst/debug/efence.c: (gst_efence_init):
30989         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30990         (gst_deinterlace_init):
30991         * gst/volume/gstvolume.c: (volume_connect):
30992
30993 2004-01-01  David Schleef  <ds@schleef.org>
30994
30995         Convert elements to use gst_pad_use_explicit_caps() where
30996         appropriate:
30997         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30998         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30999         (gst_afparse_open_file):
31000         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31001         (gst_afsrc_open_file):
31002         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31003         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31004         (gst_ffmpegdec_chain):
31005         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31006         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31007         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31008         (gst_gdk_pixbuf_chain):
31009         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31010         (gst_jpegdec_chain):
31011         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31012         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31013         (gst_mikmod_negotiate):
31014         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31015         (gst_mpeg2dec_negotiate_format):
31016         * ext/mpeg2enc/gstmpeg2enc.cc:
31017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31018         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31019         (gst_speexdec_sinkconnect):
31020         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31021         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31022         (gst_vorbisfile_new_link):
31023         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31024         (gst_ac3parse_chain):
31025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31026         (gst_asf_demux_setup_pad):
31027         * gst/auparse/gstauparse.c: (gst_auparse_init),
31028         (gst_auparse_chain):
31029         * gst/id3/gstid3types.c: (gst_id3types_loop):
31030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31031         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31032         (mp1videoparse_parse_seq):
31033         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31034         (bpf_from_header):
31035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31036         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31037         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31038         (gst_mpeg_parse_send_data):
31039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31040         (gst_qtdemux_add_stream):
31041         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31042         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31043         (gst_wavparse_parse_fmt):
31044
31045 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31046
31047         * configure.ac:
31048           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31049           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31050           it therefore uses the wrong include paths. Too bad... Note
31051           that 1.6.1.93 is not release yet. ;).
31052           Also add a check for mplex, which is now using the lib'ified
31053           mplex from mjpegtools, too.
31054         * ext/ffmpeg/gstffmpegcodecmap.c:
31055           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31056           issues. I don't think ffmpeg handles 3ivx correctly, so this
31057           probably won't work. But it won't hurt either.
31058         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31059         (gst_ffmpegdec_chain):
31060         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31061         (gst_ffmpegenc_chain_audio):
31062           Fix memleak in audio encoding. Close codec if open fails, this
31063           calls the cleanup routines so we can re-use the context.
31064         * ext/mpeg2enc/gstmpeg2enc.cc:
31065           Fix pad template names/types, fix memory issue with getcaps().
31066         * ext/mpeg2enc/gstmpeg2encoder.cc:
31067         * ext/mpeg2enc/gstmpeg2encoder.hh:
31068           Fix compile issue with new caps system (const thingy).
31069         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31070         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31071           We read a first frame right on initing, so that we have a caps
31072           when we init the output. This caps is cached in padprivate and
31073           read as first frame.
31074         * ext/mplex/Makefile.am:
31075         * ext/mplex/gstmplex.cc:
31076         * ext/mplex/gstmplex.h:
31077         * ext/mplex/gstmplex.hh:
31078         * ext/mplex/gstmplexibitstream.cc:
31079         * ext/mplex/gstmplexibitstream.hh:
31080         * ext/mplex/gstmplexjob.cc:
31081         * ext/mplex/gstmplexjob.hh:
31082         * ext/mplex/gstmplexoutputstream.cc:
31083         * ext/mplex/gstmplexoutputstream.hh:
31084           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31085           had issues, didn't do capsnego, supported only a subset of the
31086           mplex features and required a mplex fork in our local CVS. Plus
31087           that it worked agaist a very old mplex version. Rewriting was
31088           faster than updating it.
31089         * gst-libs/ext/Makefile.am:
31090         * gst-libs/ext/mplex/INSTRUCT:
31091         * gst-libs/ext/mplex/Makefile.am:
31092         * gst-libs/ext/mplex/README:
31093         * gst-libs/ext/mplex/TODO:
31094         * gst-libs/ext/mplex/ac3strm_in.cc:
31095         * gst-libs/ext/mplex/audiostrm.hh:
31096         * gst-libs/ext/mplex/audiostrm_out.cc:
31097         * gst-libs/ext/mplex/aunit.hh:
31098         * gst-libs/ext/mplex/bits.cc:
31099         * gst-libs/ext/mplex/bits.hh:
31100         * gst-libs/ext/mplex/buffer.cc:
31101         * gst-libs/ext/mplex/buffer.hh:
31102         * gst-libs/ext/mplex/fastintfns.h:
31103         * gst-libs/ext/mplex/format_codes.h:
31104         * gst-libs/ext/mplex/inputstrm.cc:
31105         * gst-libs/ext/mplex/inputstrm.hh:
31106         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31107         * gst-libs/ext/mplex/mjpeg_logging.cc:
31108         * gst-libs/ext/mplex/mjpeg_logging.h:
31109         * gst-libs/ext/mplex/mjpeg_types.h:
31110         * gst-libs/ext/mplex/mpastrm_in.cc:
31111         * gst-libs/ext/mplex/mpegconsts.cc:
31112         * gst-libs/ext/mplex/mpegconsts.h:
31113         * gst-libs/ext/mplex/mplexconsts.hh:
31114         * gst-libs/ext/mplex/multplex.cc:
31115         * gst-libs/ext/mplex/outputstream.hh:
31116         * gst-libs/ext/mplex/padstrm.cc:
31117         * gst-libs/ext/mplex/padstrm.hh:
31118         * gst-libs/ext/mplex/stillsstream.cc:
31119         * gst-libs/ext/mplex/stillsstream.hh:
31120         * gst-libs/ext/mplex/systems.cc:
31121         * gst-libs/ext/mplex/systems.hh:
31122         * gst-libs/ext/mplex/vector.cc:
31123         * gst-libs/ext/mplex/vector.hh:
31124         * gst-libs/ext/mplex/videostrm.hh:
31125         * gst-libs/ext/mplex/videostrm_in.cc:
31126         * gst-libs/ext/mplex/videostrm_out.cc:
31127         * gst-libs/ext/mplex/yuv4mpeg.cc:
31128         * gst-libs/ext/mplex/yuv4mpeg.h:
31129         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31130         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31131           We don't fork mjpegtools' mplex in our CVS anymore.
31132         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31133         (gst_avi_demux_add_stream):
31134         * gst/avi/gstavidemux.h:
31135           Add getcaps() function for proper caps nego. This makes some
31136           parts of AVI playback/reading work.
31137         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31138           Resize window on new capsnego. This is probably wrong, but
31139           I'm still committing it because with current capsnego, the
31140           first successfull capsnego is auto-fixated, therefore rounded
31141           down to the lowest values in the caps. this results in a 16x16
31142           XWindow that is not reized when real capsnego finishes.
31143           Dave, I see more cases of this, do you know a proper solution?
31144         * tools/gst-launch-ext.in:
31145           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31146
31147 2003-12-31  David Schleef  <ds@schleef.org>
31148
31149         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31150         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31151           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31152
31153 2003-12-30  David Schleef  <ds@schleef.org>
31154
31155         * ext/ffmpeg/gstffmpegcolorspace.c:
31156         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31157         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31158         (gst_ffmpegcsp_chain): Negotiation fixes
31159         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31161         (gst_audio_convert_link), (gst_audio_convert_channels):
31162         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31163         (gst_audioscale_link), (gst_audioscale_get_buffer),
31164         (gst_audioscale_chain): Negotiation fixes
31165         * gst/audioscale/gstaudioscale.h:
31166         * gst/videofilter/gstvideofilter.c:
31167         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31168         (gst_videofilter_link), (gst_videofilter_init),
31169         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31170         (gst_videofilter_find_format_by_structure):
31171         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31172         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31173         (gst_videoscale_link):
31174         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31175         (videoscale_find_by_structure), (gst_videoscale_setup):
31176         * gst/videoscale/videoscale.h: Negotiation fixes
31177         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31178         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31179         function, restrict resizing to a multiple of 4 (hack until
31180         everyone supports odd sizes correctly).
31181
31182 2003-12-29  Colin Walters  <walters@verbum.org>
31183
31184         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31185         signed.
31186
31187 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31188
31189         * ext/sndfile/gstsf.c: (gst_sf_loop):
31190           Fix warning about discarding const qualifier
31191
31192 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31193
31194         * gst/cutter/gstcutter.c:
31195         * gst/videoscale/gstvideoscale.c:
31196         * gst/volenv/gstvolenv.c:
31197         * gst-libs/gst/audio/audio.c:
31198         * gst-libs/gst/video/video.c:
31199           Fix warnings
31200
31201 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31202
31203         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31204           Don't send ALSA debugging to stderr.
31205         * ext/alsa/gstalsa.h:
31206           Use GST_WARNING instead of g_warning when ALSA functions fail.
31207
31208 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31209
31210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31211           Free XVAdapterInfo correctly.
31212
31213 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31214
31215         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31216         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31217           Make id3tag use correct caps nego.
31218
31219 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31220
31221         * ext/ivorbis/vorbis.c:
31222         * ext/ivorbis/vorbisenc.h:
31223         * ext/ivorbis/vorbisfile.c:
31224           Modify so that it uses the new caps things
31225
31226 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31227
31228         * testsuite/spider/spider1.c: (main):
31229         * testsuite/spider/spider2.c: (main):
31230         * testsuite/spider/spider3.c: (main):
31231           Make tests compile again. They probably don't work.
31232
31233 2003-12-24  Colin Walters  <walters@verbum.org>
31234
31235         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31236         we can't fixate the caps anymore.
31237
31238 2003-12-23  David Schleef  <ds@schleef.org>
31239
31240         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31241         * sys/oss/gstosssink.c: (gst_osssink_init),
31242         (gst_osssink_sink_fixate): Add fixate function.
31243
31244 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31245
31246         * ext/ffmpeg/gstffmpegcodecmap.c:
31247         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31248         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31249         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31250         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31251         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31252         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31253         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31254           fix typo in RGB masks, and move back to "old" colorspace
31255           capsnego code until whoever wrote this new crap has actually
31256           tested it so that it works.
31257           And yes, this works, keep it that way please.
31258
31259 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31260
31261         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31262         (gst_divxdec_init), (gst_divxdec_negotiate):
31263         * ext/divx/gstdivxdec.h:
31264         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31265         (gst_divxenc_init):
31266         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31267         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31268         * ext/mpeg2enc/gstmpeg2enc.cc:
31269         * ext/mpeg2enc/gstmpeg2encoder.cc:
31270         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31271         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31272         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31273         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31274         (dxr3spusink_init):
31275         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31276         (dxr3videosink_init):
31277           Fix caps breakage after Dave's caps branch merge.
31278
31279 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31280
31281         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31282           Fix for 24bpp display.
31283
31284 2003-12-23  Colin Walters  <walters@verbum.org>
31285
31286         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31287         a GnomeVFSHandle directly.
31288
31289 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31290
31291         * gst/volume/Makefile.am:
31292         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31293         (volume_base_init), (volume_init):
31294           Reenable volume element and fix to work with new caps stuff.
31295           Rhythmbox needs this.
31296
31297 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31298
31299         * gst/qtdemux/qtdemux.c: (plugin_init):
31300           qtdemux requires bytestream
31301
31302 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31303
31304         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31305           Fix remaining caps handling errors due to CAPS merge.
31306
31307 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31308
31309         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31310         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31311         (gst_faad_srcconnect):
31312           Port to new caps system.
31313
31314 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31315
31316         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31317         (got_video_size), (main): using g_print instead of g_message.
31318         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31319         signal which was not emitted because of "switch" element added to the
31320         bin but not connected. (Removing from the bin temporarily)
31321
31322 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31323
31324         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31325         find X development files. I don't understand the previous tests and
31326         they fail on my debian/ppc unstable. This one works.
31327         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31328         exiting.
31329         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31330         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31331         (gst_play_set_visualization): Add some safety checks in set_ methods
31332         and state_change. This was throwing some ugly CRITICAL messages when
31333         pipeline was getting disposed and casts were failing.
31334
31335 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31336
31337         * configure.ac:
31338           Improve mpeg2enc detection. This is for distributions that do
31339           ship mjpegtools, but without mpeg2enc. Also does object check
31340           for might there ever be ABI incompatibility.
31341         * ext/mpeg2enc/gstmpeg2enc.cc:
31342           Add Andrew as second maintainer (he's helping me), and also add
31343           an error if no caps was set. This happens if I pull before capsnego
31344           and that's something I should solve sometime else.
31345         * gst/matroska/matroska-demux.c:
31346         (gst_matroska_demux_parse_blockgroup):
31347           Fix time parsing.
31348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31349         (gst_matroska_mux_track_header):
31350           Add caps to templates.
31351         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31352           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31353         * gst/mpegstream/gstmpegdemux.c:
31354           Remove layer since it causes warnings about unfixed caps.
31355         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31356           Fix obvious typo (we error out if caps were set, we should of
31357           course error out if *no* caps were set).
31358         * sys/oss/gstosselement.c: (gst_osselement_convert):
31359           Fix format conversion, we confused bits/bytes.
31360         * sys/oss/gstosselement.h:
31361           Improve documentation for 'bps'.
31362         * sys/v4l/TODO:
31363           Remove stuff about plugins that need removing - this was done
31364           ages ago.
31365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31366         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31368         (gst_v4lsrc_src_query):
31369         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31370         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31371           Add get_query_types(), get_formats() and query() functions.
31372
31373 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31374
31375         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31376           * moved CVS to freedesktop.org