gst-libs/gst/tag/gstid3tag.c: Add read support for GST_TAG_MUSICBRAINZ_SORTNAME ...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-09  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/tag/gstid3tag.c:
4         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5         Fixes #414496.
6
7 2007-03-09  Wim Taymans  <wim@fluendo.com>
8
9         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
11         Improve adapter usage and comments.
12
13 2007-03-09  Wim Taymans  <wim@fluendo.com>
14
15         * ext/pango/gsttextrender.c: (gst_text_render_chain):
16         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
17         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
18         Use new metadata copy function.
19
20         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21         (gst_ffmpegcsp_transform):
22         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
23         Basetransform copied the metadata for us.
24
25 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
28         (gst_text_overlay_video_event):
29           Some more logging. Only accept newsegment events in TIME format and
30           send a WARNING message if they are not in TIME format.
31
32         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
33         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
34         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
35         * gst/subparse/gstsubparse.h:
36           No need to allocate GstSegment structure dynamically, just put it
37           into the instance structure; ignore newsegment events in BYTE
38           format and in particular don't let it overwrite our saved TIME
39           segment from the last seek.
40
41 2007-03-09  Michael Smith  <msmith@fluendo.com>
42
43         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
44           Replace AC3 typefinder with one that isn't terrible, and actually
45           works usefully.
46
47 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
48
49         * gst/audioconvert/gstaudioconvert.c:
50         (gst_audio_convert_transform):
51           fix error category and translatable string
52           
53
54 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
55
56         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
57         * pkgconfig/gstreamer-plugins-base.pc.in:
58           Fix up utils => pbutils here too.
59
60 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * gst/subparse/gstsubparse.c: (handle_buffer):
63           Break out of loop in chain function as soon as possible if we get
64           a non-OK flow return.
65
66 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
67
68         * tests/check/elements/alsa.c: (GST_START_TEST):
69         Unref the mixer if the state change fails too (if the
70         alsa devices are inaccessible, for example)
71
72 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
73
74         * tests/check/Makefile.am:
75         Don't test libvisual elements in the states check, because libvisual
76         seems to leak internally.
77
78         Re-enable the alsa and states tests now that there's new suppressions
79         in gst.supp.
80
81         * tests/check/elements/alsa.c: (GST_START_TEST):
82         Don't leak the alsamixer we instantiated.
83
84 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
85
86         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
87         (gst_ximagesink_change_state), (gst_ximagesink_reset),
88         (gst_ximagesink_finalize):
89         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
90         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
91         Move some cleanup stuff from the state change handler into a _reset()
92         function that can be called from _finalize(). This ensures that things
93         get freed even if (for some reason) the NULL->READY state transition
94         fails in the parent class.
95         Even if a parent state change fails, process our downward state change
96         logic instead of bailing out early.
97         Free the correct xcontext pointer in ximagesink's xcontext_clear.
98
99 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
100
101         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
102         Extra log line.
103
104         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
105         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
106         Use pango_font_description_set_family_static instead of 
107         pango_font_description_set_family to save a string copy (it was
108         leaking due to the strdup anyway)
109
110         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
111         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
112         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
113         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
114         Chain up in finalize.
115
116 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * gst-libs/gst/interfaces/mixertrack.c:
119         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
120         (gst_mixer_track_set_property):
121           API: add "untranslated-label" property which should be set by
122           implementations at construct time (#414645).
123
124         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
125         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
126           Set "untranslated-label" when constructing mixer track objects.
127
128         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
129           Unit test to check the above.
130
131 2007-03-07  Wim Taymans  <wim@fluendo.com>
132
133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
134         Fix confusing debug message.
135
136 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
137
138         * gst-plugins-base.doap:
139         update doap file with new version
140
141 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
142
143         * configure.ac:
144         Back to CVS
145
146 === release 0.10.12 ===
147
148 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
149
150         * configure.ac:
151           releasing 0.10.12, "Zombie Horde"
152
153 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * configure.ac:
156         Bump version to 0.10.11.4 pre-release
157
158 2007-03-06  Wim Taymans  <wim@fluendo.com>
159
160         * gst-libs/gst/audio/gstbaseaudiosink.c:
161         (gst_base_audio_sink_async_play):
162         Fix regression that made GStreamer skip the first samples of audio.
163         Fixes #414684.
164
165 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
166
167         * configure.ac:
168         Bump version to 0.10.11.3 pre-release
169
170 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
171
172         * po/POTFILES.in:
173           Update paths for the rename from utils to pbutils to fix the build.
174
175 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
176
177         * gst-libs/gst/pbutils/Makefile.am:
178           Change directory to install headers in from gst/utils to gst/pbutils
179           as well.
180
181 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
182
183         * configure.ac:
184         * docs/libs/gst-plugins-base-libs-docs.sgml:
185         * docs/libs/gst-plugins-base-libs-sections.txt:
186         * gst-libs/gst/Makefile.am:
187         * gst-libs/gst/interfaces/mixer.c:
188         * gst-libs/gst/pbutils/Makefile.am:
189         * gst-libs/gst/pbutils/descriptions.c:
190         (gst_pb_utils_get_source_description),
191         (gst_pb_utils_get_sink_description),
192         (gst_pb_utils_get_decoder_description),
193         (gst_pb_utils_get_encoder_description),
194         (gst_pb_utils_get_element_description),
195         (gst_pb_utils_add_codec_description_to_tag_list),
196         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
197         * gst-libs/gst/pbutils/descriptions.h:
198         * gst-libs/gst/pbutils/install-plugins.c:
199         * gst-libs/gst/pbutils/install-plugins.h:
200         * gst-libs/gst/pbutils/missing-plugins.c:
201         (gst_missing_uri_source_message_new),
202         (gst_missing_uri_sink_message_new),
203         (gst_missing_element_message_new),
204         (gst_missing_decoder_message_new),
205         (gst_missing_encoder_message_new),
206         (gst_missing_plugin_message_get_description):
207         * gst-libs/gst/pbutils/missing-plugins.h:
208         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
209         * gst-libs/gst/pbutils/pbutils.h:
210         * gst-libs/gst/utils/Makefile.am:
211         * gst-libs/gst/utils/base-utils.c:
212         * gst-libs/gst/utils/base-utils.h:
213         * gst-libs/gst/utils/descriptions.c:
214         * gst-libs/gst/utils/descriptions.h:
215         * gst-libs/gst/utils/install-plugins.c:
216         * gst-libs/gst/utils/install-plugins.h:
217         * gst-libs/gst/utils/missing-plugins.c:
218         * gst-libs/gst/utils/missing-plugins.h:
219         * gst-plugins-base.spec.in:
220         * gst/playback/Makefile.am:
221         * gst/playback/gstdecodebin.c:
222         * gst/playback/gstdecodebin2.c:
223         * gst/playback/gstplaybasebin.c: (setup_subtitle),
224         (gen_source_element):
225         * gst/playback/gstplaybin.c: (plugin_init):
226         * tests/check/Makefile.am:
227         * tests/check/libs/pbutils.c: (GST_START_TEST),
228         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
229         * tests/check/libs/utils.c:
230           rename utils to pbutils
231
232 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
233
234         * docs/plugins/Makefile.am:
235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
236         * docs/plugins/gst-plugins-base-plugins-sections.txt:
237         * docs/plugins/inspect/plugin-decodebin2.xml:
238         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
239         Add documentation for decodebin2 that indicates that the API
240         is still unstable.
241
242 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
243
244         * configure.ac:
245         Update to 0.10.11.2 (0.10.12 pre-release)
246
247 2007-03-01  Wim Taymans  <wim@fluendo.com>
248
249         * gst-libs/gst/audio/gstbaseaudiosink.c:
250         (gst_base_audio_sink_async_play):
251         base time is irrelevant here.
252
253 2007-03-01  Wim Taymans  <wim@fluendo.com>
254
255         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
256         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
257         Improve debugging.
258
259         * gst-libs/gst/audio/gstbaseaudiosink.c:
260         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
261         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
262         Improve latency and clock slaving calculations.
263         Improve slave clock calibration.
264
265         * gst-libs/gst/audio/gstringbuffer.c:
266         (gst_ring_buffer_commit_full):
267         When we are asked to render N sample to 0 bytes, return N.
268
269 2007-03-01  Wim Taymans  <wim@fluendo.com>
270
271         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
272         (gst_alsasink_write), (gst_alsasink_reset):
273         * ext/alsa/gstalsasink.h:
274         Remove unused dispose function.
275         Rename lock to not interfere with alsasrc lock.
276
277         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
278         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
279         (gst_alsasrc_read), (gst_alsasrc_reset):
280         * ext/alsa/gstalsasrc.h:
281         Implement finalize function.
282         Use lock to protect alsa access.
283         Implement _reset.
284         Fine tune sw params.
285
286 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
287
288         * configure.ac:
289           Convert to new AG_GST style.
290
291 2007-02-28  Wim Taymans  <wim@fluendo.com>
292
293         Patch by: Ed Catmur <ed at catmur dot co dot uk>
294
295         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
296         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
297         Fix race condition when rapidly switching visualisations in playbin.
298         Fixes #401029.
299
300 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
301
302         * tests/check/Makefile.am:
303         Include local stuff before system installed things in LDFLAGS and
304         CFLAGS.
305
306 2007-02-28  Wim Taymans  <wim@fluendo.com>
307
308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
309         Improve debugging.
310
311 2007-02-28  Wim Taymans  <wim@fluendo.com>
312
313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
314         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
315         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
316         Fix duration and timestamping, taking latency into account.
317         Implement latency query.
318
319 2007-02-28  Wim Taymans  <wim@fluendo.com>
320
321         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
322         (gst_audio_clock_new):
323         Fix clock name.
324
325         * gst-libs/gst/audio/gstbaseaudiosink.c:
326         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
327         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
328         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
329         (gst_base_audio_src_create):
330         Improve latency query code.
331         Use proper clock names.
332
333 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
334
335         * tests/check/generic/states.c: (GST_START_TEST):
336           Copy the states.c test from core again
337         * tests/check/Makefile.am:
338           ignore cdio and cdparanoiasrc
339
340 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
341
342         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
343         (double_hq), (audio_convert_get_func_index), (check_default),
344         (audio_convert_prepare_context), (audio_convert_convert):
345           Also make valgrind happy and avoid copying data in some cases.
346
347 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
348
349         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
350         (double_hq), (audio_convert_get_func_index),
351         (audio_convert_prepare_context), (audio_convert_convert):
352         * gst/audioconvert/gstaudioconvert.c:
353         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
354         (gst_audio_convert_transform_caps):
355         * tests/check/elements/audioconvert.c: (GST_START_TEST),
356         (audioconvert_suite):
357           Don't run inplace if that overwrites source data as we go. Add more
358           tests. Fixes #339837 even more.
359
360 2007-02-27  Julien MOUTTE  <julien@moutte.net>
361
362         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
363         (msg_segment_done): Fix various seeking bugs (Slider was not
364         updating when doing a non flushing seek, Reverse playback 
365         on segment seek was wrong).
366
367 2007-02-26  Wim Taymans  <wim@fluendo.com>
368
369         * tests/examples/seek/seek.c: (stop_seek):
370         When we stop scrubbing, don't leave the pipeline PLAYING when we
371         requested a PAUSED state.
372
373 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
374
375         Patch by: René Stadler <mail at renestadler de>
376
377         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
378           Parse date strings in vorbis comments that have an invalid (zero)
379           month or day (#410396).
380
381         * tests/check/libs/tag.c: (GST_START_TEST):
382           Test case for the above.
383
384 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
385
386         Patch by: Loïc Minier <lool+gnome at via ecp fr>
387
388         * configure.ac:
389         * ext/alsa/Makefile.am:
390         * gst/audiotestsrc/Makefile.am:
391           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
392
393 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
394
395         * gst/playback/gstplaybin.c:
396           Improve docs: point out that the application needs to assist playbin
397           with buffering.
398
399 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
400
401         * gst-libs/gst/utils/install-plugins.c:
402         * gst-libs/gst/utils/missing-plugins.c:
403         * tests/check/libs/utils.c: (missing_msg_check_getters):
404           Change GStreamer marker prefix in detail string from 'gstreamer.net'
405           to just 'gstreamer'. Document the caps string component of the
406           decoder/encoder detail a bit better, since not everyone will be
407           familiar with the GStreamer media type/caps system (but they better
408           enjoy nested itemized lists).
409
410 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * gst-libs/gst/netbuffer/gstnetbuffer.c:
413         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
414           Fix copying of GstNetBuffer (would crash before, or at least lead to
415           invalid memory access, #410772), for now by copying the GstBuffer copy
416           code from the core over here so we can copy the GstBuffer fields on a
417           provided buffer instance (of type GstNetBuffer in this case). Would be
418           better to fix this with some support by the core though (and in the long
419           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
420
421         * tests/check/Makefile.am:
422           Enable unit test for GstNetBuffer.
423
424 2007-02-22  Andy Wingo  <wingo@pobox.com>
425
426         * gst-libs/gst/audio/gstbaseaudiosink.c
427         (gst_base_audio_sink_init): Disable pull-mode activation until we
428         figure out how to make audio sinks go to PLAYING.
429
430 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
431
432         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
433         (double_hq), (audio_convert_get_func_index),
434         (audio_convert_prepare_context), (audio_convert_convert):
435         * gst/audioconvert/audioconvert.h:
436         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
437         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
438         * gst/audioconvert/gstchannelmix.h:
439         * tests/check/elements/audioconvert.c: (GST_START_TEST):
440           Add float as an intermediate format, as well as float mixing. Enable
441           test that was failing before. Fixes #339837
442
443 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
444
445         * tests/examples/seek/seek.c: (do_seek):
446         Undo the previous commit: -1 as a stop time implies that the stop
447         time is the end of file, clearing any previously configured segment.
448
449 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
450
451         * tests/examples/seek/seek.c: (do_seek):
452         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
453
454 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
455
456         * gst/volume/gstvolume.c: (volume_process_int16),
457         (volume_process_int16_clamp), (volume_set_caps):
458           Unbreak volume, value remains gint.
459
460 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
461
462         * gst/volume/gstvolume.c: (volume_choose_func),
463         (volume_update_real_volume), (gst_volume_set_volume),
464         (gst_volume_init), (volume_process_double), (volume_process_float),
465         (volume_process_int16), (volume_process_int16_clamp),
466         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
467         * gst/volume/gstvolume.h:
468           Extend float audio support (double) and some int->uint cleanups.
469
470 2007-02-20  Edward Hervey  <edward@fluendo.com>
471
472         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
473         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
474         (sort_end_pads), (gst_decode_group_expose),
475         (gst_decode_group_hide):
476         Don't free groups from the streaming threads. Just put them aside and
477         free them in dispose.
478
479 2007-02-20  Edward Hervey  <edward@fluendo.com>
480
481         * gst/playback/gstdecodebin2.c: (connect_element),
482         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
483         (sort_end_pads), (gst_decode_group_expose):
484         Handle dynamic pads within groups.
485         Sort pads before exposing them in order to make playbin happy.
486         There still is a race with the multiqueue filling up. This should be
487         solved separately.
488         Fixes #398721
489
490 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * gst-libs/gst/utils/base-utils.c:
493         * gst-libs/gst/utils/descriptions.c:
494         * gst-libs/gst/utils/install-plugins.c:
495         * gst-libs/gst/utils/missing-plugins.c:
496           Some more docs (and descriptions for two subtitle formats).
497
498 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * gst-libs/gst/audio/audio.c:
501           Fix documentation.
502
503 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
504
505         Patch by: Yves Lefebvre  <ivanohe abacom com>
506
507         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
508           Don't leak caps. Fixes #408278.
509
510 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
511
512         * ext/cdparanoia/gstcdparanoiasrc.h:
513         * ext/ogg/gstoggdemux.h:
514         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
515         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
516         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
517         * gst-libs/gst/audio/audio.h:
518         * gst-libs/gst/audio/gstaudiofilter.h:
519         * gst-libs/gst/interfaces/videoorientation.h:
520         * gst/adder/gstadder.h:
521           More docs coverage and some ChangeLog surgery (add missing names)
522
523 2007-02-15  Wim Taymans  <wim@fluendo.com>
524
525         * sys/ximage/ximagesink.c:
526         (gst_ximagesink_calculate_pixel_aspect_ratio):
527         * sys/xvimage/xvimagesink.c:
528         (gst_xvimagesink_calculate_pixel_aspect_ratio):
529         Small constifications.
530
531 2007-02-15  Wim Taymans  <wim@fluendo.com>
532
533         * gst-libs/gst/audio/gstbaseaudiosink.c:
534         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
535         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
536         (gst_base_audio_sink_async_play),
537         (gst_base_audio_sink_change_state):
538         Answer latency query.
539         Use configured latency when syncing.
540         Fix clock slaving.
541
542         * gst-libs/gst/audio/gstbaseaudiosrc.c:
543         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
544         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
545         Fix possible memleak.
546         Implement latency query.
547         Small cleanups.
548
549 2007-02-15  Wim Taymans  <wim@fluendo.com>
550
551         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
552         Ignore errors in reset, these are not fatal. They also grab the element
553         lock which is already taking when this function is called. Fixes
554         #405451.
555
556 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
557
558         * configure.ac:
559           Remove 'tests/examples/xerror/Makefile' from output files again.
560
561 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
562
563         * configure.ac:
564         * docs/plugins/Makefile.am:
565           Also crossref against gst-plugins-base-libs.
566
567 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
568
569         * configure.ac:
570         * docs/libs/Makefile.am:
571         * docs/plugins/Makefile.am:
572           Add crossreferences to glib/gobject/gstream docs.
573
574         * gst-libs/gst/audio/audio.h:
575           Source formatting.
576
577         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
578           Add own debug category.
579
580 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
581
582         Patch by: René Stadler <mail at renestadler de>
583
584         * gst-libs/gst/tag/gstvorbistag.c:
585           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
586           (#403597).
587
588 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
589
590         * gst/playback/gstplaybasebin.c: (setup_source):
591           When we have external subtitles and wait for the subtitle decodebin
592           to get up and running, we set up a (sync) bus handler for the
593           subtitle decodebin, so we can stop waiting when it posts an error
594           message. However, we should do that before we set the subtitle
595           decodebin's state to playing, otherwise things are racy and we might
596           miss error messages posted before we had a chance to set up the bus.
597           This should finally fix totem hanging on .txt pseudo-subtitle files.
598           
599 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
600
601         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
602           Use gst_gdouble_to_guint64 for conversions.
603         * win32/common/config.h.in:
604           Add a define for GST_INSTALL_PLUGINS_HELPER
605         * win32/common/libgstaudio.def:
606         * win32/common/libgstcdda.def:
607         * win32/common/libgstnetbuffer.def:
608         * win32/common/libgstrtp.def:
609         * win32/common/libgutils.def:
610           Add new exported functions.
611         * win32/vs6/gst_plugins_base.dsw:
612         * win32/vs6/libgstdecodebin.dsp:
613         * win32/vs6/libgstnetbuffer.dsp:
614         * win32/vs6/libgstplaybin.dsp:
615         * win32/vs6/libgstrtp.dsp:
616         * win32/vs6/libgstvorbis.dsp:
617         * win32/vs6/libgstcdda.dsp:
618         * win32/vs6/libgstgdp.dsp:
619         * win32/vs6/libgstutils.dsp:
620           Update and add new project files.
621
622 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
623
624         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
625         (subrip_remove_unhandled_tags), (parse_subrip):
626           For SubRip (.srt) subtitles, ignore all markup tags we don't
627           handle (like font tags, for example).
628
629         * tests/check/elements/subparse.c:
630           Add test for this.
631
632 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst/playback/gstdecodebin.c: (add_fakesink),
635         (gst_decode_bin_change_state):
636         * gst/playback/gstdecodebin2.c: (add_fakesink),
637         (gst_decode_bin_change_state):
638           Don't error out if there is no fakesink in the NULL to READY state
639           change, since when decodebin is re-used, we're only adding the
640           fakesink element in READY to PAUSED.
641
642         * tests/check/elements/decodebin.c:
643         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
644         (decodebin_suite):
645           Minimal unit test to make sure we can use the same decodebin
646           instance twice (at least with audiotestsrc input).
647
648 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
649
650         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
651           Try to get devic-name from device string first, and from handle only
652           as fallback (seems to yield better results and is more robust
653           against buggy probing code on the application side).
654
655 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
656
657         Based on patch by: Julien Puydt <julien.puydt at laposte net>
658
659         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
660         (gst_alsa_find_device_name):
661         * ext/alsa/gstalsa.h:
662         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
663         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
664           Improve device-name detection a bit, especially in the case where
665           the device is not actually open (#405020, #405024). Move common code
666           into gstalsa.c instead of duplicating it.
667
668 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * gst/audioconvert/gstaudioconvert.c:
671           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
672
673 2007-02-06  Julien MOUTTE  <julien@moutte.net>
674
675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
676         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
677         (gst_xvimagesink_interface_supported),
678         (gst_xvimagesink_probe_get_properties),
679         (gst_xvimagesink_probe_probe_property),
680         (gst_xvimagesink_probe_needs_probe),
681         (gst_xvimagesink_probe_get_values),
682         (gst_xvimagesink_property_probe_interface_init),
683         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
684         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
685         (gst_xvimagesink_get_type):
686         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
687         for XVAdaptors so that one can choose the adaptor to use with 
688         gstreamer-properties.
689
690 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
691
692         * gst/audioconvert/gstaudioconvert.c:
693           Also mention that a conversion from double to float is suboptimal still.
694
695 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * gst-libs/gst/audio/gstaudiofilter.c:
698         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
699           Clear our formats structure and free the caps contained in it when
700           shutting down.
701
702 2007-02-05  Andy Wingo  <wingo@pobox.com>
703
704         * gst-libs/gst/audio/gstbaseaudiosink.c
705         (gst_base_audio_sink_callback): Update basesink->offset so that we
706         pull monotonically increasing offsets instead of, um, seeking back
707         to 0 each time. Fixes alsasrc ! alsasink!
708
709 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * gst/videoscale/gstvideoscale.c:
712           A width and height of 1 makes us crash, so increase minimum size to
713           2x2 pixels until someone feels like fixing this (#404512).
714
715 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
718           Add small test to make sure request pads are cleaned up properly
719           even if oggmux never changes state out of NULL.
720
721 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * tests/check/libs/utils.c: (GST_START_TEST):
724           Fix unit test. Turns out things work much better when you
725           NULL-terminate string arrays. Should make p5 build bot happy again.
726
727 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
728
729         * gst-libs/gst/audio/Makefile.am:
730         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
731         (gst_audio_filter_template_base_init),
732         (gst_audio_filter_template_class_init),
733         (gst_audio_filter_template_init),
734         (gst_audio_filter_template_set_property),
735         (gst_audio_filter_template_get_property),
736         (gst_audio_filter_template_setup),
737         (gst_audio_filter_template_filter),
738         (gst_audio_filter_template_filter_inplace), (plugin_init):
739           Oops, forgot to commit fixed-up example.
740
741 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * docs/libs/gst-plugins-base-libs-sections.txt:
744         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
745         (gst_audio_filter_class_init), (gst_audio_filter_init),
746         (gst_audio_filter_set_caps),
747         (gst_audio_filter_class_add_pad_templates):
748         * gst-libs/gst/audio/gstaudiofilter.h:
749           Port GstAudioFilter to 0.10. This change technically breaks
750           API and ABI (and thus also every library developer's heart),
751           but seems justifiable on the grounds that the base class was
752           completely unusable before (ie. would crash immediately when
753           actually used). Fixes #403963 (and eventually also #403572).
754           Also document all of this a bit.
755
756 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst-libs/gst/utils/install-plugins.c:
759         (gst_install_plugins_spawn_child):
760         * tests/check/libs/utils.c:
761         (test_base_utils_install_plugins_do_callout):
762           Lowering log level to see why things fail on the p5 build bot;
763           fix some typos in unit test messages.
764
765 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * tests/check/libs/utils.c:
768         (test_base_utils_install_plugins_do_callout):
769           Don't hard-code temp directory for test helper; use GLib functions
770           to write out file and do error checking etc.
771
772 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
773
774         * gst-libs/gst/utils/Makefile.am:
775         * gst-libs/gst/utils/base-utils.h:
776         * gst-libs/gst/utils/install-plugins.c:
777         (gst_install_plugins_context_set_xid),
778         (gst_install_plugins_context_new),
779         (gst_install_plugins_context_free),
780         (gst_install_plugins_get_helper),
781         (gst_install_plugins_spawn_child),
782         (gst_install_plugins_return_from_status),
783         (gst_install_plugins_installer_exited),
784         (gst_install_plugins_async), (gst_install_plugins_sync),
785         (gst_install_plugins_return_get_name),
786         (gst_install_plugins_installation_in_progress):
787         * gst-libs/gst/utils/install-plugins.h:
788           API: add API for applications to initiate installation of missing
789           plugins, ie. gst_install_plugins_async() primarily.
790           Based on libgimme-codec by Ryan Lortie.
791
792         * configure.ac:
793           Add --with-install-plugins-helper configure option so distros can specify
794           the path of the helper script or program to call when plugin installation
795           is requested (distros: please do any argument munging in this helper
796           script instead of patching GStreamer to pass arguments differently
797           to another program directly).
798
799         * docs/libs/gst-plugins-base-libs-docs.sgml:
800         * docs/libs/gst-plugins-base-libs-sections.txt:
801           Build and document new API.
802
803         * tests/check/libs/utils.c: (result_cb),
804         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
805         (libgstbaseutils_suite):
806           Some simple checks for the new API.
807
808 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * tests/check/elements/audioconvert.c: (test_float_conversion):
811           Add small test for 32bit float <=> 64bit float conversion (works
812           only one way so far, 32=>64 produces structured noise).
813
814 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
815
816         * gst/audioconvert/gstaudioconvert.c:
817         (set_structure_widths_32_and_64), (make_lossless_changes):
818           We don't support floats with a width of 40, 48 or 56 bits.
819
820 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
821
822         * gst/audioconvert/audioconvert.c: (float), (double),
823         (audio_convert_get_func_index):
824         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
825         (make_lossless_changes):
826           Support for 64-bit float audio in audioconvert (#339837)
827
828 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
829
830         Patch by: Holger Wansing  <linux wansing-online de>
831
832         * po/LINGUAS:
833         * po/de.po:
834           Add German translation (#352069).
835
836 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
837
838         reviewed by: Wim Taymans <wim@fluendo.com>
839
840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
841         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
842         Use newly added GstCollectPads API to free the allocated resources in
843         the GstOggPad structures (#402393).
844
845 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
846
847         * gst/playback/gstplaybin.c: (gen_vis_element):
848           Add audioresample+audioconvert in front of the visualisation
849           element, so that elements like libvisual 0.4 that don't support all
850           samplerates can work.
851
852           Fixes: #402505
853
854 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
855
856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
857         (gst_play_base_bin_get_streaminfo_value_array):
858           Take some locks and make a copy of the streaminfo value array we
859           maintain while holding the lock, so that the application can
860           retrieve the stream-info as a value array in a thread-safe way.
861
862 2007-01-30  Wim Taymans  <wim@fluendo.com>
863
864         * gst/audioconvert/gstaudioconvert.c:
865         Don't fail on 0 sized buffers. Fixes #396835.
866
867 2007-01-29  David Schleef  <ds@schleef.org>
868
869         * gst/typefind/gsttypefindfunctions.c:
870           Detect BBCD as video/x-dirac, so we can play raw dirac
871           streams.
872
873 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * ext/theora/theoraenc.c: (theora_enc_chain):
876           Check return value of theora_encode_header(), or we might try to
877           allocate a random number of bytes. theora_encode_header() can fail
878           if libtheora has been compiled with encoding support disabled.
879           Fixes #398110.
880
881 2007-01-29  Wim Taymans  <wim@fluendo.com>
882
883         * tests/check/gst/.cvsignore:
884         Do as buildbot says.
885
886 2007-01-29  Wim Taymans  <wim@fluendo.com>
887
888         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
889         Fix strides in libvisual. Gst uses X strides.
890         Inspired by: <ed at catmur dot co dot uk> and 
891         <tim at centricular dot net>
892         Fixes #401118.
893
894 2007-01-27  Wim Taymans  <wim@fluendo.com>
895
896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
897         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
898         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
899         (gst_ogg_demux_perform_seek),
900         (gst_ogg_demux_bisect_forward_serialno),
901         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
902         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
903         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
904         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
905         * ext/ogg/gstoggdemux.h:
906         Properly propagate streaming errors when we are scanning the file for
907         chains so that we don't crash when shut down. Might fix some crashers
908         when quickly switching oggs in RB such as #332503 and #378436.
909
910 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
913           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
914           error code as well.
915
916 2007-01-25  Wim Taymans  <wim@fluendo.com>
917
918         * gst/playback/gstplaybasebin.c: (remove_source):
919         Don't try to disconnect a signal from a finalized object.
920
921 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
924           Cast lock macro parameters to make sure we're actually accessing the
925           lock member at the right class level. Free list itself in _dispose()
926           as well and NULL it in case dispose gets called multiple times.
927
928 2007-01-25  Edward Hervey  <edward@fluendo.com>
929
930         * gst/playback/gstdecodebin2.c:
931         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
932         Free GstDecodeGroups no longer used.
933         (gst_decode_group_expose):
934         Don't unlock too many times !
935         (deactivate_free_recursive):
936         Free iterator once we're done with it.
937         Fix for recursively deactivating elements (stop at ghostpads).
938
939 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst/playback/gstplaybin.c: (handoff):
942           Fix up caps on the frame buffer before we save it and potentially
943           make it accessible to other threads via g_object_get; also use
944           gst_buffer_replace() instead of gst_mini_object_replace().
945
946 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
947
948         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
949           Make getting the current frame thread-safe.
950
951 2007-01-25  Edward Hervey  <edward@fluendo.com>
952
953         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
954         (gst_decode_group_new), (gst_decode_group_free):
955         Set queues to bigger sizes to cope with HD contents.
956         Fix some mutex freeing and add comment about MT safe methods.
957
958 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
961         (gst_text_overlay_text_event):
962           Don't unnecessarily ref (and then leak) upstream events if the text
963           pad is not linked. Fixes #399948.
964
965         * tests/check/gst-plugins-base.supp:
966           Add suppression for pango on edgy/x86 for textoverlay test.
967
968 2007-01-24  Wim Taymans  <wim@fluendo.com>
969
970         * gst-libs/gst/rtp/gstrtpbuffer.h:
971         Add some more fixed payloads.
972
973 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
974
975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
976           Error out properly if we get an error from libogg while reading the
977           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
978
979 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
982           Don't leak mutex.
983
984         * tests/check/elements/playbin.c:
985         (test_sink_usage_video_only_stream),
986         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
987         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
988         (test_missing_suburisource_handler),
989         (test_missing_primary_decoder), (playbin_suite):
990           Run all tests once with decodebin and once with decodebin2.
991           One test does not pass yet with decodebin2.
992
993 2007-01-23  Edward Hervey  <edward@fluendo.com>
994
995         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
996         Fix the cases where oggmux doesn't properly figure out that all
997         sinkpads have gone EOS, and therefore doesn't push out the remaining
998         buffers and the final EOS event.
999         Fixes #363379
1000
1001 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1002
1003         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1005         Don't lock on navigation event push, just on keysym to string.
1006         Fixes #397673 again.
1007
1008 2007-01-22  Edward Hervey  <edward@fluendo.com>
1009
1010         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1011         (get_current_group), (group_demuxer_event_probe),
1012         (gst_decode_group_expose), (deactivate_free_recursive),
1013         (gst_decode_group_free):
1014         Cleanups.
1015         Don't forget to emit 'no-more-pads' once a group is exposed.
1016         Cleanup elements from a DecodeGroup once we remove it.
1017         Protect call to gst_decode_group_expose() with the decodebin lock.
1018
1019 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1020
1021         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1023         Looking at Xorg code i can't figure out if that XKeysymToString
1024         function is thread sensible or not. Lock it just in case as
1025         recommended by Radek Doulik <rodo at ximian dot com>.
1026
1027 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1028
1029         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1031         Lock that X Call as well. Fixes #397673.
1032
1033 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1036           Don't go into an endless loop if the file starts with 00 00 01 2X,
1037           like quicktime redirect files might. Fixes #396042.
1038
1039         * tests/check/Makefile.am:
1040         * tests/check/gst/.cvsignore:
1041         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1042         (typefindfunctions_suite):
1043           Add unit test for the above.
1044
1045 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1046
1047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1048           On second thought, use "depth" field rather than "bpp" field.
1049
1050 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1053           Camtasia caps apparently need a bpp field (#398875).
1054
1055 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1058         (gen_source_element), (gst_play_base_bin_change_state):
1059           Attempt at a better error message in case we don't have the required
1060           URI handler installed; post missing-plugin message also when we're
1061           missing an URI handler for the subtitle URI; clean up properly also
1062           when an error occurs and we never made it to PAUSED state.
1063
1064         * tests/check/elements/playbin.c: (GST_START_TEST),
1065         (playbin_suite):
1066           Check that we're also getting a missing-plugin messsage for a
1067           missing subtitle URI handler (and clean up properly).
1068
1069 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1070
1071         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1072           Plug a few reference leaks.
1073
1074 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1077           Lower probability a bit if the marker isn't right at the start,
1078           to decrease the chance of false positives.
1079
1080 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1083           Small mpeg2 system stream typefinding improvement: make typefinder
1084           probe a bit into the stream instead of just looking for a marker
1085           at the beginning. Fixes #397810.
1086
1087 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * gst/audioconvert/gstchannelmix.c:
1090           Remove compatibility cruft for prehistoric GLib versions.
1091
1092 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst/playback/Makefile.am:
1095         * gst/playback/gstdecodebin.c: (close_pad_link):
1096         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1098         (gst_play_base_bin_handle_message_func), (unknown_type):
1099           Let decodebin be the element to post missing-plugin messages for
1100           missing decoders (rather than playbin); make playbin implement
1101           GstBin::handle_message so we can suppress missing-plugin messages
1102           for types we're not handling on purpose (don't want to bring up an
1103           installer in those cases).
1104
1105 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1106
1107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1108         * gst-libs/gst/tag/gstvorbistag.c:
1109         (gst_tag_list_to_vorbiscomment_buffer):
1110         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1111           Fix potentially unaligned access (#397207).
1112
1113 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1116         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1117         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1118         (main):
1119           Allow to toggle looping while it plays. Fix callback prototype. Clean
1120           up code a bit more. Add copyright header.
1121
1122 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1125           Red and blue mask was swapped (spotted by Dan Williams).
1126
1127 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1128
1129         * gst-libs/gst/tag/gstid3tag.c:
1130         * gst-libs/gst/tag/gstvorbistag.c:
1131           Use new beats-per-minute tag from core.
1132
1133 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1134
1135         * po/POTFILES.in:
1136           Add new files with translatable strings, so they actually make it
1137           into the template file one day.
1138
1139 2007-01-12  Andy Wingo  <wingo@pobox.com>
1140
1141         * gst-libs/gst/audio/gstbaseaudiosink.c
1142         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1143         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1144         stuff, as the base class handles this now. Actually tell the ring
1145         buffer to start.
1146         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1147         How did this work before? Maybe I'm not as awesome a programmer as
1148         I think.
1149
1150         * gst-libs/gst/audio/gstbaseaudiosrc.c
1151         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1152         of a pad function.
1153
1154 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1157           Remove more fields so that the application can better blacklist
1158           formats that have been tried before.
1159
1160 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * gst-libs/gst/audio/mixerutils.h:
1163           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1164           used when compiling with c++ compilers as well.
1165
1166 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1167
1168         * gst/typefind/gsttypefindfunctions.c:
1169           Fix comment.
1170
1171 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst/playback/gstplaybin.c: (post_missing_element_message),
1174         (gen_video_element), (gen_text_element), (gen_audio_element),
1175         (gen_vis_element):
1176           Post missing-plugin messages also when we error out because
1177           converters, textoverlay or auto*sinks are missing (#161922).
1178
1179 2007-01-10  Wim Taymans  <wim@fluendo.com>
1180
1181         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1182         (is_demuxer_element), (new_caps):
1183         * gst/playback/gstplaybasebin.c: (source_new_pad):
1184         Fix the case where we try to ref a NULL element when we delay a link
1185         because of unfixed caps.
1186         Set the state of autoplugged decodebins to PAUSED.
1187         RTSP now works in playbin, we can remove it from the blacklist.
1188
1189 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * gst/playback/Makefile.am:
1192         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1193         (unknown_type), (setup_subtitle), (gen_source_element):
1194         * gst/playback/gstplaybin.c: (plugin_init):
1195           Post missing-plugin messages on the bus for missing sources and
1196           missing decoders/demuxers/depayloaders; fix error code used when
1197           we're missing an URI handler source; for media types that we are not
1198           handling on purpose at the moment, don't print "don't know how to
1199           handle xyz" messages to the terminal or post missing-plugin
1200           messages on the bus.
1201
1202         * tests/check/elements/playbin.c: (create_playbin),
1203         (GST_START_TEST), (gst_codec_src_uri_get_type),
1204         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1205         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1206         (gst_codec_src_init_type), (gst_codec_src_base_init),
1207         (gst_codec_src_create), (gst_codec_src_class_init),
1208         (gst_codec_src_init), (plugin_init), (playbin_suite):
1209           Add some tests for the missing-plugin stuff.
1210
1211 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * configure.ac:
1214         * gst-libs/gst/Makefile.am:
1215         * gst-libs/gst/utils/Makefile.am:
1216         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1217         * gst-libs/gst/utils/base-utils.h:
1218         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1219         (find_format_info), (caps_are_rtp_caps),
1220         (gst_base_utils_get_source_description),
1221         (gst_base_utils_get_sink_description),
1222         (gst_base_utils_get_decoder_description),
1223         (gst_base_utils_get_encoder_description),
1224         (gst_base_utils_get_element_description),
1225         (gst_base_utils_add_codec_description_to_tag_list),
1226         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1227         * gst-libs/gst/utils/descriptions.h:
1228         * gst-libs/gst/utils/missing-plugins.c:
1229         (missing_structure_get_type), (copy_and_clean_caps),
1230         (gst_missing_uri_source_message_new),
1231         (gst_missing_uri_sink_message_new),
1232         (gst_missing_element_message_new),
1233         (gst_missing_decoder_message_new),
1234         (gst_missing_encoder_message_new),
1235         (missing_structure_get_string_detail),
1236         (missing_structure_get_caps_detail),
1237         (gst_missing_plugin_message_get_installer_detail),
1238         (gst_missing_plugin_message_get_description),
1239         (gst_is_missing_plugin_message):
1240         * gst-libs/gst/utils/missing-plugins.h:
1241           API: add new libgstbaseutils library with functions
1242           - to create and parse missing-plugins messages
1243           - that provide (translated) descriptions for caps/decoders/sources/etc.
1244           Closes #392393.
1245
1246         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1247         * pkgconfig/gstreamer-plugins-base.pc.in:
1248           Add new lib.
1249
1250         * docs/libs/gst-plugins-base-libs-docs.sgml:
1251         * docs/libs/gst-plugins-base-libs-sections.txt:
1252           Generate docs for new lib and API.
1253
1254         * tests/check/Makefile.am:
1255         * tests/check/libs/.cvsignore:
1256         * tests/check/libs/utils.c: (missing_msg_check_getters),
1257         (GST_START_TEST), (libgstbaseutils_suite):
1258           Add some basic unit tests.
1259
1260 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1261
1262         * ext/ogg/Makefile.am:
1263           Dist gstoggdemux.h to fix 'make distcheck'.
1264
1265         * sys/v4l/Makefile.am:
1266           Fix 'make distcheck' even more.
1267
1268 2007-01-09  Wim Taymans  <wim@fluendo.com>
1269
1270         * docs/plugins/Makefile.am:
1271         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1272         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1273         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1274         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1275         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1276         (gst_ogg_demux_perform_seek):
1277         * ext/ogg/gstoggdemux.h:
1278         Added docs.
1279         Add some more comments.
1280         Small cleanups.
1281
1282 2007-01-09  Wim Taymans  <wim@fluendo.com>
1283
1284         * ext/theora/theoradec.c:
1285         * ext/vorbis/vorbisdec.c:
1286         * gst-libs/gst/audio/gstringbuffer.c:
1287         (gst_ring_buffer_commit_full):
1288         * gst-libs/gst/audio/gstringbuffer.h:
1289         * gst-libs/gst/rtp/gstrtpbuffer.c:
1290         * gst-libs/gst/tag/gstvorbistag.c:
1291         Small documentation updates/fixes
1292
1293 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1294
1295         * configure.ac:
1296           Require core CVS HEAD for Andy's basesrc/sink API additions.
1297
1298 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1299
1300         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1301
1302         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1303         (plugin_init):
1304           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1305           on flac.sf.net (there appear to be other versions of the first
1306           ogg page in the wild) (#391365).
1307
1308 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * configure.ac:
1311           Check if localtime_r() is available.
1312
1313         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1314           If localtime_r() is not available, fall back to localtime(). Should
1315           fix build on MingW (#393310).
1316
1317 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1320         * gst/subparse/gstsubparse.h:
1321           Remove spurious 1000 subtrahend when calculating the timestamp from
1322           the frame number and the frame rate . Also, use the frames/second
1323           value specified in the first line of the file, if one is specified
1324           there. Should fix #357503.
1325
1326         * tests/check/elements/subparse.c: (do_test),
1327         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1328         (subparse_suite):
1329           Add some basic unit tests for the microdvd subtitle format.
1330
1331 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1332
1333         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1334         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1335         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1336         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1337         (gst_xvimagesink_set_xwindow_id),
1338         (gst_xvimagesink_set_event_handling),
1339         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1340         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1341         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1342         Fixes : #390076.
1343         Add an adaptor property to select a specific XV adaptor.
1344         * sys/xvimage/xvimagesink.h:
1345
1346 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1347
1348         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1349         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1350         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1351         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1352         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1353         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1355         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1356         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1357         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1358         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1359         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1360         Use flow_lock much more to protect every access to xwindow.
1361         Try to catch erros while creating images in case some drivers are
1362         just generating an XError when the requested image is too big.
1363         Should fix : #354698, #384008, #384060.
1364         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1365         Implement some stress testing of setting window xid.
1366
1367 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1368
1369         * win32/common/libgsaudio.def:
1370           Add new exported function.
1371         * win32/common/libgstogg.dsp:
1372           Add gstoggaviparse.c to the build.
1373         * win32/common/libgstvideoscale.dsp:
1374           Add vs_4tap.c to the build.
1375         * win32/common/libgstvorbis.dsp:
1376           Add vorbistag.c to the build.
1377         
1378 2007-01-06  Andy Wingo  <wingo@pobox.com>
1379
1380         * gst-libs/gst/audio/gstbaseaudiosink.c
1381         (gst_base_audio_sink_class_init)
1382         (gst_base_audio_sink_init): 
1383         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1384         to baseaudiosink, and tell basesink that we can work in pull mode.
1385         This way the ring buffer thread drives the pipeline directly, if
1386         pull mode is possible. There is some lingering nastiness regarding
1387         capsnego, however.
1388         (gst_base_audio_sink_callback): Implement the callback to pull
1389         data. This interface is a bit light, though -- it should get a
1390         GstFlowReturn return value at least.
1391
1392 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1395         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1396         * gst/playback/gstdecodebin2.c:
1397         (gst_decode_group_check_if_blocked):
1398           Printf format and missing argument fixes.
1399
1400 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1401
1402         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1403         (gst_ogm_parse_change_state):
1404         Activate pads before adding them to the element.
1405
1406 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * tests/examples/seek/scrubby.c: (main):
1409         * tests/examples/seek/seek.c: (main):
1410           Call g_thread_init() first thing in main() (see #391278).
1411
1412 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * tests/check/Makefile.am:
1415         * tests/check/libs/.cvsignore:
1416         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1417         (netbuffer_suite):
1418           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1419           for the time being, since it's broken, see #393099.
1420
1421 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * tests/check/Makefile.am:
1424           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1425
1426 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         * configure.ac:
1429           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1430           so that GST_BASE_CFLAGS can go inbetween them, making sure
1431           we use uninstalled gst-libs headers
1432         * docs/libs/Makefile.am:
1433         * ext/alsa/Makefile.am:
1434         * ext/cdparanoia/Makefile.am:
1435         * ext/gnomevfs/Makefile.am:
1436         * ext/libvisual/Makefile.am:
1437         * ext/ogg/Makefile.am:
1438         * ext/theora/Makefile.am:
1439         * ext/vorbis/Makefile.am:
1440         * gst-libs/gst/audio/Makefile.am:
1441         * gst-libs/gst/cdda/Makefile.am:
1442         * gst-libs/gst/interfaces/Makefile.am:
1443         * gst-libs/gst/riff/Makefile.am:
1444         * gst-libs/gst/rtp/Makefile.am:
1445         * gst-libs/gst/tag/Makefile.am:
1446         * gst/adder/Makefile.am:
1447         * gst/audioconvert/Makefile.am:
1448         * gst/audiorate/Makefile.am:
1449         * gst/audioresample/Makefile.am:
1450         * gst/playback/Makefile.am:
1451         * gst/tcp/Makefile.am:
1452         * gst/videoscale/Makefile.am:
1453         * gst/volume/Makefile.am:
1454         * sys/ximage/Makefile.am:
1455         * sys/xvimage/Makefile.am:
1456         * tests/icles/Makefile.am:
1457           adapt
1458
1459 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1460
1461         * gst-libs/gst/interfaces/xoverlay.c:
1462         (gst_x_overlay_handle_events):
1463         * gst-libs/gst/interfaces/xoverlay.h:
1464         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1465         (gst_ximagesink_set_xwindow_id),
1466         (gst_ximagesink_set_event_handling),
1467         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1468         (gst_ximagesink_get_property), (gst_ximagesink_init),
1469         (gst_ximagesink_class_init):
1470         * sys/ximage/ximagesink.h:
1471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1472         (gst_xvimagesink_set_xwindow_id),
1473         (gst_xvimagesink_set_event_handling),
1474         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1475         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1476         (gst_xvimagesink_class_init):
1477         * sys/xvimage/xvimagesink.h:
1478         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1479         Add a method to the XOverlay interface to allow disabling of 
1480         event handling in x[v]imagesink elements. This will let X events
1481         propagate to parent windows which can be usefull in some cases.
1482         Be carefull that the application is then responsible of pushing
1483         navigation events and expose events to the video sink.
1484         Fixes: #387138.
1485
1486 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * gst-libs/gst/tag/gstvorbistag.c:
1489         * tests/check/libs/tag.c: (GST_START_TEST):
1490           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1491           (fixes #392070).
1492
1493 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1494
1495         * configure.ac:
1496         * docs/Makefile.am:
1497         * docs/design/Makefile.am:
1498           Dist design docs.
1499
1500 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1501
1502         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1503         typo. Fixes: #390063.
1504
1505 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1506
1507         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1509         caps leak.
1510         * win32/common/config.h: Updated.
1511
1512 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1513
1514         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1515         (setup_gdpdepay_streamheader):
1516         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1517         (setup_gdppay_streamheader):
1518           Fix the dp tests, but activating the pads for the streamheader tests
1519           too and cleaning up conditionaly
1520
1521 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1522
1523         * gst/ffmpegcolorspace/avcodec.h:
1524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1525         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1526         (gst_ffmpegcsp_avpicture_fill):
1527         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1528         (img_get_alpha_info):
1529         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1530         other end of the word. Fixes: #387073.
1531
1532         Add some inconsequential branch hints in a couple of places.
1533
1534 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1537         (gst_ffmpeg_caps_to_smpfmt):
1538           The "signed" field in raw audio caps is of boolean type, trying to
1539           extract the value with _get_int() will fail (fix to keep in sync with
1540           the copy in gst-ffmpeg)
1541
1542 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1545         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1546         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1547         (cleanup_gdpdepay):
1548         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1549         * tests/check/elements/subparse.c: (teardown_subparse):
1550         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1551         * tests/check/elements/videorate.c: (cleanup_videorate):
1552         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1553         * tests/check/elements/volume.c: (cleanup_volume):
1554         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1555         (cleanup_vorbisdec):
1556         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1557         (cleanup_vorbistag):
1558           consistent pad (de)activation
1559
1560 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1563           Forgot to register the extensions.
1564
1565 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1568         (plugin_init):
1569           Add typefinder for VIVO files (my christmas present to the 90s).
1570
1571 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * gst/playback/gstdecodebin.c: (type_found):
1574           Special-case the text/plain media type: we only want to recognise it
1575           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1576           parser, but not if the entire stream is of text/plain type. If the
1577           entire stream is text/plain, we should just error out.
1578
1579           This fixes playback of audio files with lyrics in totem. Totem can't
1580           distinguish between text files and subtitle files and passes any
1581           .txt file with the same basename as the main file to playbin as
1582           suburi, and playbin will then throw a 'subtitle found, but no video
1583           stream' error, which isn't entirely helpful. See #380342.
1584
1585           Also, with this change we'll show a slightly more correct error
1586           message in case totem passes a playlist file to us (although a
1587           custom error message wording instead of the default text would
1588           probably not be a bad idea either).
1589
1590           Same problem also needs to be fixed for playbin+decodebin2.
1591
1592         * tests/check/Makefile.am:
1593         * tests/check/elements/decodebin.c: (src_handoff_cb),
1594         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1595         (decodebin_suite):
1596           Add simple unit test for decodebin for the above.
1597
1598 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1601         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1602           Refuse to change state to READY when we failed to create any of the
1603           required elements in our instance init function.
1604
1605 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1606
1607         * docs/libs/gst-plugins-base-libs-sections.txt:
1608           Small docs fixes/updates.
1609
1610         * gst-libs/gst/video/gstvideosink.h:
1611           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1612           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1613           removed from the base sink API between 0.9.6 and 0.9.7).
1614           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1615           accessor macros, so we don't do a runtime GObject type check every
1616           time we use them.
1617
1618 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1619
1620         * Makefile.am:
1621         * gst-plugins-base.doap:
1622         * gst-plugins-base.spec.in:
1623           add doap file
1624
1625 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1626
1627         Patch by: Jens Granseuer <jensgr at gmx net>
1628
1629         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1630         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1631         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1632         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1634           Declare variables at the beginning of a block. Fixes #383195.
1635
1636 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1637
1638         * configure.ac:
1639         Bump version nano - back to CVS.
1640
1641
1642 === release 0.10.11 ===
1643
1644 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1645
1646         * configure.ac:
1647           releasing 0.10.11, "Dumb things"
1648
1649 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1650
1651         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1652         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1653         Handle the case where an element has multiple pads with 
1654         unfixed caps as well as still possibly producing more dynamic 
1655         pads by storing each case as a distinct entry in the dynamic list.
1656         Fixes #38223 again.
1657
1658 2006-12-04  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst/playback/gstdecodebin.c: (close_pad_link):
1661         Fix #382223, add more dynamic caps handling.
1662
1663 2006-12-04  Wim Taymans  <wim@fluendo.com>
1664
1665         reviewed by: <delete if not using a buddy>
1666
1667         * gst-libs/gst/audio/gstringbuffer.h:
1668         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1669         (gst_netaddress_set_ip4_interface),
1670         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1671         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1672         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1673         (gst_netaddress_get_ttl):
1674         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1675         * gst/playback/gstdecodebin.c: (close_pad_link):
1676         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1677         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1678         * win32/common/config.h:
1679
1680 2006-12-01  Michael Smith  <msmith@fluendo.com>
1681
1682         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1683           Delete bad debug code.
1684           Fixes #381219
1685
1686 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1687
1688         * gst/videoscale/vs_4tap.c:
1689         * win32/MANIFEST:
1690         * win32/common/config.h:
1691         * win32/vs8/libgstvideoscale.vcproj:
1692         Fix compilation on win32 under VS8
1693         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1694         Partially fixes #381175
1695
1696 2006-11-30  Michael Smith  <msmith@fluendo.com>
1697
1698         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1699         (GST_START_TEST):
1700           It would be very bad if, after a discont buffer, we thought every
1701           single following buffer was also discont. So, add to the test to
1702           ensure that this isn't the case.
1703           
1704         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1705           ... it was the case. So fix it.
1706
1707 2006-11-28  Wim Taymans  <wim@fluendo.com>
1708
1709         * gst/playback/gstplaybasebin.c: (check_queue_event):
1710         Improve debug.
1711
1712         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1713         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1714         padtemplate caps. Refixes #357577.
1715
1716 2006-11-28  Wim Taymans  <wim@fluendo.com>
1717
1718         * gst/playback/gstplaybasebin.c: (check_queue_event),
1719         (queue_threshold_reached), (queue_out_of_data),
1720         (gen_preroll_element):
1721         Add event probe to see when EOS is in a queue and we can disable the
1722         underrun signals. Fixes #357577.
1723
1724 2006-11-28  Edward Hervey  <edward@fluendo.com>
1725
1726         * gst/playback/Makefile.am:
1727         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1728         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1729         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1730         (gst_decode_bin_init), (gst_decode_bin_dispose),
1731         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1732         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1733         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1734         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1735         (connect_element), (expose_pad), (type_found),
1736         (pad_added_group_cb), (pad_removed_group_cb),
1737         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1738         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1739         (are_raw_caps), (multi_queue_overrun_cb),
1740         (multi_queue_underrun_cb), (gst_decode_group_new),
1741         (get_current_group), (group_demuxer_event_probe),
1742         (gst_decode_group_control_demuxer_pad),
1743         (gst_decode_group_control_source_pad),
1744         (gst_decode_group_check_if_blocked),
1745         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1746         (gst_decode_group_hide), (gst_decode_group_free),
1747         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1748         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1749         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1750         (plugin_init):
1751         New decodebin2 element.
1752         Closes #370092
1753         * gst/playback/gstplay-marshal.list:
1754         Added marshallers for new signals in decodebin2
1755         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1756         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1757         is set.
1758
1759 2006-11-28  Wim Taymans  <wim@fluendo.com>
1760
1761         * gst/playback/gstplaybasebin.c: (setup_source),
1762         (gst_play_base_bin_change_state):
1763         Disable rtsp:// uris for the release, it's not good enough yet.
1764         Remove unused var.
1765
1766 2006-11-26  Wim Taymans  <wim@fluendo.com>
1767
1768         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1769         (theora_dec_push_forward), (theora_dec_push_reverse),
1770         (theora_handle_data_packet), (theora_dec_decode_buffer),
1771         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1772         (theora_dec_chain_forward), (theora_dec_chain):
1773         Implement reverse playback.
1774
1775         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1776         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1777         (vorbis_dec_chain_forward):
1778         Clear buffers used for reverse playback in _reset.
1779         No need to set the eos flag, we clip samples using the segment.
1780
1781 2006-11-24  Wim Taymans  <wim@fluendo.com>
1782
1783         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1784         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1785         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1786         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1787         Some cleanups.
1788         Handle continued pages in reverse mode.
1789
1790 2006-11-24  Wim Taymans  <wim@fluendo.com>
1791
1792         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1793         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1794         (vorbis_dec_flush_decode):
1795         Small cleanups.
1796         Don't try to add invalid timestamps.
1797         Clipping will unref the buffer.
1798
1799 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * gst/adder/gstadder.h:
1802         * gst/audiotestsrc/gstaudiotestsrc.h:
1803           remove obsolete _factory_init protos
1804
1805 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1808           Fix spacing in debug message.
1809
1810 2006-11-23  Wim Taymans  <wim@fluendo.com>
1811
1812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1813         (gst_ogg_demux_chain):
1814         Don't just ignore return values from _pad_push().
1815         Small debug improvements.
1816
1817 2006-11-23  Michael Smith  <msmith@fluendo.com>
1818
1819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1820           If our incoming buffer is marked as DISCONT, then increment the page
1821           number (so that the discontinuity is marked in the final ogg
1822           bitstream) and flush the previous page.
1823
1824 2006-11-22  Michael Smith  <msmith@fluendo.com>
1825
1826         * ext/theora/gsttheoraenc.h:
1827         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1828         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1829         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1830         (theora_enc_chain), (theora_enc_change_state):
1831           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1832
1833         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1834         (GST_START_TEST), (theoraenc_suite):
1835           Enable discontinuity test, fix it.
1836
1837 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1840         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1841         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1842         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1843         (gst_text_overlay_change_state):
1844         * ext/pango/gsttextoverlay.h:
1845           Some textoverlay fixes: for one, in the video chain function,
1846           actually wait for a text buffer to come in if there is none at the
1847           moment and there should be one; also, deal more gracefully with
1848           incoming buffers that do not have a timestamp or duration; discard
1849           text buffer when not needed any longer. Fixes #341681.
1850
1851         * tests/check/Makefile.am:
1852         * tests/check/elements/.cvsignore:
1853         * tests/check/elements/textoverlay.c:
1854         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1855         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1856         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1857         (test_video_waits_for_text_send_text_newsegment_thread),
1858         (test_video_waits_for_text_shutdown_element),
1859         (test_render_continuity_push_video_buffers_thread),
1860         (textoverlay_suite):
1861           Add some unit tests for textoverlay.
1862
1863 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1866           Avoid integer underflow when the found probability for mp3 is
1867           smaller than the 'penalty' we subtract if there's not a clean
1868           mp3 header sync at offset 0.
1869
1870 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * docs/libs/gst-plugins-base-libs-sections.txt:
1873           Add some new symbols to the docs
1874
1875 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * tests/check/Makefile.am:
1878         * tests/check/elements/ffmpegcolorspace.c:
1879         (ffmpegcolorspace_suite):
1880           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1881           (for now not for valgrinding though, since it takes too long).
1882
1883 2006-11-20  Wim Taymans  <wim@fluendo.com>
1884
1885         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1886         (gst_ffmpeg_pixfmt_to_caps):
1887         Fix RGBA32 caps. Fixes #357038.
1888
1889 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst-libs/gst/interfaces/mixertrack.h:
1892           Add FIXME so we can add some padding here in 0.11
1893
1894 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1895
1896         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1897           Fix GstBaseRTPAudioPayload structure so the whole GObject
1898           inheritance business actually works (parent class instance structure
1899           must always come first in the derived class instance structure).
1900
1901 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * gst/videotestsrc/Makefile.am:
1904         * tests/check/Makefile.am:
1905           Make sure our checks and the videotestsrc plugin link against the
1906           local uninstalled gst libs and not any installed gst libs that
1907           might happen to exist as well.
1908
1909         * tests/check/elements/adder.c: (message_received),
1910         (test_event_message_received), (test_play_twice_message_received):
1911         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1912           Fix compiler warnings when compiling against core with disabled
1913           debugging system.
1914
1915 2006-11-16  Michael Smith  <msmith@fluendo.com>
1916
1917         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1918         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1919           Fix audiorate, so that it accurately sets offsets and timestamps.
1920           Doesn't change the fundamental algorithmic decisions; so should be
1921           safe.
1922
1923         * tests/check/Makefile.am:
1924           Enable audiorate test now that it passes.
1925
1926 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1927
1928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1929           clear xv when going to NULL, remove // commented non-existant proto
1930
1931         * tests/examples/seek/seek.c: (main):
1932           add missing tooltip description for scrub and play_scrub
1933
1934 2006-11-14  David Schleef  <ds@schleef.org>
1935
1936         * configure.ac:
1937           Bump liboil requirement to 0.3.8.
1938         * gst-libs/gst/riff/riff-media.c:
1939           Add Dirac fourcc.
1940         * gst/videoscale/vs_image.h:
1941         * gst/videoscale/vs_scanline.h:
1942           Use liboil's stdint.h.
1943         * gst/videotestsrc/videotestsrc.c:
1944           Remove liboil related ifdef's, since they aren't needed now, and
1945           won't work with future versions.
1946
1947 2006-11-14  David Schleef  <ds@schleef.org>
1948
1949         * gst/videoscale/Makefile.am:
1950         * gst/videoscale/gstvideoscale.c:
1951         * gst/videoscale/gstvideoscale.h:
1952         * gst/videoscale/vs_4tap.c:
1953         * gst/videoscale/vs_4tap.h:
1954         * gst/videoscale/vs_image.c:
1955         * gst/videoscale/vs_image.h:
1956         * gst/videoscale/vs_scanline.c:
1957         * gst/videoscale/vs_scanline.h:
1958           Add a 4-tap image scaler.  Theoretically looks much prettier.
1959           The tap calculation could use some improvement.
1960
1961 2006-11-14  Wim Taymans  <wim@fluendo.com>
1962
1963         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1964
1965         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1966         (gst_riff_parse_strf_iavs):
1967         * gst/subparse/gstsubparse.c: (convert_encoding):
1968         * gst/tcp/gstmultifdsink.c:
1969         (gst_multi_fd_sink_handle_client_write):
1970         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1971         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1972         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1973         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1974         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1975         (gst_ximagesink_ximage_new):
1976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1977         Various gsize and gssize printf fixes. Fixes #372507.
1978
1979 2006-11-13  Wim Taymans  <wim@fluendo.com>
1980
1981         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1982         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1983         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1984         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1985         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1986         * ext/vorbis/vorbisdec.h:
1987         First stab at vorbis reverse playback.
1988
1989 2006-11-13  Wim Taymans  <wim@fluendo.com>
1990
1991         * gst-libs/gst/audio/gstbaseaudiosink.c:
1992         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1993         * gst-libs/gst/audio/gstbaseaudiosink.h:
1994         Make the clock sync code more accurate wrt resampling and playback
1995         at different rates.
1996         
1997         * gst-libs/gst/audio/gstringbuffer.c:
1998         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1999         * gst-libs/gst/audio/gstringbuffer.h:
2000         Use better algorithm to interpolate sample rates. 
2001
2002 2006-11-13  Michael Smith  <msmith@fluendo.com>
2003
2004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2005           Improve a debug line slightly.
2006
2007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2008           Call gst_riff_init() in plugin_init, to avoid getting errors from
2009           the debug system (unrelated changes to another plugin made this turn
2010           up; not sure why).
2011
2012 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2015
2016         * win32/common/libgsttag.def:
2017           Add missing symbol (#366492).
2018
2019 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2022           Don't unref a NULL pad.
2023
2024 2006-11-09  Wim Taymans  <wim@fluendo.com>
2025
2026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2027         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2028         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2029         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2030         (gst_ogg_demux_loop):
2031         Implement first stab at reverse playback.
2032
2033 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2034
2035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2036         (gst_riff_create_video_template_caps):
2037           add h263/h264 variants to the caps, Fixes #363118
2038
2039 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2040
2041         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2042         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2043           Use g_strerror instead of strerror so we get UTF-8.
2044
2045 2006-11-03  David Schleef  <ds@schleef.org>
2046
2047         * ext/ogg/gstoggdemux.c:
2048         * ext/ogg/gstoggmux.c:
2049           Add/remove KW-DIRAC header here, since it is ogg-specific.
2050
2051 2006-11-03  Michael Smith  <msmith@fluendo.com>
2052
2053         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2054           Recognise more mpeg4 elementary video streams.
2055
2056 2006-11-02  Edward Hervey  <edward@fluendo.com>
2057
2058         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2059         Lower the probability of mp3 typefinding functions if we don't find a
2060         valid mp3 header at the start of the file.
2061         Closes #369482
2062
2063 2006-11-02  Wim Taymans  <wim@fluendo.com>
2064
2065         * ext/theora/gsttheoradec.h:
2066         * ext/theora/theoradec.c: (gst_theora_dec_init),
2067         (theora_dec_sink_event), (theora_dec_chain_forward),
2068         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2069         (theora_dec_chain):
2070         Document and partially implement an algorithm for doing reverse playback
2071         of theora video.
2072
2073 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2076
2077         * win32/common/config.h:
2078         * win32/common/interfaces-enumtypes.c:
2079         * win32/common/libgsttag.def:
2080         * win32/vs8/gst-plugins-base.sln:
2081         * win32/vs8/libgstaudioresample.vcproj:
2082         * win32/vs8/libgstinterfaces.vcproj:
2083         * win32/vs8/libgstogg.vcproj:
2084         * win32/vs8/libgstriff.vcproj:
2085         * win32/vs8/libgsttag.vcproj:
2086         * win32/vs8/libgsttheora.vcproj:
2087         * win32/vs8/libgstvideoscale.vcproj:
2088         * win32/vs8/libgstvorbis.vcproj:
2089           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2090           to libgsttag.def; add missing dependencies for some vs8 projects;
2091           re-arrange placement of .def files in vs8 projects (#366334).
2092
2093 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * ext/ogg/gstogg.c:
2096           Remove unused variable.
2097
2098         * ext/ogg/gstoggdemux.c:
2099           Fix Wim's surname in plugin description.
2100
2101 2006-10-31  Wim Taymans  <wim@fluendo.com>
2102
2103         * gst-plugins-base.spec.in:
2104         spec new .h file. Fixes #368310.
2105
2106 2006-10-31  Michael Smith  <msmith@fluendo.com>
2107
2108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2109         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2110         (gst_multi_fd_sink_get_stats),
2111         (gst_multi_fd_sink_remove_client_link),
2112         (gst_multi_fd_sink_queue_buffer),
2113         (gst_multi_fd_sink_handle_clients):
2114         * gst/tcp/gstmultifdsink.h:
2115           Make using the remove or clear signals threadsafe.
2116           Make calling get-stats with an invalid fd not segfault.
2117           Fixes 368273.
2118
2119 2006-10-31  Wim Taymans  <wim@fluendo.com>
2120
2121         * gst-libs/gst/rtp/Makefile.am:
2122         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2123         (gst_base_rtp_audio_payload_init):
2124         Fix and activate base audio payloader.
2125
2126 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2129         (plugin_init):
2130           Add typefinder for QuickTime Image Files (see #366156).
2131
2132 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2135           Another typo fix (#366212).
2136
2137 2006-10-27  Wim Taymans  <wim@fluendo.com>
2138
2139         * gst/volume/gstvolume.c: (volume_transform_ip):
2140         Use stream time to synchronize volume property instead of rather random
2141         timestamps. This is needed when gnonlin does its time shifting.
2142
2143 2006-10-27  Wim Taymans  <wim@fluendo.com>
2144
2145         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2146
2147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2148         Remove the pad from the element in release_pad. Fixes #364812.
2149
2150 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2151
2152         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2154           Explicitly create our custom buffer classes at a thread-safe
2155           location as well, since g_type_class_ref() doesn't seem to be
2156           entirely thread-safe either (#365501; also see #349410).
2157
2158 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2159
2160         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2161         (gst_riff_parse_info):
2162           If strings in INFO chunk are not UTF-8, do something similar to
2163           what we do for ID3v1 tags: check a number of environment variables
2164           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2165           character sets to try, otherwise try the current locale and/or fall
2166           back on ISO-8859-1. Fixes #360552.
2167
2168 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2169
2170         * gst/videotestsrc/gstvideotestsrc.c:
2171         (gst_video_test_src_pattern_get_type),
2172         (gst_video_test_src_set_pattern):
2173         * gst/videotestsrc/gstvideotestsrc.h:
2174         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2175         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2176         (gst_video_test_src_checkers8):
2177         * gst/videotestsrc/videotestsrc.h:
2178           Add a bunch of exciting new checkers patterns.
2179
2180 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * gst/subparse/Makefile.am:
2183         * gst/subparse/gstsubparse.c:
2184         (gst_sub_parse_data_format_autodetect),
2185         (gst_sub_parse_format_autodetect), (handle_buffer),
2186         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2187         * gst/subparse/gstsubparse.h:
2188         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2189         (parse_tmplayer):
2190         * gst/subparse/tmplayerparse.h:
2191           Add support for TMPlayer-type subtitles (#362845).
2192
2193         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2194         (GST_START_TEST), (subparse_suite):
2195           Add some basic unit tests for the above.
2196
2197 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2198
2199         * tests/check/elements/audiorate.c: (test_injector_base_init),
2200         (test_injector_class_init), (test_injector_chain),
2201         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2202         (GST_START_TEST), (audiorate_suite):
2203           More tests for audiorate: inject buffers to check behaviour when
2204           buffers overlap.
2205
2206 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2207
2208         * tests/check/Makefile.am:
2209         * tests/check/elements/.cvsignore:
2210         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2211         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2212           Add some basic unit tests for audiorate. Disabled at the moment
2213           since it doesn't pass yet (see bug #363119).
2214
2215 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2216
2217         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2218         (parse_subrip), (handle_buffer):
2219           Add missing closing tags for markup and fix broken markup,
2220           otherwise pango won't render anything (fixes #357531). Also,
2221           make sure the text we send out is always NUL-terminated
2222           (better safe than sorry etc.).
2223
2224         * tests/check/elements/subparse.c: (test_srt_do_test),
2225         (test_srt):
2226           Some more tests for .srt incl. tests for the above stuff.
2227
2228 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2229
2230         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2232         Patch by: Stefan Kost  <ensonic@users.sf.net>
2233         Try to redraw borders only when needed. Apparently this consumes
2234         resources on small devices... :-O (#363607)
2235
2236 2006-10-20  Michael Smith  <msmith@fluendo.com>
2237
2238         * gst/tcp/gstmultifdsink.c:
2239         (gst_multi_fd_sink_client_queue_buffer):
2240           If caps change, then update the client's idea of the caps so that we
2241           don't end up re-sending streamheaders for every single buffer after
2242           the caps change.
2243
2244 2006-10-20  Michael Smith  <msmith@fluendo.com>
2245
2246         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2247         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2248           Set caps on pushed buffers; fix up refcounting of caps objects.
2249
2250 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2253         (plugin_init):
2254           Typefind mmsh header data packet to application/x-mmsh (#362625).
2255
2256 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * tests/check/Makefile.am:
2259         * tests/check/elements/.cvsignore:
2260         * tests/check/elements/subparse.c: (buffer_from_static_string),
2261         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2262         (GST_START_TEST), (subparse_suite):
2263           Add very simple unit test for subparse.
2264
2265 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2266
2267         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2268         (parse_subrip):
2269           Strip trailing newlines from subtitle text output.
2270
2271 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2272
2273         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2274         (gst_sub_parse_change_state):
2275           Fix memleak; clear subparse->textbuf n state change function.
2276
2277 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         * gst/subparse/gstsubparse.c:
2280         (gst_sub_parse_data_format_autodetect):
2281           Don't require subrip (.srt) files to start with a chunk number of 1.
2282
2283 2006-10-18  Wim Taymans  <wim@fluendo.com>
2284
2285         * gst-libs/gst/audio/gstbaseaudiosink.c:
2286         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2287         * gst-libs/gst/audio/gstbaseaudiosink.h:
2288         Extract rate from the NEWSEGMENT event.
2289         Use commit_full to also take rate adjustment into account when writing
2290         samples to the ringbuffer.
2291         
2292         * gst-libs/gst/audio/gstringbuffer.c:
2293         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2294         (gst_ring_buffer_read):
2295         * gst-libs/gst/audio/gstringbuffer.h:
2296         Added _commit_full() to also take rate into account.
2297         Use simple interpolation algorithm to resample audio.
2298         API: gst_ring_buffer_commit_full()
2299
2300         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2301         * tests/examples/seek/seek.c: (segment_done):
2302         Don't try to seek with 0.0 rate, just pause instead.
2303         Remove bogus debug line.
2304
2305 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2308         (setup_source):
2309           Catch async errors when starting up the subtitle bin, so we can
2310           stop waiting and continue with the main film instead of hanging
2311           forever. Fixes #339366.
2312
2313         * tests/check/elements/playbin.c: (playbin_suite):
2314           Enable unit test for the above.
2315
2316 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         * tests/check/Makefile.am:
2319         * tests/check/elements/.cvsignore:
2320         * tests/check/elements/playbin.c: (GST_START_TEST),
2321         (gst_red_video_src_uri_get_type),
2322         (gst_red_video_src_uri_get_protocols),
2323         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2324         (gst_red_video_src_uri_handler_init),
2325         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2326         (gst_red_video_src_create), (gst_red_video_src_class_init),
2327         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2328           Some small and basic unit tests for playbin; not very useful yet,
2329           but at least a start.
2330
2331 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * gst/playback/gstplaybin.c: (setup_sinks):
2334           The old pad activation spiel.
2335
2336 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * gst/playback/gstplaybasebin.c: (setup_source):
2339           Don't hang forever if the subbin already fails to start up in 
2340           the state change to PAUSED (#339366).
2341
2342 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2345         (gst_tuner_set_channel), (gst_tuner_get_channel),
2346         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2347         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2348         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2349         (gst_tuner_find_channel_by_name):
2350           Fix some function guards, add some more function guards.
2351
2352 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2353
2354         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2355         (remove_element_chain):
2356         Don't return a pad from get_our_ghost_pad unless it is actually the
2357         one we want.
2358         Change a cast in remove_element_chain slightly.
2359
2360 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2361
2362         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2363         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2364         Segment seeking needs to use the rate and set stop to -1.
2365
2366 2006-10-13  Wim Taymans  <wim@fluendo.com>
2367
2368         * gst-libs/gst/audio/gstbaseaudiosink.c:
2369         (gst_base_audio_sink_setcaps):
2370         Don't crash when ringbuffer is not yet created.
2371         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2372         Fixes #361634.
2373
2374         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2375         * gst/playback/gststreamselector.c:
2376         (gst_stream_selector_request_new_pad):
2377         Activate pads befre adding them to running elements.
2378
2379 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2380
2381         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2382         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2383         updater when we start grabing the slider. Don't wait for the
2384         pipeline to be PAUSED.
2385
2386 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2387
2388         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2389         (gst_mixer_set_volume), (gst_mixer_get_volume),
2390         (gst_mixer_set_mute), (gst_mixer_set_option),
2391         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2392         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2393         (gst_mixer_option_changed):
2394           Guard mixer interface functions against bogus arguments.
2395
2396 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2397
2398         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2399         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2400         (msg_state_changed), (main): Use state-changed messages to trigger
2401         start/stop of scale update timer. Indeed the scale slider was
2402         jumping here and there because the update timer was activated 
2403         before seek completed. This fixes instant applying of rate changes
2404         by pressing the spinbutton like a crazy man !
2405
2406 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2409
2410         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2411         (gst_basertppayload_finalize):
2412           Fix two small memory leaks (#361456).
2413
2414 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2415
2416         * tests/examples/seek/seek.c: (do_seek),
2417         (rate_spinbutton_changed_cb): When changing spinbutton we try
2418         to change the rate on the fly.
2419
2420 2006-10-10  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst-libs/gst/riff/riff-ids.h:
2423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2424         (gst_riff_create_audio_template_caps):
2425         Add WMS caps.
2426
2427 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2428
2429         Patch by: Josep Torre Valles <josep@fluendo.com>
2430
2431         * ext/gnomevfs/gstgnomevfssink.c:
2432         * ext/gnomevfs/gstgnomevfssrc.c:
2433         Fix URI interface implementation return type.
2434         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2435         Fix what looks like a copy/paste issue when assigning values.
2436         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2437         (gst_audio_filter_template_get_type):
2438         Cast to prevent Forte warnings.
2439         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2440         Fix URI interface implementation return type.
2441         gst_pad_query_position requires a signed integer pointer as
2442         3rd parameter, GstClockTime is unsigned.
2443         * gst/audioconvert/audioconvert.c:
2444         Fix integer overflow when treated as signed.
2445         * gst/audioresample/resample.c: (resample_add_input_data):
2446         Cast to prevent warnings on Forte.
2447         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2448         Fix integer overflow when treated as signed.
2449         * gst/ffmpegcolorspace/imgconvert_template.h:
2450         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2451         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2452         (cleanup_decodebin):
2453         Who initialises a guint to -1!
2454         Cast function pointers to prevent warnings on Forte.
2455         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2456         (queue_threshold_reached):
2457         Cast function pointers correctly to prevent warnings on Forte.
2458         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2459         Cast function pointers correctly to prevent warnings on Forte.
2460         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2461         Obvious change to unsigned, 0xEF > max signed char.
2462         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2463         GstClockTime is unsigned, initialise correctly.
2464         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2465         Cast so pointer arithemetic doesn't cause warnings on Forte.
2466         * gst/videorate/gstvideorate.c:
2467         Use correct return value.
2468         * tests/examples/seek/scrubby.c:
2469         GstClockTime is unsigned, initialise correctly.
2470
2471 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2472
2473         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2474
2475         * gst/typefind/gsttypefindfunctions.c:
2476           Recognise XML files and XML-like files shorter than 256 bytes as
2477           well (fixes #359237).
2478
2479 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2480
2481         Patch by: Renato Filho <renato.filho@indt.org.br>
2482         
2483         * gst/typefind/gsttypefindfunctions.c:
2484         Added typefind functions to video/x-nuv media.
2485         
2486 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         * gst-libs/gst/interfaces/xoverlay.c:
2489         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2490           Some more guards against invalid input.
2491
2492 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2493
2494         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2495         Useless goto.
2496         * tests/examples/seek/seek.c: (do_seek),
2497         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2498         seek example to experiment with rates != 1.0 (reverse playback !)
2499
2500 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2501
2502         * gst-libs/gst/interfaces/xoverlay.c:
2503           Unref message in doc-example (spotted by Robert McQueen)
2504
2505 2006-10-06  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2508         (mpeg1_parse_header), (mpeg1_sys_type_find):
2509         printf fix.
2510
2511 2006-10-06  Wim Taymans  <wim@fluendo.com>
2512
2513         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2514         (close_pad_link):
2515         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2516         Activate dynamic pads before adding them to the element.
2517
2518 2006-10-06  Michael Smith  <msmith@fluendo.com>
2519
2520         * gst-libs/gst/floatcast/floatcast.h:
2521           Fix obviously-bogus macros; use the correct types.
2522
2523 2006-10-06  Wim Taymans  <wim@fluendo.com>
2524
2525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2526         (gst_base_rtp_depayload_change_state):
2527         Also call parent state change function to activate pads.
2528
2529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2530         (mpeg1_parse_header), (mpeg1_sys_type_find):
2531         Add some more debug info in mpeg typefinding.
2532
2533 2006-10-06  Michael Smith  <msmith@fluendo.com>
2534
2535         * ext/theora/theoradec.c: (theora_dec_chain):
2536           Zero byte theora packets are valid and well-defined; don't warn on
2537           them.
2538
2539 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2540
2541         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2542         (gst_multi_fd_sink_get_stats), (find_limits),
2543         (gst_multi_fd_sink_queue_buffer):
2544           API: add dropped_buffers to the get-stats GValueArray
2545
2546 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         * ext/alsa/gstalsadeviceprobe.c:
2549         (gst_alsa_device_property_probe_get_values):
2550         * ext/alsa/gstalsasink.c: (set_hwparams):
2551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2552         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2554         (gst_ogg_mux_process_best_pad):
2555         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2556         (gst_ogg_parse_chain):
2557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2558         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2559         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2560         (gst_vorbis_enc_buffer_check_discontinuous):
2561         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2562         * gst-libs/gst/audio/gstbaseaudiosink.c:
2563         (gst_base_audio_sink_render):
2564         * gst-libs/gst/cdda/gstcddabasesrc.c:
2565         (gst_cdda_base_src_handle_track_seek):
2566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2567         (gst_base_rtp_depayload_push_full):
2568         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2569         * gst/audioresample/resample.c: (resample_input_pushthrough):
2570         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2571         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2573         (wavpack_type_find):
2574         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2575         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2576         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2577         * tests/check/elements/volume.c: (GST_START_TEST):
2578           Printf format fixes.
2579
2580 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2581
2582         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2583           Fix a simple mistake (see the docs)
2584           Fixes #359580
2585
2586 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * docs/plugins/Makefile.am:
2589         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2590         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2591         * docs/plugins/gst-plugins-base-plugins.args:
2592         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2593         * docs/plugins/inspect/plugin-adder.xml:
2594         * docs/plugins/inspect/plugin-alsa.xml:
2595         * docs/plugins/inspect/plugin-audioconvert.xml:
2596         * docs/plugins/inspect/plugin-audiorate.xml:
2597         * docs/plugins/inspect/plugin-audioresample.xml:
2598         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2599         * docs/plugins/inspect/plugin-cdparanoia.xml:
2600         * docs/plugins/inspect/plugin-decodebin.xml:
2601         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2602         * docs/plugins/inspect/plugin-gdp.xml:
2603         * docs/plugins/inspect/plugin-gnomevfs.xml:
2604         * docs/plugins/inspect/plugin-libvisual.xml:
2605         * docs/plugins/inspect/plugin-ogg.xml:
2606         * docs/plugins/inspect/plugin-pango.xml:
2607         * docs/plugins/inspect/plugin-playbin.xml:
2608         * docs/plugins/inspect/plugin-subparse.xml:
2609         * docs/plugins/inspect/plugin-tcp.xml:
2610         * docs/plugins/inspect/plugin-theora.xml:
2611         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2612         * docs/plugins/inspect/plugin-video4linux.xml:
2613         * docs/plugins/inspect/plugin-videorate.xml:
2614         * docs/plugins/inspect/plugin-videoscale.xml:
2615         * docs/plugins/inspect/plugin-videotestsrc.xml:
2616         * docs/plugins/inspect/plugin-volume.xml:
2617         * docs/plugins/inspect/plugin-vorbis.xml:
2618         * docs/plugins/inspect/plugin-ximagesink.xml:
2619         * docs/plugins/inspect/plugin-xvimagesink.xml:
2620           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2621
2622 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2623
2624         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2625
2626         * ext/vorbis/Makefile.am:
2627         * ext/vorbis/vorbis.c: (plugin_init):
2628         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2629         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2630         * ext/vorbis/vorbisparse.h:
2631         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2632         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2633         (gst_vorbis_tag_parse_packet):
2634         * ext/vorbis/vorbistag.h:
2635           Add new vorbistag element which derives from vorbisparse
2636           and is essentially the same as well, only that it implements
2637           the GstTagSetter interface and can modify the stream's
2638           vorbiscomment on the fly (#335635).
2639
2640         * tests/check/Makefile.am:
2641         * tests/check/elements/.cvsignore:
2642         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2643         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2644         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2645         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2646           Add unit test for new vorbistag element.
2647
2648 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2649
2650         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2651         (vorbis_parse_push_headers), (vorbis_parse_chain):
2652           Set BOS flag in packet structure to fix 'jump depends
2653           on unitialized value' errors in valgrind; various minor
2654           clean-ups.
2655
2656 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2657
2658         * gst/playback/gstdecodebin.c: (close_pad_link):
2659         Fix typo in a debug statement.
2660
2661         * gst/playback/gstplaybasebin.c: (probe_triggered),
2662         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2663         (gen_source_element), (source_new_pad), (analyse_source),
2664         (setup_source):
2665         When handling no_more_pads in new_decoded_pad, make sure to treat
2666         subtitle pads correctly. Fixes playback with subtitle files.
2667
2668         Move a recurring message to LOG level.
2669
2670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2671         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2672         which ends up as -1 when cast to an int. Make the logic handle the
2673         max value as an unsigned mask and only change the colorkey when it's
2674         a value we recognise.
2675
2676 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2677
2678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2679         Removed empty * between paragraphs
2680
2681 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2682
2683         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2684         * gst-libs/gst/rtp/README:
2685         Moved some documentation into .c file
2686
2687 2006-09-29  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst/playback/gstdecodebin.c: (no_more_pads):
2690         Fix compilation.
2691
2692 2006-09-29  Wim Taymans  <wim@fluendo.com>
2693
2694         * gst/playback/gstdecodebin.c: (new_caps):
2695         Remove g_print
2696
2697         * gst/playback/gstplaybin.c:
2698         Add some docs.
2699
2700 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/Makefile.am:
2703           Re-enable cddabasesrc test to see if it works again
2704           now.
2705
2706 2006-09-29  Wim Taymans  <wim@fluendo.com>
2707
2708         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2709         (gen_source_element):
2710         Handle invalid URIs a bit more gracefully.
2711
2712 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * tests/check/pipelines/oggmux.c:
2715           Remove obsolete comment.
2716
2717 2006-09-29  Michael Smith  <msmith@fluendo.com>
2718
2719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2720         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2721         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2722         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2723         (gst_ogg_mux_collected):
2724           Commit patch from James "Doc" Livingston, adds proper EOS handling
2725           in oggmux. GStreamer can, for the first time ever, create a valid
2726           Ogg file! Yay!
2727
2728         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2729         (oggmux_suite):
2730           Reenable tests now that they pass.
2731
2732 2006-09-29  Wim Taymans  <wim@fluendo.com>
2733
2734         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2735         Stop reading commands when EOF (we read 0) as well.
2736
2737 2006-09-28  Wim Taymans  <wim@fluendo.com>
2738
2739         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2740         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2741         (find_dynamic), (unlinked), (close_link):
2742         Implement delayed caps linking needed for element with a lot of
2743         different caps on the src pads that get fixed at runtime.
2744         Improve management of dynamic elements.
2745
2746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2747         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2748         (gen_preroll_element), (remove_groups), (unknown_type),
2749         (add_element_stream), (no_more_pads_full), (no_more_pads),
2750         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2751         (new_decoded_pad), (setup_subtitle), (array_has_value),
2752         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2753         (analyse_source), (remove_decoders), (make_decoder),
2754         (remove_source), (setup_source), (finish_source), (prepare_output),
2755         (gst_play_base_bin_change_state):
2756         * gst/playback/gstplaybasebin.h:
2757         Use more _CAST instead of full type checking casts.
2758         Small cleanups, plug some leaks.
2759         Handle dynamic sources.
2760         Add some helper functions to create lists of strings used for
2761         blacklisting and other stuff.
2762         Refactor some code dealing with analysing the source.
2763         Re-enable sources without pads (like cd:// or other selfcontained
2764         elements).
2765
2766 2006-09-28  Wim Taymans  <wim@fluendo.com>
2767
2768         * gst-libs/gst/audio/gstbaseaudiosink.c:
2769         (gst_base_audio_sink_render):
2770         When we have a timestamp, we can still perform clipping.
2771         When we have no clock, we must play the sample ASAP.
2772
2773 2006-09-28  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2776         Set caps on outgoing buffers.
2777
2778         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2779         (gst_video_rate_event), (gst_video_rate_chain):
2780         * gst/videorate/gstvideorate.h:
2781         Fix videorate some more. Fixes #357977
2782
2783 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2784
2785         * tests/check/elements/adder.c: (adder_suite):
2786           Don't set timeout to 6 seconds when we're running
2787           in valgrind ... (and how is 6 seconds longer than
2788           the default anyway?)
2789
2790 2006-09-28  Wim Taymans  <wim@fluendo.com>
2791
2792         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2793         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2794         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2795         Keep sink and src segment to keep track of time and support more
2796         input formats.
2797         Fix bogus next_offset and run_time calculation, don't understand how
2798         this could have worked before. Fixes #357976.
2799         Remove some unneeded vars.
2800
2801 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2802
2803         * gst/playback/gstplaybin.c: (remove_sinks):
2804           Only remove visualisation from visbin if there is a visbin (or:
2805           don't throw warnings when closing totem without playing a file).
2806
2807 2006-09-27  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst-libs/gst/audio/gstbaseaudiosink.c:
2810         (gst_base_audio_sink_render):
2811         Add some more info in a WARNING.
2812
2813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2814         (gst_base_audio_src_create):
2815         Handle PAUSE in create function, use new -core addition to
2816         wait for playing. Fixes pausing and resuming capture from an
2817         audiosrc.
2818
2819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2820         (gst_ring_buffer_read):
2821         Constify some more.
2822         Caller supports interrupted reads now.
2823
2824 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         * tests/check/Makefile.am:
2827           Another attempt to make the gen64 buildbot happy.
2828
2829 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2830
2831         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2832
2833         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2834         (gst_visual_chain), (gst_visual_change_state):
2835           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2836           correctly. Fixes #357800
2837
2838 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2841           Add timeout to _get_state() so we see which pipeline it is
2842           that causes trouble on the gen64 build bot.
2843
2844 2006-09-27  Wim Taymans  <wim@fluendo.com>
2845
2846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2847         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2848         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2849         (gst_base_rtp_depayload_set_gst_timestamp):
2850         the source pad always uses fixed caps.
2851
2852 2006-09-27  Wim Taymans  <wim@fluendo.com>
2853
2854         * docs/libs/gst-plugins-base-libs-docs.sgml:
2855         * docs/libs/gst-plugins-base-libs-sections.txt:
2856         * gst-libs/gst/audio/gstaudioclock.c:
2857         * gst-libs/gst/audio/gstaudioclock.h:
2858         * gst-libs/gst/audio/gstaudiosink.c:
2859         * gst-libs/gst/audio/gstaudiosink.h:
2860         * gst-libs/gst/audio/gstaudiosrc.c:
2861         * gst-libs/gst/audio/gstbaseaudiosink.c:
2862         (gst_base_audio_sink_render):
2863         * gst-libs/gst/audio/gstbaseaudiosink.h:
2864         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2865         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2866         * gst-libs/gst/audio/gstringbuffer.h:
2867         Added docs for the audio libs.
2868
2869 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2870
2871         * tests/check/Makefile.am:
2872           Temporarily disable test that fails on the bots for unknown reasons.
2873
2874 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2875
2876         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2877         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2878         Moved AudioCodecType into priv
2879         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2880
2881 2006-09-25  Wim Taymans  <wim@fluendo.com>
2882
2883         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2884         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2885         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2886         (new_pad):
2887         Cleanups and small leak fixes.
2888         Added Depayloaders to valid list of autopluggable elements.
2889
2890 2006-09-25  Wim Taymans  <wim@fluendo.com>
2891
2892         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2893         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2894         (gen_video_element), (gen_text_element), (gen_audio_element),
2895         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2896         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2897         Detect NO_PREROLL state change returns and disable clock distribution to
2898         the sinks so that sync is disabled.
2899         Avoid some type checking and do simple casts instead.
2900         Small cleanups, fix some FIXMEs.
2901         Be more robust when linking user specified elements, catch an report
2902         errors. Fixes #357404.
2903         Fix some leaks in the error paths.
2904
2905 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2906
2907         * ChangeLog:
2908           ChangeLog surgery for missing bug-number
2909
2910 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2911
2912         Patch by: Peter Kjellerstedt  <pkj at axis com>
2913
2914         * gst/playback/test.c:
2915           Fix compilation with uClibc and -Werror (#357591).
2916
2917 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2918
2919         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2920           Parse dates that are followed by a time as well (#357532).
2921
2922         * tests/check/libs/tag.c: (test_vorbis_tags):
2923           Add unit test for this.
2924
2925 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2928         (gst_audio_convert_transform_caps):
2929         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2930         * gst/videotestsrc/videotestsrc.h:
2931           A few array const-ifications.
2932
2933 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2934
2935         * tests/check/Makefile.am:
2936           See if this makes the build bots happy.
2937
2938         * tests/check/libs/cddabasesrc.c:
2939           UTF8-ise my name.
2940
2941 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2942
2943         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2944
2945         * gst/subparse/samiparse.c: (handle_start_font),
2946         (fix_invalid_entities):
2947           More case-insensitivity for certain tags; recognise entities with
2948           decimal codes as special entities as well (#357330).
2949
2950 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst-libs/gst/Makefile.am:
2953           Need to build tag directory before cdda.
2954
2955 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2956
2957         * docs/libs/gst-plugins-base-libs-sections.txt:
2958         * gst-libs/gst/cdda/Makefile.am:
2959         * gst-libs/gst/cdda/gstcddabasesrc.c:
2960         (gst_cdda_base_src_base_init):
2961         * gst-libs/gst/cdda/gstcddabasesrc.h:
2962         * gst-libs/gst/tag/tag.h:
2963         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2964         (gst_tag_register_musicbrainz_tags):
2965           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2966           depend on libgsttag. This is required so we can extract/read tags like
2967           DISCID without depending on libgstcddabasesrc (which used to register
2968           them).
2969
2970         * gst-libs/gst/tag/gstvorbistag.c:
2971           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2972           tags (also see #347848).
2973
2974         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2975           Log vorbis comments we are actually writing. Const-ify array.
2976
2977 2006-09-23  Wim Taymans  <wim@fluendo.com>
2978
2979         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2980         Improve buffering a bit by avoiding a deadlock because we cannot assume
2981         the underrun is always called.
2982
2983 2006-09-23  Wim Taymans  <wim@fluendo.com>
2984
2985         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2986
2987         * gst-libs/gst/riff/riff-ids.h:
2988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2989         (gst_riff_create_audio_template_caps):
2990         Added MPEG-4 AAC and id and caps. Fixes #357289
2991         Added WMA9 Lossless id.
2992
2993 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2994
2995         * ext/gnomevfs/gstgnomevfssrc.c:
2996           Fix misleading docs addition.
2997
2998         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2999           Get rid of compiler warning the right way.
3000
3001 2006-09-22  Wim Taymans  <wim@fluendo.com>
3002
3003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3004         (gst_base_rtp_depayload_finalize),
3005         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3006         (gst_base_rtp_depayload_push_full),
3007         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3008         (gst_base_rtp_depayload_process),
3009         (gst_base_rtp_depayload_set_gst_timestamp),
3010         (gst_base_rtp_depayload_queue_release):
3011         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3012         Small cleanups.
3013         Fix some leaks.
3014         Refactored the process method and added methods to push from the process
3015         vmethod.
3016         Use _scale functions.
3017         API: gst_base_rtp_depayload_push_ts
3018         API: gst_base_rtp_depayload_push
3019
3020         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3021         timestamps are uint.
3022
3023 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3024
3025         * gst-libs/gst/interfaces/xoverlay.c:
3026           Remove unused statement from doc example.
3027
3028 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3029
3030         * gst-libs/gst/interfaces/videoorientation.c:
3031         (gst_video_orientation_iface_init),
3032         (gst_video_orientation_get_hflip),
3033         (gst_video_orientation_get_vflip),
3034         (gst_video_orientation_get_hcenter),
3035         (gst_video_orientation_get_vcenter),
3036         (gst_video_orientation_set_hflip),
3037         (gst_video_orientation_set_vflip),
3038         (gst_video_orientation_set_hcenter),
3039         (gst_video_orientation_set_vcenter):
3040           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3041           in ChangeLog)
3042
3043 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3044
3045         * tests/check/Makefile.am:
3046         * tests/check/elements/.cvsignore:
3047         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3048         (create_rgb_conversions), (rgb_conversion_free),
3049         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3050         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3051           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3052           but disable for now since it doesn't pass (something wrong with
3053           RGBA somewhere).
3054
3055 2006-09-21  Wim Taymans  <wim@fluendo.com>
3056
3057         * gst/playback/gstplaybasebin.c: (group_commit),
3058         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3059         (queue_out_of_data), (gen_preroll_element),
3060         (preroll_remove_overrun), (probe_triggered):
3061         Refactor handling of overrun detection.
3062         Separate handling of group completion and deadlock detection when doing
3063         network buffering. This should fix some deadlocks that were not detected
3064         because the group was completed.
3065         Add more comments, improve debugging.
3066
3067 2006-09-21  Wim Taymans  <wim@fluendo.com>
3068
3069         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3070         * tests/check/libs/audio.c:
3071         Some more compilation fixes.
3072
3073 2006-09-21  Wim Taymans  <wim@fluendo.com>
3074
3075         * gst-libs/gst/audio/gstringbuffer.c:
3076         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3077         (gst_ring_buffer_read):
3078         Early morning compilation fix.
3079
3080 2006-09-20  Wim Taymans  <wim@fluendo.com>
3081
3082         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3083         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3084         * tests/check/elements/videorate.c: (GST_START_TEST):
3085         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3086         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3087         Fix some warnings.
3088
3089 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3090
3091         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3092         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3093         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3094           Handcrafted merge to help CVS understanding what I changed and what
3095           not.
3096
3097 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3098
3099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3100         (gst_xvimagesink_get_times):
3101           change colorkey behaviour back according to #354773 comment 6/7
3102
3103 2006-09-19  Michael Smith  <msmith@fluendo.com>
3104
3105         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3106         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3107         (gst_multi_fd_sink_recover_client),
3108         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3109         (gst_multi_fd_sink_get_property):
3110         * gst/tcp/gstmultifdsink.h:
3111           Implement stubbed out properties unit-type, units-soft-max,
3112           units-max, to allow specifying maximum sizes in units other than
3113           buffers.
3114           Fixes #355935
3115
3116 2006-09-19  Wim Taymans  <wim@fluendo.com>
3117
3118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3119         (gst_riff_create_audio_template_caps):
3120         Reorder the audio formats a bit for clarity.
3121         Detect and create caps for MSGSM and MSN (WAV49).
3122         Fixes #356596.
3123
3124         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3125         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3126         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3127         Small cleanups, move error handling out of normal flow for clarity.
3128
3129 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3130
3131         * docs/libs/gst-plugins-base-libs-docs.sgml:
3132         * docs/libs/gst-plugins-base-libs.types:
3133         * gst-libs/gst/interfaces/Makefile.am:
3134         * gst-libs/gst/interfaces/videoorientation.c:
3135         (gst_video_orientation_get_type),
3136         (gst_video_orientation_iface_init),
3137         (gst_video_orientation_get_hflip),
3138         (gst_video_orientation_get_vflip),
3139         (gst_video_orientation_get_hcenter),
3140         (gst_video_orientation_get_vcenter),
3141         (gst_video_orientation_set_hflip),
3142         (gst_video_orientation_set_vflip),
3143         (gst_video_orientation_set_hcenter),
3144         (gst_video_orientation_set_vcenter):
3145         * gst-libs/gst/interfaces/videoorientation.h:
3146           API: Add new interface to control video orientation (fixes #354908)
3147
3148 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3149
3150         * gst/videotestsrc/gstvideotestsrc.c:
3151           Use G_UNLIKELY in _create and log one more detail.
3152           
3153         (gst_video_test_src_get_times), (gst_video_test_src_create):
3154         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3155           Use gst_util_uint64_scale_int in _get_times().
3156
3157 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3158
3159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3160           Give better warning message (add object and detail).
3161
3162 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3163
3164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3165         (gst_xvimagesink_get_times):
3166           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3167           #354773), use gst_util_uint64_scale_int in _get_times()
3168
3169 2006-09-18  Michael Smith  <msmith@fluendo.com>
3170
3171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3172           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3173           always true, leading to dropping all timestamps.
3174
3175 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3176
3177         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3178         (gst_visual_chain), (gst_visual_change_state):
3179           update to work also with libvisual 0.4 API, fix double unref (#355914)
3180           
3181         * tools/gst-launch-ext.1.in:
3182         * tools/gst-visualise.1.in:
3183           remove references to old man-pages
3184
3185         * tests/examples/seek/seek.c: (main):
3186           add real meadi-buttons, add tool-tips for the seek-options, arrange
3187           seek options in a table
3188
3189 2006-09-18  Michael Smith  <msmith@fluendo.com>
3190
3191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3192         (gst_ogg_mux_push_buffer):
3193           Don't generate out-of-order timestamps from oggmux, instead clamp
3194           output timestamps to be >= the previously output ts.
3195           Fixes #355595
3196
3197 2006-09-18  Michael Smith  <msmith@fluendo.com>
3198
3199         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3200         (gst_multi_fd_sink_class_init):
3201           Updates, fixes, and typo corrections for multifdsink. No functional
3202           changes.
3203
3204 2006-09-17  Michael Smith  <msmith@fluendo.com>
3205
3206         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3207           Don't crash on truncated files - check that we got an 8 byte buffer
3208           before trying to memcmp it.
3209
3210 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3211
3212         * gst/playback/gstplaybasebin.c: (get_active_source):
3213           Make stream-switching appear instant to the application
3214           (ie. make sure that a g_object_get on 'current-foo' returns
3215           the stream previously set with g_object_set(). Totem needs
3216           this to update stream-related meta-info (like audio-codec)
3217           correctly when switching streams.
3218
3219 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3220
3221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3222         (gst_alsa_mixer_ensure_track_list):
3223           Try harder to guess which mixer track is the master mixer
3224           track (instead of just taking the first one that has a pvolume).
3225           Fixes #342228.
3226
3227 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3228
3229         reviewed by: <delete if not using a buddy>
3230
3231         * gst-libs/gst/audio/audio.h:
3232         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3233
3234 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3237         (gst_audio_convert_transform_caps):
3238           Get structure-name just once.
3239
3240 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * tests/check/elements/audioresample.c: (GST_START_TEST):
3243         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3244         * tests/check/elements/volume.c: (GST_START_TEST):
3245         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3246         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3247         (test_pipeline), (GST_START_TEST):
3248         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3249         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3250           Fix big batch of compiler warnings.
3251
3252 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3253
3254         * ext/gnomevfs/gstgnomevfssrc.c:
3255           Add docs about icydemux usage in connection with gnomevfssrc
3256
3257         * ext/libvisual/visual.c:
3258         * ext/ogg/gstoggaviparse.c:
3259         * ext/ogg/gstoggdemux.c:
3260         * ext/ogg/gstoggmux.c:
3261         * ext/ogg/gstoggparse.c:
3262         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3263         * gst-libs/gst/audio/gstaudiosink.c:
3264         * gst-libs/gst/audio/gstaudiosrc.c:
3265         * gst/audiorate/gstaudiorate.c:
3266           More G_OBJECT macro fixing.
3267
3268         * gst/audiotestsrc/gstaudiotestsrc.h:
3269           Fix wrong info in header due to copy & paste
3270
3271 2006-09-15  Wim Taymans  <wim@fluendo.com>
3272
3273         * gst-libs/gst/audio/gstbaseaudiosink.c:
3274         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3275         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3276         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3277         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3278         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3279         Do the delay calculation in the source/sink base classes as this is
3280         specific for the capture/playback mode.
3281         Try to fixate a bit better, like round depth up to a multiple of 8
3282         bigger than width.
3283         Handle underruns correctly by marking DISCONT on buffers and adjusting
3284         timestamps to handle the gap.
3285         Set offset/offset_end correctly on buffers.
3286
3287         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3288         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3289         (gst_ring_buffer_read):
3290         Remove resync and underrun recovery from the ringbuffer.
3291         Fix ringbuffer read code on under/overrun.
3292
3293 2006-09-15  Wim Taymans  <wim@fluendo.com>
3294
3295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3296         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3297         (queue_threshold_reached), (gst_play_base_bin_set_property),
3298         (gst_play_base_bin_get_property):
3299         * gst/playback/gstplaybasebin.h:
3300         Don't use a 0 low watermark when buffering, it is catching starvation
3301         way too late. Instead, use a 3 second queue with 30 and 95
3302         percent low/high watermarks. 
3303         Added queue-min-threshold property to configure low watermark.
3304         Use new _buffering message API.
3305         Make queue_threshold variable big enough to store a uint64 time value.
3306         API: playbin::queue-min-threshold property.
3307
3308 2006-09-15  Wim Taymans  <wim@fluendo.com>
3309
3310         * configure.ac:
3311         We require 0.10.10.1 now because of _wait_preroll().
3312
3313         * gst-libs/gst/audio/gstbaseaudiosink.c:
3314         (gst_base_audio_sink_render):
3315         Use gst_base_sink_wait_preroll().
3316
3317 2006-09-15  Wim Taymans  <wim@fluendo.com>
3318
3319         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3320         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3321         Use DEBUG_OBJECT more.
3322
3323 === release 0.10.10 ===
3324
3325 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3326
3327         patch by: Michael Smith <msmith at fluendo dot com>
3328
3329         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3330         (gst_multi_fd_sink_client_queue_buffer),
3331         (gst_multi_fd_sink_new_client):
3332         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3333         (multifdsink_suite):
3334           Fix implementation of sync-method 'next-keyframe'
3335           Closes #354594
3336
3337 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3338
3339         patch by: Wim Taymans <wim at fluendo dot com>
3340
3341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3342         This patch removes the RANDOM flag that was incorrectly introduced with
3343         revision 1.91.  Fixes #354590
3344
3345 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * tests/check/Makefile.am:
3348           Random variation in Makefile line to see if it makes the
3349           gen64-base-full bot any happier.
3350
3351 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3352
3353         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3354           Disable test that fails at the moment (killed after timeout).
3355
3356 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         Patch by: James Livingston  <doclivingston at gmail.com>
3359
3360         * tests/check/Makefile.am:
3361         * tests/check/pipelines/.cvsignore:
3362         * tests/check/pipelines/oggmux.c: (get_page_codec),
3363         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3364         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3365         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3366         (test_theora_vorbis), (oggmux_suite):
3367           Add simple unit test for oggmux from #337026 with checking for the
3368           EOS flags disabled for the time being.
3369
3370 2006-09-04  Wim Taymans  <wim@fluendo.com>
3371
3372         patch by: Alessandro Dessina <alessandro nnva org>
3373
3374         * ext/ogg/gstoggmux.c:
3375         Add cmml caps to oggmux. Fixes #353912
3376
3377 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3380           Returning a return value often helps. In this case, we
3381           don't need the return value anyway, so just get rid of it.
3382           Should make build bots much happier.
3383
3384 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3385
3386         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3387         (paint_get_structure), (gst_video_test_src_get_size),
3388         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3389         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3390         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3391         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3392         * gst/videotestsrc/videotestsrc.h:
3393           Add support for AYUV and the various RGBA formats. Initialise
3394           fields of paintinfo structs allocated on the stack.
3395
3396         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3397         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3398         (check_rgb_buf), (videotestsrc_suite):
3399           Add unit tests for videotestsrc's RGB output.
3400
3401 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst/videotestsrc/gstvideotestsrc.c:
3404         (gst_video_test_src_pattern_get_type),
3405         (gst_video_test_src_set_pattern):
3406         * gst/videotestsrc/gstvideotestsrc.h:
3407         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3408         (gst_video_test_src_black), (gst_video_test_src_white),
3409         (gst_video_test_src_red), (gst_video_test_src_green),
3410         (gst_video_test_src_blue):
3411         * gst/videotestsrc/videotestsrc.h:
3412           Add more uni-colour patterns ("white", "red", "green", and "blue").
3413
3414 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3417           Fix stride for YVYU, should be word-aligned (#353658).
3418
3419 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * gst/adder/gstadder.c: (gst_adder_src_event):
3422           Fix build.
3423
3424 2006-08-31  Edward Hervey  <edward@fluendo.com>
3425
3426         * gst/adder/gstadder.c: (forward_event_func),
3427         (gst_adder_src_event), (gst_adder_collected),
3428         (gst_adder_change_state):
3429         * gst/adder/gstadder.h:
3430         Remember the start position asked in the incoming seeks, so we can
3431         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3432         of assuming it will always be 0).
3433
3434 2006-08-31  Edward Hervey  <edward@fluendo.com>
3435
3436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3437         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3438         (gst_ogg_demux_loop):
3439         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3440
3441 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3444         (gst_ffmpegcsp_get_unit_size):
3445           Return FALSE instead of returning a random false unit
3446           size when the format isn't known/supported (even if
3447           this shouldn't happen under normal circumstances).
3448
3449 2006-08-29  Wim Taymans  <wim@fluendo.com>
3450
3451         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3452
3453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3454         (gst_gnome_vfs_src_start):
3455         Try harder to get the size from a uri by using _info_uri() when
3456         _info_from_handle() does not give us enough info. 
3457         Also follow symlinks when getting the size.
3458         Partially Fixes #332864.
3459
3460 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3461
3462         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3463
3464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3465         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3466         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3467         (gst_alsa_mixer_set_record):
3468         * ext/alsa/gstalsamixertrack.c:
3469         (gst_alsa_mixer_track_update_alsa_capabilities),
3470         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3471         (gst_alsa_mixer_track_update):
3472         * ext/alsa/gstalsamixertrack.h:
3473           Improve and fix mixer track handling, in particular better handling
3474           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3475           separate track objects for tracks that have both capture and playback
3476           volume (and label them differently as well so they're not mistakenly
3477           assumed to be duplicates); classify mixer tracks that only affect
3478           the audible volume of something (rather than the capture volume)
3479           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3480           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3481           (following the meaning documented in the mixer interface header
3482           file); add support for alsa's exclusive cswitch groups; update/sync
3483           state/flags better if mixer settings are changed by another
3484           application. Fixes #336075.
3485
3486 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst/playback/gstplaybin.c:
3489           Improve docs: add section about BUFFERING messages sent by playbin.
3490
3491 2006-08-29  Michael Smith  <msmith@fluendo.com>
3492
3493         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3494         (gst_vorbis_enc_buffer_check_discontinuous),
3495         (gst_vorbis_enc_chain):
3496           Ignore explicit DISCONT marked on buffers (which is often spurious,
3497           particularly when using multiple segments), in favour of solely
3498           using the timestamps/durations.
3499
3500 2006-08-29  Edward Hervey  <edward@fluendo.com>
3501
3502         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3503         Don't rely on incoming buffers offset anymore, since it is completely
3504         broken when using multiple segments.
3505         Instead convert the incoming buffers timestamp to running time, and
3506         then convert that value to the offsets.
3507         Also inform GstSegment of the last outputted stop position, which is
3508         needed if we received several segments with an unknown stop value.
3509
3510 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3511
3512         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3513           fix buffer unreffing on a header push failure
3514
3515 2006-08-28  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3518         (gst_audio_rate_chain):
3519         Make the metadata of the buffer writable before changing its
3520         flags.
3521
3522 2006-08-28  Wim Taymans  <wim@fluendo.com>
3523
3524         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3525         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3526         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3527         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3528         Fix audiorate some more.
3529         Reset and resync counters on flush and READY.
3530         Handle the DISCONT flag correctly.
3531         Use GstSegment to track position.
3532         Fail when not negotiated.
3533         Fixes #353234.
3534
3535 2006-08-25  Michael Smith  <msmith@fluendo.com>
3536
3537         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3538           Fix spelling.
3539           Remove accidently included debug line.
3540
3541 2006-08-25  Wim Taymans  <wim@fluendo.com>
3542
3543         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3544         Small cleanups.
3545         If a buffer is received with no caps, make the buffer metadata
3546         writable and set the caps, making sure that we don't screw up the
3547         refcounts.
3548
3549 2006-08-25  Michael Smith  <msmith@fluendo.com>
3550
3551         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3552         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3553           Fix memory leaks and misleading debug messages, add a couple of
3554           comments.
3555
3556         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3557         (gst_multi_fd_sink_render):
3558           Do not use gst_buffer_make_writable() in a basesink render method,
3559           as it may incorrectly unref the buffer. Instead, use convoluted
3560           dance to avoid copying the buffer except when we need to.
3561
3562 2006-08-25  Michael Smith  <msmith@fluendo.com>
3563
3564         * ext/vorbis/vorbisenc.c:
3565         (gst_vorbis_enc_buffer_check_discontinuous):
3566           Allow very small discontinuities in the timestamps. These we can't
3567           do anything useful with anyway (because vorbis's timestamps have
3568           only sample granularity), and are commonly produced by elements with
3569           minor bugs. Allow up to 1/2 a sample out.
3570           Fixes #351742.
3571
3572 2006-08-24  Wim Taymans  <wim@fluendo.com>
3573
3574         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3575         (play_scrub_toggle_cb), (main):
3576         Add a checkbox to enable play scrubbing. Makes it possible to disable
3577         normal scrubbing.
3578
3579 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3580
3581         * tests/check/elements/.cvsignore:
3582           make buildbot happy
3583
3584 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3585
3586         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3587         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3588         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3589         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3590         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3591         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3592         (gst_ogm_text_parse_strip_trailing_zeroes),
3593         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3594         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3595           Refactor ogm parse, do better input checking, misc. clean-ups.
3596           Cache incoming events and push them once the source pad has
3597           been created. Don't pass unterminated strings to sscanf().
3598           Strip trailing zeroes from subtitle text output, since they
3599           are not valid UTF-8. Don't push vorbiscomment packets on
3600           the subtitle text pad. Output perfect streams if possible.
3601
3602 2006-08-23  Wim Taymans  <wim@fluendo.com>
3603
3604         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3605         Waits for tasks to settle down so that we clean up correctly for 
3606         valgrind.
3607
3608 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3611           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3612           actually return return value in taglists_are_equal.
3613
3614 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3617           Fix crash due to broken bitstream parsing on x86-64: can't make
3618           any assumptions about sizeof(struct) due to alignment/packing
3619           differences on different architectures. Fixes #351790.
3620
3621 2006-08-22  Wim Taymans  <wim@fluendo.com>
3622
3623         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3624         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3625         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3626         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3627         (gst_riff_parse_info):
3628         Protect public functions against bad input.
3629         Do some cleanups.
3630         Fix documentation.
3631
3632 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst-libs/gst/riff/riff-ids.h:
3635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3636           Add voxware audio IDs (even if we can't play it) (#351795).
3637
3638 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         * gst-libs/gst/riff/riff-media.c:
3641         (gst_riff_create_video_template_caps),
3642         (gst_riff_create_audio_template_caps),
3643         (gst_riff_create_iavs_template_caps):
3644           Const-ify some arrays and use G_N_ELEMENTS instead
3645           of wasting oodles of RAM on terminator bits.
3646
3647 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3648
3649         * gst-libs/gst/tag/gstvorbistag.c:
3650         (gst_tag_list_to_vorbiscomment_buffer):
3651         * tests/check/libs/tag.c: (GST_START_TEST):
3652           And the same for _to_vorbiscomment_buffer(): allow
3653           id_data_len == 0 for speex.
3654
3655 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3656
3657         * configure.ac:
3658         * docs/plugins/Makefile.am:
3659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3661         * docs/plugins/inspect/plugin-gdp.xml:
3662         * gst/gdp/Makefile.am:
3663         * tests/check/Makefile.am:
3664           Move GDP plugin to -base from -bad.  Closes #347783.
3665
3666 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3667
3668         * gst-libs/gst/tag/gstvorbistag.c:
3669         (gst_tag_list_from_vorbiscomment_buffer):
3670           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3671           Also add some checks to make sure we don't memcmp() beyond the end of
3672           vorbiscomment buffer if the ID to check for is larger than the buffer.
3673
3674         * tests/check/libs/tag.c: (GST_START_TEST):
3675           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3676
3677 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3678
3679         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3680         (gst_vorbis_enc_set_metadata):
3681           Use vorbis comment utility functions from libgsttag
3682           instead of re-inventing the wheel (partially fixes #347091).
3683
3684 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3685
3686         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3687         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3688         as some that won't.
3689
3690 2006-08-21  Wim Taymans  <wim@fluendo.com>
3691
3692         * docs/libs/Makefile.am:
3693         * docs/libs/gst-plugins-base-libs-sections.txt:
3694         * docs/libs/gst-plugins-base-libs.types:
3695         Don't try to GObject scan the netbuffer as it's not a GObject.
3696         Fixes #351308.
3697
3698         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3699         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3700         Document GstNetBuffer.
3701
3702 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3703
3704         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3705         (audioconvert_suite):
3706           Add testcase for caps-size-explosion
3707
3708 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3709
3710         * gst/audioconvert/gstaudioconvert.c:
3711         (gst_audio_convert_get_unit_size), (set_structure_widths):
3712           Lower debug, use g_assert in _get_unit_size
3713
3714         * gst/audioresample/gstaudioresample.c:
3715         (audioresample_get_unit_size):
3716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3717         (gst_ffmpegcsp_get_unit_size):
3718         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3719           use g_assert in _get_unit_size
3720
3721 2006-08-18  Wim Taymans  <wim@fluendo.com>
3722
3723         * docs/libs/gst-plugins-base-libs-sections.txt:
3724         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3725         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3726         (gst_rtp_buffer_get_payload_buffer):
3727         * gst-libs/gst/rtp/gstrtpbuffer.h:
3728         Document GstRTPBuffer.
3729         Added function to efficiently strip payload headers.
3730         API: gst_rtp_buffer_get_payload_subbuffer()
3731
3732 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3735         (gst_tag_to_vorbis_comments):
3736           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3737           tags and deserialise them properly as well (#347091).
3738           Add some more gtk-doc blurbs and also some g_return_if_fail().
3739
3740         * tests/check/libs/tag.c: (GST_START_TEST),
3741         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3742           More tests.
3743
3744 2006-08-17  Wim Taymans  <wim@fluendo.com>
3745
3746         * ext/ogg/Makefile.am:
3747         * ext/ogg/gstogg.c: (plugin_init):
3748         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3749         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3750         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3751         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3752         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3753         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3754         Added ogg-in-avi parser element. Fixes #140139.
3755
3756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3757         Fixed a bug in oggdemux debug code.
3758
3759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3760         (gst_riff_create_audio_template_caps):
3761         Recognise Ogg in the AVI extensible wave format.
3762
3763 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3766           Make buffer durations add up (duration should be next_ts-ts for
3767           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3768           from CVS.
3769
3770         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3771         (test_buffer_timestamps), (cddabasesrc_suite):
3772           Add unit test for the above.
3773
3774         * tests/check/Makefile.am:
3775           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3776           to see what happens.
3777
3778 2006-08-16  Wim Taymans  <wim@fluendo.com>
3779
3780         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3781         (gst_alsasink_open):
3782         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3783         (gst_alsasrc_open):
3784         Avoid setting and using a NULL device name.
3785         Print more info when we fail to open a device.
3786
3787 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * docs/libs/gst-plugins-base-libs-sections.txt:
3790         * gst-libs/gst/tag/tag.h:
3791         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3792           API: add gst_tag_parse_extended_comment() (#351426).
3793
3794         * tests/check/Makefile.am:
3795         * tests/check/libs/.cvsignore:
3796         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3797           Add unit test for gst_tag_parse_extended_comment().
3798
3799 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3800
3801         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3803           Fix leak (#351502).
3804
3805 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3808         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3809         * docs/plugins/gst-plugins-base-plugins.args:
3810         * gst/playback/gstplaybin.c:
3811           Document playbin.
3812           
3813         * docs/plugins/inspect/plugin-adder.xml:
3814         * docs/plugins/inspect/plugin-alsa.xml:
3815         * docs/plugins/inspect/plugin-audioconvert.xml:
3816         * docs/plugins/inspect/plugin-audiorate.xml:
3817         * docs/plugins/inspect/plugin-audioresample.xml:
3818         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3819         * docs/plugins/inspect/plugin-cdparanoia.xml:
3820         * docs/plugins/inspect/plugin-decodebin.xml:
3821         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3822         * docs/plugins/inspect/plugin-gnomevfs.xml:
3823         * docs/plugins/inspect/plugin-ogg.xml:
3824         * docs/plugins/inspect/plugin-pango.xml:
3825         * docs/plugins/inspect/plugin-playbin.xml:
3826         * docs/plugins/inspect/plugin-subparse.xml:
3827         * docs/plugins/inspect/plugin-tcp.xml:
3828         * docs/plugins/inspect/plugin-theora.xml:
3829         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3830         * docs/plugins/inspect/plugin-video4linux.xml:
3831         * docs/plugins/inspect/plugin-videorate.xml:
3832         * docs/plugins/inspect/plugin-videoscale.xml:
3833         * docs/plugins/inspect/plugin-videotestsrc.xml:
3834         * docs/plugins/inspect/plugin-volume.xml:
3835         * docs/plugins/inspect/plugin-vorbis.xml:
3836         * docs/plugins/inspect/plugin-ximagesink.xml:
3837         * docs/plugins/inspect/plugin-xvimagesink.xml:
3838           Update to CVS version.
3839
3840 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3843         (gst_play_bin_set_property), (gst_play_bin_get_property),
3844         (value_list_append_structure_list),
3845         (gst_play_bin_handle_redirect_message),
3846         (gst_play_bin_handle_message):
3847           API: GstPlayBin::connection-speed
3848           Add "connection-speed" property; re-order redirect messages with
3849           multiple redirect locations depending on the minimum bitrate if
3850           that information is available and a connection speed is set
3851           (#350399).
3852
3853 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * gst/playback/gstplaybin.c:
3856           Update max volume to the same value that the volume element uses.
3857
3858 2006-08-14  Wim Taymans  <wim@fluendo.com>
3859
3860         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3861         Less uglyness..
3862
3863 2006-08-14  Wim Taymans  <wim@fluendo.com>
3864
3865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3866         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3867         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3868         Add some more debug info.
3869         Don't crash when a seek failed.
3870         Actually return the result of the seek instead of TRUE.
3871         Ignore multiple BOS pages with the same serial so that we don't create
3872         the same stream multiple times.
3873         Post an error when we fail to do the initial seek.
3874
3875 2006-08-13  Wim Taymans  <wim@fluendo.com>
3876
3877         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3878         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3879         Small code cleanup.
3880
3881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3882         (gst_alsa_mixer_new):
3883         Remove hack that always set the device to hw:0*.
3884         Properly find the card name for whatever device was configured.
3885         Do some better debugging.
3886         Fixes #350784.
3887
3888         * ext/alsa/gstalsamixerelement.c:
3889         (gst_alsa_mixer_element_set_property),
3890         (gst_alsa_mixer_element_change_state):
3891         Cleanups.
3892         Handle setting of a NULL device name better.
3893
3894 2006-08-11  Wim Taymans  <wim@fluendo.com>
3895
3896         * gst/adder/gstadder.c:
3897         Don't clip float values. Fixes #350900.
3898
3899 2006-08-11  Andy Wingo  <wingo@pobox.com>
3900
3901         * gst/tcp/gsttcp.c: Really fix the build?
3902
3903         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3904         fixes the build.
3905
3906 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3909           Float caps shouldn't have a "signed" field.
3910
3911 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3912
3913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3914           Implement SEEKING query in its most basic form, so that we can
3915           at least check if we're seekable or not (#350655).
3916
3917 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3920           The checks here are not even close to anything that would
3921           justify MAXIMUM probability, lowering to POSSIBLE until someone
3922           fixes the checks (case at hand: quicktime redirection files
3923           might start with 00 00 01 XX and pass the checks here just
3924           fine, see #350399).
3925
3926 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3927
3928         Patch by: Sjoerd Simons  <sjoerd at luon net>
3929
3930         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3931           Better detection for multipart/x-mixed-replace: accept leading
3932           whitespaces before the boundary marker as well (as our very own
3933           multipartmux used to produce) (#349068).
3934
3935 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         Patch by: Young-Ho Cha  <ganadist at chollian net>
3938
3939         * gst-libs/gst/riff/riff-ids.h:
3940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3941         (gst_riff_create_audio_template_caps):
3942           Detect DTS audio streams (#350157).
3943
3944 2006-08-05  Andy Wingo  <wingo@pobox.com>
3945
3946         * ext/theora/gsttheoraparse.h:
3947         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3948         (theora_parse_dispose, theora_parse_set_property)
3949         (theora_parse_get_property, theora_parse_munge_granulepos)
3950         (theora_parse_push_buffer, theora_parse_change_state):
3951         API: GstTheoraParse::synchronization-points
3952         Add a property 'synchronization-points' to fix badly synchronized oggs.
3953
3954 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * tests/check/Makefile.am:
3957         * tests/check/libs/.cvsignore:
3958         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3959         (fixed_caps_have_channel_positions), (GST_START_TEST),
3960         (audio_suite), (main):
3961           Add a few tests for the channel position stuff in libgstaudio.
3962
3963 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3966         (gst_alsa_detect_channels):
3967         * ext/alsa/gstalsasink.c:
3968           Add support for cards that (only) do more than 8 channels,
3969           like the Delta 44 (#345188).
3970
3971         * gst-libs/gst/audio/multichannel.c:
3972         (gst_audio_check_channel_positions):
3973         * gst-libs/gst/audio/multichannel.h:
3974           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3975           unspecified channel position and cannot be combined with any
3976           of the other audio channel positions; adjust position layout
3977           checks accordingly (#345188).
3978
3979 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3982           Recognise ancient RealAudio files (see #349779).
3983
3984 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3985
3986         Patch by: Jens Granseuer  <jensgr at gmx net>
3987
3988         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3989           Add typefinder for Interplay's MVE format (#348973).
3990
3991 2006-08-02  Wim Taymans  <wim@fluendo.com>
3992
3993         Patch by: Marcel Moreaux <marcelm at luon dot net>
3994
3995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3996         (gst_base_rtp_depayload_add_to_queue):
3997         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3998         Handle RTP sequence number rollover.
3999         Disable jitterbuffer by default.
4000
4001 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4002
4003         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4004         (audioresample_set_caps):
4005         Don't leak references to the incoming caps. Clean them up when
4006         stopping.
4007
4008         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4009         (gst_video_scale_finalize):
4010         Don't leak our temporary pixel buffer.
4011
4012         * tests/check/Makefile.am:
4013         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4014         (GST_START_TEST), (simple_launch_lines_suite):
4015
4016         Fix leaks and re-enable the test for valgrind checking.
4017
4018 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4019
4020         Patch by: Sjoerd Simons  <sjoerd at luon net>
4021
4022         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4023         (plugin_init):
4024           Add typefind function for multipart/x-mixed-replace (#348916).
4025
4026 2006-07-28  Wim Taymans  <wim@fluendo.com>
4027
4028         * gst/adder/gstadder.c: (gst_adder_setcaps),
4029         (gst_adder_query_duration):
4030         Fix leak in duration query.
4031         Reflow some docs and notes.
4032
4033 2006-07-28  Michael Smith  <msmith@fluendo.com>
4034
4035         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4036         (vorbisenc_suite):
4037           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4038           aspect of it.
4039
4040 2006-07-28  Michael Smith  <msmith@fluendo.com>
4041
4042         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4043         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4044         (gst_vorbis_enc_push_buffer),
4045         (gst_vorbis_enc_buffer_check_discontinuous),
4046         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4047         * ext/vorbis/vorbisenc.h:
4048           Handle discontinuities in the input vorbis stream correctly,
4049           so that the output is properly timestamped (and has good granulepos
4050           values). Needs some oggmux fixes too.
4051
4052 2006-07-27  Wim Taymans  <wim@fluendo.com>
4053
4054         patch by: Kai Vehmanen <kv2004 eca cx>
4055
4056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4057         (gst_base_rtp_depayload_chain),
4058         (gst_base_rtp_depayload_handle_sink_event),
4059         (gst_base_rtp_depayload_change_state):
4060         Don't send multiple newsegments with different formats.
4061         Fixes #348677.
4062
4063 2006-07-26  Wim Taymans  <wim@fluendo.com>
4064
4065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4066         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4067         Make seeking in ogg more accurate again by doing the more correct
4068         granuletime to stream time conversion.
4069
4070 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4071
4072         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4073         (gst_multi_fd_sink_new_client):
4074           debug a little more understandably
4075           do not use goto as a substitute for break, especially if
4076           break is also being used
4077
4078 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4081         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4082           Remove GLib-2.6 compatibility cruft.
4083
4084 2006-07-24  Wim Taymans  <wim@fluendo.com>
4085
4086         * gst-libs/gst/audio/gstbaseaudiosink.c:
4087         (gst_base_audio_sink_render):
4088         Don't try to align a sample to an unknown value.
4089
4090 2006-07-24  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst-libs/gst/audio/gstbaseaudiosink.c:
4093         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4094         When the audio clock is slaved to another clock, never try to align
4095         samples but trust the rate interpolation algorithm.
4096
4097 2006-07-24  Wim Taymans  <wim@fluendo.com>
4098
4099         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4100         Don't try to calculate silence samples, base class does this much
4101         better now.
4102
4103         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4104         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4105         (gst_ring_buffer_acquire):
4106         Calculate silence samples correctly.
4107
4108         * gst-libs/gst/audio/gstringbuffer.h:
4109         Add _CAST macro.
4110
4111 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4114           Limit search for the first markup tag to the first few kB of
4115           the file. If we don't find one there, it's highly unlikely that
4116           this is an XML(-ish) file.
4117
4118 2006-07-21  Andy Wingo  <wingo@pobox.com>
4119
4120         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4121         test to the one in vorbisenc. Also commented out.
4122
4123         * tests/check/pipelines/vorbisenc.c: 
4124         (test_discontinuity): New test, commented out until Mike lands
4125         some elite vorbisenc patches.
4126
4127         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4128         Bufferstraw was actually factored out of these tests. Now we share
4129         code yay.
4130
4131         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4132         for bufferstraw addition to gstcheck.
4133
4134 2006-07-21  Wim Taymans  <wim@fluendo.com>
4135
4136         * ext/theora/theoradec.c: (clip_buffer):
4137         Better clipping.
4138
4139 2006-07-21  Wim Taymans  <wim@fluendo.com>
4140
4141         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4142         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4143         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4144         Fix leak.
4145         Avoid type casting when we can.
4146
4147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4148         Fix mem leak.
4149
4150 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * ext/alsa/gstalsamixerelement.c:
4153         (gst_alsa_mixer_element_change_state):
4154           Make state change fail if the specified device can't be opened
4155           for some reason.
4156
4157 2006-07-20  Wim Taymans  <wim@fluendo.com>
4158
4159         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4160         (cb_newpad), (main):
4161         Example of a small audio/video player using decodebin.
4162
4163 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4164
4165         * gst-libs/gst/riff/riff-ids.h:
4166           Add 'fact' chunk id
4167
4168 2006-07-19  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4171         (gst_base_rtp_depayload_chain),
4172         (gst_base_rtp_depayload_change_state):
4173         Don't assert when not negotiated but post a meaningfull 
4174         error message. Fixes #347918.
4175
4176         * gst-libs/gst/rtp/gstbasertppayload.c:
4177         Add comment about better default MTU size.
4178
4179         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4180         Small cleanups, start docs.
4181
4182 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         Patch by: Martin Szulecki
4185
4186         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4187           If "device-name" is requested and the device is not
4188           open, try to temporarily open it to obtain this
4189           information (#342494).
4190
4191 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * gst-libs/gst/tag/gstid3tag.c:
4194           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4195
4196         * gst-libs/gst/tag/gsttageditingprivate.h:
4197         * gst-libs/gst/tag/gstvorbistag.c:
4198           Some more random const-ifications.
4199
4200 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4201
4202         * gst-libs/gst/riff/riff-ids.h:
4203         * gst-libs/gst/riff/riff-media.c:
4204         (gst_riff_create_video_template_caps):
4205           Add more FOURCCs (sort list to make stuff easier to find),
4206           add comment what those 16 bytes in struct _gst_riff_strh according to
4207           one avi-dumper are
4208
4209 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * gst-libs/gst/audio/multichannel.c:
4212         (gst_audio_check_channel_positions),
4213         (gst_audio_fixate_channel_positions):
4214           Const-ify two arrays.
4215
4216 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4219           Fix typo, so that alsasink also advertises 8 channels
4220           if that's supported (tags: can, worms, open, alsa, ph34r).
4221
4222 2006-07-17  Wim Taymans  <wim@fluendo.com>
4223
4224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4225         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4226         *sigh*, when is the compiler going to warn when the comments
4227         are out-of-sync with the code.. Refix case of busted theora
4228         headers with 0 granule pos.
4229
4230 2006-07-14  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4233         (gst_base_rtp_depayload_wait),
4234         (gst_base_rtp_depayload_change_state),
4235         (gst_base_rtp_depayload_set_property),
4236         (gst_base_rtp_depayload_get_property):
4237         Fix 99% cpu load by waiting for absolute times on the
4238         clock. Fixes #347300.
4239
4240 2006-07-14  Andy Wingo  <wingo@pobox.com>
4241
4242         * ext/theora/gsttheoraparse.h: 
4243         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4244         (theora_parse_push_headers, theora_parse_clear_queue)
4245         (theora_parse_drain_queue_prematurely, )
4246         (theora_parse_sink_event, theora_parse_change_state): Queue events
4247         until we initialized our state, like in vorbisparse.
4248
4249         * ext/vorbis/vorbisparse.h: 
4250         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4251         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4252         (vorbis_parse_drain_queue_prematurely, )
4253         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4254         until we have initialized our state. Fixes seeking after an
4255         initial pad block.
4256
4257 2006-07-14  Andy Wingo  <wingo@pobox.com>
4258
4259         Patch by: Iain Holmes <iaingnome@gmail.com>
4260         
4261         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4262
4263 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4264
4265         * configure.ac:
4266         Bump nano back to CVS
4267
4268 === release 0.10.9 ===
4269
4270 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4271
4272         * configure.ac:
4273           releasing 0.10.9, "I walk the line"
4274
4275 2006-07-14  Michael Smith  <msmith@fluendo.com>
4276
4277         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4278           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4279           (commonly happens when running this test under valgrind) when trying
4280           to remove the buffer probe.
4281
4282 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4283
4284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4285         Fix missing g_unlock from the previous commit
4286
4287 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4288
4289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4290         (gst_ximagesink_change_state):
4291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4292         (gst_xvimagesink_change_state):
4293         Implement a locking order to ensure we always take the object lock
4294         before the x_lock and never vice-versa.
4295
4296 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4297
4298         * gst/playback/gstdecodebin.c: (find_compatibles):
4299         Fix a caps leak when linking (#347304)
4300
4301         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4302         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4303         (gst_ximagesink_change_state):
4304         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4305         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4306         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4307         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4308         Don't leak shared memory resources. Use the object lock to protect
4309         against the xcontext disappearing while returning a buffer from the
4310         pipeline. (#347304)
4311
4312 2006-07-12  Edward Hervey  <edward@fluendo.com>
4313
4314         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4315         (vorbis_handle_comment_packet):
4316         gst_tag_list_merge() returns a new object. Take that into account when
4317         using it. This avoids memleak.
4318         Revert previous commit which is not needed.
4319
4320 2006-07-12  Edward Hervey  <edward@fluendo.com>
4321
4322         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4323         Reset the decoder in finalize so that all fields get cleared.
4324
4325 2006-07-12  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4328         (gst_base_audio_src_set_clock),
4329         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4330         Don't try to post an error message when setting the clock fails
4331         as this can happen when adding an element to a bin which will then
4332         deadlock. Fixes #347296.
4333
4334 2006-07-12  Edward Hervey  <edward@fluendo.com>
4335
4336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4337         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4338         (vorbis_handle_type_packet):
4339         Post tag messages on the bus even if we're not initialized.
4340         If we're not initialized, we still postpone the event pushing of tags.
4341
4342 2006-07-12  Wim Taymans  <wim@fluendo.com>
4343
4344         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4345         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4346         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4347         Revert last two changes that broke the freeze.
4348
4349 2006-07-12  Wim Taymans  <wim@fluendo.com>
4350
4351         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4352         basesink calculates silence sample correctly for us.
4353
4354 2006-07-12  Wim Taymans  <wim@fluendo.com>
4355
4356         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4357         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4358         Calculate correct silence samples so we don't fill our ringbuffer
4359         with noise.
4360
4361 2006-07-12  Edward Hervey  <edward@fluendo.com>
4362
4363         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4364         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4365         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4366         * ext/vorbis/vorbisdec.h:
4367         Delay sending events (newsegment, tags) until the decoder is properly
4368         initialized.
4369         Fixes #347295
4370
4371 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4372
4373         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4374         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4375           Patch from #347221 adding a test for audioconvert
4376           channel remappings.
4377
4378 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4381         (gst_ssa_parse_parse_line):
4382           Don't include the terminating NUL in the buffer size,
4383           it's only there for extra paranoia (would add random
4384           '*' characters at the end of each subtitle since the
4385           terminator itself is not valid UTF-8 technically).
4386           Also fix indenting after boilerplate macro.
4387
4388 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * gst/playback/gstdecodebin.c: (close_pad_link):
4391           Also emit 'unknown-type' signal (which should really be
4392           called unhandled-type) if we found potential decoders/demuxers
4393           in the registry but none of them worked in the end (as in the
4394           case where the plugins don't exist any longer but are still
4395           listed in the registry). Fixes #329798.
4396
4397 2006-07-08  Andy Wingo  <wingo@pobox.com>
4398
4399         * theoraparse.c (theora_parse_push_buffer)
4400         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4401         Add some more debugging. Fix granulepos reconstruction in the face
4402         of discontinuities.
4403
4404 2006-07-06  Wim Taymans  <wim@fluendo.com>
4405
4406         * gst-libs/gst/audio/gstbaseaudiosink.c:
4407         (gst_base_audio_sink_class_init),
4408         (gst_base_audio_sink_provide_clock):
4409         Use gobject_class instead of G_OBJECT_CLASS (klass)
4410
4411         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4412         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4413         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4414         (gst_base_audio_src_get_time),
4415         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4416         (gst_base_audio_src_create_ringbuffer):
4417         Fix latency and buffer-time constants and properties ala basesink.
4418         Implement pull based scheduling. Fixes #346527.
4419         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4420         one segment.
4421         Refuse slaving to another clock instead of silently not working.
4422         Only provide a clock when we are actually able to do so.
4423         Various small cleanups and compiler hints.
4424
4425 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         Patch by: Lutz Mueller <lutz at topfrose de>
4428
4429         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4430         (plugin_init):
4431           Add typefinding for text/html (#346581).
4432
4433 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4436         (xml_check_first_element), (xml_type_find), (smil_type_find):
4437           Fix SMIL typefinding, make xml_check_first_element() more
4438           useful.
4439
4440 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4443         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4444         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4445         * gst/playback/gstplaybasebin.h:
4446           Protect list of elements with a subtitle-encoding property and
4447           the subtitle encoding member itself with a lock of their own
4448           instead of using the object lock. This prevents a dead-lock in
4449           the element-remove callback in some circumstances when shutting
4450           down playbin.
4451
4452 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4453
4454         * win32/common/libgsttag.def:
4455         Export some new functions.
4456         * win32/vs6/libgstogg.dsp:
4457         Add a link to libgsttag-0.10.lib.
4458
4459 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4462           Some const-ification.
4463
4464 2006-07-04  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4467         Improve checking if we are dealing with a stream. Added some
4468         more uris that need buffering.
4469
4470 2006-07-03  Edward Hervey  <edward@fluendo.com>
4471
4472         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4473         Remove unused variable.
4474
4475 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4476
4477         * Makefile.am:
4478           include lcov.mak
4479         * configure.ac:
4480           add GCOV_LIBS to GST_LIBS
4481
4482 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4485
4486         * ext/alsa/gstalsasrc.c:
4487           Add 32 bps to template caps and increase channels range
4488           from [1,2] to [1,MAX]. See #346326.
4489
4490 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4493           Recognise 'WMVA' video codec fourcc (#345879).
4494           
4495 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4496          
4497         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4498           Fixed nasty memory leak
4499
4500 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4501
4502         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4503         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4504           fix logging
4505
4506 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4507
4508         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4509         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4510         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4511         Protect remove_fakesink using a mutex, so that we don't try and
4512         remove the fakesink simultaneously from multiple threads.
4513
4514         When going from READY to PAUSED, restore the fakesink, so that
4515         it is there when decodebin gets reused.
4516
4517 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4518
4519         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4521         * gst-libs/gst/rtp/gstbasertppayload.c:
4522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4523         * gst/tcp/gstmultifdsink.c:
4524         * gst/tcp/gsttcpclientsink.c:
4525         * gst/tcp/gsttcpclientsrc.c:
4526         * gst/tcp/gsttcpserversink.c:
4527         * gst/tcp/gsttcpserversrc.c:
4528         * gst/videorate/gstvideorate.c:
4529         * gst/videotestsrc/gstvideotestsrc.c:
4530         * sys/v4l/gstv4ljpegsrc.c:
4531         * sys/v4l/gstv4lmjpegsink.c:
4532         * sys/v4l/gstv4lsrc.c:
4533         * tests/examples/seek/scrubby.c:
4534         * tests/examples/seek/seek.c:
4535           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4536
4537 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4540           Second field in GEnumValue shouldn't be a description,
4541           but a stringified version of the enum value.
4542
4543 2006-06-22  Wim Taymans  <wim@fluendo.com>
4544
4545         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4546         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4547         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4548         Avoid type checking in buffer casts.
4549         Avoid caps copy in buffer_alloc when we can.
4550         Use pad_peer_accept.
4551
4552 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         * gst-libs/gst/tag/tag.h:
4555           Oops, make that 'Since: 0.10.9'.
4556
4557 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4558
4559         * docs/libs/gst-plugins-base-libs-sections.txt:
4560         * gst-libs/gst/tag/tag.h:
4561         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4562         (gst_tag_image_type_get_type):
4563           API: add GstTagImageType enum to describe images contained
4564           in image tags (#345641).
4565
4566 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4569           Fix warnings with gst-inspect: "buffers-min" property
4570           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4571           typo in property description.
4572
4573 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         Patch by: Cody Russell <bratsche at gnome org>
4576
4577         * gst/audioresample/gstaudioresample.c:
4578         (gst_audioresample_class_init):
4579         * gst/playback/gststreamselector.c:
4580         (gst_stream_selector_class_init):
4581         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4582         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4583         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4584         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4585         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4586         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4587         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4588         * gst/videotestsrc/gstvideotestsrc.c:
4589         (gst_video_test_src_class_init):
4590         * gst/volume/gstvolume.c: (gst_volume_class_init):
4591           Avoid unnecessary class cast check in class_init
4592           functions (#337747).
4593
4594 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4597         (gst_text_overlay_video_chain):
4598           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4599           and doesn't validate its input either (and neither did
4600           textoverlay it seems). Let's do that then and fix #345206.
4601
4602 2006-06-19  Wim Taymans  <wim@fluendo.com>
4603
4604         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4605         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4606         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4607         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4608         (find_syncframe), (find_limits), (assign_value),
4609         (count_burst_unit), (gst_multi_fd_sink_new_client),
4610         (gst_multi_fd_sink_handle_client_write),
4611         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4612         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4613         (gst_multi_fd_sink_change_state):
4614         * gst/tcp/gstmultifdsink.h:
4615         Added shiny new burst-on-connect methods.
4616         Add properties to control the minimal amount of data queued.
4617         Small cleanups.
4618         API: bytes-min property
4619         API: time-min property
4620         API: buffers-min property
4621         API: burst-unit property
4622         API: burst-value property
4623         API: add-full signal
4624
4625         * gst/tcp/gsttcp-marshal.list:
4626         Added new marshaller code for the new signal.
4627
4628         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4629         (multifdsink_suite):
4630         Added testcases for new burst methods.
4631
4632 2006-06-19  Edward Hervey  <edward@fluendo.com>
4633
4634         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4635         Implement clipping for accurate seeking.
4636         Closes #345225
4637
4638 2006-06-19  Wim Taymans  <wim@fluendo.com>
4639
4640         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4641
4642         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4643         (gst_video_scale_transform):
4644         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4645
4646 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * configure.ac:
4649           Fix --disable-external (can't set conditionals conditionally,
4650           #343602).
4651
4652 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * tests/check/elements/audioresample.c: (test_reuse),
4655         (audioresample_suite):
4656           Add test case for bug #342789 fixed below.
4657
4658 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * gst/audioresample/gstaudioresample.c:
4661         (gst_audioresample_class_init), (gst_audioresample_init),
4662         (audioresample_start), (audioresample_stop),
4663         (gst_audioresample_set_property), (gst_audioresample_get_property):
4664           Implement GstBaseTransform::start and ::stop so that audioresample
4665           can clear its internal state properly and be reused instead of
4666           causing non-negotiated errors with playbin under some circumstances
4667           (#342789).
4668
4669         * tests/check/elements/audioresample.c: (setup_audioresample),
4670         (cleanup_audioresample):
4671           Need to set element state here so that ::start and ::stop are
4672           called.
4673
4674 2006-06-16  Wim Taymans  <wim@fluendo.com>
4675
4676         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4677
4678         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4679         Parse extra data better, apparently it's right behind
4680         the normal strf header size. Fixes #343500.
4681
4682 2006-06-16  Wim Taymans  <wim@fluendo.com>
4683
4684         * ext/alsa/gstalsasink.c: (set_hwparams):
4685         If we fail to set the buffer_time and period_time alsa
4686         parameters, post a warning and leave alsa select a 
4687         default instead of failing. Fixes #342085
4688
4689 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * docs/libs/gst-plugins-base-libs-sections.txt:
4692         * gst-libs/gst/cdda/gstcddabasesrc.h:
4693           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4694           out in the header file and shouldn't be listed in the docs.
4695
4696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4697           Must dereference pointer to fourcc in the debug statement.
4698
4699 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4700
4701         * docs/libs/Makefile.am:
4702         * docs/libs/gst-plugins-base-libs-docs.sgml:
4703         * docs/libs/gst-plugins-base-libs-sections.txt:
4704         * docs/libs/gst-plugins-base-libs.types:
4705         add remaining symbols into correct setions
4706         
4707         * gst-libs/gst/audio/gstringbuffer.c:
4708         fix incomplete docs
4709         
4710         * gst-libs/gst/audio/gstringbuffer.h:
4711         comment out not yet implemented function
4712         
4713         
4714         * gst-libs/gst/floatcast/floatcast.h:
4715         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4716         add short descriptions
4717         
4718         
4719         * gst-libs/gst/interfaces/propertyprobe.c:
4720         fix return value docs   
4721         
4722         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4723         simplify debug logging
4724         
4725         * gst-libs/gst/riff/riff-read.h:
4726         sync function prototype and docs
4727         
4728         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4729         remove left over symbol
4730
4731 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * autogen.sh:
4734         * configure.ac:
4735         * docs/Makefile.am:
4736           Use GST_PLUGIN_DOCS macro in configure.ac, add
4737           --enable-plugin-docs default to autogen.sh and use
4738           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4739
4740 2006-06-15  Wim Taymans  <wim@fluendo.com>
4741
4742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4744         (gst_ogg_demux_loop):
4745         Combine GstFlowReturn from the source pads to give a
4746         meaningfull result to the upstream peer or to stop the
4747         processing task in case of errors.
4748
4749 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/playback/gststreaminfo.c: (cb_probe):
4752           Try GST_TAG_CODEC as fallback when extracting the
4753           codec name; more debug info.
4754
4755 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4756
4757         * ext/ogg/Makefile.am:
4758         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4759           Extract language tags from ogm subtitle streams, so that
4760           the subtitle menu choices are labelled correctly in
4761           Totem (fixes #344708).
4762
4763 2006-06-14  Wim Taymans  <wim@fluendo.com>
4764
4765         Patch by: Alessandro Decina <alessandro at nnva dot org>
4766
4767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4768         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4769         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4770         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4771         Fix various leaks. Fixes #343699.
4772         Add x-smoke mime type.
4773
4774 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst-libs/gst/riff/riff-ids.h:
4777           Add IDs for 'bext' chunks (see #343837).
4778
4779 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         Patch by: Young-Ho Cha  <ganadist at chollian net>
4782
4783         * gst/subparse/samiparse.c: (sami_context_pop_state),
4784         (handle_start_font), (end_sami_element):
4785           Honour font face tags in SAMI subtitles (#344503).
4786
4787 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4788
4789         * po/POTFILES.in:
4790           add missing files containing translatable strings
4791
4792 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4793
4794         * docs/libs/tmpl/.cvsignore:
4795           we don't want those *.sgml files in CVS either
4796
4797 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4798
4799         * docs/libs/.cvsignore:
4800         * tests/check/elements/.cvsignore:
4801         * tests/check/libs/.cvsignore:
4802           ignore more
4803
4804 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4805
4806         * docs/libs/Makefile.am:
4807           also commiting the changed Makefile.am (added more libs to the
4808           doc-build)
4809
4810 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4811
4812         * docs/libs/gst-plugins-base-libs-docs.sgml:
4813         * docs/libs/gst-plugins-base-libs-sections.txt:
4814         * docs/libs/gst-plugins-base-libs.types:
4815           first batch of reordering things, add index & hierarchy
4816
4817 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4818
4819         * configure.ac:
4820           use GST_PKG_CHECK_MODULES, cleans up output
4821
4822 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4825           Add support for burn:// URIs (#343385); const-ify things a bit,
4826           use G_N_ELEMENTS instead of hard-coded array size.
4827
4828 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         Patch by: Young-Ho Cha  <ganadist at chollian net>
4831
4832         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4833           Fix up broken entities before passing them to libxml *sigh*.
4834           (#343303).
4835           
4836 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * configure.ac:
4839           back to TRUNK
4840
4841 === release 0.10.8 ===
4842
4843 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4844
4845         * configure.ac:
4846           releasing 0.10.8, "Moar gij ziet mij nie"
4847
4848 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4849
4850         * configure.ac:
4851         * po/af.po:
4852         * po/az.po:
4853         * po/cs.po:
4854         * po/en_GB.po:
4855         * po/hu.po:
4856         * po/it.po:
4857         * po/nb.po:
4858         * po/nl.po:
4859         * po/or.po:
4860         * po/sq.po:
4861         * po/sr.po:
4862         * po/sv.po:
4863         * po/uk.po:
4864         * po/vi.po:
4865         * win32/common/config.h:
4866           0.10.7.2 prerelease
4867
4868 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4869
4870         * docs/libs/tmpl/gstaudio.sgml:
4871         * docs/libs/tmpl/gstcolorbalance.sgml:
4872         * docs/libs/tmpl/gstmixer.sgml:
4873         * docs/libs/tmpl/gstringbuffer.sgml:
4874         * docs/libs/tmpl/gsttuner.sgml:
4875         * docs/libs/tmpl/gstxoverlay.sgml:
4876         * gst-libs/gst/audio/audio.c:
4877         * gst-libs/gst/audio/gstringbuffer.c:
4878         * gst-libs/gst/interfaces/colorbalance.c:
4879         * gst-libs/gst/interfaces/mixer.c:
4880         * gst-libs/gst/interfaces/tuner.c:
4881         * gst-libs/gst/interfaces/xoverlay.c:
4882           move last template doc snippets to source code and delete them
4883
4884 2006-06-06  Michael Smith  <msmith@fluendo.com>
4885
4886         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4887         (theora_parse_drain_queue):
4888           Mark DELTA_UNIT on non-keyframes.
4889
4890 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4891
4892         * gst-libs/gst/audio/gstbaseaudiosink.c:
4893         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4894         * gst-libs/gst/audio/gstbaseaudiosink.h:
4895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4896         (gst_ring_buffer_samples_done):
4897         * gst-libs/gst/audio/gstringbuffer.h:
4898         Document better the fact that latency_time and buffer_time are values
4899         stored in microseconds, and not the usual GStreamer nanoseconds.
4900         Change the variables (compatibly) that store them from GstClockTime 
4901         to guint64 to make it more clear that they're not storing clock times.
4902         Also, remove the bogus property description that says the user can
4903         specify -1 to get the default value, since that's never been the case.
4904
4905         When computing the default segment size for the ring buffer, make it
4906         an integer number of samples.
4907
4908         When the sub-class indicates a delay greater than the number of
4909         samples we've written return 0 from the audio sink get_time method.
4910
4911 2006-06-02  Michael Smith  <msmith@fluendo.com>
4912
4913         * tests/check/elements/audioconvert.c: (set_channel_positions),
4914         (get_float_mc_caps), (get_int_mc_caps):
4915         * tests/check/elements/audioresample.c:
4916         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4917         * tests/check/elements/videorate.c:
4918         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4919         * tests/check/elements/volume.c:
4920         * tests/check/elements/vorbisdec.c:
4921         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4922           Don't busy-wait in tests; this was causing test timeouts very
4923           frequently when running under valgrind.
4924
4925 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4926
4927         * gst/tcp/README:
4928         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4929         (gst_multi_fd_sink_remove_client_link),
4930         (gst_multi_fd_sink_client_queue_caps),
4931         (gst_multi_fd_sink_client_queue_buffer),
4932         (gst_multi_fd_sink_handle_client_write),
4933         (gst_multi_fd_sink_render):
4934         * gst/tcp/gstmultifdsink.h:
4935           make multifdsink properly deal with streamheader:
4936           - streamheader is taken from caps
4937           - buffers marked with IN_CAPS are not sent
4938           - streamheaders are sent, on connection, from the caps of the
4939             buffer where the client gets positioned to
4940           - further streamheader changes are done every time the client
4941             will receive a buffer with different caps
4942         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4943         (gst_multifdsink_create_streamheader):
4944           add tests for this
4945
4946 2006-06-02  Michael Smith  <msmith@fluendo.com>
4947
4948         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4949           Reinstate limit on channel count. Vorbis does not define the meaning
4950           of > 6 channels, so they're just independent channels. Gstreamer
4951           currently has no mechanism to represent N independent channels.
4952
4953 2006-06-02  Michael Smith  <msmith@fluendo.com>
4954
4955         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4956           Don't arbitrarily restrict channel counts and rate in vorbis.
4957           In terms of effects likely on real-world files, this fixes 96kHz
4958           playback of vorbis.
4959
4960 2006-06-02  Michael Smith  <msmith@fluendo.com>
4961
4962         * gst/audioconvert/audioconvert.c: (float):
4963           More correct float->int conversion.
4964
4965 2006-06-02  Michael Smith  <msmith@fluendo.com>
4966
4967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4968           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4969           value. Fixes g-critical on trying to play back ogg containing
4970           unknown codec.
4971
4972 2006-06-02  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4975         (setup_source):
4976         * gst/playback/gstplaybasebin.h:
4977         Make the subtitle detection work from any thread so we don't
4978         deadlock. Fixes #343397.
4979
4980 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4981
4982         * gst/volume/Makefile.am:
4983           Seriously, it's not *that* hard to get compilation right.  Even
4984           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4985
4986 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4987
4988         * gst/volume/gstvolume.c: (volume_choose_func),
4989         (volume_update_real_volume), (gst_volume_class_init),
4990         (gst_volume_init), (volume_process_float), (volume_process_int16),
4991         (volume_process_int16_clamp), (volume_set_caps),
4992         (volume_transform_ip), (plugin_init):
4993         * gst/volume/gstvolume.h:
4994         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4995         another property desc., remove unused param from process function
4996         
4997         * tests/check/elements/volume.c: (volume_suite):
4998         reactivate the passthrough test
4999
5000 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5001
5002         * ext/alsa/gstalsamixerelement.h:
5003         * ext/alsa/gstalsamixeroptions.h:
5004         * ext/alsa/gstalsamixertrack.h:
5005         * ext/gnomevfs/gstgnomevfssink.h:
5006         * ext/gnomevfs/gstgnomevfssrc.h:
5007         * ext/theora/gsttheoradec.h:
5008         * ext/theora/gsttheoraenc.h:
5009         * ext/theora/gsttheoraparse.h:
5010         * ext/vorbis/vorbisparse.h:
5011         * gst-libs/gst/audio/gstaudioclock.h:
5012         * gst-libs/gst/audio/gstaudiofilter.h:
5013         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5014         * gst/audioconvert/gstaudioconvert.h:
5015         * gst/audioresample/gstaudioresample.h:
5016         * gst/audiotestsrc/gstaudiotestsrc.h:
5017         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5018         * gst/playback/gststreamselector.h:
5019         * gst/tcp/gstmultifdsink.h:
5020         * gst/tcp/gsttcpclientsink.h:
5021         * gst/tcp/gsttcpclientsrc.h:
5022         * gst/tcp/gsttcpserversink.h:
5023         * gst/tcp/gsttcpserversrc.h:
5024         * gst/videorate/gstvideorate.h:
5025         * gst/videoscale/gstvideoscale.h:
5026         * gst/videotestsrc/gstvideotestsrc.h:
5027         * gst/volume/gstvolume.h:
5028         * sys/v4l/gstv4ljpegsrc.h:
5029         * sys/v4l/gstv4lmjpegsink.h:
5030         * sys/v4l/gstv4lmjpegsrc.h:
5031         * sys/v4l/gstv4lsrc.h:
5032         * sys/ximage/ximagesink.h:
5033         * sys/xvimage/xvimagesink.h:
5034         * tests/old/testsuite/alsa/sinesrc.h:
5035         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5036
5037 2006-05-31  Wim Taymans  <wim@fluendo.com>
5038
5039         * ext/libvisual/visual.c: (gst_visual_reset),
5040         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5041         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5042         Handle DISCONT.
5043         Use running time before doing QoS.
5044         Handle mono too.
5045
5046 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5047
5048         * docs/libs/Makefile.am:
5049           set a magic variable to indicate we know the docs are incomplete
5050
5051 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5052
5053         * win32/common/libgstvideo.def:
5054           export gst_video_calculate_display_ratio
5055         * win32/vs6/libgstvideoscale.dsp:
5056           add link to libgstvideo-0.10.lib
5057
5058 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * gst/playback/gstplaybasebin.c: (gen_source_element):
5061           Throw a more comprehensible error for rtsp:// URIs (rather
5062           than erroring out with a negotiation error later on) until
5063           we fix playbin to handle rtspsrc etc.
5064
5065 2006-05-30  Wim Taymans  <wim@fluendo.com>
5066
5067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5068         (gst_text_overlay_text_event):
5069         Added some FIXMEs.
5070
5071 2006-05-30  Wim Taymans  <wim@fluendo.com>
5072
5073         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5074         (gst_adder_request_new_pad), (gst_adder_release_pad):
5075         * gst/adder/gstadder.h:
5076         Implement release_request_pad.
5077         Make padcounter atomic.
5078
5079         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5080         Added check for release_pad in adder.
5081
5082 2006-05-30  Wim Taymans  <wim@fluendo.com>
5083
5084         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5085         Fix build again.
5086
5087 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5088
5089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5090         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5091         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5092         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5093         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5094         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5095         (gst_ogg_demux_bisect_forward_serialno),
5096         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5097         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5098           add more debugging
5099           clean up printf formats for granulepos and serialno
5100
5101 2006-05-30  Michael Smith  <msmith@fluendo.com>
5102
5103         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5104         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5105         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5106         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5107         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5108         * ext/vorbis/vorbisenc.h:
5109           Multi-channel caps negotiation, so we can do proper multichannel
5110           vorbis encoding, negotiated through audioconvert.
5111
5112 2006-05-30  Wim Taymans  <wim@fluendo.com>
5113
5114         * tests/check/elements/adder.c: (test_event_message_received),
5115         (test_play_twice_message_received), (GST_START_TEST),
5116         (adder_suite):
5117         Added check to show that #339935 is fixed with ongoing
5118         adder and collectpads fixes.
5119
5120 2006-05-29  Wim Taymans  <wim@fluendo.com>
5121
5122         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5123         Don't leak pad name.
5124
5125 2006-05-29  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/adder/gstadder.c: (gst_adder_query_duration),
5128         (forward_event_func), (forward_event), (gst_adder_src_event):
5129         Fix adder seeking.
5130         Make query/seeking code threadsafe.
5131
5132         * tests/check/Makefile.am:
5133         * tests/check/elements/adder.c: (test_event_message_received),
5134         (GST_START_TEST), (test_play_twice_message_received):
5135         Fix adder test case.
5136
5137 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5138
5139         Patch by: Young-Ho Cha  <ganadist at chollian net>
5140
5141         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5142         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5143         (set_encoding_element), (decodebin_element_added_cb),
5144         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5145         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5146         * gst/playback/gstplaybasebin.h:
5147           Add 'subtitle-encoding' property to playbin, so applications can
5148           force a subtitle encoding for non-UTF8 subtitles (#342268).
5149
5150         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5151         (gst_sub_parse_set_property):
5152           Rename recently-added 'encoding' property to 'subtitle-encoding'
5153           (so it can be proxied by playbin/decodebin in a generic way
5154           with less danger of false positives).
5155
5156 2006-05-29  Michael Smith  <msmith@fluendo.com>
5157
5158         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5159         (append_with_other_format), (set_structure_widths),
5160         (gst_audio_convert_transform_caps):
5161           Patch from #341562: give more specific audio caps in get_caps, so
5162           that basetransform  can make better decisions on what caps to
5163           negotiate.
5164
5165 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5166
5167         * tests/check/elements/volume.c:
5168         make it compile again
5169
5170 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5171
5172         * tests/check/elements/volume.c: (volume_suite):
5173         disable test until #343196 gets resolved
5174
5175 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5176
5177         * gst/adder/gstadder.c: (gst_adder_get_type):
5178         Make it easier to copy&paste
5179         
5180         * gst/volume/Makefile.am:
5181         * gst/volume/gstvolume.c: (volume_update_real_volume),
5182         (gst_volume_set_volume), (gst_volume_set_mute),
5183         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5184         (volume_transform_ip), (volume_update_mute),
5185         (volume_update_volume):
5186         * gst/volume/gstvolume.h:
5187         Add own debug category, move duplicate code to helper function, fix
5188         property texts, add more comments and prepare ffor liboil-goodness
5189         
5190         * tests/check/Makefile.am:
5191         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5192         add test for mute and passtrough case, be a bit more verbose to track
5193         failure
5194         
5195         * tests/check/generic/states.c: (GST_START_TEST):
5196         catch elements that fail to instantiate
5197
5198 2006-05-28  Edward Hervey  <edward@fluendo.com>
5199
5200         * tests/check/pipelines/simple-launch-lines.c:
5201         * tests/check/pipelines/theoraenc.c:
5202         * tests/check/pipelines/vorbisenc.c:
5203         Comment out tests using parse_launch() if core was built without
5204         parsing capabilities.
5205
5206 2006-05-27  Edward Hervey  <edward@fluendo.com>
5207
5208         * tests/check/Makefile.am:
5209         Extra bonus points for whoever explains to ensonic that you are meant
5210         to test unit tests thoroughly before commiting them, especially if
5211         you know it's going to break.
5212         De-activated element/adder tests.
5213
5214 2006-05-27  Edward Hervey  <edward@fluendo.com>
5215
5216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5217         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5218         Marking caps conversion issues as GST_WARNING is way too verbose,
5219         Moving them to GST_LOG.
5220
5221 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5222
5223         * README:
5224           Replace current README (containing the release notes from
5225           some 0.9.x version) with a proper README taken from the core.
5226
5227 2006-05-26  Wim Taymans  <wim@fluendo.com>
5228
5229         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5230         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5231         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5232         (vorbis_dec_change_state):
5233         Small cleanups.
5234         Add some FIXMEs
5235         Clip output samples to segment boundaries.
5236
5237 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5238
5239         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5240         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5241         Improve the errors produced on bad output, including some human
5242         readable description strings.
5243         Handle the (theoretical for ximagesink) case where the XServer 
5244         has a different idea about the size required for a particular 
5245         frame and gives us too small a memory allocation.
5246
5247 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5248
5249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5250         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5251         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5252         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5253         Improve the errors produced on bad output, including some human 
5254         readable description strings.
5255         Handle RGB Xv formats properly by transforming them into our 
5256         big-endian caps description.
5257         Use gst_caps_truncate to ensure that we never try and choose a
5258         non-fixed caps in buffer_alloc.
5259         Handle the case where the XServer has a different idea about the size
5260         required for a particular frame and gives us too small a memory
5261         allocation.
5262         Use -1 to indicate 'no image format', because 0 is a valid XServer
5263         image format number.
5264         Put RGB Xv formats at the end of the caps, so that we always prefer
5265         YUV format frames.
5266         Iterate the available Xv Encodings to determine the maximum width and
5267         height, and then return that in our caps.
5268         (Closes #315312, #337544)
5269
5270 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5271
5272         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5273         When there is only one unfinished pad and it receives an event that
5274         doesn't match our requirements, we need to set alldone=FALSE so that
5275         the fakesink is not removed yet.
5276
5277 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5280           Use gst_type_find_helper_for_buffer() to find the type
5281           of stream from the first packet.
5282
5283         * configure.ac:
5284           Bump requirements to core CVS (needed for vorbis
5285           typefinding to work).
5286
5287 2006-05-24  Edward Hervey  <edward@fluendo.com>
5288
5289         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5290         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5291         contain.  Else they play perfectly fine with qtdemux.
5292
5293 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5294
5295         * ext/theora/theoradec.c:
5296         * ext/theora/theoraenc.c:
5297         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5298         * gst/audiorate/gstaudiorate.c:
5299           make more debug catagories static
5300         
5301         * tests/check/Makefile.am:
5302         * tests/check/elements/adder.c: (message_received),
5303         (test_event_message_received), (GST_START_TEST),
5304         (test_play_twice_message_received), (adder_suite):
5305           added test case for using element twice, extra bonus points for anyone
5306           who can make these test run reliably
5307
5308 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         * ext/theora/theoradec.c: (theora_dec_chain):
5311           Make work with time-stamped input buffers that do not
5312           have a granulepos in BUFFER_OFFSET_END (like theora
5313           buffers coming from matroskademux). Fixes #342448.
5314
5315 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         Patch by: Peter Kjellerstedt  <pkj at axis com>
5318
5319         * gst/tcp/Makefile.am:
5320           fdstresstest doesn't need Gtk+, fix compilation if 
5321           gtk is not available (#342566).
5322
5323 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5324          
5325         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5326           80 line columns
5327           Removed redundant floor()
5328
5329 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5332           On second thought, just skip JUNK chunks automatically, so
5333           the caller doesn't have to handle this. Fixes #342345.
5334           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5335           not GST_FLOW_ERROR.
5336
5337 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5340           Don't bail out on JUNK chunks with a size of 0 (would try to
5341           pull_range 0 bytes before, which sources don't like too much).
5342           See #342345.
5343
5344 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5345
5346         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5348         Use the gstutil scaling function to preserve 64 bits while calculating
5349         output width and height from the display-aspect-ratio. (A continuation
5350         of #341542)
5351
5352 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5353
5354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5355         (gst_xvimagesink_buffer_alloc):
5356         * sys/xvimage/xvimagesink.h:
5357         When performing buffer allocations, remember the caps and image format
5358         we return so that if the same caps are asked for next time we can
5359         return them immediately without doing any caps intersections.
5360
5361 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5362          
5363         * gst-libs/gst/rtp/README:
5364           Some new documentation
5365         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5366           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5367         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5368         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5369           New RTP audio base payloader class. Supports frame or sample based
5370           codecs.  Not enabled in Makefile.am until approved.
5371
5372 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * tests/check/elements/alsa.c: (test_device_property_probe):
5375           Fix test case: don't try to free NULL GValueArray when there
5376           are no devices.
5377
5378 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * tests/check/Makefile.am:
5381         * tests/check/elements/alsa.c: (test_device_property_probe),
5382         (alsa_suite), (main):
5383           Add simple test that runs a device property probe on alsasrc,
5384           alsasink and alsamixer. Disable valgrind check for now (too
5385           many leaks in libasound, and valgrind ignored my suppressions
5386           additions).
5387
5388 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5391         (gst_alsa_device_property_probe_probe_property),
5392         (gst_alsa_device_property_probe_needs_probe),
5393         (gst_alsa_device_property_probe_get_values),
5394         (gst_alsa_type_add_device_property_probe_interface):
5395         * ext/alsa/gstalsadeviceprobe.h:
5396         * ext/alsa/gstalsamixerelement.c:
5397         (gst_alsa_mixer_element_init_interfaces):
5398         * ext/alsa/gstalsamixerelement.h:
5399           Clean up and simplify alsa device probing. Make it actually work
5400           for multiple classes. Don't cache results any longer.
5401
5402         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5403         (gst_alsasink_init):
5404         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5405         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5406         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5407           Make alsasink and alsasrc implement the GstPropertyProbe interface
5408           for device probing (#342181).
5409           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5410
5411 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * gst/subparse/samiparse.c: (handle_start_font):
5414           Don't ignore return value of strtol (++compiler_happiness).
5415
5416 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         Patch by: Young-Ho Cha  <ganadist chollian net>
5419
5420         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5421         (gst_sub_parse_class_init), (gst_sub_parse_init),
5422         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5423         (convert_encoding):
5424         * gst/subparse/gstsubparse.h:
5425           Add 'encoding' property (#341681).
5426
5427         * gst/subparse/samiparse.c: (characters_sami):
5428           Output is pango markup, so we need to escape text
5429           between tags (#342143).
5430
5431 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * gst-libs/gst/audio/multichannel.c:
5434         (gst_audio_check_channel_positions):
5435           It's okay to have caps with channels=1 and a channel position
5436           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5437           (deinterleavers might want to keep the position in the caps,
5438           so that they can be re-interleaved again properly later).
5439           Leave check for unexpected 2-channel layouts intact for now.
5440
5441 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5442
5443         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5444         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5445         basesrc can do its job correctly.
5446
5447 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * ext/alsa/Makefile.am:
5450         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5451         (gst_alsa_detect_formats), (get_channel_free_structure),
5452         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5453         (gst_alsa_probe_supported_formats):
5454         * ext/alsa/gstalsa.h:
5455         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5456           Refactor and improve caps probing code: probe signedness
5457           when we probe the supported formats/widths; set endianness
5458           to the one we actually probed for (ie. cpu endianness).
5459           
5460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5461         (gst_alsasrc_close):
5462         * ext/alsa/gstalsasrc.h:
5463           Implement caps probing for alsasrc.
5464
5465 2006-05-15  Wim Taymans  <wim@fluendo.com>
5466
5467         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5468         (theora_dec_src_query), (theora_dec_src_event),
5469         (theora_dec_sink_event), (theora_handle_comment_packet),
5470         (theora_handle_data_packet), (theora_dec_change_state):
5471         Cleanups, add some G_LIKELY.
5472         Use segment helpers instead of our own wrong code.
5473         Clear queued buffers on seek and READY.
5474
5475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5476         (vorbis_dec_convert), (vorbis_dec_src_query),
5477         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5478         (vorbis_handle_comment_packet), (vorbis_dec_push),
5479         (vorbis_handle_data_packet), (vorbis_dec_chain),
5480         (vorbis_dec_change_state):
5481         * ext/vorbis/vorbisdec.h:
5482         Remove old useless packetno variable.
5483         Do position query properly.
5484         Add some G_LIKELY.
5485         Do cleanup of queued buffers in new helper function
5486         and use it.
5487
5488 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5491           Query supported sample rates. Fixes #341732.
5492
5493 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5494
5495         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5496         (gst_decode_bin_change_state): Make decodebin reusable
5497         when going from PAUSE_TO_READY and then back to PAUSED.
5498         Fixes #331678.
5499
5500 2006-05-15  Wim Taymans  <wim@fluendo.com>
5501
5502         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5503         (vorbis_dec_convert), (vorbis_dec_src_query),
5504         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5505         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5506         (vorbis_dec_clean_queued), (vorbis_dec_push),
5507         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5508         Cleanups. Use refcounting and DEBUG_OBJECT.
5509         Reset segment on flush, use code methods instead of our
5510         own wrong version.
5511         Fix potential memleak.
5512
5513 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5516         (gst_alsasink_init):
5517         * ext/alsa/gstalsasink.h:
5518           Don't leak allocated snd_output_t structure if there's
5519           more than one alsasink instance at a time (#341873).
5520           Also fix GObject macros in header file.
5521           
5522 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         * gst/subparse/gstsubparse.c:
5525         (gst_sub_parse_data_format_autodetect):
5526           Don't use libxml functions in the typefinding code.
5527
5528 2006-05-15  Wim Taymans  <wim@fluendo.com>
5529
5530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5531         Fix seeking performance in the case where a non-header 
5532         packet has a 0 granulepos (busted theora case). 
5533         Fixes #341719
5534         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5535          the first place, you limelight stealer you)
5536
5537 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst/subparse/gstsubparse.c:
5540         (gst_sub_parse_data_format_autodetect):
5541           Improve SAMI typefinding: handle case where there are
5542           whitespaces or newlines in front of the first <SAMI>
5543           tag (#169936).
5544
5545 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * configure.ac:
5548           Build video4linux plugin even if there's no XVIDEO, just
5549           without implementing the GstXOverlay interface (#334002).
5550          
5551 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * configure.ac:
5554         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5555         (plugin_init):
5556           Add tentative support for libvisual-0.4 (#336881).
5557
5558 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5559
5560         Patch by: Young-Ho Cha <ganadist at chollian net>
5561
5562         * gst/subparse/samiparse.c: (handle_start_font):
5563           Need to map "silver" colour explicitly (#169936).
5564
5565 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         Patch by: Young-Ho Cha  <ganadist at chollian net>
5568
5569         * gst/subparse/Makefile.am:
5570         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5571         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5572         (gst_sub_parse_format_autodetect), (feed_textbuf),
5573         (gst_subparse_type_find), (plugin_init):
5574         * gst/subparse/gstsubparse.h:
5575         * gst/subparse/samiparse.c:
5576         * gst/subparse/samiparse.h:
5577           Add support for SAMI subtitles (#169936).
5578
5579 2006-05-14  Michael Smith  <msmith@fluendo.com>
5580
5581         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5582           Fix #341696: crash when mixing L+R+C to mono or stereo.
5583         * tests/check/Makefile.am:
5584         * tests/check/elements/audioconvert.c: (set_channel_positions),
5585         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5586         (audioconvert_suite):
5587           Add test for the above, including some generic framework bits for
5588           testing multichannel things.
5589
5590 === release 0.10.7 ===
5591
5592 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5593
5594         * configure.ac:
5595           releasing 0.10.7, "Leave the gun"
5596
5597 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5598
5599         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5601         Fix the build.
5602
5603 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5604
5605         * docs/libs/gst-plugins-base-libs-docs.sgml:
5606         * docs/libs/gst-plugins-base-libs-sections.txt:
5607         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5608         * gst-libs/gst/video/video.h:
5609         * gst/videoscale/Makefile.am:
5610         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5612         * tests/check/Makefile.am:
5613         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5614         (main):
5615           Fix integer overflow problem with pixel-aspect-ratio calculations
5616           in videoscale and xvimagesink (#341542)
5617
5618 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * gst-libs/gst/tag/gstid3tag.c:
5621           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5622
5623 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5624
5625         * win32/MANIFEST:
5626           update win32 files listing
5627
5628 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5629
5630         patch by: Sjoerd Simons (sjoerd@luon.net)
5631
5632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5633         (group_create), (group_destroy), (add_stream),
5634         (gst_play_base_bin_get_property),
5635         (gst_play_base_bin_get_streaminfo_value_array):
5636         * gst/playback/gstplaybasebin.h:
5637           API: GstPlayBaseBin::stream-info-value-array property
5638           use a more bindings-friendly way of exposing streaminfo
5639           using a GValueArray.  Tested in ipython.
5640           Closes #341114
5641
5642 2006-05-11  Wim Taymans  <wim@fluendo.com>
5643
5644         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5645         (queue_underrun_cb), (queue_filled_cb):
5646         Also catch queue underruns but don't do anything yet.
5647         Refactor and comment queue enlarging code a bit.
5648
5649         * gst/playback/gstplaybasebin.c: (queue_overrun),
5650         (queue_threshold_reached), (queue_out_of_data),
5651         (gen_preroll_element):
5652         If a queue over/underruns check that we don't create nasty
5653         deadlocks when the min-threshold is not reached but the
5654         max-bytes is. In those cases disable max-bytes when we
5655         know that the queue is fed timed data.
5656         Add more comments.
5657
5658 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * gst/playback/gstplaybin.c: (gen_audio_element):
5661           Make playbin automatically plug an 'audioresample'
5662           element before the audio sink as well. This solves
5663           problems with sinks that only accept a very specific
5664           sample rate, like esdsink (e.g. #340379).
5665
5666 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         * gst/playback/gstplaybasebin.c: (gen_source_element):
5669           Make http sources send special headers so that we receive
5670           icecast metadata if the http stream is an icecast stream
5671           (otherwise the server will just ignore them). This also
5672           means that from now on users will need the 'icydemux'
5673           element from gst-plugins-good installed if they want to
5674           listen to icecast radio streams. (#341432, #333657).
5675
5676 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5677
5678         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5679         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5680           remove stupid example from docs - it should come with a simple
5681           C program instead.
5682           Clean up/fix docs
5683         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5684         (fail_if_can_read), (GST_START_TEST),
5685         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5686           add a test for changing streamheader which exposes a bug in
5687           multifdsink
5688
5689 2006-05-11  Michael Smith  <msmith@fluendo.com>
5690
5691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5692         (gst_gnome_vfs_src_received_headers_callback):
5693         * ext/gnomevfs/gstgnomevfssrc.h:
5694           Don't set icy-caps unless we have a sane interval value. Move
5695           interval to a local variable; we never use it outside this function.
5696
5697 2006-05-11  Wim Taymans  <wim@fluendo.com>
5698
5699         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5701         Register special buffer types along with the objects so
5702         that they are not registered at runtime from N different
5703         streaming threads since they are not threadsafe.
5704
5705 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5706
5707         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5708         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5709           add two more tests, one doing streamheader
5710
5711 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5712
5713         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5714           clean up the bufqueue when shutting down
5715         * tests/check/Makefile.am:
5716         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5717         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5718         (main):
5719           add a test for the leak that was just fixed
5720
5721 2006-05-10  Wim Taymans  <wim@fluendo.com>
5722
5723         * gst/adder/gstadder.c: (gst_adder_setcaps),
5724         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5725         (gst_adder_src_event), (gst_adder_sink_event),
5726         (gst_adder_class_init), (gst_adder_finalize),
5727         (gst_adder_request_new_pad), (gst_adder_collected):
5728         * gst/adder/gstadder.h:
5729         Updated some docs. Added comments and FIXMEs all over the place.
5730         Improve debugging info.
5731         Fix leak on finalize by not calling the parent.
5732         Implement duration query.
5733         Make event forwarding threadsafe.
5734         Correctly send NEWSEGMENT at start and after flush.
5735         Handle EOS correctly.
5736         Post error when not negotiated.
5737
5738         * tests/check/elements/adder.c: (GST_START_TEST):
5739         Added FIXME in the test.
5740
5741 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5742
5743         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5744         (gst_text_overlay_halign_get_type),
5745         (gst_text_overlay_wrap_mode_get_type):
5746         * ext/theora/theoradec.c: (theora_handle_type_packet),
5747         (theora_handle_data_packet):
5748         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5749         (theora_enc_sink_setcaps), (theora_enc_chain):
5750         * gst-libs/gst/cdda/gstcddabasesrc.c:
5751         (gst_cdda_base_src_mode_get_type):
5752         * gst/audiotestsrc/gstaudiotestsrc.c:
5753         (gst_audiostestsrc_wave_get_type):
5754         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5755         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5756         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5757         (gst_sync_method_get_type), (gst_unit_type_get_type),
5758         (gst_client_status_get_type):
5759         * gst/videoscale/gstvideoscale.c:
5760         (gst_video_scale_method_get_type):
5761         * gst/videotestsrc/gstvideotestsrc.c:
5762         (gst_video_test_src_pattern_get_type):
5763         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5764         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5765         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5766         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5767         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5768         (paint_setup_RGB565), (paint_setup_xRGB1555):
5769           Const-ify GEnumValue and GFlagsValue arrays. Use
5770           GST_ROUND_UP_* macros instead of home-made ones.
5771
5772 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * configure.ac:
5775           Require core CVS for the new newsegment stuff.
5776
5777 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         Patch by: Sjoerd Simons  <sjoerd at luon net>
5780
5781         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5782           Register nick for enum value (#341160).
5783
5784 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5787         (plugin_init):
5788          backout typefind patch #340375
5789          
5790         * tests/check/elements/adder.c: (message_received),
5791         (GST_START_TEST), (adder_suite):
5792           redo, signal-handling of test
5793
5794 2006-05-09  Wim Taymans  <wim@fluendo.com>
5795
5796         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5797         (gst_adder_collected):
5798         * gst/adder/gstadder.h:
5799         Remove bogus segment merging and forwarding, we don't
5800         care about timestamps anyway and we just produce a
5801         continuous stream. 
5802         Also create a nice NEWSEGMENT event when we start.
5803         Use _scale_int some more.
5804
5805 2006-05-09  Edward Hervey  <edward@fluendo.com>
5806
5807         * tests/icles/stress-xoverlay.c:
5808         Fix if core was built without parsing support.
5809
5810 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5811
5812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5813           Add SEDG (Samsung MPEG-4) fourcc.
5814
5815 2006-05-09  Edward Hervey  <edward@fluendo.com>
5816
5817         * tests/icles/stress-xoverlay.c:
5818         * tests/examples/volume/volume.c:
5819         Fix if core was built without parsing support.
5820
5821         * tests/examples/seek/seek.c:
5822         Disable the parse_launch example if core was built without parsing
5823         support.
5824
5825 2006-05-08  Edward Hervey  <edward@fluendo.com>
5826
5827         * autogen.sh: (CONFIGURE_DEF_OPT): 
5828         libtoolize on Darwin/MacOSX is called glibtoolize
5829
5830 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5831
5832         * tests/check/Makefile.am:
5833         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5834           Disable the adder test, until the build-slaves posses the kindness to 
5835           either like it or to give valid reason for not doing so 
5836
5837 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5838
5839         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5840         (adder_suite):
5841           Shuffle NULL state change around and raise timeout more
5842
5843 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5844
5845         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5846         (mp4_type_find), (plugin_init):
5847           Add typefind to distinguish between "audio/x-m4a" and new type
5848           "video/mp4". Fixes #340375
5849
5850         * tests/check/elements/adder.c: (adder_suite):
5851           Raise timeout to make buildbot happy
5852
5853 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5854
5855         * gst/adder/gstadder.c: (gst_adder_sink_event),
5856         (gst_adder_request_new_pad), (gst_adder_change_state):
5857         * gst/adder/gstadder.h:
5858         * tests/check/Makefile.am:
5859         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5860         (adder_suite), (main):
5861           Add sink-event handling to adder. It tries to merge incomming
5862           newsegment-events. Added test to check if segment_done is comming
5863           through. Fixes #340060
5864
5865 2006-05-05  Andy Wingo  <wingo@pobox.com>
5866
5867         * ext/theora/theoraparse.c (gst_theora_parse_init)
5868         (theora_parse_src_convert, theora_parse_src_query):
5869         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5870         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5871         query functions on the source pads of the theora and vorbis parse
5872         elements. Fixes position querying when doing a remux.
5873
5874 2006-05-05  Michael Smith  <msmith@fluendo.com>
5875
5876         * ext/theora/theoraparse.c: (parse_granulepos),
5877         (theora_parse_drain_queue_prematurely),
5878         (theora_parse_queue_buffer), (theora_parse_sink_event):
5879           Fix flushing.
5880           Fix invalid granulepos outputs when starting with a non-keyframe.
5881
5882 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5883
5884         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5885         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5886         Rearrange MPEG system stream detection, fixing some memleaks in the
5887         process.
5888         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5889         they clean up their data correctly.
5890         Remove unused ogganx caps and move the 'is_annodex' check to inside
5891         the 'is_ogg' if statement.
5892
5893 2006-05-05  Wim Taymans  <wim@fluendo.com>
5894
5895         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5896         Properly remove ghostpads. Fixes #340392
5897
5898 2006-05-04  David Schleef  <ds@schleef.org>
5899
5900         * gst/typefind/gsttypefindfunctions.c:
5901
5902 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5903
5904         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5905         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5906
5907         When typefinding an MP3 in push-based mode, don't penalise the
5908         probability down to 74% when we found 5 valid frames just because we
5909         can't peek the end of the file.
5910
5911         Make the probability for detecting MPEG Transport Streams based on the
5912         number of sequential headers we successfully detected.
5913
5914 2006-05-03  Wim Taymans  <wim@fluendo.com>
5915
5916         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5917         (vorbis_dec_push), (vorbis_dec_chain):
5918         Still produce an error when we receive an empty packet.
5919
5920 2006-05-03  Wim Taymans  <wim@fluendo.com>
5921
5922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5923         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5924         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5925         Mark buffers with DISCONT after seek and after activating new
5926         chains.
5927
5928         * ext/theora/gsttheoradec.h:
5929         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5930         (theora_get_query_types), (theora_dec_sink_event),
5931         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5932         (theora_dec_change_state):
5933         Fix frame counter.
5934         Detect and mark DISCONT buffers.
5935
5936         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5937         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5938         (vorbis_dec_change_state):
5939         * ext/vorbis/vorbisdec.h:
5940         Use GstSegment.
5941         Detect and mark DISCONT buffers.
5942         Don't crash on 0 sized buffers.
5943
5944 2006-05-03  Wim Taymans  <wim@fluendo.com>
5945
5946         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5947         (volume_transform_ip):
5948         Increase "volume" property to 10.0. Fixes #340369.
5949         Set the process function to NULL when capsnego fails so that
5950         we properly error out.
5951
5952 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5953
5954         * gst/playback/gstplaybin.c: (add_sink):
5955         * gst/playback/test.c: (main):
5956         * gst/playback/test5.c: (dump_element_stats):
5957         * gst/playback/test6.c: (main):
5958           free caps using gst_caps_unref, don't leak caps-strings
5959
5960 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5963         (plugin_init):
5964           Refine musepack typefinding a bit. Return MAXIMUM
5965           probability when we detect stream version 7 to make
5966           sure the mpeg audio typefinder doesn't trump us.
5967
5968 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5971           Protect against unexpected NULL strf_data buffer.
5972
5973 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5974
5975         * tests/check/elements/audioconvert.c: (verify_convert),
5976         (GST_START_TEST):
5977           interpret the out[] buffer in the order the bytes are actually
5978           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5979           Other tests should use BYTE_ORDER since the array is filled in
5980           with actual values
5981
5982 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5983
5984         * tests/check/elements/audioconvert.c: (verify_convert),
5985         (GST_START_TEST):
5986           when a test fails, give an indication of which it is
5987
5988 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5989
5990         * gst-libs/gst/cdda/gstcddabasesrc.c:
5991           compile fix; strtol() needs <stdlib.h>
5992
5993 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5994
5995         * ext/alsa/gstalsamixerelement.c:
5996         * ext/alsa/gstalsasrc.c:
5997         * ext/cdparanoia/gstcdparanoiasrc.c:
5998         * ext/gnomevfs/gstgnomevfssink.c:
5999         * ext/gnomevfs/gstgnomevfssrc.c:
6000         * ext/ogg/gstoggdemux.c:
6001         * ext/ogg/gstoggmux.c:
6002         * ext/ogg/gstoggparse.c:
6003         * ext/ogg/gstogmparse.c:
6004         * ext/pango/gstclockoverlay.c:
6005         * ext/pango/gsttextoverlay.c:
6006         * ext/pango/gsttextrender.c:
6007         * ext/pango/gsttimeoverlay.c:
6008         * ext/theora/theoradec.c:
6009         * ext/theora/theoraenc.c:
6010         * ext/vorbis/vorbisdec.c:
6011         * ext/vorbis/vorbisenc.c:
6012         * gst-libs/gst/audio/gstaudiofilter.c:
6013         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6014         * gst/audioconvert/gstaudioconvert.c:
6015         * gst/audiorate/gstaudiorate.c:
6016         * gst/audioresample/gstaudioresample.c:
6017         * gst/audiotestsrc/gstaudiotestsrc.c:
6018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6019         * gst/playback/gstdecodebin.c:
6020         * gst/playback/gstplaybin.c:
6021         * gst/playback/gststreamselector.c:
6022         * gst/subparse/gstsubparse.c:
6023         * gst/tcp/gstmultifdsink.c:
6024         * gst/tcp/gsttcpclientsink.c:
6025         * gst/tcp/gsttcpclientsrc.c:
6026         * gst/tcp/gsttcpserversink.c:
6027         * gst/tcp/gsttcpserversrc.c:
6028         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6029         * gst/videorate/gstvideorate.c:
6030         * gst/videoscale/gstvideoscale.c:
6031         * gst/videotestsrc/gstvideotestsrc.c:
6032         * gst/volume/gstvolume.c:
6033         * sys/v4l/gstv4ljpegsrc.c:
6034         * sys/v4l/gstv4lmjpegsink.c:
6035         * sys/v4l/gstv4lmjpegsrc.c:
6036         * sys/v4l/gstv4lsrc.c:
6037         * sys/ximage/ximagesink.c:
6038         * sys/xvimage/xvimagesink.c:
6039         * tests/check/libs/cddabasesrc.c:
6040           make GstElementDetails const
6041
6042 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6043
6044         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6045         (gst_adder_init):
6046           send events from src-pad to all sink-pads fixes #338657
6047
6048 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6049
6050         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6051         (alsasink_parse_spec):
6052           query width capabilities from alsa, fixes #338919
6053
6054 2006-04-28  Wim Taymans  <wim@fluendo.com>
6055
6056         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6057         (gst_multi_fd_sink_remove_client_link):
6058         * gst/tcp/gstmultifdsink.h:
6059         Fix race condition in multifdsink that can lead to spurious 
6060         duplicate clients. this patch adds a new signal that is fired when
6061         multifdsink has removed all references to the fd.
6062         Fixes #339574.
6063         Updated documentation.
6064         API: client-fd-removed signal added
6065
6066 2006-04-28  Michael Smith  <msmith@fluendo.com>
6067
6068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6069           When asking g_value_array_new to prealloc elements, we may as well
6070           ask for the right number of elements.
6071
6072 2006-04-28  Wim Taymans  <wim@fluendo.com>
6073
6074         * gst-libs/gst/audio/gstbaseaudiosink.c:
6075         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6076         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6077         patch to make timestamp checking more tollerant to rounding 
6078         errors given that real discontinuities are to be marked on
6079         buffers. Fixes some asf files and #338778.
6080         Also avoid some crashers when we receive an event in the 
6081         NULL state.
6082
6083 2006-04-28  Michael Smith  <msmith@fluendo.com>
6084
6085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6086         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6087         (gst_gnome_vfs_src_get_property),
6088         (gst_gnome_vfs_src_send_additional_headers_callback),
6089         (gst_gnome_vfs_src_received_headers_callback),
6090         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6091         (gst_gnome_vfs_src_stop):
6092         * ext/gnomevfs/gstgnomevfssrc.h:
6093           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6094           proper shared support within icydemux.
6095
6096 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6097
6098         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6099         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6100           fix up docs
6101           fix a leak when no caps negotiated
6102           fix counting of input frames
6103         * tests/check/elements/.cvsignore:
6104         * tests/check/elements/videorate.c: (assert_videorate_stats),
6105         (GST_START_TEST), (videorate_suite):
6106           add tests for these
6107
6108 2006-04-28  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst-libs/gst/audio/gstringbuffer.c:
6111         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6112         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6113         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6114         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6115         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6116         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6117         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6118         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6119         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6120         Check arguments passed to public functions instead of
6121         crashing.
6122
6123 2006-04-28  Wim Taymans  <wim@fluendo.com>
6124
6125         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6126         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6127         GstBaseAudioSrc must be live or it does not work.
6128
6129         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6130         Don't set live to TRUE as this is the default in the parentclass.
6131
6132 2006-04-28  Wim Taymans  <wim@fluendo.com>
6133
6134         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6135         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6136         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6137         fixation cases better. Fixes #338991
6138
6139 2006-04-28  Wim Taymans  <wim@fluendo.com>
6140
6141         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6142         Handle 0/1 framerate correctly Fixes #331901.
6143
6144 2006-04-28  Wim Taymans  <wim@fluendo.com>
6145
6146         * tests/check/elements/audioconvert.c: (get_float_caps),
6147         (GST_START_TEST), (audioconvert_suite):
6148         Added check for correct clipping when doing float samples
6149         in audioconvert.
6150
6151 2006-04-28  Wim Taymans  <wim@fluendo.com>
6152
6153         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6154         (gst_video_rate_chain):
6155         Print more debugging info.
6156
6157 2006-04-28  Wim Taymans  <wim@fluendo.com>
6158
6159         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6160         (resample_set_state_from_caps):
6161         Add support for other formats audioresample can handle such as
6162         32 bits in and float and 64 bits float. Fixes #301759
6163
6164 2006-04-28  Wim Taymans  <wim@fluendo.com>
6165
6166         * gst/audioconvert/audioconvert.c: (float):
6167         correctly clip float samples > 1.0. Fixes #338718
6168
6169 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         Patch by: Young-Ho Cha  <ganadist at chollian net>
6172
6173         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6174         (gst_text_overlay_render_text):
6175           Don't strip newlines from the text. Also, center lines
6176           within multi-line paragraphs (#339405).
6177
6178 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6179
6180         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6181           Fix wavpack typefinding to work in more cases (don't peek
6182           for chunks of multiple hundred kBs at once, but process
6183           things step-by-step in smaller units). Fixes #339786.
6184
6185 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6186
6187         * configure.ac:
6188           back to HEAD
6189
6190 === release 0.10.6 ===
6191
6192 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6193
6194         * configure.ac:
6195           releasing 0.10.6, "Chao"
6196
6197 2006-04-26  David Schleef  <ds@schleef.org>
6198
6199         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6200           Fixes #338897.
6201
6202 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6203
6204         * configure.ac:
6205         * win32/common/config.h:
6206           new prerelease
6207
6208 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6209
6210         patch by: Wim Taymans
6211
6212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6213         (gst_ogg_demux_perform_seek):
6214           make sure correct newsegments are sent, so that the decoder
6215           and the demuxer agree on timestamps.  Fixes playback of a lot
6216           of Ogg files that do not start from 0.  Fixes #339833.
6217
6218 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6219
6220         Patch by: Edward Hervey  <edward@fluendo.com>
6221
6222         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6223         * tests/check/Makefile.am:
6224         * tests/check/elements/videorate.c: (assert_videorate_stats),
6225         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6226         (videorate_suite), (main):
6227           Fix an infinite loop if frames are passed in with wrongly ordered
6228           timestamps.  Fixes #339013.
6229
6230 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6231
6232         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6235           fix typefinding on some ISO files.  Fixes #339212.
6236
6237 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6238
6239         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6242           add another H264 fourcc.  Fixes #339047.
6243
6244 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6245
6246         Patch by: Jan Schmidt
6247
6248         * gst/playback/gststreamselector.c:
6249         (gst_stream_selector_bufferalloc):
6250           Restore old StreamSelector behaviour.
6251           Fixes #338419.
6252
6253 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6254
6255         * configure.ac:
6256         * win32/common/config.h:
6257           prerelease
6258
6259 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6262
6263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6264         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6265           Fix some memory leaks: on finalize, free buffers left in the queue
6266           before destroying the queue; in _push(), unref rtp_buf even if
6267           the process vfunc returned a NULL buffer as output buffer (#337548);
6268           demote some recuring debug messages to LOG level.
6269
6270 2006-04-11  Wim Taymans  <wim@fluendo.com>
6271
6272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6273         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6274         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6275         (gst_ogg_demux_loop):
6276         More cleanups.
6277         Respect segment stop when emiting EOS or SEGMENT_DONE.
6278         Fixes (#337945).
6279
6280 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         * gst/playback/gststreamselector.c:
6283         (gst_stream_selector_get_property):
6284           Don't leak pad name.
6285
6286 2006-04-10  Michael Smith  <msmith@fluendo.com>
6287
6288         * tests/check/Makefile.am:
6289         * tests/check/gst-plugins-base.supp:
6290           Suppress an old libtheora bug (fixed in more recent versions), so 
6291           that FC4 buildslaves can pass.
6292
6293 2006-04-10  Wim Taymans  <wim@fluendo.com>
6294
6295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6296         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6297         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6298         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6299         (gst_ogg_demux_loop):
6300         Don't leak events.
6301         Remember what error we got when finding chains, if we
6302         were shutdown, that would not be an error.
6303
6304 2006-04-10  Wim Taymans  <wim@fluendo.com>
6305
6306         * gst-libs/gst/audio/gstbaseaudiosink.c:
6307         (gst_base_audio_sink_event):
6308         Starting the ringbuffer when we did not acquire it can cause
6309         a deadlock, is pointless and causes nasty things for
6310         subclasses. 
6311         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6312
6313 2006-04-10  Wim Taymans  <wim@fluendo.com>
6314
6315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6316         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6317         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6318         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6319         (gst_ogg_demux_deactivate_current_chain),
6320         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6321         (gst_ogg_demux_bisect_forward_serialno),
6322         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6323         Add some more debugging.
6324
6325 2006-04-10  Wim Taymans  <wim@fluendo.com>
6326
6327         * ext/theora/theoradec.c: (theora_dec_src_event),
6328         (theora_handle_data_packet):
6329         Some more debug info.
6330
6331         * tests/examples/seek/seek.c: (start_seek), (main):
6332         Print element messages too.
6333
6334 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6335
6336         * gst/audioresample/debug.h:
6337           replace debug macros with variable number of parameters
6338           by a simple alias to gstreamer standard debug macros 
6339          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6340           supported by MSVC 6.0 and 7.1)
6341         * gst/audioresample/resample.h:
6342           define M_PI and rint for WIN32
6343         * win32/common/libgstaudio.def:
6344         * win32/common/libgstriff.def:
6345         * win32/common/libgsttag.def:
6346         * win32/common/libgstvideo.def:
6347           add new exported functions
6348         * win32/vs6:
6349           update project files
6350
6351 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6352
6353         * ext/alsa/gstalsamixeroptions.c:
6354         (gst_alsa_mixer_options_class_init):
6355         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6358         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6359         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6360         * gst-libs/gst/audio/gstaudiofilter.c:
6361         (gst_audio_filter_class_init):
6362         * gst-libs/gst/audio/gstaudiosink.c:
6363         (gst_audioringbuffer_class_init):
6364         * gst-libs/gst/audio/gstaudiosrc.c:
6365         (gst_audioringbuffer_class_init):
6366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6367         * gst-libs/gst/interfaces/colorbalancechannel.c:
6368         (gst_color_balance_channel_class_init):
6369         * gst-libs/gst/interfaces/mixeroptions.c:
6370         (gst_mixer_options_class_init):
6371         * gst-libs/gst/interfaces/mixertrack.c:
6372         (gst_mixer_track_class_init):
6373         * gst-libs/gst/interfaces/tunerchannel.c:
6374         (gst_tuner_channel_class_init):
6375         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6376         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6377         (gst_netbuffer_class_init):
6378         * gst-libs/gst/rtp/gstbasertppayload.c:
6379         (gst_basertppayload_class_init):
6380         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6382         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6383         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6384         * gst/playback/gststreamselector.c:
6385         (gst_stream_selector_class_init):
6386         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6387         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6388         * sys/v4l/gstv4lcolorbalance.c:
6389         (gst_v4l_color_balance_channel_class_init):
6390         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6391         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6392         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6393         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6394         (gst_v4l_tuner_norm_class_init):
6395         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6397         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6398         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6399
6400 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6401
6402         * ext/pango/gsttextrender.h:
6403         * gst-libs/gst/audio/gstaudiosink.h:
6404         * gst-libs/gst/audio/gstaudiosrc.h:
6405         * gst-libs/gst/audio/gstbaseaudiosink.h:
6406         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6407         * gst-libs/gst/audio/gstringbuffer.h:
6408         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6409         * gst-libs/gst/rtp/gstbasertppayload.h:
6410         * gst-libs/gst/video/gstvideofilter.h:
6411         * gst-libs/gst/video/gstvideosink.h:
6412         * gst/playback/gstplaybasebin.h:
6413         * gst/tcp/gstmultifdsink.h:
6414         * sys/v4l/gstv4lelement.h:
6415         Fix broken GObject macros
6416
6417 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6418
6419         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6420         More debug to trace why my USB headset is not working with gst
6421
6422 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6423
6424         * gst/playback/gstplaybasebin.c: (group_destroy):
6425         Clean up our group elements properly in the case where it never 
6426         got committed - it still got added unconditionally to the bin.
6427
6428 2006-04-07  Wim Taymans  <wim@fluendo.com>
6429
6430         * ext/theora/theoradec.c: (theora_dec_sink_event),
6431         (theora_handle_data_packet), (theora_dec_chain):
6432         Unref unhandled events.
6433         Protect against empty buffers.
6434         Perform QoS on running time.
6435
6436 2006-04-07  Michael Smith  <msmith@fluendo.com>
6437
6438         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6439         (gst_vorbis_enc_chain):
6440           Remove leaks from vorbisenc.
6441           Mostly minor changes, the only significant one is that now the
6442           buffers we set as 'streamheader' on the caps are copies of the
6443           original buffers, to avoid circular refcounting problems.
6444
6445 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6446
6447         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6448           Don't remove our mute-probe if someone else already did so.
6449           Don't set a 2nd one if there is already one pending on the pad.
6450
6451         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6452         (do_playbin_seek):
6453           When a seek fails, ensure that playbin is still set back to playing.
6454           
6455         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6456         (mpeg_ts_type_find), (plugin_init):
6457           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6458
6459 2006-04-06  Andy Wingo  <wingo@pobox.com>
6460
6461         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6462         (gst_video_rate_init): Caps-related parameters should not be reset
6463         by a flush -- move their inits to the instance init function.
6464         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6465         is not OK, just return the result.
6466
6467         * gst/audiotestsrc/gstaudiotestsrc.c
6468         (gst_audio_test_src_class_init)
6469         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6470         broken by Stefan's commit on 24 March.
6471
6472         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6473         buffers being pushed out. Fixes oggmux ! multifdsink.
6474
6475 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6478         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6479         * ext/vorbis/vorbisdec.h:
6480         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6481         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6482         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6483         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6484         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6485         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6486         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6487         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6488         (gst_vorbis_enc_buffer_from_packet),
6489         (gst_vorbis_enc_buffer_from_header_packet),
6490         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6491         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6492         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6493         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6494         (gst_vorbis_enc_change_state):
6495         * ext/vorbis/vorbisenc.h:
6496           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6497           vorbisenc adhere to the official nomenclature; use boilerplate
6498           macro.
6499
6500 2006-04-04  Andy Wingo  <wingo@pobox.com>
6501
6502         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6503         Whoops, fix bug introduced. Bad hacker!
6504         
6505         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6506         Properly handle the case where you get EOS before any buffers are
6507         received. Use gst_buffer_make_metadata_writable where appropriate.
6508
6509         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6510         is often negative -- make it signed so as not to wrap around.
6511         Fixes segfaults introduced on 9 March.
6512
6513 2006-04-03  Wim Taymans  <wim@fluendo.com>
6514
6515         * ext/theora/gsttheoradec.h:
6516         * ext/theora/theoradec.c: (theora_dec_src_event):
6517         Don't try to store a gdouble in a gboolean.
6518         Small cleanups.
6519
6520 2006-04-03  Michael Smith  <msmith@fluendo.com>
6521
6522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6523           Oggmux sucks.
6524           Make it suck slightly less by writing out the final page.
6525           Still can't encode a vorbis-in-ogg file correctly, though.
6526
6527 2006-04-03  Andy Wingo  <wingo@pobox.com>
6528
6529         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6530         a g_print.
6531
6532         * ext/theora/theora.c (plugin_init): Register theoraparse.
6533
6534         * ext/theora/gsttheoraparse.h: 
6535         * ext/theora/theoraparse.c: New files implementing a theora
6536         parser. Now we can properly remux ogg/theora+vorbis, yay.
6537
6538         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6539
6540 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6541
6542         * gst/audiotestsrc/gstaudiotestsrc.c:
6543           Fixed the sample pipeline (see #323798)
6544
6545 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6546
6547         * configure.ac:
6548         * win32/common/config.h:
6549         * win32/common/config.h.in:
6550           use AS_VERSION and AS_NANO
6551           more cleanups
6552
6553 2006-03-31  Andy Wingo  <wingo@pobox.com>
6554
6555         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6556         uninitialized variable return that would happen.
6557         
6558         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6559         uninitialized variable return that would never happen.
6560
6561         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6562         (vorbis_parse_sink_event): Add an event function to flush our
6563         state on a seek, and to drain buffers on a premature EOS.
6564         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6565         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6566         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6567         (vorbis_parse_drain_queue): Queue up buffers until we can set
6568         their timestamps and granulepos values.
6569
6570         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6571         and keep track of data needed for deriving granulepos and
6572         timestamps for buffers.
6573
6574 2006-03-29  Wim Taymans  <wim@fluendo.com>
6575
6576         Patch by: j^ <j at bootlab dot org>
6577
6578         * ext/alsa/gstalsamixerelement.c:
6579         (gst_alsa_mixer_element_class_init):
6580         * ext/alsa/gstalsasink.c:
6581         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6582         * ext/ogg/gstoggdemux.c:
6583         * ext/ogg/gstoggmux.c:
6584         * ext/ogg/gstoggparse.c:
6585         * ext/pango/gstclockoverlay.c:
6586         * ext/pango/gsttextoverlay.c:
6587         * ext/pango/gsttextrender.c:
6588         * ext/pango/gsttimeoverlay.c:
6589         * ext/theora/theoradec.c:
6590         * ext/theora/theoraenc.c:
6591         * ext/vorbis/vorbisdec.c:
6592         * ext/vorbis/vorbisenc.c:
6593         * gst/audioconvert/gstaudioconvert.c:
6594         * gst/subparse/gstsubparse.c:
6595         * gst/tcp/gstmultifdsink.c:
6596         * gst/tcp/gsttcpclientsink.c:
6597         * gst/tcp/gsttcpclientsrc.c:
6598         * gst/tcp/gsttcpserversink.c:
6599         * gst/tcp/gsttcpserversrc.c:
6600           better/unified long descriptions
6601           Fixes #336477
6602
6603 2006-03-29  Wim Taymans  <wim@fluendo.com>
6604
6605         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6606         (stop_seek):
6607         Don't let double and triple clicks mess up our state.
6608
6609 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * gst/playback/gstplaybin.c: (gen_video_element),
6612         (gen_text_element), (gen_audio_element), (gen_vis_element):
6613           Error out gracefully when we can't create any of the usual
6614           conversion elements for some reason. Also, don't try to
6615           create an audioscale (sic) element that's not used anyway.
6616
6617 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * gst/playback/gstplaybasebin.c: (setup_source):
6620           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6621           element for a particular protocol, that's confusing for users.
6622           Instead, post a RESOURCE_FAILED error, so that our own error
6623           message is actually shown in totem etc. (#336303).
6624
6625 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6628
6629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6630         (gst_gnome_vfs_src_get_icy_metadata):
6631           Fix some minor memory leaks (#336194).
6632
6633 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * ext/gnomevfs/gstgnomevfs.c:
6636         (gst_gnome_vfs_location_to_uri_string):
6637         * ext/gnomevfs/gstgnomevfs.h:
6638         * ext/gnomevfs/gstgnomevfssink.c:
6639         (gst_gnome_vfs_sink_set_property):
6640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6641           Make gnomevfssink accept filenames as well as URIs for the
6642           "location" property, just like gnomevfssrc does (and
6643           filesrc/filesink do) (#336190).
6644
6645 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6646
6647         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6648           set to NULL before unreffing, fixes a valgrind leak.
6649           Why was this not triggering the error that an object needs to
6650           be NULL before unreffing ?
6651         * win32/common/config.h:
6652           update
6653
6654 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * gst/subparse/gstsubparse.c: (convert_encoding),
6657         (gst_sub_parse_change_state):
6658         * gst/subparse/gstsubparse.h:
6659           Text subtitle files may or may not be UTF-8. If it's not, we
6660           don't really want to see '?' characters in place of non-ASCII
6661           characters like accented characters. So let's assume the input
6662           is UTF-8 until we come across text that is clearly not. If it's
6663           not UTF-8, we don't really know what it is, so try the following:
6664           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6665           is set; if not, check (b) if the current locale encoding is
6666           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6667           the current locale encoding is UTF-8 and the environment variable
6668           was not set to any particular encoding. Not perfect, but better
6669           than nothing (and better than before, I think) (fixes #172848).
6670
6671 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6672
6673         * configure.ac:
6674           update core requirement to 0.10.4.1 because of async_playback
6675           vmethod on GstBaseSink
6676
6677 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6678
6679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6680         * gst/adder/gstadder.c: (gst_adder_init):
6681         use DEBUG_FUNCPTR for collectpads
6682
6683 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6684
6685         * docs/plugins/Makefile.am:
6686         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6687         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6688         * ext/cdparanoia/gstcdparanoiasrc.c:
6689         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6690         (gst_gnome_vfs_sink_class_init):
6691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6693         * ext/ogg/gstoggmux.c:
6694         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6695         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6696         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6697         * ext/pango/gsttextoverlay.c:
6698         * ext/pango/gsttextrender.c:
6699         * ext/theora/theoradec.c:
6700         * ext/theora/theoraenc.c:
6701         * ext/vorbis/vorbisdec.c:
6702         * ext/vorbis/vorbisenc.c:
6703         * gst-libs/gst/audio/gstaudiofilter.c:
6704         (gst_audio_filter_base_init):
6705         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6706         (gst_audio_filter_template_base_init):
6707         * gst/adder/gstadder.c: (gst_adder_get_type):
6708         * gst/adder/gstadder.h:
6709         * gst/audioconvert/gstaudioconvert.c:
6710         * gst/audiotestsrc/gstaudiotestsrc.c:
6711         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6712         (gst_audio_test_src_create):
6713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6714         * gst/playback/gstdecodebin.c:
6715         * gst/playback/gstplaybin.c:
6716         * gst/playback/gststreamselector.c:
6717         (gst_stream_selector_base_init):
6718         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6719         * gst/volume/gstvolume.c:
6720         * sys/v4l/gstv4lmjpegsink.c:
6721         * sys/v4l/gstv4lmjpegsrc.c:
6722         * tests/check/libs/cddabasesrc.c:
6723         * tests/old/examples/gob/gst-identity2.gob:
6724           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6725           define GstElementDetails at the top
6726
6727 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6728
6729         * win32/common/libgstinterfaces.def:
6730         Add a lot of export functions for gst-python
6731         * win32/vs6/libgstinterfaces.dsp:
6732         Add a missing include folder in the project configuration
6733         
6734 2006-03-23  Wim Taymans  <wim@fluendo.com>
6735
6736         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6737         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6738         (gst_base_audio_src_change_state):
6739         Fix audio sources, forgot to make the ringbuffer
6740         startable...
6741
6742 2006-03-23  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6745         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6746         (gst_base_audio_src_change_state):
6747         unparent instead of unref the ringbuffer.
6748
6749 2006-03-23  Wim Taymans  <wim@fluendo.com>
6750
6751         * gst-libs/gst/audio/gstbaseaudiosink.c:
6752         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6753         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6754         Implement new async_play vmethod to start slaving and allow
6755         playback start in case of async PLAY state changes. 
6756
6757         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6758         Enable QoS with new method in base class.
6759
6760 2006-03-23  Wim Taymans  <wim@fluendo.com>
6761
6762         Patch by: Julien MOUTTE <julien at moutte dot net>
6763
6764         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6765         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6766         Partially handle 0 framerate, only EOS after the first frame
6767         is missing.
6768
6769 2006-03-23  Wim Taymans  <wim@fluendo.com>
6770
6771         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6772
6773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6774         (gst_riff_create_video_template_caps):
6775         * gst/ffmpegcolorspace/avcodec.h:
6776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6777         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6778         (gst_ffmpegcsp_avpicture_fill):
6779         * gst/ffmpegcolorspace/imgconvert.c:
6780         Patch for support of YVU9 AVI files (#334822)
6781
6782 2006-03-22  Edward Hervey  <edward@fluendo.com>
6783
6784         * docs/design/design-decodebin.txt:
6785         Added design document for new decodebin
6786         (Target Caps): text/x-pango-markup is also a default target caps.
6787
6788 2006-03-22  Wim Taymans  <wim@fluendo.com>
6789
6790         * gst-libs/gst/audio/gstbaseaudiosink.c:
6791         (gst_base_audio_sink_dispose):
6792         Since we _parent the ringbuffer, we also need to
6793         _unparent instead of a plain _unref.
6794
6795 2006-03-22  Wim Taymans  <wim@fluendo.com>
6796
6797         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6798         (stop_seek), (scrub_toggle_cb), (main):
6799         Add scrub checkbox.
6800
6801 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6804         (gst_ogg_parse_chain):
6805           Fix very inefficient usage of linked lists (#335365).
6806
6807 2006-03-21  Edward Hervey  <edward@fluendo.com>
6808
6809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6810         * gst/playback/gstplaybin.c: (handoff):
6811         * gst/playback/gststreamselector.c:
6812         (gst_stream_selector_set_property):
6813         gcc 4.1 unreferenced pointer fixes.
6814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6816         gst_buffer_ref() now takes a GstBuffer*.
6817
6818 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6819
6820         * sys/xvimage/xvimagesink.c:
6821         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6822         by Jan Schmidt.
6823
6824 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6827         (id3v1_type_find), (apetag_type_find), (plugin_init):
6828           Can't do tag preferences via probability, as tags would then
6829           lose against types that are recognised with MAXIMUM probability
6830           (like .wav); so let all tag typefinders return MAXIMUM themselves
6831           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6832           that we can prefer APE to ID3v1 (fixes #335028).
6833           
6834 2006-03-17  Wim Taymans  <wim@fluendo.com>
6835
6836         * gst-libs/gst/audio/gstbaseaudiosink.c:
6837         (gst_base_audio_sink_change_state):
6838         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6839         (gst_ring_buffer_may_start):
6840         * gst-libs/gst/audio/gstringbuffer.h:
6841         Only start playback if we are playing.
6842         should fix #330748.
6843
6844 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6845
6846         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6847         * win32/common/config.h:
6848           Revert accidental commits to these files.
6849
6850 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6853
6854         * tests/Makefile.am:
6855           Don't try to build tests in tests/icles if we
6856           don't have X (#323852)
6857
6858 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         * gst-libs/gst/tag/gstid3tag.c:
6861           Add TXXX frame identifiers for replaygain stuff as used
6862           by some taggers (see #323721).
6863
6864 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6865
6866         * gst/playback/gststreamselector.c:
6867         (gst_stream_selector_set_property),
6868         (gst_stream_selector_bufferalloc):
6869           Preserve the existing buggy streamselector behaviour by performing
6870           a fallback buffer allocation when downstream isn't linked yet.
6871           This should really be fixed in playbin by blocking pads until it's
6872           linked them.
6873           Also, use gst_pad_alloc_buffer instead of
6874           gst_pad_alloc_buffer_and_set.
6875
6876 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst-libs/gst/tag/gstid3tag.c:
6879           Don't crash on unknown ID3v2 TXXX frames.
6880           
6881 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6882
6883         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6884           Chain up to the parent finalize method.
6885           Add 32-bit sample size to the template caps.
6886
6887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6888         (gst_riff_create_video_template_caps):
6889           Add the fourcc that the VMWare codec uses.
6890           
6891         * gst/playback/gststreamselector.c:
6892         (gst_stream_selector_set_property),
6893         (gst_stream_selector_bufferalloc),
6894         (gst_stream_selector_request_new_pad):
6895           For the active pad, forward buffer-alloc requests, otherwise
6896           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6897           having to memcpy every frame when used by playbin.
6898
6899         * gst/tcp/gstmultifdsink.c:
6900         (gst_multi_fd_sink_handle_client_write):
6901           Get negotiated caps from the sink pad, rather than the sink
6902           pad's peer.
6903
6904 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6907         
6908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6909           Don't forget to set src->callbacks_pushed to FALSE again when
6910           popping them, otherwise re-activation in a different mode won't
6911           work (#334620).
6912
6913 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         Patch by: Sebastien Moutte  <sebastien moutte net>
6916
6917         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6918         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6919         (gst_ffmpeg_smpfmt_to_caps):
6920           Replace __VA_ARGS__ caps creation macros with varargs functions.
6921           Makes things compile on MSVC (#320765), looks nicer, and we can
6922           tell the compiler to check for the NULL terminator.
6923
6924 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6927
6928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6929           Make sure the buffer we copy into is really always big
6930           enough, this time for real (#333488).
6931           
6932 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6935           Add support for 24bpp DIB (#305279).
6936
6937 2006-03-14  Wim Taymans  <wim@fluendo.com>
6938
6939         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6940         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6942         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6943         (gst_video_scale_init), (gst_video_scale_src_event):
6944         Re-enable QoS after the release.
6945         Rework videoscale to use the base class src_event handler.
6946
6947 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * configure.ac:
6950           back to CVS.
6951
6952 === release 0.10.5 ===
6953
6954 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6955
6956         * configure.ac:
6957           releasing 0.10.5, "Net"
6958
6959 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         * docs/plugins/Makefile.am:
6962           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6963           
6964 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6968         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6969           Add cdparanoiasrc to docs.
6970
6971         * gst-libs/gst/cdda/gstcddabasesrc.c:
6972           More GstCddaBaseSrc docs.
6973
6974 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * docs/libs/gst-plugins-base-libs-sections.txt:
6977         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6978         * gst-libs/gst/tag/tag.h:
6979           API: libgsttag: new method gst_tag_from_id3_user_tag().
6980
6981 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6984           NULL-terminate array of mpeg4 video file extensions.
6985           Fixes crash on PPC (#334226).
6986
6987 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * ext/gnomevfs/gstgnomevfssrc.c:
6990         (gst_gnome_vfs_src_check_get_range):
6991           gnome_vfs_uri_is_local() alone is not a good indicator
6992           whether we can operate in pull-mode with a specific URI,
6993           as it returns FALSE for file:// URIs that point to an
6994           NFS-mounted path. Be more conservative here: whitelist
6995           local files, blacklist http URIs and use the old
6996           mechanism for anything else (fixes #334216).
6997
6998 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6999
7000         * configure.ac:
7001           back to trunk
7002
7003 === release 0.10.4 ===
7004
7005 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7006
7007         * configure.ac:
7008           releasing 0.10.4, "Power"
7009
7010 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7011
7012         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7013         Disable max-lateness by setting it to -1 for now, so that 
7014         we can bed QoS stuff in thoroughly between now and the next
7015         release.
7016
7017 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         Patch by: Fabrizio Gennari
7020
7021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7022           Make sure we don't read beyond the palette buffer in case of
7023           broken or manipulated files (#333488)
7024
7025 2006-03-10  Edward Hervey  <edward@fluendo.com>
7026
7027         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7028         Fix for variable not initialized.
7029
7030 2006-03-09  Wim Taymans  <wim@fluendo.com>
7031
7032         * ext/libvisual/visual.c: (gst_visual_get_type),
7033         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7034         (gst_visual_chain):
7035         Small cleanups.
7036
7037         * ext/theora/gsttheoradec.h:
7038         * ext/theora/theoradec.c: (gst_theora_dec_init),
7039         (gst_theora_dec_reset), (_theora_granule_time),
7040         (theora_dec_src_convert), (theora_dec_sink_convert),
7041         (theora_dec_src_query), (theora_dec_src_event),
7042         (theora_dec_sink_event), (theora_handle_comment_packet),
7043         (theora_handle_header_packet), (theora_dec_push),
7044         (theora_handle_data_packet), (theora_dec_chain),
7045         (theora_dec_change_state):
7046         Add simple QoS.
7047
7048 2006-03-09  Wim Taymans  <wim@fluendo.com>
7049
7050         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7051         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7052         Some cleanups.
7053
7054 2006-03-09  Wim Taymans  <wim@fluendo.com>
7055
7056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7057         Don't try to activate NULL chains.
7058
7059 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7060
7061         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7062           Fix invalid memory access to region before peek'd data (#332964).
7063
7064 2006-03-09  Wim Taymans  <wim@fluendo.com>
7065
7066         Patch by: Christophe Fergeau
7067
7068         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7069         * ext/pango/gsttextrender.c: (gst_text_render_init):
7070         * gst/adder/gstadder.c: (gst_adder_init):
7071         Don't leak padtemplates, closes #333510.
7072
7073 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7076           Fix invalid memory access: make sure string passed to
7077           regexec() is NUL-termianted.
7078
7079 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7082         (mp3_type_find):
7083           Refactor mpeg/audio typefinding to make it more maintainable
7084           and easier to fine-tune. Make probing into middle of the file
7085           work properly (fixes #333900, also see #152688).
7086
7087 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         * gst/typefind/gsttypefindfunctions.c:
7090         (utf8_type_find_have_valid_utf8_at_offset):
7091           Remove part from previous commit that was bogus:
7092           g_utf8_validate() does in fact not accept embedded
7093           zeroes, so we don't need to check for those (thanks
7094           to Mike for the hint).
7095
7096 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         * gst/typefind/gsttypefindfunctions.c:
7099         (utf8_type_find_count_embedded_zeroes),
7100         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7101           Make plain/text typefinder more conservative: firstly, check
7102           for embedded zeroes, which are perfectly valid UTF-8 characters,
7103           but also a fairly good sign that something is not a plain text
7104           file; secondly, probe into the middle of the file if possible.
7105           If we can't probe into the middle, limit the probability value
7106           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7107
7108 2006-03-08  Michael Smith  <msmith@fluendo.com>
7109
7110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7111           Make typefind function name for mpeg4 video unique.
7112
7113 2006-03-08  Wim Taymans  <wim@fluendo.com>
7114
7115         * ext/libvisual/visual.c: (gst_visual_init),
7116         (gst_visual_clear_actors), (gst_visual_dispose),
7117         (gst_visual_reset), (gst_visual_src_setcaps),
7118         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7119         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7120         (gst_visual_chain), (gst_visual_change_state):
7121         Cleanups, post nice errors.
7122         Handle sink and src events.
7123         Implement simple QoS.
7124
7125         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7126         Use new basesink methods to configure max-lateness.
7127         Small doc update.
7128
7129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7130         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7131         Debug statement cleanups.
7132
7133         * gst/volume/gstvolume.c: (gst_volume_class_init):
7134         Simple cleanup.
7135
7136 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7139         (gst_text_overlay_init), (gst_text_overlay_set_property),
7140         (gst_text_overlay_get_property):
7141           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7142           as string type properties, but mark them deprecated. Add
7143           'halignment' and 'valignment' properties that use enums
7144           instead of strings.
7145
7146 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         Patch by: Fabrizio Gennari
7149
7150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7151           Allow palettes with less than 256 colours in AVI files
7152           (#333488)
7153
7154 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7155
7156         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7157         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7158         pad. We were releasing the queued text buffer when we should keep
7159         it until video pad gets EOS or discard the text buffer because it's
7160         too old. That was eating the last subtitle buffer. Add some more
7161         debug.
7162
7163 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7164
7165         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7166         (gst_text_overlay_video_chain):
7167           Fix invalid memory access (we can't access a buffer after it's been
7168           pushed downstream without taking a reference); fix memory leak (if
7169           there's no text to render, bail out before allocating stuff).
7170
7171 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7172
7173         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7174         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7175         * ext/pango/gsttextoverlay.h:
7176           If input is plain text, escape it before passing it to
7177           pango_layout_set_markup().
7178
7179 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7182           Don't ignore flow return from gst_pad_push().
7183
7184 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         Patch by: Fabrizio Gennari
7187
7188         * ext/libvisual/visual.c: (gst_visual_getcaps),
7189         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7192         (gst_vorbisenc_convert_sink):
7193         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7194         (gst_audio_duration_from_pad_buffer):
7195         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7196         (gst_audio_filter_chain):
7197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7198         (gst_base_rtp_depayload_setcaps):
7199         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7200         (gst_video_get_size):
7201         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7202           Don't leak references returned by gst_pad_get_parent()
7203           (#333663)
7204
7205 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7206
7207         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7208           change location param details
7209         * gst/volume/gstvolume.c: (plugin_init):
7210           correct plugin description
7211
7212 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7215         (gst_gnome_vfs_src_check_get_range):
7216           Override GstBaseSrc::check_get_range() in order to avoid opening
7217           the resource just to check whether we can operate in pull-mode or
7218           not - we can predict that pretty well from the URI alone. Should
7219           fix problems with last.fm (#331690). (Requires latest core CVS).
7220
7221 2006-03-06  Wim Taymans  <wim@fluendo.com>
7222
7223         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7224         (gst_video_sink_class_init):
7225         Throw away frames that are later than 20 ms.
7226
7227 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         Patch by: Fabrizio Gennari
7230
7231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7232           Set depth on WMA caps (#333545)
7233
7234 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7237         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7238           put Theora BOS pages before others.  This hardcodes
7239           the Ogg/Theora I profile, but hey.
7240
7241 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         * ext/ogg/README:
7244           updated with some examples
7245         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7246         (granulepos_add), (theora_buffer_from_packet):
7247         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7248         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7249         (gst_vorbisenc_chain):
7250           implement strategy from ext/ogg/README
7251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7252         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7253         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7254         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7255           Fix muxer so that oggz-validate is happy with all streams;
7256           except for no eos mark, and the BOS page ordering
7257         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7258         (check_buffer_granulepos):
7259         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7260           update tests to check for OFFSET being set as requested
7261           fixed type of granulepos, it's not a ClockTime
7262
7263 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7264
7265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7266         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7267         Check that the xvimage we are creating has a correct size
7268         before returning it. (#314897)
7269
7270 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7273           Give id3 and ape tag typefinders a rank slightly higher
7274           than PRIMARY to ensure they're always run before any of
7275           the other typefinders (in particular wav and mp3) (#324186).
7276
7277 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7280           Add support for '3IVD' fourcc (#333403).
7281
7282 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * configure.ac:
7285           Bump requirements to GStreamer CVS for the new error enum.
7286
7287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7288           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7289           space left on the device (fixes #333352).
7290
7291 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7292
7293         * win32/vs6:
7294           add a project file for libgstvolume
7295           update the workspace
7296
7297 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7298
7299         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7300         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7301         (GST_START_TEST):
7302           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7303           Set IN_CAPS on header buffers
7304
7305 2006-03-02  Wim Taymans  <wim@fluendo.com>
7306
7307         * docs/plugins/Makefile.am:
7308         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7309         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7310         Add audioresample to docs.
7311
7312         * gst/audioconvert/gstaudioconvert.c:
7313         Add revision date.
7314
7315         * gst/audioresample/gstaudioresample.c:
7316         (gst_audioresample_base_init), (gst_audioresample_class_init),
7317         (gst_audioresample_init), (gst_audioresample_dispose),
7318         (audioresample_get_unit_size), (audioresample_transform_caps),
7319         (resample_set_state_from_caps), (audioresample_transform_size),
7320         (audioresample_set_caps), (audioresample_event),
7321         (audioresample_do_output), (audioresample_transform),
7322         (audioresample_pushthrough), (gst_audioresample_set_property),
7323         (gst_audioresample_get_property), (plugin_init):
7324         * gst/audioresample/gstaudioresample.h:
7325         Added docs.
7326         Small code cleanups.
7327
7328 2006-03-02  Wim Taymans  <wim@fluendo.com>
7329
7330         * docs/plugins/Makefile.am:
7331         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7333         Added videoscale to docs.
7334
7335         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7336         (gst_video_rate_swap_prev), (gst_video_rate_event),
7337         (gst_video_rate_chain):
7338         Fix typo in docs.
7339
7340         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7341         (gst_video_scale_init), (gst_video_scale_prepare_size),
7342         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7343         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7344         * gst/videoscale/gstvideoscale.h:
7345         Added docs, examples.
7346         Some code cleanups.
7347         Post errors instead of g_warning.
7348
7349 2006-03-02  Wim Taymans  <wim@fluendo.com>
7350
7351         * docs/libs/gst-plugins-base-libs-docs.sgml:
7352         * docs/libs/gst-plugins-base-libs-sections.txt:
7353         * docs/libs/gst-plugins-base-libs.types:
7354         * docs/plugins/Makefile.am:
7355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7357         Added some more docs to libs and plugins.
7358
7359         * gst-libs/gst/audio/gstringbuffer.c:
7360         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7361         * gst-libs/gst/audio/gstringbuffer.h:
7362         Document ringbuffer some more.
7363
7364         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7365         (gst_video_rate_setcaps), (gst_video_rate_reset),
7366         (gst_video_rate_init), (gst_video_rate_flush_prev),
7367         (gst_video_rate_swap_prev), (gst_video_rate_event),
7368         (gst_video_rate_chain), (gst_video_rate_change_state):
7369         * gst/videorate/gstvideorate.h:
7370         Fix videorate to use segments.
7371         Make it work with 0/1 framerates (closes #331903)
7372         Handle EOS correctly.
7373         Added docs.
7374
7375 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7378         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7379         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7380           In state change function, first chain up to parent class,
7381           then handle downwards state change stuff. Remove some
7382           commented out cruft from 0.8 code.
7383
7384 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7387         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7388         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7389         (gst_ogm_parse_chain):
7390           Don't remove/re-add source pad if the new caps are the same as
7391           the old caps anyway (#333042). When removing source pad, don't
7392           unref it afterwards - we didn't ref it when adding. Sprinkle some
7393           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7394           after using gst_pad_get_parent(). Return downstream flow return
7395           value in chain function.
7396
7397 2006-03-02  Wim Taymans  <wim@fluendo.com>
7398
7399         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7400         * docs/plugins/gst-plugins-base-plugins.args:
7401         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7402         * docs/plugins/gst-plugins-base-plugins.interfaces:
7403         * docs/plugins/gst-plugins-base-plugins.signals:
7404         Fix hierarchy, added some more elements to the docs.
7405
7406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7407         (gst_ffmpegcsp_get_type):
7408         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7409         Fix docs for ffmpegcolorspace.
7410
7411 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7414         (apetag_type_find), (ape_type_find), (plugin_init):
7415           Some typefinding fine-tuning:
7416           - rank ID3/APE tags in order of preference via probabilities, so that
7417             ID3v2 > APEv2 > APEv1 > ID3v1.
7418           - three or four bytes don't really justify MAXIMUM probability,
7419             change those to 'very likely' (musepack and monkeysaudio).
7420
7421 2006-03-01  Wim Taymans  <wim@fluendo.com>
7422
7423         * docs/plugins/Makefile.am:
7424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7425         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7426         * ext/alsa/gstalsamixer.c:
7427         * ext/alsa/gstalsamixer.h:
7428         * ext/alsa/gstalsamixerelement.c:
7429         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7430         * ext/alsa/gstalsamixerelement.h:
7431         * ext/alsa/gstalsasink.c:
7432         * ext/alsa/gstalsasink.h:
7433         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7434         (gst_alsasrc_init):
7435         * ext/alsa/gstalsasrc.h:
7436         Added alsa docs.
7437         Small code cleanups.
7438
7439 2006-03-01  Wim Taymans  <wim@fluendo.com>
7440
7441         * ext/theora/Makefile.am:
7442         Dist new header too,
7443
7444 2006-03-01  Wim Taymans  <wim@fluendo.com>
7445
7446         * docs/plugins/Makefile.am:
7447         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7448         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7449         * ext/gnomevfs/gstgnomevfssink.h:
7450         * ext/gnomevfs/gstgnomevfssrc.h:
7451         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7452         * ext/vorbis/vorbisdec.h:
7453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7454         * ext/vorbis/vorbisenc.h:
7455         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7456         (vorbis_parse_chain), (vorbis_parse_change_state):
7457         * ext/vorbis/vorbisparse.h:
7458         * gst/audioconvert/gstaudioconvert.h:
7459         * gst/tcp/gsttcpserversink.h:
7460         * gst/videotestsrc/gstvideotestsrc.c:
7461         * gst/videotestsrc/gstvideotestsrc.h:
7462         * gst/volume/gstvolume.c:
7463         * gst/volume/gstvolume.h:
7464         Fix some more docs.
7465         Added docs for vorbisdec and vorbisparse.
7466         Fix vorbisparse.
7467
7468 2006-03-01  Wim Taymans  <wim@fluendo.com>
7469
7470         * docs/plugins/Makefile.am:
7471         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7472         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7473         * ext/pango/gstclockoverlay.h:
7474         * ext/pango/gsttextoverlay.h:
7475         * ext/pango/gsttextrender.h:
7476         * ext/pango/gsttimeoverlay.h:
7477         * ext/theora/gsttheoradec.h:
7478         * ext/theora/gsttheoraenc.h:
7479         * ext/theora/theoradec.c:
7480         * ext/theora/theoraenc.c:
7481         * gst/audioconvert/gstaudioconvert.h:
7482         * gst/audiotestsrc/gstaudiotestsrc.h:
7483         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7484         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7485         * gst/tcp/gstmultifdsink.h:
7486         Updated/added documentation.
7487
7488         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7489         (gst_text_overlay_halign_get_type),
7490         (gst_text_overlay_wrap_mode_get_type),
7491         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7492         (gst_text_overlay_init), (gst_text_overlay_set_property),
7493         (gst_text_overlay_get_property):
7494         Fix up properties to be enums instead of string to make bindings,
7495         introspection and automatic GUI creation possible.
7496         Add getters for the properties.
7497
7498 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7499
7500         * gst/audiotestsrc/gstaudiotestsrc.c:
7501           added defines of M_PI and M_PI_2
7502         * gst/ffmpegcolorspace/avcodec.h:
7503           removed #include "stdint.h" for win32 as _stdint.h is 
7504           autogenerated to win32/common
7505         * win32/common/libgstaudio.def:
7506         * win32/common/libgsttag.def:
7507           added some exports
7508         * win32/vs6:
7509           some project files bugs corrected
7510         * win32/vs7:
7511           project files are reset to the default vs7 configuration 
7512           (they link to msvcr71.dll using default optimizations)
7513           
7514 2006-02-28  Wim Taymans  <wim@fluendo.com>
7515
7516         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7517         Fix some docs.
7518
7519 2006-02-28  Edward Hervey  <edward@fluendo.com>
7520
7521         * ext/alsa/gstalsasrc.c:
7522         Set proper class on the ElementDetails:
7523         Source/Audio instead of Src/Audio/
7524
7525 2006-02-28  Edward Hervey  <edward@fluendo.com>
7526
7527         * gst/videoscale/vs_scanline.c:
7528         (vs_scanline_resample_nearest_RGBA):
7529         Revert optimization in videoscale. It should go in liboil and have
7530         an appropriate liboil function.
7531
7532 2006-02-28  Wim Taymans  <wim@fluendo.com>
7533
7534         * gst-libs/gst/audio/gstbaseaudiosink.c:
7535         (gst_base_audio_sink_provide_clock):
7536         Don't try to provide a clock in the NULL state.
7537
7538 2006-02-28  Wim Taymans  <wim@fluendo.com>
7539
7540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7541         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7542         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7543         (gst_ogg_demux_deactivate_current_chain),
7544         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7545         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7546         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7547         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7548         Use GstSegment infrastructure to remove duplicated code
7549         and handle more seek cases correctly.
7550
7551 2006-02-28  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7554         (gst_ffmpegcsp_transform):
7555         Don't ignore return code from ffmpeg convert function.
7556
7557         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7558         Split out some long statements to ease debugging.
7559
7560 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7561
7562         * ext/libvisual/visual.c: (gst_visual_init),
7563         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7564         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7565         being able to renegotiate the size. Instead, use the negotiation
7566         algorithm from the goom plugin to pick an initial output caps. 
7567
7568         Also, allow theoretical libvisual plugins that might support non-GL 
7569         output even if they also do GL.
7570
7571 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7572
7573         * ext/libvisual/visual.c: (gst_visual_init),
7574         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7575         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7576         possible negotiation issues.
7577
7578 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7579
7580         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7581
7582 2006-02-24  Michael Smith  <msmith@fluendo.com>
7583
7584         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7585         (cmml_type_find), (plugin_init):
7586           Fix CMML type find function to not require a specific minor version
7587           of the CMML header.
7588
7589           Add an MPEG4 video elementary stream typefind function.
7590
7591 2006-02-04  Michael Smith  <msmith@fluendo.com>
7592
7593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7594         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7595         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7596         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7597         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7598         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7599           Annodex support in ogg demuxer. Doesn't do very much without the
7600           other annodex patches (to come).
7601
7602 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7605
7606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7607           Pick up palette for MS video v1 (#327028)
7608
7609 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7612         (gst_ffmpegcsp_caps_remove_format_info),
7613         (gst_ffmpegcsp_get_unit_size):
7614           The 'palette_data' field from incoming RGB caps shouldn't be
7615           proxied on outgoing YUV caps; also, restrict unit size
7616           adjustment in case of paletted data only to the unit that
7617           actually has a palette. Fixes #330711.
7618
7619 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7622         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7623         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7624         (gst_ffmpegcsp_get_unit_size):
7625           Plug some memory leaks.
7626
7627 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7628
7629         * sys/ximage/Makefile.am:
7630         * sys/xvimage/Makefile.am:
7631           Add some _CFLAGS and _LIBS that seem to be missing
7632           and/or required for Cygwin (see #317048).
7633
7634 2006-02-22  Wim Taymans  <wim@fluendo.com>
7635
7636         * ext/alsa/gstalsasrc.c:
7637         Fix description as pointed out by caugier.
7638
7639 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7640
7641         Reviewed by : Edward Hervey  <edward@fluendo.com>
7642
7643         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7644         (qt_type_find):
7645         Better 3gp typefinding (#331526).
7646
7647 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7648
7649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7650           Don't send EOS event here, the base class will send one for us.
7651
7652         * gst/playback/gstplaybasebin.c: (prepare_output):
7653           Subpictures without video stream aren't allowed either.
7654         
7655         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7656           Fix debug statement copy'n'paste-o.
7657
7658 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7659
7660         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7661           Fix issues with mixer keeping state when muting/unmuting
7662           and when changing the volume whilst muted (see #331763
7663           and #331765).
7664
7665 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7668         (parse_subrip), (gst_sub_parse_format_autodetect):
7669           Set right caps given that we send escaped text. Also,
7670           honour <i></i>, <b></b> and <u></u> markers that can be found
7671           in .srt files (fixes #310202).
7672
7673 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * gst-libs/gst/audio/mixerutils.c:
7676         (element_factory_rank_compare_func):
7677           Make order in which elements are tried more determinable.
7678
7679 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7680
7681         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7682         (remove_element_chain), (cleanup_decodebin),
7683         (gst_decode_bin_change_state): Make decodebin reusable by
7684         fixing remove_element_chain first and then introduce a
7685         cleaner in state change to ->NULL. (Closes #331678)
7686
7687 2006-02-19  Wim Taymans  <wim@fluendo.com>
7688
7689         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7690         use 0666 mask when creating files so umask gets applied
7691         correctly. Fixes #331295.
7692
7693 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         * gst/subparse/Makefile.am:
7696         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7697         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7698         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7699         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7700         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7701         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7702         * gst/subparse/gstssaparse.h:
7703         * gst/subparse/gstsubparse.c: (plugin_init):
7704           Add very basic parser for SSA subtitle streams (as often
7705           found in matroska files).
7706
7707 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7710           That should be text/x-pango-markup, not text/x-pango-layout.
7711
7712 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7713
7714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7715         Polishing.
7716
7717 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7718
7719         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7720         (gst_text_overlay_finalize), (gst_text_overlay_init),
7721         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7722         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7723         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7724         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7725         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7726         Fix state change deadlock.
7727
7728 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7729
7730         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7731         (gst_text_overlay_finalize), (gst_text_overlay_init),
7732         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7733         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7734         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7735         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7736         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7737         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7738         and subtitles files.
7739
7740 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7741
7742         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7743         should be considered as raw.
7744
7745 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7746
7747         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7748         (cb_probe):
7749         * gst/playback/gststreaminfo.h: Introduce language informations.
7750
7751 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7752
7753         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7754         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7755         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7756         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7757         Set shared memory segments to be deleted as soon as we have attached,
7758         that way they get cleaned up automatically if we crash.
7759
7760 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7761
7762         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7763         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7764         functions are called with lock held.
7765
7766 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7767
7768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7769         (gst_text_overlay_finalize), (gst_text_overlay_init),
7770         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7771         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7772         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7773         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7774         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7775         (gst_text_overlay_change_state): Refactoring of textoverlay
7776         without collectpads. This now supports sparse subtitles coming
7777         from a demuxer instead of a sub file. Seeking is still broken 
7778         though. Need to discuss with wtay some more on how to handle
7779         seeking correctly.
7780         * ext/pango/gsttextoverlay.h:
7781         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7782         subtitles coming from the demuxer.
7783
7784 2006-02-17  Wim Taymans  <wim@fluendo.com>
7785
7786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7787         (gst_vorbisenc_convert_sink):
7788         Use some more scaling functions.
7789
7790 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7791
7792         * ext/cdparanoia/gstcdparanoiasrc.c:
7793         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7794         (gst_cd_paranoia_paranoia_callback),
7795         (gst_cd_paranoia_src_signal_is_being_watched),
7796         (gst_cd_paranoia_src_read_sector):
7797         * ext/cdparanoia/gstcdparanoiasrc.h:
7798           Add back 'transport-error' and 'uncorrected-error' signals and
7799           make them actually be fired when bad stuff happens (#319340).
7800
7801 2006-02-17  Wim Taymans  <wim@fluendo.com>
7802
7803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7804         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7805         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7806         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7807         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7808         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7809         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7810         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7811         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7812         (gst_ring_buffer_clear):
7813         Small cleanups.
7814         Added some G_LIKELY.
7815
7816 2006-02-17  Wim Taymans  <wim@fluendo.com>
7817
7818         * gst-libs/gst/audio/TODO:
7819         Update TODO
7820
7821         * gst-libs/gst/audio/gstbaseaudiosink.c:
7822         (gst_base_audio_sink_get_offset):
7823         When trying to play samples ASAP and we don't have a
7824         previous sample, try to play at position 0 instead of
7825         an invalid position.
7826
7827 2006-02-17  Wim Taymans  <wim@fluendo.com>
7828
7829         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7830         (gst_alsasink_reset):
7831         Also release lock when we get an error in _reset();
7832         fix an error message.
7833
7834 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7837         (gst_alsasink_init), (get_channel_free_structure),
7838         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7839         (gst_alsasink_close):
7840         * ext/alsa/gstalsasink.h:
7841           Add support for more than 2 channels (#326720).
7842
7843 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7846           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7847           with 4 or 6 channels, assume a default channel layout to make things
7848           work (not sure there's anything else we can do in those cases).
7849
7850 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst-libs/gst/audio/multichannel.c:
7853           Minor docs fix.
7854
7855         * gst-libs/gst/riff/Makefile.am:
7856         * gst-libs/gst/riff/riff-ids.h:
7857         * gst-libs/gst/riff/riff-media.c:
7858         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7859           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7860           channels and a channel layout map.
7861           
7862 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7863
7864         Reviewed by Edward Hervey  <edward@fluendo.com>
7865
7866         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7867         C-level optimization of the RGBA nearest neighbour function.
7868         Eventually this might end up in liboil with vectorized versions.
7869
7870 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * gst-libs/gst/audio/multichannel.c:
7873         (gst_audio_get_channel_positions):
7874           When we have more than 2 channels, but no channel layout is
7875           specified in the caps, return some default channel layout
7876           to the caller and warn about about a possibly buggy element
7877           (could be buggy filtercaps as well of course) (#317038).
7878
7879 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7880
7881         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7882           Add gst-libs/gst/cdda to list of lib search paths.
7883
7884 2006-02-15  Andy Wingo  <wingo@pobox.com>
7885
7886         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7887         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7888         to the Lord Jesus that I do not have to touch the ogg muxer ever
7889         again.
7890
7891 2006-02-15  Edward Hervey  <edward@fluendo.com>
7892
7893         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7894         quicktime movie files can also contain 'uuid' atoms.
7895
7896 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * gst/audioconvert/plugin.c: (plugin_init):
7899           Register the GstAudioChannelPosition enum type with the type
7900           system in the plugin_init function, so that it is known before
7901           any element actually makes use of multi-channel stuff. This is
7902           required for example if one wants to be able to deserialise/use
7903           a caps string with channel positions before any pipeline has
7904           been setup and started, like with gst-launch.
7905
7906 2006-02-14  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst-libs/gst/audio/gstringbuffer.c:
7909         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7910         (gst_ring_buffer_samples_done), (wait_segment),
7911         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7912         Add some compiler G_(UN_)LIKELY help.
7913         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7914         make sure they can exit their functions. Should fix #330748
7915
7916 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * Makefile.am:
7919         * configure.ac:
7920         * win32/MANIFEST:
7921         * win32/common/_stdint.h:
7922           Windows does not have long long; copy the generated _stdint.h
7923         * win32/common/interfaces-enumtypes.c:
7924         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7925         (gst_mixer_track_flags_get_type),
7926         (gst_tuner_channel_flags_get_type):
7927         * win32/common/multichannel-enumtypes.c:
7928         (gst_audio_channel_position_get_type):
7929           update
7930
7931 2006-02-13  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst-libs/gst/audio/gstbaseaudiosink.c:
7934         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7935         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7936         Always sync on first sample we receive when starting.
7937
7938 2006-02-13  Wim Taymans  <wim@fluendo.com>
7939
7940         * gst/playback/gstplaybin.c: (gen_vis_element):
7941         Update vis bin docs.
7942         Move queue after tee so we don't queue video buffers but
7943         audio samples instead. Fixes problems where the video queue
7944         is filled and the audio queue empty.
7945
7946 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7949           No need to push an EOS event here, GstBaseSrc will do that for us
7950           when we return FLOW_UNEXPECTED.
7951           
7952 2006-02-12  Wim Taymans  <wim@fluendo.com>
7953
7954         * gst-libs/gst/audio/gstbaseaudiosink.c:
7955         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7956         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7957         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7958         Use scale functions when possible.
7959         Fix error messages.
7960         Free clockid when after waiting for EOS.
7961         Use G_(UN_)LIKLY when it makes sense.
7962         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7963
7964 2006-02-12  Edward Hervey  <edward@fluendo.com>
7965
7966         * gst/playback/gstplaybasebin.c: (prepare_output): 
7967         Remove stray semi-colon (fixes #330888).
7968
7969 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7970
7971         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7973         Fix up the XShm call testing so that we catch errors, and don't
7974         cause new ones by attempting to detach from a segment we failed
7975         to attach to. Fixes #312439.
7976
7977 2006-02-10  Edward Hervey  <edward@fluendo.com>
7978
7979         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7980         Added flv file typefind (video/x-flv).
7981
7982 2006-02-10  Edward Hervey  <edward@fluendo.com>
7983
7984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7985         (gst_riff_create_video_template_caps):
7986         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7987         Also added the caps to the default set of riff video caps.
7988
7989 2006-02-09  Andy Wingo  <wingo@pobox.com>
7990
7991         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7992         time and the end time of the last packet in the page.
7993         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7994         on the pages in our queue, set the duration as well. Reflow a
7995         debug statement.
7996         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7997         Fixes bad muxing order.
7998
7999 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8000
8001         * gst-libs/gst/rtp/gstbasertppayload.c:
8002         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8003           update seqnum before setting it on the packet; this makes sure
8004           that the timestamp and seqnum properties match after pushing
8005           a buffer
8006
8007 2006-02-09  Andy Wingo  <wingo@pobox.com>
8008
8009         * gst-libs/gst/audio/gstringbuffer.c
8010         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8011         overflow after 13.5 hours of recording. Kapow!
8012
8013         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8014         the buffer size -- we don't care about underrun/overrun reporting
8015         right now, just need to return a useful value.
8016
8017 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8018
8019         * configure.ac:
8020           Back to CVS
8021
8022 === release 0.10.3 ===
8023
8024 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8025
8026         * configure.ac:
8027           releasing 0.10.3, "Under Pressure"
8028
8029 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8030
8031         * configure.ac:
8032         Drat. Bump libtool version number for new API.
8033         Prelease 0.10.2.3 (of 0.10.3)
8034
8035 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8036
8037         * configure.ac:
8038         * win32/common/config.h:
8039         0.10.2.2 prerelease (of 0.10.3).
8040
8041 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8042
8043         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8044           Revert Andy's newsegment change pending a more correct
8045           fix.
8046
8047 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8048
8049         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8050         (qt_type_find), (plugin_init):
8051           detect more files as 3gp
8052           group and reorder the iso file formats
8053
8054 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * ext/vorbis/vorbis.c: (plugin_init):
8057           Register musicbrainz tags, so apps don't have to.
8058
8059 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8062         (gst_tag_to_vorbis_tag):
8063           Make sure we called gst_tag_register_musicbrainz_tags()
8064           before possibly mapping a vorbiscomment string from/to a
8065           musicbrainz tag.
8066
8067 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8070           In case we can't find the required number of consecutive
8071           mpeg audio frames to positively identify an MPEG audio
8072           stream, check if there's at least a valid mpeg audio
8073           frame right at offset 0 and if so suggest mpeg/audio
8074           caps with a very low probability (#153004).
8075
8076 2006-02-07  Andy Wingo  <wingo@pobox.com>
8077
8078         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8079         a TIME segment if we get timestamped buffers. Requires recent
8080         fixes in core to work properly.
8081
8082 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8083
8084         * gst/playback/gstplaybasebin.c: (prepare_output):
8085           Don't print the URI as part of the error message, it
8086           makes error dialogs look rather ugly, especially if
8087           the URI is very long or has characters in it that
8088           need escaping.
8089
8090 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8091
8092         * gst/playback/gstplaybasebin.c: (prepare_output):
8093           Error out if we have only text or subtitles, but nothing
8094           else. Also error out if we have subtitles but no video
8095           stream.
8096
8097 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8100           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8101           Post an error message on the bus when we encounter an
8102           error, which will hopefully be more meaningful than the
8103           'Internal Flow Error' message users get to see if we
8104           just return GST_FLOW_ERROR.
8105
8106 2006-02-07  Andy Wingo  <wingo@pobox.com>
8107
8108         * configure.ac (GST_MAJORMINOR): Update core version req to
8109         0.10.2.2, for the collectpads API addition (#330244).
8110
8111 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8112
8113         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8114           Return FALSE from plugin_init() when GnomeVFS can't
8115           be initialised for some reason (#328423).
8116
8117 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8118
8119         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8120         Stick to seeking theory until i find the bug.
8121         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8122
8123 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8124
8125         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8126         (theora_enc_finalize), (theora_enc_sink_setcaps),
8127         (theora_set_header_on_caps), (theora_enc_chain),
8128         (theora_enc_change_state):
8129         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8130           Make theoraenc and the tests leak free. Like, really.
8131
8132 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8135         (theora_enc_finalize), (theora_enc_sink_setcaps):
8136           Add a finalize method to ensure we clean up state even if
8137           someone omitted the state change back to NULL.
8138
8139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8140         (gst_vorbisenc_chain):
8141           Free some more leaked bits.
8142
8143         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8144         (stop_pipeline):
8145           Wait for state changes to happen if they're ASYNC.
8146
8147           This ought to teach those fancy pants buildbots a lesson.
8148
8149 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8150
8151         * gst-libs/gst/tag/gstid3tag.c:
8152           Add mapping for ID3 International Standard Recording Code
8153           tag "TSRC"
8154
8155 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8156
8157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8158           Don't leak tag names.
8159
8160 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * docs/libs/gst-plugins-base-libs-docs.sgml:
8163         * docs/libs/gst-plugins-base-libs-sections.txt:
8164         * gst-libs/gst/tag/gstid3tag.c:
8165         * gst-libs/gst/tag/gstvorbistag.c:
8166         * gst-libs/gst/tag/tags.c:
8167           Split libgsttag docs into multiple sections.
8168
8169 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * docs/libs/Makefile.am:
8172         * docs/libs/gst-plugins-base-libs-docs.sgml:
8173         * docs/libs/gst-plugins-base-libs-sections.txt:
8174         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8175         * gst-libs/gst/tag/gstvorbistag.c:
8176         * gst-libs/gst/tag/tag.h:
8177         * gst-libs/gst/tag/tags.c:
8178           Add libgsttag to the docs.
8179
8180 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8181
8182         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8183         (gst_text_overlay_init), (gst_text_overlay_src_event),
8184         (gst_text_overlay_collected): Fix clockoverlay.
8185
8186 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * docs/libs/compiling.sgml:
8189           Fix typo: it's pkg-config, not pkg-gconfig
8190
8191         * docs/libs/gst-plugins-base-libs-docs.sgml:
8192         * docs/libs/gst-plugins-base-libs-sections.txt:
8193         * docs/libs/tmpl/gstgconf.sgml:
8194           There is no libgstgconf in 0.10, remove it
8195           from the docs.
8196
8197 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8198
8199         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8200         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8201         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8202         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8203         (gst_sub_parse_class_init), (gst_sub_parse_init),
8204         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8205         (parse_mpsub), (parser_state_init), (handle_buffer),
8206         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8207         * gst/subparse/gstsubparse.h: Introduce seeking code.
8208
8209 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8212           Add comment about LANGUAGE tag inconsistency (we want
8213           ISO-639-1, but extract three-letter identifiers?)
8214
8215         * po/POTFILES.in:
8216           Add two translatable files.
8217
8218 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8219
8220         * gst-libs/gst/tag/Makefile.am:
8221         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8222         * gst-libs/gst/tag/tag.h:
8223         * gst-libs/gst/tag/tags.c:
8224         (gst_tag_register_musicbrainz_tags_internal),
8225         (gst_tag_register_musicbrainz_tags):
8226           Forward-port some tags stuff from the 0.8 branch. This is
8227           mostly the addition of musicbrainz tags and their mapping
8228           to vorbistags, and a vorbistag mapping of the language tag.
8229
8230 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8231
8232         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8233         refactoring.
8234
8235 2006-02-04  David Schleef  <ds@schleef.org>
8236
8237         * ext/ogg/gstoggmux.c:
8238         * gst/typefind/gsttypefindfunctions.c:
8239           Add Dirac typefinding and add dirac format to oggmux.
8240
8241 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst/playback/gstdecodebin.c: (try_to_link_1):
8244           Don't put essential function call into
8245           g_return_*() macro, otherwise it'll all be
8246           replaced by NOOPs when compiling with
8247           G_DISABLE_CHECKS defined.
8248
8249 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8250
8251         * ext/ogg/gstoggdemux.c:
8252         * ext/ogg/gstoggparse.c:
8253         * gst/tcp/gsttcpserversink.c:
8254         * sys/v4l/v4lsrc_calls.c:
8255         * sys/v4l/v4lsrc_calls.h:
8256         Just make it compile with --disable-gst-debug.
8257
8258 2006-02-03  Wim Taymans  <wim@fluendo.com>
8259
8260         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8261         (gst_alsasink_class_init), (gst_alsasink_init),
8262         (gst_alsasink_write), (gst_alsasink_reset):
8263         * ext/alsa/gstalsasink.h:
8264         Add lock to protect alsa calls.
8265         Implement reset to flush samples ASAP, does not work
8266         with dmix though.
8267
8268 2006-02-02  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst-libs/gst/audio/gstbaseaudiosink.c:
8271         (gst_base_audio_sink_provide_clock):
8272         Ugh.. getting late I guess...
8273
8274 2006-02-02  Wim Taymans  <wim@fluendo.com>
8275
8276         * gst-libs/gst/audio/gstbaseaudiosink.c:
8277         (gst_base_audio_sink_provide_clock),
8278         (gst_base_audio_sink_set_property),
8279         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8280         Don't try to provide a clock when we are not negotiated since
8281         we might not be able to make it run.
8282
8283 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8284
8285         * gst/playback/gstdecodebin.c: (try_to_link_1):
8286           Unlinking two source pads is ... hard.
8287
8288 2006-02-02  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst-libs/gst/audio/TODO:
8291         Updated.
8292
8293         * gst-libs/gst/audio/gstbaseaudiosink.c:
8294         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8295         On EOS, wait till the last sample is played before posting EOS.
8296
8297 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8298
8299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8300           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8301           setting queue_delay to zero. Also avoid thread being started if
8302           queue_delay is zero.
8303
8304 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8307           Make test work again by connecting fakesinks to each decoded pad,
8308           which makes the pipeline wait until each fakesink has a buffer
8309           queued before going to PAUSED state. At that point we know the
8310           decodebin pads are negotiated.
8311
8312 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8313
8314         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8315         (gst_cdda_base_src_handle_event):
8316         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8317           Pass unhandled queries to the parent class's query function.
8318
8319 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8322         (gst_ogg_pad_src_query):
8323         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8324         * ext/theora/theoradec.c: (theora_dec_src_query),
8325         (theora_dec_sink_query):
8326         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8327         (vorbis_dec_sink_query):
8328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8329         (gst_vorbisenc_sink_query):
8330         * gst/adder/gstadder.c: (gst_adder_query):
8331           Pass unhandled queries upstream instead of just
8332           dropping them (#326447). Also, fix supported
8333           query types list for some elements.
8334
8335 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8338         (paris_type_find), (ilbc_type_find), (plugin_init):
8339           Fix typefinding for audio/x-au, audio/x-paris and
8340           audio/iLBC-sh. We cannot use the START_WITH macros
8341           here, because there can only be one typefind factory
8342           with the same name (caps), so the second one would
8343           replace the first one and the first one would never
8344           be called when doing typefinding (see #161712).
8345           
8346
8347 2006-01-31  Wim Taymans  <wim@fluendo.com>
8348
8349         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8350         (vorbis_handle_header_packet), (vorbis_dec_push),
8351         (vorbis_handle_data_packet):
8352         Use scale_int when we can, add some more scaling.
8353         Check packettype before parsing it.
8354
8355 2006-01-31  Wim Taymans  <wim@fluendo.com>
8356
8357         * ext/theora/theoradec.c: (_theora_granule_time),
8358         (theora_dec_src_convert), (theora_dec_sink_convert):
8359         Call right _scale functions.
8360         Use parameter instead of some other random value.
8361
8362 2006-01-31  Wim Taymans  <wim@fluendo.com>
8363
8364         * ext/theora/theoradec.c: (_theora_granule_frame),
8365         (_theora_granule_time), (_inc_granulepos),
8366         (theora_dec_src_convert), (theora_dec_sink_convert),
8367         (theora_handle_type_packet), (theora_handle_data_packet),
8368         (theora_dec_chain):
8369         Use higher precision timestamps calculation.
8370         Convert some other conversions to _scale.
8371
8372 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8373
8374         * gst/audiotestsrc/gstaudiotestsrc.c:
8375         (gst_audio_test_src_create_sine_table), (plugin_init):
8376         * gst/volume/gstvolume.c: (plugin_init):
8377           initialize gst_controller before using
8378
8379 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8380
8381         * tests/check/pipelines/theoraenc.c:
8382         * tests/check/pipelines/vorbisenc.c:
8383         Define constant using G_GINT64_CONSTANT to avoid errors when
8384         passing it around - otherwise it gets truncated to 32 bits.
8385
8386         Fixes failing tests.
8387
8388 2006-01-31  Andy Wingo  <wingo@pobox.com>
8389
8390         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8391         caps being set doesn't have a framerate value. Basically a stopgap
8392         measure.
8393
8394         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8395         technically correct enough to put into core though.
8396         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8397         DURATION. Fixes theoraenc ! oggmux.
8398
8399         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8400         fraction, not double.
8401
8402 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8403
8404         * win32/vs7:
8405         add vs7 project files created by Sergey Scobich
8406
8407 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8408
8409         * win32/vs8:
8410         add vs8 project files created by Sergey Scobich
8411         
8412 2006-01-30  Andy Wingo  <wingo@pobox.com>
8413
8414         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8415         timestamp + duration, not just timestamp -- ogg pages should be
8416         ordered by stop time. Necessary fix given the change in vorbis
8417         timestamps.
8418
8419         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8420         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8421         (granulepos_add): New function, handles the messiness of adjusting
8422         granulepos values.
8423         (theora_buffer_from_packet):
8424         (theora_enc_chain):
8425         (theora_enc_sink_event): Use granulepos_add, not +.
8426
8427         * tests/check/pipelines/theoraenc.c
8428         (check_buffer_granulepos_from_starttime): Just check the frame
8429         count, not the actual granulepos -- we can't dictate to the
8430         encoder when it should be placing keyframes.
8431
8432 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8433
8434         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8435           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8436           play an http:// stream from a server that's not serving
8437
8438 2006-01-30  Andy Wingo  <wingo@pobox.com>
8439
8440         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8441         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8442         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8443         available.
8444
8445         * ext/theora/gsttheoraenc.h:
8446         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8447         although theoraenc was timestamping correctly. Added handling of
8448         streams that start with nonzero timestamps.
8449
8450         * tests/check/Makefile.am:
8451         * tests/check/pipelines/theoraenc.c: New file, basically does same
8452         tests as vorbisenc.
8453
8454         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8455
8456 2006-01-30  Wim Taymans  <wim@fluendo.com>
8457
8458         * gst-libs/gst/audio/gstaudiosink.c:
8459         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8460         (gst_audioringbuffer_pause):
8461         Implement pause that does not wait for completion.
8462
8463         * gst-libs/gst/audio/gstbaseaudiosink.c:
8464         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8465         Don't drop buffers when going to PAUSED but perform preroll on
8466         remaining samples now that core base class supports this.
8467
8468         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8469         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8470         (gst_ring_buffer_commit):
8471         Pause should not signal waiters.
8472         Implement return value of _commit correctly.
8473
8474 2006-01-30  Andy Wingo  <wingo@pobox.com>
8475
8476         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8477
8478         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8479         updated to timestamp from the first sample, not the last.
8480         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8481         special care of granulepos and timestamp for header packets.
8482         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8483         when the first buffer has a nonzero timestamp.
8484
8485         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8486         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8487         case when the first audio buffer we get has a nonzero timestamp.
8488         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8489         properly timestamp vorbis buffers with the time of the first
8490         sample, not the last.
8491         
8492         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8493         vorbis_granule_time_copy -- now it takes the granule/subgranule
8494         offset into account.
8495
8496         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8497         timestamps, durations, and granulepos on buffers produced by
8498         vorbisenc.
8499
8500 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8501
8502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8503         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8504           Patch from Eric Jonas to support conversions to/from UYVY 
8505           (Fixes: #324626)
8506
8507 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8508
8509         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8510         (setup_subtitle), (setup_source), (set_active_source):
8511         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8512         (gen_text_element), (gen_audio_element), (gen_vis_element),
8513         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8514
8515 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8516
8517         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8518         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8519                 use gst_guint64_to_gdouble to be compliant with vs6
8520         * gst/playback/gstdecodebin.c: (try_to_link_1)
8521         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8522                 use G_GINT64_CONSTANT for int64 constants
8523         * win32/common/libgstinterfaces.def:
8524                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8525         * win32/vs6:
8526                 update and add new project files
8527                 
8528 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8529
8530         * Makefile.am:
8531         * win32/MANIFEST:
8532         * win32/common/interfaces-enumtypes.c:
8533         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8534         (gst_mixer_track_flags_get_type),
8535         (gst_tuner_channel_flags_get_type):
8536         * win32/common/interfaces-enumtypes.h:
8537         * win32/common/multichannel-enumtypes.c:
8538         (gst_audio_channel_position_get_type):
8539         * win32/common/multichannel-enumtypes.h:
8540           add a win32-update rule like in core, and copy over enumtypes files
8541
8542 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8543
8544         * win32/MANIFEST:
8545         * win32/common/config.h:
8546         * win32/common/config.h.in:
8547           add config files just like in core
8548
8549 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8552           Make gcc-4.1 happy (part of #327357).
8553
8554 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8555
8556         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8557         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8558         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8559         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8560         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8561         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8562           Update all error messages.  All of them should either use
8563           the default translated message, or actually provide a
8564           translatable string.
8565           Make the string for channel count problems meaningful.
8566
8567 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8568
8569         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8570           check for and throw RESOURCE_BUSY
8571
8572 2006-01-27  David Schleef  <ds@schleef.org>
8573
8574         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8575           checked in this change -- it requires liboil features not
8576           in 0.3.6.  Revert parts.
8577
8578 2006-01-27  David Schleef  <ds@schleef.org>
8579
8580         * REQUIREMENTS:
8581         * configure.ac: update liboil requirement to 0.3.6
8582         * gst/videoscale/Makefile.am:
8583         * gst/videoscale/vs_scanline.c: liboilify
8584
8585 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8586
8587         * ext/libvisual/visual.c: (get_buffer):
8588           When pad_alloc returns a GstFlowReturn other
8589           than GST_FLOW_OK, make sure it is passed upstream.
8590
8591 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8592
8593         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8594         (gst_alsasink_class_init):
8595           Free the device name string.
8596
8597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8598         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8599         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8600           Don't remove a pad from the collectpads structure until it
8601           is released - it's a request pad, and may receive data again
8602           if the element gets moved back to PLAYING state.
8603
8604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8605           Ensure we turn on double buffering on the Xv port, and
8606           set the colour key to something dark and mysterious that
8607           isn't black.
8608
8609 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8610
8611         * ext/alsa/gstalsaplugin.c: (plugin_init):
8612         * ext/cdparanoia/gstcdparanoiasrc.c:
8613         (gst_cd_paranoia_src_base_init), (plugin_init):
8614         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8616           - a library should not call setlocale. see "Libraries" node in
8617             gettext manual
8618           - make sure all plugins that use translation do bindtextdomain
8619             to point to the localedir
8620         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8621         (setup_sinks), (plugin_init):
8622           all this, and check for NULL when creating sinks
8623
8624 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8625
8626         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8627         (plugin_init): Make typefinding of subtitles work again.
8628
8629 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8630
8631         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8632         (mp3_type_frame_length_from_header), (mp3_type_find),
8633         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8634         (plugin_init):
8635           Backport a bunch of typefinding fixes from the 0.8 branch.
8636           Also, improve wavpack typefinding: if we can't peek the
8637           entire wavpack block, try to parse the bits we can get and
8638           see if we find what we're looking for in those.
8639
8640 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8641
8642         * sys/ximage/ximagesink.c:
8643         (gst_ximagesink_calculate_pixel_aspect_ratio):
8644         * sys/xvimage/xvimagesink.c:
8645         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8646         more cases of pixel aspect ratio.
8647
8648 2006-01-26  Edward Hervey  <edward@fluendo.com>
8649
8650         * gst/playback/gstdecodebin.c: (pad_probe):
8651         Also consider the flush-start and tag events as unblockers
8652         for the pad probes.
8653
8654 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8655
8656         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8657         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8658         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8659         On the fly visualisation switch, works disabling, enabling as
8660         well but it won't be able to enable vis in a playbin that was
8661         created with no visualisation.
8662
8663 2006-01-25  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst-libs/gst/audio/gstbaseaudiosink.c:
8666         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8667         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8668         resume after pause.
8669
8670 2006-01-25  Wim Taymans  <wim@fluendo.com>
8671
8672         * gst-libs/gst/audio/gstbaseaudiosink.c:
8673         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8674         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8675         Improve debugging.
8676         Post error when caps cannot be parsed.
8677         Resync on discontinuity in the stream.
8678         Clip samples to segment boundaries.
8679         return WRONG_STATE sooner when we are flushing.
8680
8681         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8682         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8683         Make audiosrc operate in TIME.
8684         Set TIMESTAMP and DURATION on buffers.
8685
8686 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * tests/examples/seek/seek.c: (main):
8689           Output tag messages as well.
8690
8691 2006-01-23  Edward Hervey  <edward@fluendo.com>
8692
8693         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8694         (free_pad_probes), (remove_fakesink), (pad_probe),
8695         (close_pad_link), (gst_decode_bin_change_state):
8696         Replace GstPadBlockCallback with pad probes that detect
8697         first buffer AND eos before removing fakesink.
8698         Fixes hang with demuxers doing EOS while pre-rolling.
8699         Solves #328279
8700
8701 2006-01-23  Andy Wingo  <wingo@pobox.com>
8702
8703         * ext/alsa/gstalsasink.c:
8704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8705         (gst_base_rtp_depayload_setcaps),
8706         (gst_base_rtp_depayload_add_to_queue),
8707         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8708         
8709         Patch by: Jens Granseuer <jensgr at gmx dot net>
8710
8711 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8712
8713         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8714         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8715         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8716         frames. We might get a frame destroyed after changing state to
8717         NULL, adding a safety check on xcontext.
8718
8719 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * gst-libs/gst/interfaces/xoverlay.c:
8722           Fix prepare-xwindow-id code example in the docs - we need to
8723           ignore all messages that aren't element messages as well.
8724           
8725 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8726
8727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8728           I think one day i'll completely undestand how caps negotiation
8729           is supposed to work. This refactoring handles buffer_alloc
8730           called with caps we can't handle. We definitely don't want a
8731           set_caps with those caps, so we define and allocate a buffer
8732           we would like to receive.
8733
8734 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * gst/playback/gstplaybasebin.c: (setup_source):
8737           Free iterator when done.
8738
8739 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8740
8741         * gst-libs/gst/audio/gstbaseaudiosink.c:
8742         (gst_base_audio_sink_render):
8743           Fix playback of non-synchronised streams by assuming a rate
8744           of 1.0 instead of a random one.
8745
8746           Makes this work again:
8747
8748           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8749           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8750           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8751           audioresample ! alsasink
8752
8753 === release 0.10.2 ===
8754
8755 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8756
8757         * configure.ac:
8758           releasing 0.10.2, "Then the devil is six"
8759
8760 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8761
8762         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8763         * gst/playback/gststreamselector.c:
8764         (gst_stream_selector_set_property):
8765           Comment out broken code that connects to the state-changed signal.
8766           At this point, changing current stream selection is broken, but 
8767           stuff like gst-launch playbin current-audio=1 works and filters
8768           to the chosen stream.
8769
8770 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8771
8772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8773           Fix #327216 (null dereference in vorbisdec)
8774
8775 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8776
8777         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8778           Post taglist actually on bus instead of just freeing it
8779           (fixes #327114 and totem bug #327080).
8780
8781         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8782           Use gst_element_found_tags_for_pad(), so that the tags
8783           are sent downstream as an event as well.
8784
8785 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8788         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8789         (gst_ximagesink_buffer_alloc):
8790         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8791         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8792         (gst_xvimagesink_buffer_alloc):
8793           move all regularly occurring messages to GST_LOG level
8794           add some more object logs
8795
8796 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8797
8798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8799           fix a silly segfault
8800
8801 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * docs/libs/gst-plugins-base-libs-docs.sgml:
8804         * docs/libs/gst-plugins-base-libs-sections.txt:
8805         * gst-libs/gst/audio/mixerutils.c:
8806         * gst-libs/gst/audio/mixerutils.h:
8807           Add docs for mixerutils stuff.
8808
8809 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8810
8811         * gst/playback/gstplaybasebin.c: (setup_source):
8812           Fix playback for sources that emit raw audio or
8813           raw video streams (e.g.: cd audio sources) (#325984).
8814
8815 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8816
8817         * gst-libs/gst/audio/mixerutils.c:
8818         (gst_audio_mixer_filter_do_filter):
8819           actually save the element we create
8820
8821 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         * gst-libs/gst/cdda/gstcddabasesrc.c:
8824         (gst_cdda_base_src_handle_track_seek):
8825           No need to post a tag message on the bus when seeking
8826           within the same track, only post it when the current
8827           track changes.
8828
8829 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8830
8831         * gst/playback/gstplaybasebin.c: (group_destroy),
8832         (probe_triggered), (new_decoded_pad), (mute_group_type),
8833         (set_active_source):
8834         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8835         * gst/playback/gststreamselector.c:
8836         (gst_stream_selector_base_init),
8837         (gst_stream_selector_set_property),
8838         (gst_stream_selector_request_new_pad):
8839           Reenable stream selection. These mechanisms need a complete overhaul
8840           in the face of 0.8->0.10 changes though.
8841
8842 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8843
8844         * ext/ogg/gstoggdemux.c:
8845           Change the pad template to src_%d to match the pads that 
8846           are created from it. decodebin needs this information in order
8847           to decide that oggdemux is capable of producing multiple pads
8848           (and hence needs queues inserted).
8849
8850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8851         (gst_ogg_mux_collected):
8852           Make debug output more useful by using GST_PTR_FORMAT.
8853
8854 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8855
8856         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8859           Set depth and width for alaw/mulaw (fixes #326601).
8860
8861 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8862
8863         * tests/icles/Makefile.am:
8864           don't build the tests if we don't have the libs
8865
8866 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8869         (gst_cd_paranoia_paranoia_callback):
8870           Don't try to free NULL pointers.
8871
8872 2006-01-10  Edward Hervey  <edward@fluendo.com>
8873
8874         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8875         (gst_audio_rate_change_state), (plugin_init):
8876         Add debugging category.
8877         Fix type issues.
8878         Add case for incoming buffers without valid offset/offset_end.
8879
8880 2006-01-10  Michael Smith  <msmith@fluendo.com>
8881
8882         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8883           Don't leak GCond in audio sources.
8884
8885 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8886
8887         * gst/playback/gstplaybin.c: (gen_audio_element):
8888           Don't leak an autoaudiosink/alsasink when we generate
8889           a new audio element. (old code, I guess)
8890
8891 2006-01-10  Michael Smith  <msmith@fluendo.com>
8892
8893         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8894           Support float audio in audiorate.
8895           Use width rather than depth for selecting sample width.
8896
8897 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         * gst/videotestsrc/videotestsrc.h:
8900           Use GLib types here (that way we don't have to include the
8901           generated _stdint.h header, which makes life easier for win32
8902           folks that don't use autotools for the build) (#325990, patch
8903           by: Sergey Scobich).
8904
8905 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8906
8907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8908         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8909         (gst_ring_buffer_pause), (wait_segment):
8910         * gst-libs/gst/audio/gstringbuffer.h:
8911           Name (private) union, makes Forte compiler happy (this time
8912           for real) (#324900).
8913
8914 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * gst-libs/gst/audio/Makefile.am:
8917           Link against libgstinterfaces, needed for mixer
8918           and property probe stuff.
8919
8920 2006-01-09  Edward Hervey  <edward@fluendo.com>
8921
8922         * gst-libs/gst/Makefile.am:
8923
8924 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * gst-libs/gst/audio/Makefile.am:
8927         * gst-libs/gst/audio/mixerutils.c:
8928         (gst_audio_mixer_filter_do_filter),
8929         (gst_audio_mixer_filter_check_element),
8930         (gst_audio_mixer_filter_probe_feature),
8931         (element_factory_rank_compare_func),
8932         (gst_audio_default_registry_mixer_filter):
8933         * gst-libs/gst/audio/mixerutils.h:
8934           Add gst_audio_default_registry_mixer_filter() utility
8935           function.
8936
8937 2006-01-03  Michael Smith  <msmith@fluendo.com>
8938
8939         * gst/audioresample/resample.h:
8940           As before, but for o_buf
8941
8942 2006-01-03  Michael Smith  <msmith@fluendo.com>
8943
8944         * gst/audioresample/resample.h:
8945           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8946           since we do arithmetic on it.
8947
8948 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8951         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8952         (gst_ring_buffer_pause), (wait_segment):
8953         * gst-libs/gst/audio/gstringbuffer.h:
8954           Sun's Forte compiler doesn't seem to like anonymous structs,
8955           so use same setup as in GstBaseSrc (fixes #324900).
8956
8957 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8958
8959         * configure.ac:
8960         * gst/volume/Makefile.am:
8961         * gst/volume/demo.c:
8962           move old example to tests/examples/volume/volune.c
8963         * tests/examples/Makefile.am:
8964         * tests/examples/seek/seek.c: (main):
8965           change window-close event from "delete-event" to "destroy"
8966         * tests/examples/volume/Makefile.am:
8967         * tests/examples/volume/volume.c: (value_changed_callback),
8968         (setup_gui), (message_received), (eos_message_received), (main):
8969           fix event handling and bus usage
8970
8971 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8972
8973         * gst/audiotestsrc/gstaudiotestsrc.c:
8974         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8975         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8976         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8977         (gst_audio_test_src_create_square),
8978         (gst_audio_test_src_create_saw),
8979         (gst_audio_test_src_create_triangle),
8980         (gst_audio_test_src_create_silence),
8981         (gst_audio_test_src_create_white_noise),
8982         (gst_audio_test_src_create_pink_noise),
8983         (gst_audio_test_src_init_sine_table),
8984         (gst_audio_test_src_create_sine_table),
8985         (gst_audio_test_src_change_wave),
8986         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8987         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8988         * gst/audiotestsrc/gstaudiotestsrc.h:
8989           update to basesrc changes, implement segmented seeking and eos
8990           handling, add a 'sine-tab' waveform for performance critical playback
8991
8992 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * po/POTFILES.in:
8995           ... and this time the other modified file that I missed last time.
8996
8997 2005-12-29  Michael Smith  <msmith@fluendo.com>
8998
8999         * gst/playback/gstdecodebin.c: (new_pad):
9000           Fix non-C89 variable declaration not at the start of a block. Should
9001           help some compilers.
9002
9003 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * tests/check/Makefile.am:
9006           And now fix 'make distcheck' (builddir != srcdir)
9007
9008 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9009
9010         * configure.ac:
9011         * ext/cdparanoia/Makefile.am:
9012         * ext/cdparanoia/gstcdparanoia.c:
9013         * ext/cdparanoia/gstcdparanoia.h:
9014         * ext/cdparanoia/gstcdparanoiasrc.c:
9015         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9016         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9017         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9018         (gst_cd_paranoia_paranoia_callback),
9019         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9020         (gst_cd_paranoia_src_set_property),
9021         (gst_cd_paranoia_src_get_property), (plugin_init):
9022         * ext/cdparanoia/gstcdparanoiasrc.h:
9023           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9024           plugin again (there are still fixes required to playbin to make
9025           cdda:// uris work there).
9026
9027 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * tests/check/Makefile.am:
9030           Fix test case compilation.
9031
9032 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst-libs/gst/cdda/gstcddabasesrc.c:
9035         (gst_cdda_base_src_update_duration),
9036         (gst_cdda_base_src_calculate_cddb_id):
9037           An integer is not a string. Fix access to uninitialised variable.
9038
9039         * tests/check/Makefile.am:
9040           Add cddabasesrc unit test; also actually enable the vorbis test.
9041
9042         * tests/check/generic/states.c:
9043           Blacklist new cd audio elements as well.
9044
9045         * tests/check/libs/cddabasesrc.c:
9046           Unit test for GstCddaBaseSrc (discid calculation mostly).
9047
9048 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * docs/libs/Makefile.am:
9051         * docs/libs/gst-plugins-base-libs-docs.sgml:
9052         * docs/libs/gst-plugins-base-libs-sections.txt:
9053         * docs/libs/gst-plugins-base-libs.types:
9054           Add docs for libgstcdda/GstCddaBaseSrc.
9055
9056         * gst-libs/gst/interfaces/mixertrack.h:
9057           Do one struct member per line with a semicolon at the end, that way
9058           even gtk-doc might parse it without complaining.
9059
9060 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * configure.ac:
9063         * gst-libs/gst/Makefile.am:
9064         * gst-libs/gst/cdda/Makefile.am:
9065         * gst-libs/gst/cdda/base64.c:
9066         * gst-libs/gst/cdda/base64.h:
9067         * gst-libs/gst/cdda/gstcddabasesrc.c:
9068         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9069         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9070         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9071         (gst_cdda_base_src_get_property),
9072         (gst_cdda_base_src_get_track_from_sector),
9073         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9074         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9075         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9076         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9077         (gst_cdda_base_src_uri_get_protocols),
9078         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9079         (gst_cdda_base_src_uri_handler_init),
9080         (gst_cdda_base_src_setup_interfaces),
9081         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9082         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9083         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9084         (gst_cdda_base_src_add_tags),
9085         (gst_cdda_base_src_add_index_associations),
9086         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9087         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9088         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9089         (gst_cdda_base_src_create):
9090         * gst-libs/gst/cdda/gstcddabasesrc.h:
9091         * gst-libs/gst/cdda/sha1.c:
9092         * gst-libs/gst/cdda/sha1.h:
9093           Add new libgstcdda with GstCddaBaseSrc class.
9094
9095 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * ext/gnomevfs/gstgnomevfssink.h:
9098           Use GstBaseSinkClass as parent_class member for class struct, not
9099           GstBaseSink.
9100
9101 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         Patch by: Michael Benes
9104
9105         * gst/videotestsrc/gstvideotestsrc.c:
9106         (gst_video_test_src_class_init), (gst_video_test_src_start):
9107           Add start method to reset running time and number of frames sent
9108           when starting up (fixes #324696)
9109
9110 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * docs/plugins/Makefile.am:
9113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9115         * docs/plugins/gst-plugins-base-plugins.args:
9116         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9117         * docs/plugins/gst-plugins-base-plugins.signals:
9118           Add docs stuff for gnomevfssrc and gnomevfssink.
9119
9120         * ext/gnomevfs/gstgnomevfssrc.c:
9121           Fix example pipeline in gtk-doc blurb.
9122
9123 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9124
9125         * ext/gnomevfs/Makefile.am:
9126         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9127         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9128         (gst_gnome_vfs_handle_get_type), (plugin_init):
9129         * ext/gnomevfs/gstgnomevfs.h:
9130         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9131         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9132         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9133         (gst_gnome_vfs_sink_set_property),
9134         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9135         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9136         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9137         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9138         (gst_gnome_vfs_sink_uri_get_type),
9139         (gst_gnome_vfs_sink_uri_get_protocols),
9140         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9141         (gst_gnome_vfs_sink_uri_handler_init):
9142         * ext/gnomevfs/gstgnomevfssink.h:
9143           Port gnomevfssink; add gtk-doc blurb.
9144
9145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9146         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9147         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9148         (gst_gnome_vfs_src_uri_get_type),
9149         (gst_gnome_vfs_src_uri_get_protocols),
9150         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9151         (gst_gnome_vfs_src_uri_handler_init),
9152         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9153         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9154         (gst_gnome_vfs_src_send_additional_headers_callback),
9155         (gst_gnome_vfs_src_received_headers_callback),
9156         (gst_gnome_vfs_src_push_callbacks),
9157         (gst_gnome_vfs_src_pop_callbacks),
9158         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9159         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9160         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9161         * ext/gnomevfs/gstgnomevfssrc.h:
9162           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9163           file; add gtk-doc blurb with example pipelines.
9164
9165 === release 0.10.1 ===
9166
9167 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9168
9169         * configure.ac:
9170           releasing 0.10.1, "Dobro Dedek"
9171
9172 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9173
9174         * gst/typefind/gsttypefindfunctions.c:
9175         iLBC30 and iLBC20 added to typefind.
9176
9177 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9178
9179         * gst-libs/gst/audio/gstbaseaudiosink.c:
9180         (gst_base_audio_sink_class_init):
9181         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9182         (gst_base_audio_src_class_init):
9183           update strings, values are in microseconds
9184           change the default sink buffer time to something that is smaller
9185           (to help software volume mixing have a slightly lower delay) but
9186           still be acceptable on Wim's laptop
9187
9188 2005-12-20  Edward Hervey  <edward@fluendo.com>
9189
9190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9191         Made a quack, forgot to add DUCK to the riff video template.
9192
9193 2005-12-19  Edward Hervey  <edward@fluendo.com>
9194
9195         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9196         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9197         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9198         (gst_ogm_parse_chain):
9199         Make sure pads are initialized correctly.
9200         * gst-libs/gst/riff/riff-ids.h:
9201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9202         (gst_riff_create_video_template_caps):
9203         Add a whole bunch of FOURCC <=> MimeType.
9204         Extend the riff video pad template to support the newly added fourcc.
9205
9206 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9207
9208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9209         (gst_ogg_demux_activate_chain):
9210           Extra debug output when activating/deactivating chains.
9211
9212         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9213         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9214         (unlinked):
9215           Remove a queue from our list when it becomes unlinked.
9216           Don't add queues to elements in class 'Demux' if they
9217           can only produce one pad 
9218
9219 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9220
9221         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9222         (gst_video_sink_get_type): Add a debug category.
9223
9224 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9225
9226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9227         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9228           Handle downstream newsegment by sending our own newsegment before the
9229           next buffer to be released. (#323900)
9230
9231 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9232
9233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9234         (gst_base_rtp_depayload_set_gst_timestamp):
9235           add queue delay to new segment as well (as opposed to just the first
9236           buffer). (bug #322347)
9237
9238 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9239
9240         * ext/libvisual/visual.c: (make_valid_name):
9241           change some char* into char[]
9242         * gst/audiotestsrc/gstaudiotestsrc.c:
9243         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9244         (gst_audio_test_src_create):
9245         * gst/audiotestsrc/gstaudiotestsrc.h:
9246           prepare to handle EOS and SEGMENT_DONE
9247
9248 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * tests/check/generic/states.c: (GST_START_TEST):
9251           Blacklist cdparanoia element in state test.
9252
9253 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255           Patch by: Benjamin Pineau
9256
9257         * gst/tcp/gsttcp.c:
9258         * gst/tcp/gsttcpclientsink.c:
9259         * gst/tcp/gsttcpserversink.c:
9260         * gst/tcp/gsttcpserversrc.c:
9261           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9262
9263 2005-12-15  Michael Smith  <msmith@fluendo.com>
9264
9265         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9266         (gst_video_rate_chain):
9267           Fix timestamping for videorate when the first buffer it sees has a
9268           non-zero timestamp. Fix some misleading debug output.
9269
9270 2005-12-15  Michael Smith  <msmith@fluendo.com>
9271
9272         * gst/audioresample/gstaudioresample.c:
9273           Don't leak all input buffers to audioresample.
9274
9275 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9278           Don't operate on empty text buffers. Strip newlines and
9279           tabs only from the end of the text, but leave them intact
9280           in the middle. Fix typo in gtk-doc description.
9281
9282 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * gst/playback/gstplaybasebin.c:
9285         * gst/playback/gstplaybin.c: (handoff):
9286           Make sure the video frame buffer we return to apps via the
9287           "frame" property always has caps set on it. Modify
9288           _gst_gvalue_set_object() macro to handle NULL objects
9289           gracefully too.
9290
9291 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9292
9293         * gst/audiotestsrc/gstaudiotestsrc.c:
9294         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9295         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9296         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9297         (gst_audio_test_src_create):
9298         * gst/audiotestsrc/gstaudiotestsrc.h:
9299         Adjust to some recent api changes and add wtays new cool seeking
9300         capabillities
9301
9302 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * ext/alsa/Makefile.am:
9305         * ext/alsa/gstalsadeviceprobe.c:
9306         * ext/alsa/gstalsadeviceprobe.h:
9307           Helper functions to add device probing via the GstPropertyProbe
9308           interface to a class.
9309
9310         * ext/alsa/gstalsamixer.h:
9311           Comment out GST_ALSA_MIXER, it returns a struct that's not
9312           used.
9313
9314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9315           Add some debug info. 
9316
9317         * ext/alsa/gstalsamixerelement.c:
9318         (gst_alsa_mixer_element_interface_supported),
9319         (gst_implements_interface_init),
9320         (gst_alsa_mixer_element_init_interfaces),
9321         (gst_alsa_mixer_element_class_init),
9322         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9323         (gst_alsa_mixer_element_set_property),
9324         (gst_alsa_mixer_element_get_property),
9325         (gst_alsa_mixer_element_change_state):
9326         * ext/alsa/gstalsamixerelement.h:
9327           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9328           for device handling (gnome-volume-control will need that).
9329
9330 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9331
9332         * ext/Makefile.am: fix cdparanoia entry
9333         * gst-plugins-base.spec.in: add cdparanoia
9334
9335 2005-12-12  Michael Smith  <msmith@fluendo.com>
9336
9337         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9338           Use the correct function to free list of typefind factories.
9339
9340 2005-12-12  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/videotestsrc/gstvideotestsrc.c:
9343         (gst_video_test_src_class_init), (gst_video_test_src_init),
9344         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9345         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9346         (gst_video_test_src_create):
9347         * gst/videotestsrc/gstvideotestsrc.h:
9348         Implement seeking in videotestsrc.
9349         Small cleanups.
9350
9351 2005-12-12  Wim Taymans  <wim@fluendo.com>
9352
9353         * ext/cdparanoia/Makefile.am:
9354         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9355         (gst_paranoia_endian_get_type), (_do_init),
9356         (cdparanoia_class_init), (cdparanoia_init),
9357         (cdparanoia_set_property), (cdparanoia_get_property),
9358         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9359         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9360         (cdparanoia_convert), (cdparanoia_get_query_types),
9361         (cdparanoia_query), (cdparanoia_set_index),
9362         (cdparanoia_uri_set_uri):
9363         * ext/cdparanoia/gstcdparanoia.h:
9364         Partially ported cdparanoia now that basesrc can support a
9365         plugin like this..
9366
9367 2005-12-12  Wim Taymans  <wim@fluendo.com>
9368
9369         * tests/examples/seek/scrubby.c: (main):
9370         Set higher priority for bus events so they don't get reordered with
9371         gtk gui events.
9372
9373         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9374         (flush_toggle_cb), (main):
9375         Added checkbox to disable flushing seeks. 
9376         Disable scrubbing when doing non flushing seeks.
9377
9378 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9381         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9382         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9383         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9384           Implement some sort of event handling that doesn't rely on
9385           g_return_if_fail; make sure we always push the last chunk of an 
9386           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9387           state change function; remove some old cruft. Seeking is still
9388           rather unlikely to work though.
9389
9390         * tools/.cvsignore:
9391           Ignore more.
9392
9393 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9394
9395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9396         Fixed a leak of the current image reference when cleaning up.
9397         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9398
9399 2005-12-09  Michael Smith  <msmith@fluendo.com>
9400
9401         * tools/Makefile.am:
9402         * tools/gst-launch-ext-m.m:
9403           Remove gst-launch-ext. It doesn't work, and is no longer
9404           particularly useful.
9405
9406 2005-12-08  Luca Ognibene  <luogni@tin.it>
9407
9408         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9409           don't pass random values to ogmparse convert function.
9410           Make seeking possible in the exile1.ogm file.
9411
9412 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9415         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9416           Work around refcount problem with g_value_set_object() that occur
9417           if the core has been compiled against GLib-2.6 (g_value_set_object()
9418           will only g_object_ref() the element, but the caller will
9419           gst_object_unref() it and bad things will happen due to the way
9420           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9421           totem for people on FC4 using Thomas's 0.10 RPMs.
9422           
9423 2005-12-07  Edward Hervey  <edward@fluendo.com>
9424
9425         Time to welcome ogm to 0.10 :)
9426         
9427         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9428         (gst_ogg_pad_typefind):
9429         Oggdemux can now properly typefind elements with dynamic pads.
9430         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9431         Properly set caps on src pad, and set caps on outgoing buffers.
9432
9433 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9434
9435         * ext/alsa/gstalsamixer.h:
9436         * ext/alsa/gstalsamixerelement.h:
9437         * ext/alsa/gstalsamixeroptions.h:
9438         * ext/alsa/gstalsamixertrack.h:
9439         * ext/alsa/gstalsasink.c:
9440         * ext/alsa/gstalsasink.h:
9441         * ext/alsa/gstalsasrc.c:
9442         * ext/alsa/gstalsasrc.h:
9443         * ext/cdparanoia/gstcdparanoia.h:
9444         * ext/gnomevfs/gstgnomevfsuri.h:
9445         * ext/ogg/gstoggdemux.c:
9446         * ext/ogg/gstoggmux.c:
9447         * ext/pango/gsttextoverlay.h:
9448         * ext/theora/theoradec.c:
9449         * ext/theora/theoraenc.c:
9450         * ext/vorbis/vorbisdec.h:
9451         * ext/vorbis/vorbisenc.c:
9452         * ext/vorbis/vorbisenc.h:
9453         * ext/vorbis/vorbisparse.h:
9454         * gst-libs/gst/audio/gstaudioclock.h:
9455         * gst-libs/gst/audio/gstaudiosink.c:
9456         * gst-libs/gst/audio/gstaudiosink.h:
9457         * gst-libs/gst/audio/gstaudiosrc.c:
9458         * gst-libs/gst/audio/gstaudiosrc.h:
9459         * gst-libs/gst/audio/gstbaseaudiosink.c:
9460         * gst-libs/gst/audio/gstbaseaudiosink.h:
9461         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9462         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9463         * gst-libs/gst/audio/gstringbuffer.h:
9464         * gst-libs/gst/audio/multichannel.h:
9465         * gst-libs/gst/floatcast/floatcast.h:
9466         * gst-libs/gst/interfaces/colorbalance.c:
9467         * gst-libs/gst/interfaces/colorbalance.h:
9468         * gst-libs/gst/interfaces/colorbalancechannel.h:
9469         * gst-libs/gst/interfaces/mixer.h:
9470         * gst-libs/gst/interfaces/mixeroptions.h:
9471         * gst-libs/gst/interfaces/mixertrack.h:
9472         * gst-libs/gst/interfaces/navigation.h:
9473         * gst-libs/gst/interfaces/propertyprobe.h:
9474         * gst-libs/gst/interfaces/tuner.h:
9475         * gst-libs/gst/interfaces/tunerchannel.h:
9476         * gst-libs/gst/interfaces/tunernorm.h:
9477         * gst-libs/gst/interfaces/xoverlay.h:
9478         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9479         * gst-libs/gst/riff/riff-ids.h:
9480         * gst-libs/gst/riff/riff-media.h:
9481         * gst-libs/gst/riff/riff-read.h:
9482         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9483         * gst-libs/gst/rtp/gstbasertppayload.c:
9484         * gst-libs/gst/rtp/gstbasertppayload.h:
9485         * gst-libs/gst/rtp/gstrtpbuffer.c:
9486         * gst-libs/gst/rtp/gstrtpbuffer.h:
9487         * gst-libs/gst/tag/gsttageditingprivate.h:
9488         * gst-libs/gst/tag/gstvorbistag.c:
9489         (gst_tag_list_from_vorbiscomment_buffer):
9490         * gst-libs/gst/tag/tag.h:
9491         * gst-libs/gst/video/video.h:
9492         * gst/adder/gstadder.c:
9493         * gst/adder/gstadder.h:
9494         * gst/audioconvert/audioconvert.c:
9495         * gst/audioconvert/audioconvert.h:
9496         * gst/audioconvert/gstaudioconvert.c:
9497         * gst/audioconvert/gstchannelmix.c:
9498         * gst/audioconvert/gstchannelmix.h:
9499         * gst/audiorate/gstaudiorate.c:
9500         * gst/audioresample/buffer.h:
9501         * gst/audioresample/functable.h:
9502         * gst/audioresample/gstaudioresample.c:
9503         * gst/audioresample/resample.h:
9504         * gst/ffmpegcolorspace/avcodec.h:
9505         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9506         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9507         * gst/ffmpegcolorspace/imgconvert.c:
9508         * gst/ffmpegcolorspace/imgconvert_template.h:
9509         * gst/playback/gstdecodebin.c:
9510         * gst/playback/gstplaybasebin.h:
9511         * gst/playback/gstplaybin.c:
9512         * gst/playback/gststreaminfo.h:
9513         * gst/tcp/gstfdset.c:
9514         * gst/tcp/gstfdset.h:
9515         * gst/tcp/gstmultifdsink.c:
9516         * gst/tcp/gstmultifdsink.h:
9517         * gst/tcp/gsttcp.h:
9518         * gst/tcp/gsttcpclientsrc.c:
9519         * gst/tcp/gsttcpclientsrc.h:
9520         * gst/tcp/gsttcpplugin.h:
9521         * gst/tcp/gsttcpserversink.c:
9522         * gst/tcp/gsttcpserversrc.c:
9523         * gst/typefind/gsttypefindfunctions.c:
9524         * gst/videorate/gstvideorate.c:
9525         * gst/videotestsrc/gstvideotestsrc.h:
9526         * gst/videotestsrc/videotestsrc.h:
9527         * sys/v4l/gstv4lcolorbalance.h:
9528         * sys/v4l/gstv4ltuner.h:
9529         * sys/v4l/gstv4lxoverlay.h:
9530         * sys/v4l/v4l_calls.h:
9531         * sys/v4l/videodev_mjpeg.h:
9532         * tests/check/elements/audioconvert.c:
9533         * tests/check/elements/audioresample.c:
9534         * tests/check/elements/audiotestsrc.c:
9535         * tests/check/elements/videotestsrc.c:
9536         * tests/check/elements/volume.c:
9537         * tests/examples/seek/scrubby.c:
9538         * tests/examples/seek/seek.c:
9539           expand tabs
9540
9541 === release 0.10.0 ===
9542
9543 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9544
9545         * configure.ac:
9546           releasing 0.10.0, "Mont-d'or"
9547
9548 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9549
9550         * tests/examples/seek/Makefile.am:
9551         Build fix for when gtk is not available.
9552
9553 2005-12-05  Andy Wingo  <wingo@pobox.com>
9554
9555         * ext/libvisual/visual.c: (get_buffer):
9556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9557         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9558         * ext/theora/theoradec.c: (theora_handle_data_packet):
9559         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9560         (theora_enc_chain):
9561         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9562         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9563         Update for alloc_buffer changes.
9564
9565 2005-12-05  Andy Wingo  <wingo@pobox.com>
9566
9567         patch by: Kai Vehmanen <kv2004 eca cx>
9568         
9569         * gst-libs/gst/rtp/gstbasertpdepayload.c
9570         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9571
9572 2005-12-04  Andy Wingo  <wingo@pobox.com>
9573
9574         patch by: Sebastien Cote <sebas642 yahoo ca>
9575         
9576         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9577         Fixes #319172.
9578
9579 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9580
9581         * docs/plugins/Makefile.am:
9582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9583         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9584         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9585         * ext/pango/gstclockoverlay.c:
9586         * ext/pango/gsttextoverlay.c: 
9587         * ext/pango/gsttextrender.c:
9588         * ext/pango/gsttimeoverlay.c:
9589           Add gtk-doc blurbs to pango elements.
9590
9591 2005-12-02  Wim Taymans  <wim@fluendo.com>
9592
9593         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9594         * gst/audioresample/buffer.h:
9595         * gst/audioresample/gstaudioresample.c:
9596         * gst/audioresample/gstaudioresample.h:
9597         * gst/audioresample/resample.c: (resample_input_flush),
9598         (resample_input_pushthrough), (resample_input_eos),
9599         (resample_get_output_size_for_input),
9600         (resample_get_input_size_for_output), (resample_get_output_size),
9601         (resample_get_output_data):
9602         * gst/audioresample/resample.h:
9603         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9604         Fix audioresample, seek torture, new segments, reverse negotiation
9605         etc.. work fine.
9606
9607 2005-12-02  Wim Taymans  <wim@fluendo.com>
9608
9609         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9610         Small cleanups.
9611
9612 2005-12-02  Wim Taymans  <wim@fluendo.com>
9613
9614         * gst/audioconvert/gstaudioconvert.c:
9615         (gst_audio_convert_transform):
9616         Post errors.
9617
9618 === release 0.9.7 ===
9619
9620 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9621
9622         * configure.ac:
9623           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9624
9625 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9626
9627         * Makefile.am:
9628         * po/hu.po:
9629         * win32/MANIFEST:
9630         * win32/gst.sln:
9631           add win32 MANIFEST file
9632           do something to the hungarian translation
9633
9634 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9635
9636         * ext/Makefile.am:
9637           Add $(PANGO_DIR) to SUBDIRS
9638
9639         * ext/pango/gstclockoverlay.c:
9640         * ext/pango/gsttimeoverlay.c:
9641           Fix and improve element descriptions.
9642
9643 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9644
9645         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9646         * docs/plugins/inspect/plugin-libvisual.xml:
9647         * docs/plugins/inspect/plugin-pango.xml:
9648           add pango plugin to docs
9649
9650 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9651
9652         * configure.ac:
9653         * ext/Makefile.am:
9654           moved pango to base
9655
9656 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9657
9658         * configure.ac:
9659         * tests/Makefile.am:
9660         * tests/icles/.cvsignore:
9661         * tests/icles/Makefile.am:
9662         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9663         (close_display), (resize_window), (move_window), (create_window),
9664         (terminate_playback), (pause_playback), (start_playback), (main):
9665           add stress test for xoverlay from Julien
9666
9667 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9668
9669         * docs/libs/tmpl/gstcolorbalance.sgml:
9670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9671         * gst-libs/gst/rtp/gstbasertppayload.c:
9672         * gst-libs/gst/rtp/gstrtpbuffer.c:
9673         * gst-libs/gst/rtp/gstrtpbuffer.h:
9674           Do burger's rename for rtp payloaders and depayloaders
9675
9676 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9677
9678         * win32/:
9679           add Visual Studio 6 build files
9680
9681 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9682
9683         * docs/libs/gst-plugins-base-libs-docs.sgml:
9684         * docs/libs/gst-plugins-base-libs-sections.txt:
9685         * docs/libs/tmpl/gstaudio.sgml:
9686         * docs/libs/tmpl/gstringbuffer.sgml:
9687         * gst-libs/gst/interfaces/xoverlay.c:
9688         * gst-libs/gst/video/gstvideofilter.c:
9689         * gst-libs/gst/video/gstvideosink.c:
9690           update documentation
9691
9692 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9693
9694         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9695         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9696         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9697         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9698         (gst_multi_fd_sink_get_stats),
9699         (gst_multi_fd_sink_remove_client_link),
9700         (gst_multi_fd_sink_handle_client_read),
9701         (gst_multi_fd_sink_client_queue_data),
9702         (gst_multi_fd_sink_client_queue_caps),
9703         (gst_multi_fd_sink_client_queue_buffer),
9704         (gst_multi_fd_sink_new_client),
9705         (gst_multi_fd_sink_handle_client_write),
9706         (gst_multi_fd_sink_recover_client),
9707         (gst_multi_fd_sink_queue_buffer),
9708         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9709         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9710         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9711         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9712         * gst/tcp/gstmultifdsink.h:
9713         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9714         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9715         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9716         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9717         (gst_tcp_client_sink_set_property),
9718         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9719         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9720         * gst/tcp/gsttcpclientsink.h:
9721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9722         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9723         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9724         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9725         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9726         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9727         * gst/tcp/gsttcpclientsrc.h:
9728         * gst/tcp/gsttcpplugin.c: (plugin_init):
9729         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9730         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9731         (gst_tcp_server_sink_finalize),
9732         (gst_tcp_server_sink_handle_server_read),
9733         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9734         (gst_tcp_server_sink_set_property),
9735         (gst_tcp_server_sink_get_property),
9736         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9737         * gst/tcp/gsttcpserversink.h:
9738         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9739         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9740         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9741         (gst_tcp_server_src_set_property),
9742         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9743         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9744         * gst/tcp/gsttcpserversrc.h:
9745           more borgifying
9746
9747 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * docs/plugins/Makefile.am:
9750         * docs/plugins/gst-plugins-base-plugins.args:
9751         * docs/plugins/inspect/plugin-libvisual.xml:
9752         * gst/audioconvert/plugin.h:
9753         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9754         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9755         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9756         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9757         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9758         (plugin_init):
9759         * gst/audiotestsrc/gstaudiotestsrc.c:
9760         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9761         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9762         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9763         (gst_audio_test_src_get_query_types),
9764         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9765         (gst_audio_test_src_create_square),
9766         (gst_audio_test_src_create_saw),
9767         (gst_audio_test_src_create_triangle),
9768         (gst_audio_test_src_create_silence),
9769         (gst_audio_test_src_create_white_noise),
9770         (gst_audio_test_src_init_pink_noise),
9771         (gst_audio_test_src_generate_pink_noise_value),
9772         (gst_audio_test_src_create_pink_noise),
9773         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9774         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9775         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9776         (plugin_init):
9777         * gst/audiotestsrc/gstaudiotestsrc.h:
9778         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9779         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9780         (gst_sub_parse_init), (gst_sub_parse_formats),
9781         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9782         (convert_encoding), (get_next_line),
9783         (gst_sub_parse_data_format_autodetect),
9784         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9785         (gst_sub_parse_loop), (gst_sub_parse_chain),
9786         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9787         (plugin_init):
9788         * gst/subparse/gstsubparse.h:
9789         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9790         (gst_video_rate_base_init), (gst_video_rate_class_init),
9791         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9792         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9793         (gst_video_rate_init), (gst_video_rate_event),
9794         (gst_video_rate_chain), (gst_video_rate_set_property),
9795         (gst_video_rate_get_property), (gst_video_rate_change_state),
9796         (plugin_init):
9797         * gst/videoscale/gstvideoscale.c:
9798         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9799         (gst_video_scale_src_template_factory),
9800         (gst_video_scale_sink_template_factory),
9801         (gst_video_scale_get_type), (gst_video_scale_base_init),
9802         (gst_video_scale_class_init), (gst_video_scale_init),
9803         (gst_video_scale_set_property), (gst_video_scale_get_property),
9804         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9805         (gst_video_scale_prepare_size), (parse_caps),
9806         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9807         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9808         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9809         (plugin_init):
9810         * gst/videoscale/gstvideoscale.h:
9811         * gst/videotestsrc/gstvideotestsrc.c:
9812         (gst_video_test_src_pattern_get_type),
9813         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9814         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9815         (gst_video_test_src_set_pattern),
9816         (gst_video_test_src_set_property),
9817         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9818         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9819         (gst_video_test_src_event), (gst_video_test_src_get_times),
9820         (gst_video_test_src_create), (plugin_init):
9821         * gst/videotestsrc/gstvideotestsrc.h:
9822         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9823         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9824         (gst_video_test_src_black):
9825         * gst/videotestsrc/videotestsrc.h:
9826           borgify further
9827           clean up docs a little
9828
9829 2005-11-30  Wim Taymans  <wim@fluendo.com>
9830
9831         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9832         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9833         (gst_basertppayload_event), (gst_basertppayload_push),
9834         (gst_basertppayload_change_state):
9835         * gst-libs/gst/rtp/gstbasertppayload.h:
9836         closed #320644.
9837
9838 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9839
9840         * docs/libs/gst-plugins-base-libs-docs.sgml:
9841         * docs/libs/gst-plugins-base-libs-sections.txt:
9842         * gst-libs/gst/video/gstvideofilter.c:
9843         * gst-libs/gst/video/gstvideosink.c:
9844         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9845
9846 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9847
9848         * LICENSE:
9849           move
9850         * po/af.po:
9851         * po/az.po:
9852         * po/cs.po:
9853         * po/en_GB.po:
9854         * po/hu.po:
9855         * po/it.po:
9856         * po/nb.po:
9857         * po/nl.po:
9858         * po/or.po:
9859         * po/sq.po:
9860         * po/sr.po:
9861         * po/sv.po:
9862         * po/uk.po:
9863         * po/vi.po:
9864         * Makefile.am:
9865           update
9866         * scripts/autoplugins.sh:
9867           remove
9868
9869 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9870
9871         * Makefile.am:
9872         * configure.ac:
9873         * examples/Makefile.am:
9874         * examples/capsfilter/Makefile.am:
9875         * examples/capsfilter/capsfilter1.c:
9876         * examples/gob/Makefile.am:
9877         * examples/gob/gst-identity2.gob:
9878         * examples/indexing/.cvsignore:
9879         * examples/indexing/Makefile.am:
9880         * examples/indexing/indexmpeg.c:
9881         * examples/seeking/.cvsignore:
9882         * examples/seeking/Makefile.am:
9883         * examples/seeking/cdparanoia.c:
9884         * examples/seeking/cdplayer.c:
9885         * examples/seeking/chained.c:
9886         * examples/seeking/scrubby.c:
9887         * examples/seeking/seek.c:
9888         * examples/stats/Makefile.am:
9889         * examples/stats/mp2ogg.c:
9890         * examples/switch/.cvsignore:
9891         * examples/switch/Makefile.am:
9892         * examples/switch/switcher.c:
9893         * tests/Makefile.am:
9894         * tests/check/generic/.cvsignore:
9895         * tests/check/pipelines/.cvsignore:
9896         * tests/examples/Makefile.am:
9897         * tests/examples/seek/Makefile.am:
9898           reorganize stuff under tests/
9899
9900 2005-11-30  Edward Hervey  <edward@fluendo.com>
9901
9902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9903         Go away you stupid GstStaticPadTemplate memleak.
9904
9905 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9906
9907         * gst-libs/gst/net/Makefile.am:
9908         * gst-libs/gst/net/README:
9909         * gst-libs/gst/net/gstnetbuffer.c:
9910         * gst-libs/gst/net/gstnetbuffer.h:
9911           this was moved to "netbuffer"
9912
9913 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9914
9915         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9916         (gst_video_filter_class_init), (gst_video_filter_init):
9917         * gst-libs/gst/video/gstvideofilter.h:
9918           borgify name to bring in line with other classes
9919
9920 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9921
9922         * gst/audioscale/.cvsignore:
9923         * gst/audioscale/Makefile.am:
9924         * gst/audioscale/README:
9925         * gst/audioscale/audioscale.vcproj:
9926         * gst/audioscale/dtof.c:
9927         * gst/audioscale/dtos.c:
9928         * gst/audioscale/functable.c:
9929         * gst/audioscale/gstaudioscale.c:
9930         * gst/audioscale/gstaudioscale.h:
9931         * gst/audioscale/private.h:
9932         * gst/audioscale/resample.c:
9933         * gst/audioscale/resample.h:
9934         * gst/audioscale/test.c:
9935           remove
9936
9937 2005-11-30  Edward Hervey  <edward@fluendo.com>
9938
9939         * gst-libs/gst/netbuffer/Makefile.am:
9940         really, really tired
9941
9942 2005-11-30  Edward Hervey  <edward@fluendo.com>
9943
9944         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9945         Update for new GstTypeFindFactory _register()
9946
9947 2005-11-30  Edward Hervey  <edward@fluendo.com>
9948
9949         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9950         Let's not override libgstnet from core for no reason...
9951         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9952         Ok, maybe not so quick next time.
9953
9954 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9955
9956         * configure.ac:
9957         * gst-libs/gst/Makefile.am:
9958           moved gst-libs/gst/net to netbuffer through CVS surgery
9959           remove old directory
9960           updating build to accomodate
9961           (#322257)
9962
9963 2005-11-29  Andy Wingo  <wingo@pobox.com>
9964
9965         * pkgconfig/gstreamer-plugins-base.pc.in:
9966         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9967         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9968         (#322257).
9969
9970 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9971
9972         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9973         3rd time's the charm. Correct ref-counting for discarded buffers.
9974
9975 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9976
9977         * gst/playback/gststreamselector.c:
9978         (gst_stream_selector_class_init),
9979         (gst_stream_selector_set_property),
9980         (gst_stream_selector_get_property),
9981         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9982         Fix ref-counting
9983
9984 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9985
9986         * gst/subparse/gstsubparse.c: (feed_textbuf):
9987           Don't access already unref'ed buffer.
9988
9989 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9990
9991         * gst/playback/gststreamselector.c:
9992         (gst_stream_selector_class_init), (gst_stream_selector_init),
9993         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9994         (gst_stream_selector_get_property),
9995         (gst_stream_selector_get_linked_pad),
9996         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9997         * gst/playback/gststreamselector.h:
9998         Add the active-pad property for playbin to use shortly. Ignore buffers
9999         from any other pad, returning GST_FLOW_NOT_LINKED
10000
10001 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10002
10003         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10004         patch from bug #322704 (Alessandro Decina).
10005
10006 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10007
10008         * gst-libs/gst/audio/Makefile.am:
10009           folded audiofilter into the audio library
10010
10011 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10012
10013         * gst/videoscale/gstvideoscale.h:
10014         * gst/videoscale/gstvideoscale.c:
10015           remove unimplemented scale methods
10016
10017 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10020           Don't leak caps.
10021
10022 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10023
10024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10025         (gst_ximagesink_setcaps):
10026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10027         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10028         happens (only visible on ximagesink but bug is in xv too) set_caps was
10029         destroying the internal x[v]image used to memcpy non locally alloced
10030         buffers so that it got renewed on next _chain. The issue is that 
10031         _expose will try to put that image as it reffed it in _put.
10032         Using gst_buffer_unref instead of destroy fixes it !
10033
10034 2005-11-28  Edward Hervey  <edward@fluendo.com>
10035
10036         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10037         (try_to_link_1), (queue_filled_cb):
10038         Better use of the queues. Start with a small size queue and only increase
10039         the size of the queues when the other queues are empty.
10040
10041 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10042
10043         * gst-libs/gst/video/Makefile.am:
10044           compile in copied-over videofilter into the video library
10045         * gst-libs/gst/video/videosink.h:
10046           rename the header to gstvideosink.h since it's a base GstObject class
10047         * sys/ximage/ximagesink.h:
10048         * sys/xvimage/xvimagesink.h:
10049           use the new header
10050
10051 2005-11-28  Wim Taymans  <wim@fluendo.com>
10052
10053         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10054         * gst/playback/gstplaybasebin.h:
10055         Prepare to handle errors betters.
10056
10057         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10058         Set sinks to PAUSED first before adding and linking them so that
10059         we don't interrupt dataflow.
10060
10061 2005-11-28  Wim Taymans  <wim@fluendo.com>
10062
10063         * gst-libs/gst/audio/TODO:
10064         Updated TODO
10065
10066         * gst-libs/gst/audio/gstaudiosink.c:
10067         (gst_audioringbuffer_open_device),
10068         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10069         (gst_audioringbuffer_release):
10070         Small cleanups.
10071
10072         * gst-libs/gst/audio/gstbaseaudiosink.c:
10073         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10074         (gst_base_audio_sink_change_state):
10075         Slave to the master clock when going to PLAYING and unslave when
10076         going to PAUSED.
10077
10078         * gst-libs/gst/audio/gstringbuffer.c:
10079         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10080         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10081         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10082         (gst_ring_buffer_clear_all), (wait_segment),
10083         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10084         (gst_ring_buffer_advance):
10085         * gst-libs/gst/audio/gstringbuffer.h:
10086         Add some docs and cleanups.
10087
10088 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10089
10090         * sys/xvimage/xvimagesink.c:
10091         (gst_xvimagesink_navigation_send_event): Fix navigation events
10092         coordinates translation with pixel aspect ratios.
10093
10094 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10095
10096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10097         Use calculated video geometry from _setcaps instead of buffer
10098         caps to respect pixel aspect ratio. (fixes #322388)
10099
10100 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10101
10102         * docs/libs/tmpl/gstcolorbalance.sgml:
10103         * docs/libs/tmpl/gstmixer.sgml:
10104         * docs/libs/tmpl/gstxoverlay.sgml:
10105         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10106         interface.
10107
10108 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10109
10110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10111         Refuse to create an XvImage if we can't find the format.
10112
10113 2005-11-28  Edward Hervey  <edward@fluendo.com>
10114
10115         * gst-libs/gst/riff/riff-media.c:
10116         (gst_riff_create_audio_template_caps):
10117         Add ATRAC3 to the list of riff-possible audio caps.
10118         I know we still don't have a plugin for atrac3, but it's saner to output
10119         that than a cryptic mimetype.
10120
10121 2005-11-27  Edward Hervey  <edward@fluendo.com>
10122
10123         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10124         Don't try to create a zero-sized subbuffer.
10125
10126 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10127
10128         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10129         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10130         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10131         (gst_ximagesink_expose): Fixed a tricky race.
10132         * sys/ximage/ximagesink.h:
10133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10134         (gst_xvimagesink_expose): Fixed a tricky race.
10135         * sys/xvimage/xvimagesink.h:
10136
10137 2005-11-27  Edward Hervey  <edward@fluendo.com>
10138
10139         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10140         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10141         Remove unused properties, and add queues between demuxers and decoders
10142         so that a lot more files can preroll properly.
10143
10144 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10145
10146         * gst-libs/gst/net/Makefile.am:
10147         * gst-libs/gst/rtp/Makefile.am:
10148         * gst-libs/gst/tag/Makefile.am:
10149           remove silly include
10150         * gst/tags/Makefile.am:
10151         * gst/tags/gsttagediting.c:
10152         * gst/tags/gsttageditingprivate.h:
10153         * gst/tags/tagedit.vcproj:
10154           remove directory, is as good as empty
10155
10156 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10157
10158         * configure.ac:
10159           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10160         * gst-libs/Makefile.am:
10161         * gst-libs/gst/audio/Makefile.am:
10162         * gst-libs/gst/interfaces/Makefile.am:
10163         * gst-libs/gst/net/Makefile.am:
10164         * gst-libs/gst/riff/Makefile.am:
10165         * gst-libs/gst/rtp/Makefile.am:
10166         * gst-libs/gst/tag/Makefile.am:
10167         * gst-libs/gst/video/Makefile.am:
10168           and use them
10169
10170 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10171
10172         * docs/libs/tmpl/gstcolorbalance.sgml:
10173         * docs/libs/tmpl/gstmixer.sgml:
10174         * docs/libs/tmpl/gstxoverlay.sgml:
10175         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10176         * sys/ximage/ximagesink.h:
10177         * sys/xvimage/xvimagesink.h: More and more documentation.
10178
10179 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10180
10181         * docs/libs/gst-plugins-base-libs-docs.sgml:
10182         * docs/libs/gst-plugins-base-libs-sections.txt:
10183         * docs/libs/tmpl/gstcolorbalance.sgml:
10184         * docs/libs/tmpl/gstmixer.sgml:
10185         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10186         to documentation.
10187
10188 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10189
10190         * docs/plugins/Makefile.am:
10191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10193         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10194
10195 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10196
10197         * docs/plugins/Makefile.am:
10198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10200         * docs/plugins/inspect/plugin-adder.xml:
10201         * docs/plugins/inspect/plugin-alsa.xml:
10202         * docs/plugins/inspect/plugin-audioconvert.xml:
10203         * docs/plugins/inspect/plugin-audiorate.xml:
10204         * docs/plugins/inspect/plugin-audioresample.xml:
10205         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10206         * docs/plugins/inspect/plugin-decodebin.xml:
10207         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10208         * docs/plugins/inspect/plugin-gnomevfs.xml:
10209         * docs/plugins/inspect/plugin-ogg.xml:
10210         * docs/plugins/inspect/plugin-playbin.xml:
10211         * docs/plugins/inspect/plugin-subparse.xml:
10212         * docs/plugins/inspect/plugin-tcp.xml:
10213         * docs/plugins/inspect/plugin-theora.xml:
10214         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10215         * docs/plugins/inspect/plugin-video4linux.xml:
10216         * docs/plugins/inspect/plugin-videorate.xml:
10217         * docs/plugins/inspect/plugin-videoscale.xml:
10218         * docs/plugins/inspect/plugin-videotestsrc.xml:
10219         * docs/plugins/inspect/plugin-volume.xml:
10220         * docs/plugins/inspect/plugin-vorbis.xml:
10221         * docs/plugins/inspect/plugin-ximagesink.xml:
10222         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10223         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10224
10225 2005-11-26  Edward Hervey  <edward@fluendo.com>
10226
10227         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10228         Properly return GstFlowReturn from gst_pad_push in chain functions.
10229
10230 2005-11-25  Michael Smith  <msmith@fluendo.com>
10231
10232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10233         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10234         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10235         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10236           Handle various conditions better when we don't understand a stream.
10237           Removes a heap of CRITICALs on ogg streams containing unknown data.
10238
10239 2005-11-24  Andy Wingo  <wingo@pobox.com>
10240
10241         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10242         Be threadsafe.
10243
10244 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10245
10246         * configure.ac: back to HEAD
10247
10248 === release 0.9.6 ===
10249
10250 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10251
10252         * configure.ac:
10253           releasing 0.9.6, "White Eight"
10254
10255 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10256
10257         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10258         * docs/plugins/inspect/plugin-sine.xml:
10259           remove sinesrc some more
10260
10261 2005-11-23  Wim Taymans  <wim@fluendo.com>
10262
10263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10264         If we are reading too slowly, jump forward in the ringbuffer
10265         instead of blocking.
10266
10267 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10268
10269         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10270         (gst_visual_chain):
10271         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10272         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10273         (gst_videorate_chain):
10274         * gst/videotestsrc/gstvideotestsrc.c:
10275         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10277         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10278         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10279         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10280         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10281           Updates for API changes
10282
10283 2005-11-23  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst-libs/gst/audio/gstbaseaudiosink.c:
10286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10287         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10288         Fix for calibration API change.
10289
10290 2005-11-23  Michael Smith <msmith@fluendo.com>
10291
10292         * gst-libs/gst/audio/multichannel.c:
10293         (gst_audio_get_channel_positions),
10294         (gst_audio_set_channel_positions),
10295         (gst_audio_set_structure_channel_positions_list),
10296         (gst_audio_fixate_channel_positions):
10297           Use gst_value_array_*() functions on value arrays, not
10298           gst_value_list_*().
10299
10300 2005-11-23  Edward Hervey  <edward@fluendo.com>
10301
10302         * autogen.sh:
10303         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10304         Fixes autogen
10305
10306 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10307
10308         * check/Makefile.am:
10309         * check/elements/videotestsrc.c: (setup_videotestsrc),
10310         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10311         (main):
10312           add a test for videotestsrc
10313
10314 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10315
10316         * gst/sine/.cvsignore:
10317         * gst/sine/Makefile.am:
10318         * gst/sine/gstsinesrc.c:
10319         * gst/sine/gstsinesrc.h:
10320         * gst/sine/sinesrc.vcproj:
10321           and remove sinesrc from the repository.  Closes #321446
10322
10323 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10324
10325         * configure.ac:
10326         * gst-plugins-base.spec.in:
10327           remove sinesrc from the build
10328
10329 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10330
10331         * check/Makefile.am:
10332         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10333         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10334         (main):
10335           add a test for audiotestsrc, testing all waves.  Even seems
10336           leak-free at first glance, nice job Stefan
10337
10338 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10339
10340         * po/af.po:
10341         * po/az.po:
10342         * po/cs.po:
10343         * po/en_GB.po:
10344         * po/hu.po:
10345         * po/it.po:
10346         * po/nb.po:
10347         * po/nl.po:
10348         * po/or.po:
10349         * po/sq.po:
10350         * po/sr.po:
10351         * po/sv.po:
10352         * po/uk.po:
10353         * po/vi.po:
10354           Translation string updates
10355
10356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10357         (gst_v4lsrc_set_caps):
10358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10359         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10360         * sys/v4l/v4lsrc_calls.h:
10361           Improve v4lsrc, by making it work again.
10362
10363 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10364
10365         * ext/libvisual/visual.c: (gst_visual_chain):
10366           Fix the fps calculations.
10367
10368         * gst/ffmpegcolorspace/avcodec.h:
10369           Move structure element for clarity
10370
10371         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10372         * gst-libs/gst/interfaces/tunernorm.h:
10373         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10374         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10376         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10377         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10378         (gst_v4lmjpegsrc_getcaps):
10379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10380         (gst_v4lsrc_set_caps):
10381         * sys/v4l/gstv4lsrc.h:
10382         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10383         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10384         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10385         * sys/v4l/v4lsrc_calls.h:
10386           Fractional framerates...
10387
10388 2005-11-22  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst-libs/gst/audio/gstbaseaudiosink.c:
10391         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10392         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10393         And we provide a clock by default, of course...
10394
10395 2005-11-22  Wim Taymans  <wim@fluendo.com>
10396
10397         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10398         This clock can be slaved to a master clock now.
10399
10400         * gst-libs/gst/audio/gstbaseaudiosink.c:
10401         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10402         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10403         (gst_base_audio_sink_set_clock),
10404         (gst_base_audio_sink_set_property),
10405         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10406         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10407         * gst-libs/gst/audio/gstbaseaudiosink.h:
10408         Handle slaving the internal clock to the clock selected in the
10409         pipeline.
10410         Add property to make the basesink not provide a clock.
10411
10412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10413         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10414         (gst_base_rtp_depayload_wait):
10415         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10416         We can use the clock in GstElement, no need to store it ourselves.
10417
10418 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10419
10420         * docs/libs/tmpl/gstaudio.sgml:
10421           update
10422         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10423         (gst_paranoia_endian_get_type):
10424         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10426         * gst/audiotestsrc/gstaudiotestsrc.c:
10427         (gst_audiostestsrc_wave_get_type):
10428         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10429         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10430         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10431         (gst_sync_method_get_type), (gst_unit_type_get_type),
10432         (gst_client_status_get_type), (gst_multifdsink_class_init),
10433         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10434         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10435         (gst_multifdsink_get_property):
10436         * gst/tcp/gstmultifdsink.h:
10437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10438         * gst/videotestsrc/gstvideotestsrc.c:
10439         (gst_videotestsrc_pattern_get_type):
10440           remove deprecated properties
10441           fix up enums to correctly have short lowercase dashed nicks
10442
10443 2005-11-22  Michael Smith <msmith@fluendo.com>
10444
10445         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10446         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10447           Add underscore.
10448
10449 2005-11-22  Michael Smith <msmith@fluendo.com>
10450
10451         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10452         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10453           Use utility method for scaling clocktime for fractional framerates.
10454
10455 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10456
10457         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10458         (gst_visual_chain):
10459         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10460         * ext/theora/theoradec.c: (theora_handle_type_packet):
10461         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10462         (theora_enc_chain):
10463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10464         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10465         * gst-libs/gst/video/video.h:
10466         * gst/ffmpegcolorspace/avcodec.h:
10467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10468         (gst_ffmpeg_caps_to_pixfmt):
10469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10470         (gst_ffmpegcsp_set_caps):
10471         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10472         (gst_videorate_setcaps), (gst_videorate_blank_data),
10473         (gst_videorate_chain):
10474         * gst/videotestsrc/gstvideotestsrc.c:
10475         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10476         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10477         (gst_videotestsrc_event), (gst_videotestsrc_create):
10478         * gst/videotestsrc/gstvideotestsrc.h:
10479         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10480         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10481         (gst_ximagesink_get_times), (gst_ximagesink_init):
10482         * sys/ximage/ximagesink.h:
10483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10484         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10485         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10486         * sys/xvimage/xvimagesink.h:
10487           Convert elements to use fractions for their framerate.
10488           V4L elements to come later tonight.
10489
10490 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10491
10492         * gst-libs/gst/audio/audio.c:
10493         * gst-libs/gst/audio/audio.h:
10494           remove some deprecated functions
10495
10496 2005-11-22  Andy Wingo  <wingo@pobox.com>
10497
10498         * Update for gst_tag_setter API changes.
10499
10500 2005-11-22  Andy Wingo  <wingo@pobox.com>
10501
10502         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10503         (gst_ogg_demux_perform_seek):
10504         * ext/theora/theoradec.c (theora_dec_sink_event):
10505         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10506         update-funcnames.
10507
10508 2005-11-22  Wim Taymans  <wim@fluendo.com>
10509
10510         * examples/seeking/seek.c: (main):
10511         Give higher priority to bus signals than the gtk events
10512         to fix a race condition in the segment looping.
10513
10514 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         * ext/theora/Makefile.am:
10517         * ext/vorbis/Makefile.am:
10518         * gst-libs/gst/tag/Makefile.am:
10519         * gst-plugins-base.spec.in:
10520           Rename libgsttagedit to libgsttag (#322117).
10521
10522 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10523
10524         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10526           Call gst_x_overlay_prepare_xwindow_id() to give applications
10527           a final chance to set their own xwindow id before the video
10528           sink creates its own window.
10529
10530 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10531
10532         * sys/xvimage/xvimagesink.c:
10533         (gst_xvimagesink_navigation_send_event): Handle navigation
10534         events correcly with borders if applicable.
10535
10536 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         Patch by: Luca Ognibene
10539
10540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10541         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10543         (gst_ffmpegcsp_caps_remove_format_info):
10544         * gst/ffmpegcolorspace/imgconvert.c:
10545         * gst/ffmpegcolorspace/imgconvert_template.h:
10546           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10547           #318353); use gst_structure_has_name().
10548
10549 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10550
10551         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10552         (gst_ximagesink_class_init): Add debug macros on functions.
10553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10554         (gst_xvimagesink_xwindow_draw_borders),
10555         (gst_xvimagesink_xvimage_put),
10556         (gst_xvimagesink_xwindow_update_geometry),
10557         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10558         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10559         (gst_xvimagesink_xcontext_clear),
10560         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10561         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10562         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10563         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10564         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10565         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10566         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10567         expose while being PAUSED, out of data flow navigation events, etc..
10568
10569 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10570
10571         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10572         * gst-libs/gst/audio/audio.h:
10573           fix prototype - wondering why the test worked regardless
10574
10575 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10576
10577         * check/Makefile.am:
10578         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10579         * gst-libs/gst/audio/audio.h:
10580           add a method that returns a proper GstClockTime
10581
10582 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10585         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10586         * gst-libs/gst/interfaces/xoverlay.h:
10587           Remove everything having to do with the desired size; add 
10588           gst_x_overlay_prepare_xwindow_id() function; remove the
10589           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10590           post a message on the bus instead (#321816).
10591
10592         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10594         (gst_xvimagesink_xoverlay_init):
10595           Remove desired size stuff (#321816).
10596
10597 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10598
10599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10600         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10601         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10602           Terminate vararg functions with NULL instead of 0 to 
10603           make gcc4 happy.
10604
10605 2005-11-21  Andy Wingo  <wingo@pobox.com>
10606
10607         patch by: Sebastien Cote <sebas642@yahoo.ca>
10608         
10609         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10610         * gst-libs/gst/rtp/gstrtpbuffer.c
10611         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10612
10613 2005-11-21  Andy Wingo  <wingo@pobox.com>
10614
10615         * gst/playback/gstplaybin.c (gen_audio_element) 
10616         (gen_video_element): Use the new MISSING_PLUGIN core error
10617         category. Closes #320060.
10618
10619         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10620         * gst/videorate/gstvideorate.c (gst_videorate_event):
10621         * ext/theora/theoradec.c (theora_dec_sink_event): 
10622         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10623         stream lock.
10624
10625         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10626         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10627         stream lock changes.
10628
10629 2005-11-21  Wim Taymans  <wim@fluendo.com>
10630
10631         * gst-libs/gst/audio/gstbaseaudiosink.c:
10632         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10633         (gst_base_audio_sink_provide_clock),
10634         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10635         (gst_base_audio_sink_change_state):
10636         * gst/audioresample/gstaudioresample.c:
10637         Segment update fix.
10638
10639 2005-11-21  Andy Wingo  <wingo@pobox.com>
10640
10641         * *.h:
10642         * *.c: Ran scripts/update-macros. Oh yes.
10643
10644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * sys/ximage/Makefile.am:
10647         * sys/ximage/ximage.c:
10648           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10649           remove your old libgstximage.* manually if necessary).
10650
10651 2005-11-21  Michael Smith <msmith@fluendo.com>
10652
10653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10654           Minimal fix for bug #320200: set the min/max bitrate in the correct
10655           units. A better fix would be to upgrade to the RATEMANAGE2
10656           interface, rather than using the deprecated interface used here, but
10657           that would require an update in our libvorbis dependency (to 1.1),
10658           which is probably undesirable.
10659
10660 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10661
10662         * ext/libvisual/visual.c: (get_buffer):
10663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10664         (gst_base_audio_src_fixate):
10665         * gst/audioconvert/gstaudioconvert.c:
10666         (gst_audio_convert_fixate_caps):
10667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10668         * gst/audiotestsrc/gstaudiotestsrc.c:
10669         (gst_audiotestsrc_src_fixate):
10670         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10671         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10673         * gst/videotestsrc/gstvideotestsrc.c:
10674         (gst_videotestsrc_src_fixate):
10675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10677           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10678           (#322027)
10679
10680
10681 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10684         (gst_riff_create_iavs_caps):
10685         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10686         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10687         (gst_riff_parse_info):
10688         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10691           Fixes for GST_FOURCC_FORMAT API change.
10692
10693 2005-11-21  Andy Wingo  <wingo@pobox.com>
10694
10695         patch by: Alessandro Dessina <alessandro nnva org>
10696
10697         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10698         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10699         (gst_ogg_parse_chain):
10700         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10701         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10702         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10703         gst_value_list calls on arrays. Fixes #321962.
10704
10705 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10708         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10709         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10710         * gst/adder/gstadder.c: (gst_adder_init),
10711         (gst_adder_request_new_pad), (gst_adder_collected),
10712         (gst_adder_change_state):
10713           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10714           API change.
10715
10716 2005-11-21  Michael Smith <msmith@fluendo.com>
10717
10718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10719         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10720           Properly handle pad_push return values.
10721
10722 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * gst-libs/gst/tag/Makefile.am:
10725         * gst-libs/gst/tag/gstvorbistag.c:
10726         (gst_tag_list_to_vorbiscomment_buffer):
10727           Remove obsolete vorbistag element and debug category.
10728
10729         * gst/playback/gstplaybasebin.c: (check_queue):
10730           Don't divide by 0 when queue-threshold is 0.
10731
10732         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10733           Don't modify an existing pixel-aspect-ratio if we fail to read
10734           a new one.
10735
10736 2005-11-20  Wim Taymans  <wim@fluendo.com>
10737
10738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10739         (gst_vorbisenc_push_packet):
10740         GST_PAD_IS_USABLE is gone, use the return value of
10741         the push or pad_alloc_buffer instead.
10742
10743 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10744
10745         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10746         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10747         (gst_ximagesink_ximage_destroy),
10748         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10749         (gst_ximagesink_xwindow_new),
10750         (gst_ximagesink_xwindow_update_geometry),
10751         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10752         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10753         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10754         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10755         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10756         (gst_ximagesink_navigation_send_event),
10757         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10758         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10759         (gst_ximagesink_finalize), (gst_ximagesink_init),
10760         (gst_ximagesink_class_init):
10761         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10762         This new version brings correct software scaling, non flickering
10763         window while resizing, pixel aspect ratio handling, usage of
10764         hardware buffer pools, out of data flow event thread for 
10765         navigation and handling of expose events even when being PAUSED,
10766         a new property to keep video aspect ratio when resizing, etc...
10767
10768 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10769
10770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10771         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10772         handling of PAR.
10773
10774 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10775
10776         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10777         Unsetting IS_SINK flag from the fakesink, so decodebin
10778         never behaves as a sink.
10779
10780 2005-11-17  Wim Taymans  <wim@fluendo.com>
10781
10782         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10783         (gst_base_audio_src_change_state):
10784         Fix the audiosrc base class again, we did not unflush.
10785
10786 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10787
10788         * examples/seeking/seek.c: (make_dv_pipeline),
10789         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10790         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10791         to ogg/vorbis/theora pipeline.
10792
10793 2005-11-17  Wim Taymans  <wim@fluendo.com>
10794
10795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10796         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10797         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10798         Fix EOS on multiple streams.
10799         More debugging.
10800
10801 2005-11-16  Wim Taymans  <wim@fluendo.com>
10802
10803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10804         (gst_ogg_demux_perform_seek):
10805         Segment done must include stream time.
10806
10807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10808         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10809         (gst_ogg_mux_change_state):
10810         Fix ogg muxer again.
10811
10812 2005-11-16  Wim Taymans  <wim@fluendo.com>
10813
10814         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10815         Fix compile again.
10816
10817 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10818
10819         * ext/libvisual/visual.c: (gst_visual_init):
10820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10821         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10822         (gst_ogg_parse_chain):
10823         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10824         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10825         * ext/theora/theoradec.c: (gst_theora_dec_init):
10826         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10827         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10828         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10829         * gst/adder/gstadder.c: (gst_adder_class_init),
10830         (gst_adder_dispose):
10831         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10832         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10833         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10834           Fix a whole set of pad template leaks
10835
10836 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10837
10838         * check/generic/states.c: (GST_START_TEST):
10839           fix the test so that it only checks for elements that are part of
10840           this source module
10841
10842 2005-11-16  Michael Smith <msmith@fluendo.com>
10843
10844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10845         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10846         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10847         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10848         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10849         (gst_ogg_mux_change_state):
10850           Fix leaking collectpads.
10851
10852 2005-11-16  Edward Hervey  <edward@fluendo.com>
10853
10854         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10855         (gst_videorate_event), (gst_videorate_chain):
10856         Handle segment seeks
10857
10858 2005-11-16  Wim Taymans  <wim@fluendo.com>
10859
10860         * gst-libs/gst/audio/gstbaseaudiosink.c:
10861         (gst_base_audio_sink_provide_clock),
10862         (gst_base_audio_sink_change_state):
10863         Set ringbuffer to non-flushing when going to PAUSED, set to
10864         flushing again when going to READY.
10865
10866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10867         (gst_ring_buffer_stop):
10868         Start in flushing mode by default.
10869         Don't set flushing in the _stop method, let the app call
10870         this explicitly.
10871
10872 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10873
10874         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10875         * gst-libs/gst/video/videosink.h: Add helper function needed
10876         for video sinks.
10877
10878 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * gst/videoscale/gstvideoscale.c:
10881         (gst_videoscale_handle_src_event):
10882           Don't leak reference to pad parent.
10883
10884 2005-11-16  Wim Taymans  <wim@fluendo.com>
10885
10886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10887         Set ringbuffer to flushing when stopping so that we don't
10888         block on wait_segment anymore and livelock.
10889
10890 2005-11-16  Wim Taymans  <wim@fluendo.com>
10891
10892         * examples/seeking/seek.c: (send_event), (do_seek),
10893         (loop_toggle_cb), (segment_done), (main):
10894         Added looping checkbox.
10895
10896 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10897
10898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10899         (gst_ogg_demux_init):
10900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10901         (gst_vorbis_dec_init):
10902           revert unrefs, they don't pass make check
10903
10904 2005-11-15  Johan Dahlin  <johan@gnome.org>
10905
10906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10907         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10909         (gst_vorbis_dec_init):
10910         Fix pad template leaks. 
10911
10912 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10915           Make state change function thread safe.
10916
10917 2005-11-15  Edward Hervey  <edward@fluendo.com>
10918
10919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10920         (gst_ogg_demux_class_init):
10921         Implement GstElement::send_event, so we can send seek events
10922         in GST_STATE_READY
10923
10924 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10925
10926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10927         Discovered how to take away flickering while resizing the
10928         window. Please don't put that in ximagesink, refactoring in
10929         progress.
10930
10931 2005-11-14  Michael Smith <msmith@fluendo.com>
10932
10933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10934         (gst_multifdsink_render):
10935           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10936
10937 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * gst/playback/gstplaybin.c: (gen_audio_element):
10940           Use autoaudiosink, it tends to be more widely available than
10941           autoaudiiosink.
10942           
10943 2005-11-14  Andy Wingo  <wingo@pobox.com>
10944
10945         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10946         as well if it is available. Fixes #316442.
10947
10948 2005-11-14  Michael Smith <msmith@fluendo.com>
10949
10950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10951         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10952         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10953         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10954         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10955         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10957         (gst_vorbisenc_change_state):
10958           Fix a small memory leak in vorbisenc.
10959           Fix large memory leaks in oggmux, also fix lots of state change
10960           bugs in oggmux.
10961
10962 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10963
10964         * gst/videotestsrc/gstvideotestsrc.c:
10965         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10966         (gst_videotestsrc_src_fixate):
10967           move fixation to a fixate function
10968           remove negotiate function, basesrc's is good enough
10969           fixes a bug for check when using the element alone
10970
10971 2005-11-13  Edward Hervey  <edward@fluendo.com>
10972
10973         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10974         (key_toggle_cb), (main):
10975         Added checkboxes for adding/removing the accurate and key_unit seek
10976         flags.
10977
10978 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10979
10980         * configure.ac: back to HEAD
10981
10982 === release 0.9.5 ===
10983
10984 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10985
10986         * configure.ac:
10987           releasing 0.9.5, "No No Kia"
10988
10989 2005-11-11  Edward Hervey  <edward@fluendo.com>
10990
10991         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10992         Added parse-launch syntax seeking mode for the seeking example.
10993         This should help stress-test even more cases.
10994         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10995
10996 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * sys/xvimage/xvimagesink.c:
10999         (gst_xvimagesink_navigation_send_event):
11000           Check whether peer pad exists before sending navigation events
11001           to it.
11002
11003 2005-11-11  Michael Smith <msmith@fluendo.com>
11004
11005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11006         (gst_vorbisenc_buffer_from_packet):
11007         * ext/vorbis/vorbisenc.h:
11008           Set duration on encoded buffers. This allows oggmux's
11009           max_page_delay parameter to actually work.
11010
11011 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11014         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11015         (gst_ffmpegcsp_avpicture_fill):
11016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11017         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11018           Make palettes work again (see #132341). Use our own macros
11019           for rounding up.
11020
11021 2005-11-10  Andy Wingo  <wingo@pobox.com>
11022
11023         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11024         string doober.
11025
11026 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11027
11028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11029         (gst_ffmpegcsp_transform_caps):
11030           Prefer passthrough in transform_caps
11031
11032 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11035           check for ALSA errors properly, instead of relying on ALSA's
11036           error strings to serve to the user.
11037
11038 2005-11-10  Wim Taymans  <wim@fluendo.com>
11039
11040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11041         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11042         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11043         Modernise the seek code.
11044
11045 2005-11-10  Michael Smith <msmith@fluendo.com>
11046         
11047         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11048         (setup_substreams), (set_active_source):
11049           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11050           trying to go to NULL if we failed to read a file.
11051
11052 2005-11-10  Wim Taymans  <wim@fluendo.com>
11053
11054         * gst/audiotestsrc/gstaudiotestsrc.c:
11055         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11056         (gst_audiotestsrc_create):
11057         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11058         (gst_sinesrc_get_times), (gst_sinesrc_create):
11059         * gst/videotestsrc/gstvideotestsrc.c:
11060         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11061         (gst_videotestsrc_create):
11062         The base class can now sync for us.
11063
11064 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11065
11066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11067           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11068           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11069           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11070           format=(fourcc)I420" ! xvimagesink
11071
11072 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11075         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11076         (gst_sinesrc_newsegment):
11077           Send newsegment event in TIME format, set duration if
11078           num-buffers is set, fix duration querying.
11079
11080 2005-11-10  Michael Smith <msmith@fluendo.com>
11081
11082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11083         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11084         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11085         (gst_ogg_mux_collected):
11086          Fix EOS handling, partially. Now forwarding an EOS event once we have
11087          EOS on all pads works correctly. However, we still don't properly set
11088          EOS on the actual ogg stream pages.
11089
11090 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11093           Set elements to NULL state before disposing of them.
11094
11095 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11096
11097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11100         (gst_base_rtp_depayload_init),
11101         (gst_base_rtp_depayload_set_gst_timestamp):
11102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11103           We need to send a newsegment event for each instance, not
11104           just for the first instance of this class (get rid of
11105           static variable in function). (#321011).
11106           
11107 2005-11-08  Michael Smith <msmith@fluendo.com>
11108
11109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11110         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11111         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11112         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11113           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11114           This makes us mux things correctly according to the ogg muxing
11115           rules. Still not handling EOS correctly right now, though.
11116
11117 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11118
11119         * gst/audioconvert/gstaudioconvert.c:
11120           Fix typo in docs. 
11121
11122 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11125         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11126           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11127           creating a new chain; should fix live streaming. Also
11128           add more debug output and fix a typo.
11129
11130 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11131
11132         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * gst/volume/gstvolume.c: (volume_set_caps):
11135           Fix compilation on Solaris with Forte. (#320923)
11136
11137 2005-11-08  Wim Taymans  <wim@fluendo.com>
11138
11139         * gst-libs/gst/audio/gstbaseaudiosink.c:
11140         (gst_base_audio_sink_render):
11141         No need to do a typecheck.
11142
11143 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * ext/alsa/gstalsa.h:
11146           We register a debug category, so let's use it.
11147
11148 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11149
11150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11151         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11152         Fixed a small problem.
11153
11154 2005-11-04  Wim Taymans  <wim@fluendo.com>
11155
11156         * examples/seeking/Makefile.am:
11157         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11158         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11159         (make_playerbin_pipeline), (format_value), (update_scale),
11160         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11161         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11162         (print_usage), (main):
11163         Added app for playback speed testing.
11164
11165         * examples/seeking/seek.c: (dynamic_link),
11166         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11167         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11168         (message_received), (main):
11169         Updated seek example.
11170
11171 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11172
11173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11174         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11175         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11176         (gst_base_rtp_depayload_set_clock):
11177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11178         Don't sleep on the bench (system clock) when you have a nice 
11179         comfortable bed (Gstreamer clock) to sleep on.
11180
11181 2005-11-03  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11184         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11185         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11186         Handle the case where a pad_block failed.
11187
11188 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11189
11190         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11191
11192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11193         (gst_base_rtp_depayload_add_to_queue),
11194         (gst_base_rtp_depayload_push),
11195         (gst_base_rtp_depayload_set_gst_timestamp),
11196         (gst_base_rtp_depayload_queue_release):
11197           Fixes some bugs in the depayloader's queuing/de-queueing code.
11198
11199 2005-10-31  Michael Smith <msmith@fluendo.com>
11200
11201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11202         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11203         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11204           Patch from Alessandro Decina <alessandro@nnva.org>.
11205           Make oggdemux only find the final time in a chain, not per-pad,
11206           since the per-pad information can be very expensive to locate, and
11207           it isn't used anywhere. This makes reading a file containing
11208           OggSkeleton reasonably fast.
11209           Also, make chain finding work when there are logical bitstreams that
11210           can't be decoded. Fixes #319110.
11211
11212 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11213
11214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11215         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11216         (gst_base_rtp_depayload_chain),
11217         (gst_base_rtp_depayload_add_to_queue),
11218         (gst_base_rtp_depayload_push),
11219         (gst_base_rtp_depayload_set_gst_timestamp),
11220         (gst_base_rtp_depayload_queue_release),
11221         (gst_base_rtp_depayload_start_thread),
11222         (gst_base_rtp_depayload_set_property),
11223         (gst_base_rtp_depayload_get_property):
11224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11225         Some random fixes, to fullfill the desires of thomas.
11226
11227 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11228
11229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11230         (gst_base_rtp_depayload_add_to_queue),
11231         (gst_base_rtp_depayload_push):
11232         Fixed the queueing algorithm.
11233
11234 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11235
11236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11237         (gst_base_rtp_depayload_push):
11238         A small fix
11239
11240 2005-10-31  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/audio/gstringbuffer.h:
11243         Don't break ABI.
11244
11245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11246         (gst_ffmpeg_caps_to_pixfmt):
11247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11248         (gst_ffmpegcsp_set_caps):
11249         Some more comments.
11250         Handle missing required caps fields better.
11251
11252 2005-10-31  Wim Taymans  <wim@fluendo.com>
11253
11254         * gst-libs/gst/audio/gstbaseaudiosink.c:
11255         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11256         (gst_base_audio_sink_render):
11257         * gst-libs/gst/audio/gstringbuffer.c:
11258         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11259         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11260         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11261         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11262         (gst_ring_buffer_read):
11263         * gst-libs/gst/audio/gstringbuffer.h:
11264         Add flushing mode to the ringbuffer so that it in all cases does
11265         not try to handle more audio. This makes sure it does not try to
11266         block anymore when flushing and fixes a livelock.
11267
11268 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11271         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11272         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11273           Explicitly check for -1 values before doing a conversion
11274           and always map them to -1. (#315545)
11275
11276 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         * gst/playback/gstplaybin.c: (gen_video_element):
11279           first try autovideosink, then xvimagesink, then error out
11280         * po/POTFILES.in:
11281           add translatable file
11282         * po/af.po:
11283         * po/az.po:
11284         * po/cs.po:
11285         * po/en_GB.po:
11286         * po/hu.po:
11287         * po/it.po:
11288         * po/nb.po:
11289         * po/nl.po:
11290         * po/or.po:
11291         * po/sq.po:
11292         * po/sr.po:
11293         * po/sv.po:
11294         * po/uk.po:
11295         * po/vi.po:
11296           update translations
11297
11298 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11299
11300         * gst-libs/gst/rtp/gstbasedepayload.c:
11301         * gst-libs/gst/rtp/gstbasedepayload.h:
11302           Minor cleanups
11303
11304 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         * gst/playback/.cvsignore:
11307         * gst/playback/decodetest.c:
11308         * gst/playback/test3.c:
11309           Port these two tests as well.
11310
11311 2005-10-27  Wim Taymans  <wim@fluendo.com>
11312
11313         * ext/theora/theoradec.c: (theora_dec_src_query),
11314         (theora_dec_sink_event):
11315         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11316         (theora_enc_change_state):
11317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11318         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11319         Take proper locks when handling events.
11320
11321 2005-10-27  Wim Taymans  <wim@fluendo.com>
11322
11323         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11324         (gst_adder_change_state):
11325         Fix timestamps and fix deadlock when stopping the collectpads.
11326
11327 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11328
11329         * gst-libs/gst/rtp/gstrtpbuffer.h:
11330         Declaring the payload types as strings too so that they can be used
11331         in the padtemplate inialization.
11332
11333 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11334
11335         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11336
11337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11338         (gst_base_rtp_depayload_class_init):
11339         Fixes a small but nasty bug. The derived elements no longer segfaults
11340         on finalization.
11341
11342 2005-10-26  Michael Smith <msmith@fluendo.com>
11343
11344         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11345           When clearing an audioconvert context, set tmpbufsize to zero, so
11346           we'll allocate it again later if required.
11347           This fixes audioconvert re-negotiating formats, which previously
11348           segfaulted with a NULL destination buffer.
11349
11350 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11351
11352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11353         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11354         (gst_base_rtp_depayload_set_gst_timestamp),
11355         (gst_base_rtp_depayload_queue_release):
11356         Fixed a smalll memleak.
11357
11358 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11360         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11361         (gst_base_rtp_depayload_finalize),
11362         (gst_base_rtp_depayload_setcaps),
11363         (gst_base_rtp_depayload_add_to_queue),
11364         (gst_base_rtp_depayload_push),
11365         (gst_base_rtp_depayload_set_gst_timestamp),
11366         (gst_base_rtp_depayload_queue_release),
11367         (gst_base_rtp_depayload_thread),
11368         (gst_base_rtp_depayload_change_state):
11369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11370         Changed the C++ comments to C comments
11371
11372 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11375         * gst/tcp/gsttcpclientsrc.h:
11376         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11377         * gst/tcp/gsttcpserversrc.h:
11378           Remove unused 'curoffset' structure member.
11379
11380 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11381
11382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11383         (gst_base_rtp_depayload_base_init),
11384         (gst_base_rtp_depayload_finalize):
11385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11386         * gst-libs/gst/rtp/gstbasertppayload.h:
11387           The pad-template on the sinkpad should be set by the derived classes.
11388           Also added some useful macros.
11389
11390 2005-10-24  Wim Taymans  <wim@fluendo.com>
11391
11392         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11393         Correctly flush decoder samples even if we could not
11394         copy them to an output buffer. Fixes #319618.
11395
11396 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11397
11398         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11400         the caps against our xcontext caps.
11401
11402 2005-10-24  Wim Taymans  <wim@fluendo.com>
11403
11404         * gst-libs/gst/audio/gstbaseaudiosink.c:
11405         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11406         Remove g_print
11407         Use sync property from baseclass to disable sync.
11408
11409 2005-10-24  Wim Taymans  <wim@fluendo.com>
11410
11411         * gst-libs/gst/audio/gstbaseaudiosink.c:
11412         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11413         Buffers with no timestamps get aligned with previous buffers or
11414         on underrun, played ASAP.
11415
11416 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11417
11418         * gst-libs/gst/video/video.h:
11419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11422         here comes my change on caps for framerate and geometry range.
11423         We are now accepting 1 to MAXINT for width and height, and from
11424         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11425         to be blended correctly in videomixer.
11426
11427 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11428
11429         * configure.ac:
11430           back to HEAD
11431
11432 === release 0.9.4 ===
11433
11434 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11435
11436         * NEWS:
11437         * RELEASE:
11438         * configure.ac:
11439           releasing 0.9.4, "Velociraptor"
11440
11441 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11444         * po/POTFILES.in:
11445           STOPPED -> FAILED
11446
11447 2005-10-21  Wim Taymans  <wim@fluendo.com>
11448
11449         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11450         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11451         (pad_blocked), (close_pad_link), (new_pad):
11452         Don't try to remove elements twice.
11453
11454 2005-10-21  Wim Taymans  <wim@fluendo.com>
11455
11456         * ext/theora/theoradec.c: (theora_dec_src_query),
11457         (theora_dec_sink_event):
11458         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11459         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11460         (vorbis_handle_data_packet):
11461         * ext/vorbis/vorbisdec.h:
11462         Fix old naming.
11463
11464         * gst-libs/gst/audio/gstbaseaudiosink.c:
11465         (gst_base_audio_sink_render):
11466         Don't try to sync on buffers without a timestamp.
11467
11468 2005-10-21  Wim Taymans  <wim@fluendo.com>
11469
11470         * ext/theora/theoradec.c: (theora_dec_src_query),
11471         (theora_dec_sink_event):
11472         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11473         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11474         (vorbis_handle_data_packet):
11475         * ext/vorbis/vorbisdec.h:
11476         Fix old naming.
11477
11478 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11481         (gst_vorbisenc_src_query):
11482           Implement position and duration queries.
11483
11484         * gst/playback/test3.c: (update_scale), (main):
11485           Fix for async state changes and print nicer output.
11486
11487 2005-10-20  Wim Taymans  <wim@fluendo.com>
11488
11489         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11490         (dump_element_stats), (main):
11491         * gst/playback/test6.c: (main):
11492         Fix tests again
11493
11494 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11497         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11498           Don't use functions for position queries when handling
11499           duration queries.
11500
11501 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11504         (vorbis_handle_data_packet), (vorbis_dec_chain),
11505         (vorbis_dec_change_state):
11506         * ext/vorbis/vorbisdec.h:
11507           Vorbis streams can be embedded in other container formats
11508           than ogg, container formats where the demuxer might set 
11509           timestamps on encoded vorbis buffers instead of those silly 
11510           granulepos thingies. In short: make vorbisdec handle 
11511           timestamps on incoming buffers as well.
11512
11513 2005-10-20  Wim Taymans  <wim@fluendo.com>
11514
11515         * gst/playback/gstplaybasebin.c: (group_destroy),
11516         (gst_play_base_bin_change_state):
11517         Fix leak.
11518         Handle case where playbasebin is now ASYNC because
11519         decodebin is.
11520
11521 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * gst/audioconvert/Makefile.am:
11524         * gst/audioconvert/bufferframesconvert.c:
11525         * gst/audioconvert/plugin.c: (plugin_init):
11526         * gst/audioconvert/plugin.h:
11527           And bye bye buffer-frames-convert
11528
11529 2005-10-19  Wim Taymans  <wim@fluendo.com>
11530
11531         * check/elements/audioconvert.c:
11532         * docs/libs/tmpl/gstaudio.sgml:
11533         * docs/libs/tmpl/gstcolorbalance.sgml:
11534         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11535         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11536         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11537         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11538         * gst-libs/gst/audio/audio.h:
11539         * gst/audioconvert/audioconvert.h:
11540         * gst/audioconvert/gstaudioconvert.c:
11541         (gst_audio_convert_parse_caps):
11542         * gst/volume/gstvolume.c:
11543         Bye bye buffer-frames.
11544
11545 2005-10-19  Wim Taymans  <wim@fluendo.com>
11546
11547         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11548         (query_positions_elems), (query_positions_pads), (update_scale),
11549         (do_seek), (set_update_scale), (message_received), (main):
11550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11551         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11552         (gst_ogg_demux_loop):
11553         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11554         * ext/theora/theoradec.c: (theora_dec_src_query),
11555         (theora_dec_sink_event):
11556         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11557         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11558         * gst/adder/gstadder.c: (gst_adder_query):
11559         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11560         * gst/playback/test3.c: (update_scale):
11561         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11562         (dump_element_stats), (main):
11563         * gst/playback/test6.c: (main):
11564         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11565         Query API update.
11566
11567 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11570         (xml_check_first_element), (xml_type_find), (smil_type_find),
11571         (plugin_init):
11572           Add typefinding for SMIL and for generic XML. Based on patch by
11573           Akos Maroy (#308663).
11574
11575 2005-10-18  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/playback/Makefile.am:
11578         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11579         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11580         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11581         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11582         (gst_decode_bin_change_state):
11583         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11584         (gst_play_bin_send_event_to_sink):
11585         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11586         (dump_element_stats), (main):
11587         * gst/playback/test6.c: (main):
11588         Make playbin async, it'll commit state to paused when all streams
11589         are detected.
11590         Remove ugly hack.
11591         Added test6.c to show async behaviour.
11592
11593 2005-10-18  Wim Taymans  <wim@fluendo.com>
11594
11595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11596         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11597         Fix for segment-start/stop API change.
11598
11599 2005-10-18  Wim Taymans  <wim@fluendo.com>
11600
11601         * check/Makefile.am:
11602         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11603         (main):
11604         Add future test for clock selection.
11605
11606 2005-10-18  Wim Taymans  <wim@fluendo.com>
11607
11608         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11609         (gst_alsasink_close):
11610         Set handle to NULL.
11611
11612         * gst-libs/gst/audio/gstringbuffer.c:
11613         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11614         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11615         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11616         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11617         (gst_ring_buffer_read):
11618         More debug info.
11619
11620 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11621
11622         * gst/audiotestsrc/Makefile.am:
11623         * gst/sine/Makefile.am:
11624         * gst/volume/Makefile.am:
11625           fix broken build of controllerized plugins
11626
11627 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11628
11629         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11632         (gst_riff_create_video_template_caps):
11633           Add support for Indeo-3 (IV32).
11634
11635 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11636
11637         * configure.ac:
11638           rewrite
11639
11640 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11641
11642         * gst-libs/gst/video/video.c: (gst_video_get_size):
11643         * gst/audiotestsrc/gstaudiotestsrc.c:
11644           doc updates
11645
11646 2005-10-17  Andy Wingo  <wingo@pobox.com>
11647
11648         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11649         with the collectpads change.
11650         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11651
11652         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11653
11654         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11655
11656         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11657         alloc_buffer flow return to callers.
11658         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11659         change. Fix some memleaks in theoraenc.
11660
11661         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11662         in strange circumstance.
11663
11664 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11665
11666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11667         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11668         from caps, let's use the caps...
11669
11670 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11671
11672         * configure.ac:
11673           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11674
11675 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11676
11677         * gst-libs/gst/interfaces/Makefile.am:
11678           fix silly typo
11679
11680 2005-10-16  Andy Wingo  <wingo@pobox.com>
11681
11682         * gst/playback/gstdecodebin.c
11683         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11684         function!
11685         (try_to_link_1): Increase kraziness level.
11686
11687 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11688
11689         * configure.ac:
11690           restructure like the core one
11691         * gst-libs/gst/audio/Makefile.am:
11692         * gst-libs/gst/interfaces/Makefile.am:
11693         * gst-libs/gst/net/Makefile.am:
11694         * gst-libs/gst/riff/Makefile.am:
11695         * gst-libs/gst/rtp/Makefile.am:
11696         * gst-libs/gst/tag/Makefile.am:
11697         * gst-libs/gst/video/Makefile.am:
11698           use correct linker flags, now the libs are properly versioned
11699         * check/elements/audioconvert.c: (verify_convert):
11700         * ext/alsa/gstalsaplugin.c:
11701         * ext/cdparanoia/gstcdparanoia.c:
11702         * ext/gnomevfs/gstgnomevfs.c:
11703         * ext/libvisual/visual.c:
11704         * ext/ogg/gstogg.c:
11705         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11706         * ext/theora/theora.c:
11707         * ext/vorbis/vorbis.c:
11708         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11709         * gst-libs/gst/tag/gsttagediting.c:
11710         * gst-libs/gst/video/video.c:
11711         * gst/adder/gstadder.c:
11712         * gst/audioconvert/plugin.c:
11713         * gst/audiorate/gstaudiorate.c:
11714         * gst/audioresample/gstaudioresample.c:
11715         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11716         * gst/audioscale/gstaudioscale.c:
11717         * gst/audioscale/resample.c:
11718         * gst/audiotestsrc/gstaudiotestsrc.c:
11719         * gst/ffmpegcolorspace/gstffmpeg.c:
11720         * gst/playback/gstdecodebin.c: (close_pad_link):
11721         * gst/playback/gstplaybin.c: (gen_video_element),
11722         (gen_audio_element):
11723         * gst/sine/gstsinesrc.c:
11724         * gst/subparse/gstsubparse.c:
11725         * gst/tags/gsttagediting.c:
11726         * gst/tcp/gsttcpplugin.c:
11727         * gst/typefind/gsttypefindfunctions.c:
11728         * gst/videorate/gstvideorate.c:
11729         * gst/videoscale/gstvideoscale.c:
11730         * gst/videotestsrc/gstvideotestsrc.c:
11731         * gst/volume/gstvolume.c:
11732         * sys/v4l/gstv4l.c:
11733         * sys/ximage/ximage.c:
11734         * sys/xvimage/xvimagesink.c:
11735           fix up defines
11736
11737 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         * ext/vorbis/vorbisenc.c:
11740         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11741         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11742         (gst_tag_to_vorbis_comments):
11743           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11744
11745 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11746
11747         * examples/stats/mp2ogg.c:
11748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11749           typo fixes
11750
11751 2005-10-13  Michael Smith <msmith@fluendo.com>
11752
11753         * ext/ogg/gstoggmux.c:
11754           Use magic glib macros to define constants as 64 bit, to ensure
11755           appropriate vararg passing.
11756
11757 2005-10-13  Michael Smith <msmith@fluendo.com>
11758
11759         * ext/ogg/gstoggmux.c:
11760         * gst/audioconvert/audioconvert.c: (float):
11761           Don't use LL suffix, as it's not portable, and neither of these
11762           uses required it anyway.
11763
11764 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11765
11766         * examples/indexing/indexmpeg.c: (main):
11767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11768         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11769         (cdparanoia_convert), (cdparanoia_query):
11770         * ext/cdparanoia/gstcdparanoia.h:
11771         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11772         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11773         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11775         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11776         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11778         (gst_multifdsink_render), (gst_multifdsink_start),
11779         (gst_multifdsink_stop):
11780         * gst/tcp/gstmultifdsink.h:
11781         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11782         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11783         (gst_tcpclientsink_stop):
11784         * gst/tcp/gsttcpclientsink.h:
11785         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11786         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11787         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11788         * gst/tcp/gsttcpclientsrc.h:
11789         * gst/tcp/gsttcpserversink.h:
11790         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11791         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11792         (gst_tcpserversrc_stop):
11793         * gst/tcp/gsttcpserversrc.h:
11794         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11796         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11797           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11798           moved bitshift from macro to enum definition
11799
11800 2005-10-12  Wim Taymans  <wim@fluendo.com>
11801
11802         * examples/seeking/Makefile.am:
11803         Oops.
11804
11805 2005-10-12  Wim Taymans  <wim@fluendo.com>
11806
11807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11808         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11809         Don't assert on normal stuff.
11810
11811         * gst/playback/gstplaybin.c: (do_playbin_seek):
11812         API fix.
11813
11814 2005-10-12  Wim Taymans  <wim@fluendo.com>
11815
11816         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11817         * examples/seeking/Makefile.am:
11818         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11819         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11820         (do_seek), (set_update_scale), (message_received), (main):
11821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11822         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11823         Update for _get_state() API change.
11824
11825 2005-10-11  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst-libs/gst/audio/gstbaseaudiosink.c:
11828         (gst_base_audio_sink_render):
11829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11830         (gst_base_audio_src_create):
11831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11832         (gst_ring_buffer_read):
11833         Cleanups.
11834         Commit and read from ringbuffer in samples rather than bytes.
11835
11836 2005-10-11  Wim Taymans  <wim@fluendo.com>
11837
11838         * gst-libs/gst/audio/gstbaseaudiosink.c:
11839         (gst_base_audio_sink_render):
11840         Respect segment rate and accum when scheduling samples.
11841
11842 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11843
11844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11845         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11846         EOS correctly, that needs more work.
11847
11848 2005-10-11  Wim Taymans  <wim@fluendo.com>
11849
11850         * check/generic/states.c: (GST_START_TEST):
11851         remove old property.
11852
11853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11854         (gst_ogg_demux_perform_seek):
11855         * ext/theora/theoradec.c: (theora_dec_sink_event):
11856         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11857         (vorbis_handle_data_packet):
11858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11859         (gst_base_rtp_depayload_set_gst_timestamp):
11860         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11861         Update for newsegment API change.
11862
11863 2005-10-11  Michael Smith <msmith@fluendo.com>
11864
11865         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11866         (do_playbin_seek), (gst_play_bin_send_event):
11867           Override send_event differently, so that we can takes bits of
11868           functionality from GstPipeline (special handling for seeks,
11869           including pausing/resuming, and resetting stream time) and still get
11870           the appropriate behaviour of only forwarding event to a single sink,
11871           rather than all of them.
11872           Unfortunately requires a lot of code duplication, but the
11873           alternatives are equally ugly in the end.
11874
11875 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11876
11877         * check/elements/audioconvert.c: (setup_audioconvert),
11878         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11879         (GST_START_TEST), (audioconvert_suite):
11880           clean up tests a little, fix some leaks.
11881
11882 2005-10-10  Wim Taymans  <wim@fluendo.com>
11883
11884         * ext/alsa/gstalsasink.c:
11885         Also allow unsigned int.
11886
11887         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11888         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11889         Small cleanup
11890
11891 2005-10-10  Wim Taymans  <wim@fluendo.com>
11892
11893         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11894         Small update, use API as stated in design docs.
11895
11896         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11897         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11898         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11899         (message_received), (main):
11900         Updated seek example for GOption. Some usability improvements.
11901
11902 2005-10-10  Wim Taymans  <wim@fluendo.com>
11903
11904         * gst/audioconvert/audioconvert.h:
11905         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11906         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11907         Alloc temp storage somewhere else where we can do it more
11908         portable.
11909
11910 2005-10-10  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11913         (gst_tcpserversrc_start):
11914         Don't block in accept while doing the state change, move
11915         to poll and make cancellable.
11916
11917 2005-10-09  Philippe Khalaf <burger@speedy.org>
11918
11919         * gst-libs/gst/rtp/rtpbasedepayload.c:
11920         Set timestamp and add queue delay to timestamp
11921         * gst-libs/gst/rtp/rtpbuffer.h:
11922         Set correct payload type for h263
11923
11924 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11925
11926         * gst/audiotestsrc/gstaudiotestsrc.c:
11927         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11928         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11929         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11930         (gst_audiotestsrc_create_triangle),
11931         (gst_audiotestsrc_create_silence),
11932         (gst_audiotestsrc_create_white_noise),
11933         (gst_audiotestsrc_init_pink_noise),
11934         (gst_audiotestsrc_generate_pink_noise_value),
11935         (gst_audiotestsrc_create_pink_noise),
11936         (gst_audiotestsrc_change_wave):
11937         * gst/audiotestsrc/gstaudiotestsrc.h:
11938           fixed typo, added pink noise
11939
11940 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11943         (plugin_init):
11944           Add wavpack and spc typefind functions from 0.8 branch.
11945
11946 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11949         (ar_type_find), (msdos_type_find), (plugin_init):
11950           Add typefind functions for tar archives, ar archives,
11951           RAR archives, and msdos-executables (dlls, exe, etc.).
11952           Some of those would be wrongly identified as mpeg
11953           streams of some sort before (#315550).
11954
11955 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11956
11957         * configure.ac:
11958         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11959         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11960         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11961         * gst/audiotestsrc/Makefile.am:
11962         * gst/audiotestsrc/gstaudiotestsrc.c:
11963         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11964         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11965         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11966         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11967         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11968         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11969         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11970         (gst_audiotestsrc_create_silence),
11971         (gst_audiotestsrc_create_white_noise),
11972         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11973         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11974         (gst_audiotestsrc_start), (plugin_init):
11975         * gst/audiotestsrc/gstaudiotestsrc.h:
11976           add new plugin and element
11977         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11978           use gobject_class
11979
11980 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11983         (gst_adder_init), (gst_adder_request_new_pad),
11984         (gst_adder_change_state):
11985           Add query function to source pad, so adder reports the correct
11986           time/sample position when queried (#315457); fix state change
11987           function; use GST_DEBUG_FUNCPTR() for pad functions.
11988
11989 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11990
11991         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11992           Fix leaks in typefind registration
11993           Clean up the gratuitous commenting and whitespacing a little
11994
11995 2005-10-08  Wim Taymans  <wim@fluendo.com>
11996
11997         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11998         Only actually wait for the thread to be stopped if it's 
11999         running.
12000
12001 2005-10-08  Wim Taymans  <wim@fluendo.com>
12002
12003         * gst-libs/gst/audio/gstbaseaudiosink.c:
12004         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12005         If we receive EOS we can start playback of what we had.
12006
12007 2005-10-08  Wim Taymans  <wim@fluendo.com>
12008
12009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12010         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12011         (gst_multifdsink_stop):
12012         Fix crasher when going to NULL multiple times.
12013
12014 2005-10-06  Wim Taymans  <wim@fluendo.com>
12015
12016         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12017         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12018         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12019         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12020         patch from Edgard Lima <edgard.lima@indt.org.br>
12021         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12022
12023 2005-10-06  Wim Taymans  <wim@fluendo.com>
12024
12025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12026         Report the FLOW_RETURN as string in the error message.
12027
12028         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12029         Don't assert when clearing an unnegotiated buffer.
12030
12031 2005-10-04  Michael Smith <msmith@fluendo.com>
12032
12033         * gst/playback/gstplaybasebin.c: (group_destroy),
12034         (gen_preroll_element), (remove_groups), (setup_source):
12035         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12036         (setup_sinks), (gst_play_bin_send_event),
12037         (gst_play_bin_change_state):
12038           Set state to NULL before removing from bin. Fix refcounting.
12039
12040 2005-10-04  Michael Smith <msmith@fluendo.com>
12041
12042         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12043           Correct refcounting in send_event() function. Previously was wrong
12044           if the first sink was unable to handle the event.
12045
12046 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12047
12048         * configure.ac:
12049           back to development
12050
12051 === release 0.9.3 ===
12052
12053 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12054
12055         * configure.ac:
12056           Releasing 0.9.3, "De Facto"
12057
12058 2005-10-03  Andy Wingo  <wingo@pobox.com>
12059
12060         * gst/playback/gstdecodebin.c (try_to_link_1)
12061         (remove_element_chain): set element to NULL before removing it.
12062
12063 2005-10-02  Johan Dahlin  <johan@gnome.org>
12064
12065         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12066         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12067         MT safe.
12068
12069 2005-10-02  Andy Wingo  <wingo@pobox.com>
12070
12071         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12072         (gst_ring_buffer_prepare_read): 
12073         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12074         Demote to LOG.
12075
12076 2005-09-29  Wim Taymans  <wim@fluendo.com>
12077
12078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12079         * ext/theora/theoradec.c: (theora_handle_data_packet):
12080         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12081         Propagate error codes from alloc_buffer too.
12082
12083 2005-09-29  Wim Taymans  <wim@fluendo.com>
12084
12085         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12086         We use fixed caps.
12087
12088         * gst/playback/Makefile.am:
12089         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12090         (dump_element_stats), (main):
12091         Added example stream introspection code.
12092
12093 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12094
12095         * gst/adder/gstadder.c: (gst_adder_collected):
12096           fix adder for float elements
12097
12098 2005-09-28  Wim Taymans  <wim@fluendo.com>
12099
12100         * gst-libs/gst/audio/gstbaseaudiosink.c:
12101         (gst_base_audio_sink_class_init),
12102         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12104         (gst_base_audio_src_class_init),
12105         (gst_base_audio_src_provide_clock):
12106         get_clock -> provide_clock
12107
12108 2005-09-28  Andy Wingo  <wingo@pobox.com>
12109
12110         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12111         and unlocking.
12112
12113         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12114         unlocking.
12115
12116         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12117         Actually add the pad template.
12118         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12119
12120         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12121         I'm at it...
12122
12123         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12124         from fdsrc. Get caps in create() instead of start() so it can be
12125         interrupted. Interruption somewhat untested.
12126
12127         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12128         Proper EOS handling.
12129
12130 2005-09-27  Andy Wingo  <wingo@pobox.com>
12131
12132         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12133
12134         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12135
12136         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12137
12138         * gst/tcp/gsttcp.h: 
12139         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12140         out of tcpclientsrc.c. Cancellable.
12141         (gst_tcp_socket_read): Made private, cancellable, with better
12142         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12143         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12144         whole buffer, and better diagnostics.
12145         (gst_tcp_gdp_read_caps): Same.
12146
12147         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12148
12149 2005-09-26  Andy Wingo  <wingo@pobox.com>
12150
12151         * gst/sine/gstsinesrc.h:
12152         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12153         change the 'sync' property to 'is-live' and implement it halfway,
12154         update for controller api change.
12155
12156         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12157         controller api change.
12158
12159 2005-09-24  Wim Taymans  <wim@fluendo.com>
12160
12161         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12162         * gst-libs/gst/audio/gstaudiosink.c:
12163         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12164         (gst_audioringbuffer_stop):
12165         * gst-libs/gst/audio/gstbaseaudiosink.c:
12166         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12167         (gst_base_audio_sink_change_state):
12168         * gst-libs/gst/audio/gstbaseaudiosink.h:
12169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12170         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12171         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12172         * gst-libs/gst/audio/gstringbuffer.h:
12173         Fix sync again. Moved sample alignment to basesink.
12174
12175 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12176
12177         * docs/plugins/Makefile.am:
12178         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12179         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12180         * gst/volume/gstvolume.c:
12181           add/fix docs
12182         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12183         * gst-libs/gst/audio/audio.h:
12184           add conversion macros for frames <-> clocktime
12185
12186 2005-09-23  David Schleef  <ds@schleef.org>
12187
12188         * gst/audioresample/Makefile.am:
12189         * gst/audioresample/debug.h:
12190         * gst/audioresample/gstaudioresample.c:
12191         * gst/audioresample/resample.c: Convert to using gst debugging
12192
12193 2005-09-22  Wim Taymans  <wim@fluendo.com>
12194
12195         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12196         (gst_play_bin_send_event):
12197         Only seek on one sink, the first one that succeeds.
12198
12199 2005-09-22  Michael Smith <msmith@fluendo.com>
12200
12201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12202         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12203         Don't flush encoder state unless we have an initialised encoder.
12204         Clear out encoder state on PAUSED_TO_READY.
12205
12206 2005-09-22  Wim Taymans  <wim@fluendo.com>
12207
12208         * gst-libs/gst/rtp/gstbasertppayload.c:
12209         (gst_basertppayload_class_init), (gst_basertppayload_init),
12210         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12211         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12212         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12213         (gst_basertppayload_set_property),
12214         (gst_basertppayload_get_property),
12215         (gst_basertppayload_change_state):
12216         * gst-libs/gst/rtp/gstbasertppayload.h:
12217         Added max-ptime to control amount of data in the rtp packets.
12218
12219 2005-09-21  Andy Wingo  <wingo@pobox.com>
12220
12221         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12222         thingies.
12223
12224         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12225         can be called multiple times, dogs.
12226
12227 2005-09-21  Wim Taymans  <wim@fluendo.com>
12228
12229         * gst-libs/gst/rtp/gstbasertppayload.c:
12230         (gst_basertppayload_class_init), (gst_basertppayload_init),
12231         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12232         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12233         (gst_basertppayload_push), (gst_basertppayload_get_property),
12234         (gst_basertppayload_change_state):
12235         Allow 0 ssrc too.
12236
12237 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12238
12239         * docs/libs/compiling.sgml:
12240           fixing typos
12241
12242 2005-09-20  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst-libs/gst/rtp/gstbasertppayload.c:
12245         (gst_basertppayload_class_init), (gst_basertppayload_init),
12246         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12247         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12248         (gst_basertppayload_push), (gst_basertppayload_set_property),
12249         (gst_basertppayload_get_property),
12250         (gst_basertppayload_change_state):
12251         * gst-libs/gst/rtp/gstbasertppayload.h:
12252         Added property to configure sequence number offsets.
12253
12254 2005-09-20  Wim Taymans  <wim@fluendo.com>
12255
12256         * gst-libs/gst/rtp/gstbasertppayload.c:
12257         (gst_basertppayload_class_init), (gst_basertppayload_init),
12258         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12259         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12260         (gst_basertppayload_push), (gst_basertppayload_set_property),
12261         (gst_basertppayload_get_property),
12262         (gst_basertppayload_change_state):
12263         * gst-libs/gst/rtp/gstbasertppayload.h:
12264         Make timestamp offset configurable.
12265
12266 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12267
12268         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12269           fix wrong pop/unref
12270
12271 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12272
12273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst-libs/gst/interfaces/propertyprobe.c:
12276         (gst_property_probe_probe_property_name),
12277         (gst_property_probe_needs_probe_name),
12278         (gst_property_probe_get_values_name),
12279         (gst_property_probe_probe_and_get_values_name):
12280           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12281           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12282
12283 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12284
12285         * check/Makefile.am:
12286           have some tests be disabled for valgrinding
12287         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12288         (GST_START_TEST):
12289         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12290           Fix A Leak.  Chain To Parent Finalize.
12291
12292 2005-09-19  Wim Taymans  <wim@fluendo.com>
12293
12294         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12295         Fixed wav pipeline.
12296
12297 2005-09-19  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst-libs/gst/rtp/gstbasertppayload.c:
12300         (gst_basertppayload_class_init), (gst_basertppayload_init),
12301         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12302         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12303         (gst_basertppayload_push), (gst_basertppayload_get_property),
12304         (gst_basertppayload_change_state):
12305         Posting ERROR and WARNING messages is good.
12306
12307 2005-09-19  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12310         (gst_base_rtp_depayload_add_to_queue),
12311         (gst_base_rtp_depayload_push),
12312         (gst_base_rtp_depayload_set_gst_timestamp),
12313         (gst_base_rtp_depayload_queue_release):
12314         This one was not supposed to go in.
12315
12316 2005-09-19  Wim Taymans  <wim@fluendo.com>
12317
12318         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12319         Fix for bus API.
12320
12321         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12322         (gst_base_rtp_depayload_chain),
12323         (gst_base_rtp_depayload_add_to_queue),
12324         (gst_base_rtp_depayload_push),
12325         (gst_base_rtp_depayload_set_gst_timestamp),
12326         (gst_base_rtp_depayload_queue_release):
12327         Some cleanups.
12328
12329         * gst-libs/gst/rtp/gstbasertppayload.c:
12330         (gst_basertppayload_class_init), (gst_basertppayload_init),
12331         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12332         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12333         (gst_basertppayload_get_property),
12334         (gst_basertppayload_change_state):
12335         Added debugging category.
12336
12337 2005-09-18  David Schleef  <ds@schleef.org>
12338
12339         * gst/playback/gstdecodebin.c: free plugin list correctly
12340         * gst/playback/gstplaybin.c: emit warning if autovideosink
12341           and autoaudiosink can't be found (instead of segfaulting)
12342
12343 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12344
12345         * check/elements/audioconvert.c: (GST_START_TEST):
12346           try out 24 bit conversion
12347
12348 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12349
12350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12351         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12352         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12353         * ext/vorbis/vorbisenc.h:
12354           Fix EOS handling.  Still needs a fix in the ogg muxer to
12355           mark the last page as eos.
12356
12357 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * common/gtk-doc-plugins.mak:
12360         * docs/plugins/Makefile.am:
12361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12362         * gst/ffmpegcolorspace/Makefile.am:
12363         * gst/ffmpegcolorspace/avcodec.h:
12364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12365         * gst/tcp/gstmultifdsink.c:
12366           fix up ffmpegcolorspace docs; extract header
12367
12368 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * common/gtk-doc-plugins.mak:
12371         * docs/plugins/Makefile.am:
12372         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12373         * ext/theora/Makefile.am:
12374         * ext/theora/gsttheoraenc.h:
12375         * ext/theora/theoraenc.c:
12376         * ext/vorbis/vorbisenc.c:
12377           pick up signals and args for vorbis; add some docs for vorbis
12378
12379 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12380
12381         * common/gstdoc-scangobj:
12382         * common/gtk-doc-plugins.mak:
12383         * docs/libs/Makefile.am:
12384         * docs/plugins/gst-plugins-base-plugins.args:
12385         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12386         * docs/plugins/gst-plugins-base-plugins.interfaces:
12387         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12388         * docs/plugins/gst-plugins-base-plugins.signals:
12389           only scanobj stuff from our source module.  Not sure yet
12390           if that's correct, given the hierarchy stuff :)
12391
12392 2005-09-15  Wim Taymans  <wim@fluendo.com>
12393
12394         * gst/audioconvert/gstaudioconvert.c:
12395         And enable 24 bits mode as well..
12396
12397 2005-09-15  Wim Taymans  <wim@fluendo.com>
12398
12399         * gst-libs/gst/rtp/Makefile.am:
12400         * gst-libs/gst/rtp/gstbasertppayload.c:
12401         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12402         (gst_basertppayload_class_init), (gst_basertppayload_init),
12403         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12404         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12405         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12406         (gst_basertppayload_set_property),
12407         (gst_basertppayload_get_property),
12408         (gst_basertppayload_change_state):
12409         * gst-libs/gst/rtp/gstbasertppayload.h:
12410         Added rtp payloader base class.
12411
12412 2005-09-15  Andy Wingo  <wingo@pobox.com>
12413
12414         * configure.ac (plugindir): Remove the EOL matcher from the
12415         regexp, as it causes me problems. Libtool? Make? Who knows?
12416
12417 2005-09-14  David Schleef  <ds@schleef.org>
12418
12419         * check/generic/states.c: 
12420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12421         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12422           Fixes for changes in registry API.
12423
12424         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12425           to GST_PLUGIN_LDFLAGS.
12426         * ext/libvisual/visual.c: Make the library shut up.
12427         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12428         * gst-libs/gst/audio/gstaudiofilter.c: same
12429
12430 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * docs/plugins/Makefile.am:
12433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12434         * docs/plugins/inspect/plugin-libvisual.xml:
12435         * docs/plugins/tmpl/element-tcpserversink.sgml:
12436         * ext/theora/theoraenc.c:
12437           add libvisual plugin and theoraenc element to docs
12438
12439 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12440
12441         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12442         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12443         * ext/theora/theoraenc.c:
12444           add theoraenc
12445
12446 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * gst/audioconvert/Makefile.am:
12449           Audioconvert derives from GstBaseTransform and should
12450           link to the library with our base elements to avoid
12451           unresolved symbols. Makes things work with MinGW (#316160)
12452
12453         * gst/playback/test4.c: (main):
12454           Fix MinGW build problem and use g_usleep() instead of 
12455           sleep() (#316162)
12456
12457 2005-09-12  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/audioconvert/audioconvert.c: (float),
12460         (audio_convert_prepare_context), (audio_convert_convert):
12461         * gst/audioconvert/audioconvert.h:
12462         Cleanups, speedups, simplifications, added back support
12463         for 24 bits.
12464
12465 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12469         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12470         * docs/plugins/tmpl/element-tcpserversink.sgml:
12471         * gst/ffmpegcolorspace/gstffmpeg.c:
12472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12473         * gst/videotestsrc/gstvideotestsrc.c:
12474         * gst/volume/gstvolume.c:
12475           add more elements to the docs
12476
12477 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12478
12479         * check/Makefile.am:
12480         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12481         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12482           Add extra tests for basetransform based components. 
12483           Comment out the test_element_negotiation test until we decide
12484           if it's testing correct behaviour.
12485         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12486         (gst_visual_chain), (gst_visual_change_state):
12487           Slightly more correct but still bogus timestamping.
12488           Fix state change function.
12489         * gst/audioconvert/gstaudioconvert.c:
12490         (gst_audio_convert_class_init):
12491         * gst/audioresample/gstaudioresample.c:
12492         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12493         (gst_ffmpegcsp_class_init):
12494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12495         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12496         (gst_videoscale_prepare_image):
12497         * gst/volume/gstvolume.c: (gst_volume_class_init),
12498         (volume_transform_ip):
12499           Basetransform updates. Enable passthrough modes.
12500         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12501         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12502         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12503           Negotiation fix that allows the window to return to the original
12504           size and renegotiate passthrough upstream. Extra debug output.
12505
12506 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12507
12508         * gst/sine/gstsinesrc.c:
12509         * gst/volume/gstvolume.c:
12510           fix up header include
12511
12512 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12513
12514         * gst-libs/gst/audio/gstbaseaudiosink.c:
12515         (gst_base_audio_sink_render):
12516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12517         * gst/volume/gstvolume.c: (gst_volume_class_init),
12518         (volume_transform):
12519           fixing lost sync, some more debugging
12520
12521 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12522
12523         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12524         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12525         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12526         (gst_xvimagesink_check_xshm_calls):
12527           Fix compilation when XShm is not available.
12528
12529 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12530
12531         * ext/libvisual/visual.c: (gst_visual_dispose),
12532         (gst_visual_getcaps), (gst_visual_src_setcaps),
12533         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12534         (gst_visual_change_state):
12535           Finish fixing up libvisual plugin so that it runs. 
12536
12537 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12538
12539         * ext/vorbis/vorbisenc.c:
12540         * gst-libs/gst/tag/gstvorbistag.c:
12541           gsttaginterface.h -> gsttagsetter.h
12542
12543 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12544
12545         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12546           added another test that failes for me (test is not active by default)
12547
12548 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12549
12550         * configure.ac:
12551           v4l2 is no longer in gst-plugins-base
12552
12553 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12554
12555         * configure.ac:
12556           In the output at the end, don't show the first plugin on the same
12557           line as "Core plug-ins, always built:".
12558           Indent the output as for other plugin categories
12559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12560           #define that can be used to not use peer buffer_alloc functions for
12561           test purposes.
12562         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12563         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12564         (gst_ximagesink_show_frame):
12565         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12566         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12567         (gst_xvimagesink_show_frame):
12568           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12569           fails gracefully instead of XError aborting or deadlocking.
12570
12571 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12572
12573         * ext/libvisual/Makefile.am:
12574           link against gst-base-libs
12575
12576 2005-09-06  David Schleef  <ds@schleef.org>
12577
12578         * configure.ac: Enable libvisual plugin.
12579         * ext/libvisual/Makefile.am:
12580         * ext/libvisual/visual.c: Fixes to make it compile.
12581
12582 === release 0.9.2 ===
12583
12584 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12585
12586         * NEWS:
12587         * RELEASE:
12588         * configure.ac:
12589         * docs/random/ChangeLog-0.8:
12590           releasing 0.9.2, "Spoon"
12591
12592 2005-09-05  Michael Smith <msmith@fluendo.com>
12593
12594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12595           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12596           that in the vorbisenc element.
12597
12598 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12599
12600         * common/gtk-doc-plugins.mak:
12601         * docs/plugins/Makefile.am:
12602           fix distcheck
12603         * gst/audioresample/resample.c:
12604           fix wrong docstring
12605
12606 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12607
12608         * common/gst-xmlinspect.py:
12609         * common/gtk-doc-plugins.mak:
12610           only inspect plugins for this given package
12611           require gst-python 0.9
12612
12613 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12614
12615         * Makefile.am:
12616         * autogen.sh:
12617         * common/gst-xmlinspect.py:
12618         * configure.ac:
12619         * docs/Makefile.am:
12620         * docs/plugins/inspect/plugin-alsa.xml:
12621         * docs/plugins/inspect/plugin-audioresample.xml:
12622         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12623         * docs/plugins/inspect/plugin-ogg.xml:
12624         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12625         * docs/plugins/tmpl/element-multifdsink.sgml:
12626         * docs/plugins/tmpl/element-tcpserversink.sgml:
12627         * docs/plugins/tmpl/element-vorbisenc.sgml:
12628         * gst-plugins-base.spec.in:
12629           various doc-related updates
12630
12631 2005-08-31  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst-libs/gst/audio/gstbaseaudiosink.c:
12634         (gst_base_audio_sink_render):
12635         Resync if the buffer timestamps drift more than a 10th 
12636         of a second.
12637
12638 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12641         (gst_v4lsrc_get_property):
12642           The 'timestamp-offset' property is registered as an int64, so
12643           let's use g_value_{set|get}_int64() in our setter and getter
12644           functions (makes it work and fixes warnings with gst-inspect).
12645
12646 2005-08-30  Wim Taymans  <wim@fluendo.com>
12647
12648         * check/elements/audioconvert.c: (setup_audioconvert):
12649         * check/elements/audioresample.c: (setup_audioresample):
12650         * check/elements/volume.c: (setup_volume):
12651         Fix checks.
12652
12653 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12654
12655         * common/gtk-doc-plugins.mak:
12656         * common/plugins.xsl:
12657         * docs/plugins/Makefile.am:
12658           make module a param
12659
12660 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12661
12662         * examples/seeking/seek.c: (make_mp3_pipeline),
12663         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12664         (play_cb), (pause_cb), (stop_cb):
12665           update the example
12666
12667 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12668
12669         * gst/volume/gstvolume.c: (gst_volume_class_init),
12670         (volume_transform):
12671           do not update controlled params, if buffer has no timestamp
12672
12673 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12674
12675         * configure.ac:
12676         * gst/sine/Makefile.am:
12677         * gst/volume/Makefile.am:
12678           controllerized elements also need to link against controller-libs ;)
12679
12680 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12681
12682         * docs/libs/tmpl/gstcolorbalance.sgml:
12683         * docs/libs/tmpl/gstgconf.sgml:
12684         * docs/libs/tmpl/gstmixer.sgml:
12685         * docs/libs/tmpl/gstringbuffer.sgml:
12686         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12687         (gst_sinesrc_create):
12688         * gst/volume/gstvolume.c: (gst_volume_class_init),
12689         (volume_transform):
12690           controllerized two audio plugins
12691
12692 2005-08-29  Andy Wingo  <wingo@pobox.com>
12693
12694         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12695         (vorbis_handle_data_packet): Fix some int overflow errors.
12696
12697         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12698         -1.
12699         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12700         valid.
12701         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12702         if it's valid. Fixed streaming-mode playback.
12703
12704         * check/elements/volume.c (cleanup_volume): Fix for running
12705         CK_FORK=no.
12706
12707         * check/elements/audioconvert.c: Convert from native endian, not
12708         little endian.
12709
12710 2005-08-29  Michael Smith <msmith@fluendo.com>
12711
12712         * ext/ogg/Makefile.am:
12713         * ext/ogg/gstogg.c: (plugin_init):
12714         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12715         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12716         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12717         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12718         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12719         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12720         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12721         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12722         Add an ogg parser element.
12723
12724 2005-08-28  Andy Wingo  <wingo@pobox.com>
12725
12726         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12727
12728 2005-08-26  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/audioconvert/audioconvert.c: (if), (float),
12731         (audio_convert_get_func_index), (check_default),
12732         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12733         (audio_convert_clean_context), (audio_convert_get_sizes),
12734         (audio_convert_convert):
12735         Cleanups.
12736
12737 2005-08-26  Wim Taymans  <wim@fluendo.com>
12738
12739         * gst/audioconvert/audioconvert.c: (if), (float),
12740         (audio_convert_get_func_index), (check_default),
12741         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12742         (audio_convert_clean_context), (audio_convert_get_sizes),
12743         (audio_convert_convert):
12744         More elegant and working temp buffer selection algo.
12745
12746 2005-08-26  Wim Taymans  <wim@fluendo.com>
12747
12748         * gst/audioconvert/audioconvert.c: (if), (float),
12749         (audio_convert_get_func_index), (check_default),
12750         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12751         (audio_convert_clean_context), (audio_convert_get_sizes),
12752         (get_temp_buffer), (audio_convert_convert):
12753         Use realloc else we lose our original data.
12754
12755 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12756
12757         * gst/audioresample/gstaudioresample.c:
12758           use base class' newsegment to properly timestamp
12759
12760 2005-08-26  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/audioconvert/audioconvert.c: (if), (float),
12763         (audio_convert_get_func_index), (check_default),
12764         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12765         (audio_convert_clean_context), (audio_convert_get_sizes),
12766         (get_temp_buffer), (audio_convert_convert):
12767         * gst/audioconvert/gstaudioconvert.c:
12768         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12769         (gst_audio_convert_transform_caps),
12770         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12771         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12772         Oops, allocate enough space to perform the channel mix.
12773
12774 2005-08-26  Wim Taymans  <wim@fluendo.com>
12775
12776         * gst/audioconvert/Makefile.am:
12777         * gst/audioconvert/audioconvert.c: (if), (float),
12778         (audio_convert_get_func_index), (check_default),
12779         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12780         (audio_convert_clean_context), (audio_convert_get_sizes),
12781         (get_temp_buffer), (audio_convert_convert):
12782         * gst/audioconvert/audioconvert.h:
12783         * gst/audioconvert/gstaudioconvert.c:
12784         (gst_audio_convert_class_init), (gst_audio_convert_init),
12785         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12786         (gst_audio_convert_get_unit_size),
12787         (gst_audio_convert_transform_caps),
12788         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12789         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12790         * gst/audioconvert/gstaudioconvert.h:
12791         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12792         (gst_channel_mix_fill_identical),
12793         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12794         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12795         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12796         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12797         (gst_channel_mix_mix):
12798         * gst/audioconvert/gstchannelmix.h:
12799         Cleanups, librarify a bit, optimize, better negotiation and more.
12800
12801 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12802
12803         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12804         Another from MikeS:
12805         During typefinding, don't support negative offsets
12806         (offsets from the end of the stream) in our typefind->peek() function
12807         - nothing embedded in ogg ever needs them. However, we need to recognise
12808         those requests and reject them, otherwise we return invalid pointers.
12809
12810 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12811
12812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12813         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12814         (vorbisdec_finalize), (vorbis_handle_type_packet):
12815           Big shout-out to MikeS for fixing this giant memory leak.
12816           Huzzah!
12817
12818 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12819
12820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12821         (audio_convert_get_unit_size):
12822           plug some leaks
12823
12824 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12825
12826         * check/Makefile.am:
12827         * check/elements/audioconvert.c: (setup_audioconvert),
12828         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12829         (GST_START_TEST), (audioconvert_suite), (main):
12830           add a test for audioconvert
12831         * gst/audioresample/gstaudioresample.c:
12832         * gst/audioresample/gstaudioresample.h:
12833           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12834           note that for buffers of 1/3 sec this means DURATION(c) is 
12835           one nanosecond more than for a and b
12836
12837 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12838
12839         * check/Makefile.am:
12840         * check/elements/audioresample.c: (setup_audioresample),
12841         (cleanup_audioresample), (fail_unless_perfect_stream),
12842         (test_perfect_stream_instance), (GST_START_TEST),
12843           add a check for audioresample
12844         (audioresample_suite), (main):
12845         * check/elements/volume.c: (GST_START_TEST):
12846           remove unused method
12847         * gst/audioresample/gstaudioresample.c:
12848           set correct buffer parameters since we're changing them
12849         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12850           add some debug
12851
12852 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12853
12854         * gst/audioresample/debug.c:
12855         * gst/audioresample/gstaudioresample.c:
12856           add room for extra overlap samples when asked to transform size
12857           protect against possible mem corruption and check for discrepancies
12858           between written size and outbuffer's size so we can warn for
12859           potential problems
12860         * gst/audioresample/resample.c: (resample_init),
12861         (resample_get_output_size_for_input), (resample_get_output_size),
12862         (resample_set_n_channels), (resample_set_format):
12863           set debug level based on RESAMPLE_DEBUG env var
12864           make sure that get_output_size* returns a whole number of
12865           sample_size
12866           set sample_size each time either channel or format is set
12867         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12868         * gst/audioresample/resample_functable.c:
12869         (resample_scale_functable):
12870         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12871           remove r->sample_size, it's done in resample.c now
12872           add some debugging to the ref implementation
12873           make sure we only give back bytes that are wholes of the sample
12874           size
12875
12876 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12877         * gst/playback/gstplaybasebin.c: (fill_buffer):
12878         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12879
12880 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12881
12882         * gst/volume/gstvolume.c:
12883           made set_caps function static
12884
12885 2005-08-24  Wim Taymans  <wim@fluendo.com>
12886
12887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12888         (gst_vorbisenc_change_state):
12889         Stop leaking taglists.
12890
12891 2005-08-24  Wim Taymans  <wim@fluendo.com>
12892
12893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12894         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12895         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12896         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12897         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12898         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12899         Parse seeking events better.
12900         Unref static caps.
12901         Generate correct newsegment events, fixes seeking in live oggs.
12902
12903         * ext/theora/theoradec.c: (theora_dec_src_query),
12904         (theora_dec_src_event), (theora_dec_src_getcaps),
12905         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12906         Use newsegment values to report correct play time.
12907
12908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12909         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12910         * ext/vorbis/vorbisdec.h:
12911         Parse and use newsegment values to report correct play time.
12912
12913         * gst-libs/gst/audio/gstbaseaudiosink.c:
12914         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12915         Clear ringbuffer on flush.
12916         Use newsegment values to calculate playback time.
12917
12918         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12920         Basesink does newsegment calculations for us now.
12921
12922 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * check/Makefile.am:
12925         * configure.ac:
12926           add core's plugins to the mix so that playbin works
12927         * check/generic/states.c: (GST_START_TEST):
12928           set a 0 timeout on pipelines, so they don't force the next
12929           state change
12930         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12931         (gst_play_base_bin_change_state):
12932           remove the crappy error handling and do GST error handling
12933
12934 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12935
12936         * check/Makefile.am:
12937         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12938           add same test as to core, it bitches out on playbin atm.
12939
12940 2005-08-24  Wim Taymans  <wim@fluendo.com>
12941
12942         * configure.ac:
12943         Remove audioscale.
12944
12945 2005-08-24  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12948         (gst_videoscale_prepare_size), (parse_caps),
12949         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12950         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12951         (gst_videoscale_transform):
12952         * gst/videoscale/gstvideoscale.h:
12953         Refactor, make use of BaseTranform really well.
12954
12955 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12956
12957         * configure.ac:
12958           compile audioresample
12959         * gst/audioresample/Makefile.am:
12960         * gst/audioresample/buffer.c:
12961         * gst/audioresample/functable.c:
12962         * gst/audioresample/gstaudioresample.c:
12963         * gst/audioresample/gstaudioresample.h:
12964         * gst/audioresample/resample.c:
12965         (resample_get_output_size_for_input):
12966         * gst/audioresample/resample.h:
12967         * gst/audioresample/resample_chunk.c:
12968         * gst/audioresample/resample_functable.c:
12969         * gst/audioresample/resample_ref.c:
12970           port to use basetransform; doesn't work in all cases yet
12971
12972 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12973
12974         * gst/audioconvert/gstaudioconvert.c:
12975         (gst_audio_convert_class_init), (gst_audio_convert_init),
12976         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12977         (audio_convert_fixate_caps), (audio_convert_set_caps),
12978         (audio_convert_transform),
12979         (gst_audio_convert_buffer_to_default_format),
12980         (gst_audio_convert_buffer_from_default_format),
12981         (gst_audio_convert_channels):
12982         * gst/audioconvert/gstchannelmix.c:
12983         * gst/audioconvert/gstchannelmix.h:
12984           port to basetransform
12985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12986         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12987         (gst_ffmpegcsp_get_unit_size):
12988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12989         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12990           fix for basetransform changes
12991
12992 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12993
12994         * check/Makefile.am:
12995           Add CHECK_CFLAGS and LDFLAGS
12996
12997         * gst/playback/gstplaybasebin.c: (fill_buffer):
12998           GST_MESSAGE_SRC became a GObject
12999
13000 2005-08-24  Wim Taymans  <wim@fluendo.com>
13001
13002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13003         (gst_ring_buffer_clear_all):
13004         * gst-libs/gst/audio/gstringbuffer.h:
13005         Added function to clear the ringbuffer.
13006
13007 2005-08-24  Andy Wingo  <wingo@pobox.com>
13008
13009         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13010         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13011         of _open and _close.
13012
13013         * sys/v4l/gstv4lxoverlay.h:
13014         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13015         an Xv connection here, instead of all the time. Make Xv only be
13016         loaded if you axe for it. Kindof a workaround for buggy behaviour
13017         of Xv when using remote xservers (XvQueryExtension would block).
13018         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13019         replace the _open and _close public API. Only start the xv
13020         connection if necessary.
13021         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13022
13023 2005-08-23  David Schleef  <ds@schleef.org>
13024
13025         * gst/audioresample/Makefile.am: Leet audioresampling code
13026         * gst/audioresample/buffer.c:
13027         * gst/audioresample/buffer.h:
13028         * gst/audioresample/debug.c:
13029         * gst/audioresample/debug.h:
13030         * gst/audioresample/functable.c:
13031         * gst/audioresample/functable.h:
13032         * gst/audioresample/gstaudioresample.c:
13033         * gst/audioresample/gstaudioresample.h:
13034         * gst/audioresample/resample.c:
13035         * gst/audioresample/resample.h:
13036         * gst/audioresample/resample_chunk.c:
13037         * gst/audioresample/resample_functable.c:
13038         * gst/audioresample/resample_ref.c:
13039
13040 2005-08-23  Wim Taymans  <wim@fluendo.com>
13041
13042         * examples/seeking/seek.c: (make_vorbis_pipeline),
13043         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13044         Small seek updates.
13045
13046 2005-08-23  Andy Wingo  <wingo@pobox.com>
13047
13048         * gst-libs/gst/audio/gstbaseaudiosrc.c
13049         (gst_base_audio_src_fixate): Only fixate endianness if it is
13050         present in the caps.
13051
13052 2005-08-22  Andy Wingo  <wingo@pobox.com>
13053
13054         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13055         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13056         device-name property.
13057
13058         * gst-libs/gst/audio/gstaudiosrc.h:
13059         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13060         close_device in the ring buffer, like gstaudiosink.
13061
13062         * ext/alsa/gstalsamixer.h:
13063         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13064         macro to implement the interface without much code. Cleanups. 
13065
13066         * ext/alsa/gstalsasrc.h:
13067         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13068         READY.
13069
13070         * ext/alsa/Makefile.am: Add new files.
13071         * ext/alsa/gstalsamixerelement.c: 
13072         * ext/alsa/gstalsamixerelement.c: Split element code out from
13073         mixer code so that alsasrc can be a mixer too.
13074
13075 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13076
13077         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13078         (GST_START_TEST):
13079         * check/elements/vorbisdec.c: (setup_vorbisdec),
13080         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13081         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13082         (vorbis_handle_identification_packet),
13083         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13084         (vorbis_handle_header_packet), (vorbis_dec_push),
13085         (vorbis_dec_chain):
13086           use the setup/teardown methods to save code.  save code is good.
13087
13088 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13089
13090         * check/Makefile.am:
13091           add ext dir for plugins
13092           add vorbisdec test conditionally
13093         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13094         (GST_START_TEST), (volume_suite):
13095           add a test with wrong caps
13096         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13097         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13098           add a vorbisdec test
13099         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13100         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13101           clean up debug output
13102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13103           yay, fix a segfault/security issue in vorbisdec
13104           gst-launch fakesrc ! vorbisdec wasn't happy
13105         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13106         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13107         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13108         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13109         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13110         (gst_vorbisenc_set_metadata), (get_constraints_string),
13111         (update_start_message), (gst_vorbisenc_setup),
13112         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13113         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13114         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13115         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13116         * ext/vorbis/vorbisenc.h:
13117           march in line
13118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13119         (gst_ffmpegcsp_transform):
13120           have the kow come home
13121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13122           debug my func ptr
13123         * gst/volume/gstvolume.c: (volume_set_caps):
13124           add a debug
13125
13126 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13127
13128         * Makefile.am:
13129         * check/.cvsignore:
13130         * check/Makefile.am:
13131         * check/elements/.cvsignore:
13132         * check/elements/volume.c: (chain_func), (event_func),
13133         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13134         (main):
13135         * configure.ac:
13136           add unit test structure for gst-plugins-base
13137           add a test for volume
13138         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13139         (gst_volume_set_volume), (gst_volume_get_volume),
13140         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13141         (volume_funcfind), (volume_process_float), (volume_process_int16),
13142         (volume_set_caps), (volume_transform), (volume_update_mute),
13143         (volume_update_volume), (volume_set_property),
13144         (volume_get_property):
13145           document a little; use basetransform vmethod _set_caps
13146
13147 2005-08-19  Andy Wingo  <wingo@pobox.com>
13148
13149         * ext/alsa/gstalsamixertrack.h:
13150         * ext/alsa/gstalsamixertrack.c:
13151         * ext/alsa/gstalsamixeroptions.h:
13152         * ext/alsa/gstalsamixeroptions.c:
13153         * ext/alsa/gstalsamixer.h:
13154         * ext/alsa/gstalsamixer.c: Port to 0.9.
13155
13156         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13157         Remove gstalsa.c and alsaclock. No more cruft here.
13158         
13159 2005-08-18  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13162         (gst_base_rtp_depayload_chain),
13163         (gst_base_rtp_depayload_add_to_queue),
13164         (gst_base_rtp_depayload_push),
13165         (gst_base_rtp_depayload_queue_release):
13166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13167         Fix for RTPBuffer changes.
13168
13169         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13170         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13171         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13172         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13173         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13174         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13175         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13176         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13177         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13178         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13179         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13180         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13181         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13182         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13183         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13184         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13185         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13186         (gst_rtpbuffer_get_payload):
13187         * gst-libs/gst/rtp/gstrtpbuffer.h:
13188         Don't subclass GstBuffer but add methods and helper functions
13189         to construct and manipulate RTP packets in regular GstBuffers.
13190
13191 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13192
13193         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13194           moved statement below switch
13195         * gst/volume/gstvolume.c: (gst_volume_class_init):
13196           added debug ptr
13197
13198 2005-08-16  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13201         (gst_base_audio_src_change_state):
13202         Open and close device in READY<->NULL state change.
13203
13204 2005-08-16  Andy Wingo  <wingo@pobox.com>
13205
13206         * examples/seeking/Makefile.am: Don't compile non-compiling
13207         compiled objects with the compiler.
13208
13209         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13210         elements.
13211
13212 2005-08-12  Philippe Khalaf <burger@speedy.org>
13213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13215           Made a thread to release the queue.
13216           Removed timestamp conversion for now.
13217
13218 2005-08-10  Philippe Khalaf <burger@speedy.org>
13219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13220         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13221           Added rtp timestamp -> gst timestamp conversion.
13222           Fixed several problems with queue.
13223
13224 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13225
13226         * gst-libs/gst/audio/gstaudioclock.h:
13227         * gst-libs/gst/audio/gstaudiofilter.h:
13228         * gst-libs/gst/audio/gstaudiosink.h:
13229         * gst-libs/gst/audio/gstaudiosrc.h:
13230         * gst-libs/gst/audio/gstbaseaudiosink.h:
13231         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13232         * gst-libs/gst/audio/gstringbuffer.h:
13233         * gst-libs/gst/net/gstnetbuffer.h:
13234         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13235         * gst-libs/gst/rtp/gstrtpbuffer.h:
13236           Add padding (you will need to rebuild gst-plugins-base,
13237           gst-plugins and all applications afterwards!)
13238
13239 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13242         (gst_riff_parse_chunk):
13243           Fix bug in debug message and add some more debug messages.
13244
13245 2005-08-08  Edward Hervey  <edward@fluendo.com>
13246
13247         * gst-libs/gst/riff/riff-media.c:
13248         backported updates since branch
13249
13250 2005-08-08  Andy Wingo  <wingo@pobox.com>
13251
13252         * gst-libs/gst/audio/gstbaseaudiosink.c
13253         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13254         like good elements should. Close on READY->NULL too.
13255
13256         * gst-libs/gst/audio/gstaudiosink.c
13257         (gst_audioringbuffer_open_device,
13258         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13259         (gst_audioringbuffer_release): Updates for new ring buffer API,
13260         hook into the new audio sink api.
13261
13262         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13263         (GstAudioSinkClass.close): Just open and close the device -- no
13264         resource allocation or configuration.
13265         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13266         vmethods, handle device setup and resource allocation.
13267
13268         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13269         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13270         base class API.
13271
13272         * gst-libs/gst/audio/gstringbuffer.h
13273         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13274         New vmethods.
13275
13276         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13277         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13278         New API functions. The device should be opened before acquiring
13279         and closed after releasing.
13280
13281 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13282
13283         * gst-libs/gst/interfaces/mixer.h:
13284           Reset padding to GST_PADDING.
13285
13286 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13287
13288         * gst/playback/gstplaybin.c: (remove_sinks):
13289           Remove visualization from parent explicitely; works around some
13290           apparent refcount issue that I haven't tracked down yet.
13291
13292 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13293
13294         * ext/alsa/gstalsasink.c: (set_hwparams):
13295           Assign debug category, add negotiation debug msgs.
13296
13297 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13298
13299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13300           Fix error code for file-not-found to NOT_FOUND.
13301
13302 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13303
13304         * common/gtk-doc-plugins.mak:
13305         * docs/plugins/Makefile.am:
13306         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13307         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13308           renamed to actual element names, so much nicer to look at
13309         * docs/plugins/tmpl/gstmultifdsink.sgml:
13310           remove
13311         * docs/plugins/tmpl/multifdsink.sgml:
13312         * docs/plugins/tmpl/tcpserversink.sgml:
13313           add
13314         * ext/alsa/gstalsa.c:
13315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13316         * ext/ogg/gstoggmux.c:
13317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13318         * gst/playback/gstdecodebin.c:
13319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13320         * gst/tcp/gsttcpserversink.c:
13321           various fixes and documentation additions
13322
13323 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13324
13325         * common/Makefile.am:
13326         * common/gstdoc-scangobj:
13327         * common/gtk-doc-plugins.mak:
13328         * common/gtk-doc.mak:
13329           add a custom scangobj that uses the registry
13330           add a custom gtk-doc-plugins.mak that uses it
13331           some doc build fixes
13332         * configure.ac:
13333         * docs/Makefile.am:
13334         * docs/plugins/Makefile.am:
13335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13337         * docs/plugins/gst-plugins-base-plugins.types:
13338         * docs/plugins/tmpl/gstmultifdsink.sgml:
13339           add docs for one element, multifdsink
13340         * gst/adder/gstadder.h:
13341         * gst/volume/gstvolume.h:
13342           don't privatize enum
13343         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13344         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13345         (gst_sync_method_get_type), (gst_client_status_get_type),
13346         (gst_multifdsink_class_init),
13347         (gst_multifdsink_client_queue_buffer),
13348         (gst_multifdsink_handle_client_write):
13349         * gst/tcp/gstmultifdsink.h:
13350         * gst/tcp/gsttcp.h:
13351         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13352         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13353         (gst_tcpclientsink_render):
13354         * gst/tcp/gsttcpclientsink.h:
13355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13356         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13357         (gst_tcpclientsrc_start):
13358         * gst/tcp/gsttcpclientsrc.h:
13359         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13360         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13361         * gst/tcp/gsttcpserversrc.h:
13362         * gst/typefind/gsttypefindfunctions.c:
13363           remove superfluous Type stuff
13364
13365 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13366
13367         * gst/playback/gstplaybin.c: (gen_video_element):
13368           Enable videoscale.
13369
13370 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13371
13372         * gst-libs/gst/gconf/gconf.c:
13373         * gst-libs/gst/gconf/gconf.h:
13374           Fix some Andy Problem [tm].
13375
13376 2005-08-04  Andy Wingo  <wingo@pobox.com>
13377
13378         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13380         (gst_ffmpegcsp_get_size): Adapt to API changes.
13381
13382         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13383         Implement an in-place do-nothing transform.
13384
13385 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13386
13387         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13388         (gst_ximagesink_renegotiate_size):
13389           Do not set new window sizes yet if we prepare a new buffer size
13390           for upstream renegotiation (software scaling) at some point in the
13391           future, because this new size waqs not actually accepted yet. Once
13392           accepted, renegotiation later on will set the new sizes just fine.
13393           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13394           embedding testcase.
13395
13396 2005-08-03  Andy Wingo  <wingo@pobox.com>
13397
13398         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13399         (gst_ximagesink_buffer_alloc): 
13400         Protect the height, width, and desired_caps with the pool_lock.
13401         Fixes videotestsrc ! queue ! ximagesink.
13402
13403 2005-08-02  Edward Hervey  <edward@fluendo.com>
13404
13405         * gst/volume/gstvolume.c:
13406         include left from controller cleanup
13407
13408 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13410           Stop collectpads before calling the parent state
13411           change function on PAUSED->READY.
13412
13413 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13414         * configure.ac:
13415           When testing for X libs, use the X CFlags 
13416         * gst/adder/gstadder.c: (gst_adder_change_state):
13417           Stop the collectpads before calling parent state change function
13418           on PAUSED->READY, otherwise we deadlock deactivating pads.
13419
13420 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13421
13422         * configure.ac:
13423         * docs/libs/tmpl/gstcolorbalance.sgml:
13424         * docs/libs/tmpl/gstmixer.sgml:
13425         * examples/Makefile.am:
13426         * gst/sine/Makefile.am:
13427         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13428         (gst_sinesrc_set_property), (plugin_init):
13429         * gst/sine/gstsinesrc.h:
13430         * gst/volume/Makefile.am:
13431         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13432         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13433         (volume_process_float), (volume_process_int16),
13434         (volume_set_property), (plugin_init):
13435         * gst/volume/gstvolume.h:
13436           deactivate and remove dparams (libgstcontrol)
13437
13438 2005-07-29  Wim Taymans  <wim@fluendo.com>
13439
13440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13441         Convert me to BaseTransform!! help..
13442
13443 2005-07-29  Andy Wingo  <wingo@pobox.com>
13444
13445         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13446         sinks.
13447
13448         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13449         support of both endiannesses.
13450
13451 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13454           Fix confusing debug message (s/event/query/)
13455
13456 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * gst/videotestsrc/videotestsrc.h:
13459           Use "_stdint.h" instead of <stdint.h>
13460
13461 2005-07-27  Wim Taymans  <wim@fluendo.com>
13462
13463         * ext/vorbis/Makefile.am:
13464         Revert wrong commit.
13465
13466 2005-07-27  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13469         More compilation fixen.
13470
13471 2005-07-27  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst-libs/gst/audio/gstbaseaudiosink.c:
13474         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13475         (gst_base_audio_sink_create_ringbuffer),
13476         (gst_base_audio_sink_change_state):
13477         Fix compilation.
13478
13479 2005-07-27  Wim Taymans  <wim@fluendo.com>
13480
13481         * examples/seeking/seek.c: (setup_dynamic_link),
13482         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13483         (query_positions_elems), (query_positions_pads), (do_seek):
13484         Update seek example.
13485
13486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13487         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13488         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13489         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13490         (gst_ogg_demux_handle_event),
13491         (gst_ogg_demux_deactivate_current_chain),
13492         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13493         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13494         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13495         (gst_ogg_demux_loop):
13496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13497         * ext/theora/theoradec.c: (theora_dec_src_event),
13498         (theora_dec_src_getcaps), (theora_dec_sink_event),
13499         (theora_dec_push), (theora_dec_chain):
13500         * ext/vorbis/Makefile.am:
13501         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13502         (vorbis_dec_sink_event), (vorbis_dec_push),
13503         (vorbis_handle_data_packet):
13504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13505         (gst_vorbisenc_chain):
13506         * gst/playback/gststreaminfo.c: (cb_probe):
13507         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13508         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13509         * gst/videoscale/gstvideoscale.c:
13510         (gst_videoscale_handle_src_event):
13511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13512         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13513         (gst_ximagesink_navigation_send_event):
13514         * sys/xvimage/xvimagesink.c:
13515         (gst_xvimagesink_navigation_send_event):
13516         Various event updates and cleanups
13517
13518 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13519
13520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13521           Fix segfault for I420/YV12.
13522
13523 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13524
13525         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13526           Report bitrate.
13527
13528 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13529
13530         * gst/playback/gstplaybin.c: (gen_video_element),
13531         (gen_audio_element):
13532           Switch to auto*sink elements as default sinks; add volume element
13533           so that volume control in totem works.
13534
13535 2005-07-21  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13538         * gst/playback/gstplaybin.c: (setup_sinks),
13539         (gst_play_bin_change_state):
13540         Refcount fix and more comments.
13541
13542 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13543
13544         * sys/ximage/Makefile.am:
13545         * sys/ximage/ximage.c: (plugin_init):
13546         * sys/ximage/ximagesink.c:
13547         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13548         
13549
13550 2005-07-21  Wim Taymans  <wim@fluendo.com>
13551
13552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13553         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13554         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13555         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13556         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13557         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13558         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13559         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13560         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13561         Generate correct disconts for live chained oggs.
13562
13563         * gst-libs/gst/audio/gstbaseaudiosink.c:
13564         (gst_base_audio_sink_render),
13565         (gst_base_audio_sink_create_ringbuffer),
13566         (gst_base_audio_sink_change_state):
13567         Handle discont math correctly.
13568
13569         * gst/playback/gstplaybin.c: (add_sink):
13570         Some small debug cleanup.
13571
13572 2005-07-21  Wim Taymans  <wim@fluendo.com>
13573
13574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13575         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13576         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13577         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13578         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13579         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13580         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13581         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13582         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13583         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13584         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13585         (gst_ogg_demux_change_state), (gst_ogg_print):
13586         Reorganize code to send the right disconts when in streaming
13587         mode.
13588
13589 2005-07-20  Andy Wingo  <wingo@pobox.com>
13590
13591         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13592         fix (?), fixes a seggie mcfalterson (#310894).
13593
13594 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13595
13596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13597         (gst_ogg_mux_set_header_on_caps):
13598         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13600         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13601         * gst-libs/gst/audio/multichannel.c:
13602         (gst_audio_set_channel_positions),
13603         (gst_audio_set_structure_channel_positions_list):
13604         * gst/playback/gstdecodebin.c: (dynamic_create):
13605         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13606         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13607           Fixes for API changes in core.
13608
13609 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13610
13611         * gst/playback/gstplaybasebin.c: (fill_buffer):
13612           Use _new_custom() so we can set custom message types for buffering
13613           messages.
13614
13615 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * configure.ac:
13618         * gst-libs/gst/Makefile.am:
13619         * gst-libs/gst/gconf/.cvsignore:
13620         * gst-libs/gst/gconf/Makefile.am:
13621         * gst-libs/gst/gconf/test-gconf.c:
13622         * pkgconfig/Makefile.am:
13623         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13624         * pkgconfig/gstreamer-gconf.pc.in:
13625           Remove gconf stuff, use gconf elements instead from now on.
13626
13627 2005-07-20  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst-libs/gst/audio/TODO:
13630         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13631         (gst_audio_clock_get_internal_time):
13632         * gst-libs/gst/audio/gstaudioclock.h:
13633         * gst-libs/gst/audio/gstbaseaudiosink.c:
13634         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13635         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13636         (gst_base_audio_sink_render),
13637         (gst_base_audio_sink_create_ringbuffer),
13638         (gst_base_audio_sink_change_state):
13639         Make sure the audio clock always returns an increasing value.
13640
13641 2005-07-19  Andy Wingo  <wingo@pobox.com>
13642
13643         * gst/videotestsrc/: Cleanups.
13644
13645 2005-07-19  Wim Taymans  <wim@fluendo.com>
13646
13647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13648         Better debugging.
13649
13650 2005-07-19  Wim Taymans  <wim@fluendo.com>
13651
13652         * examples/seeking/seek.c: (make_dv_pipeline),
13653         (make_vorbis_theora_pipeline), (query_rates),
13654         (query_positions_elems), (query_positions_pads), (do_seek):
13655         Make correct DV pipeline.
13656
13657 2005-07-18  Andy Wingo  <wingo@pobox.com>
13658
13659         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13660         default. Also because it's the only thing that really works. (This
13661         is used in the GConf elements).
13662         Use AS_LIBTOOL_TAGS.
13663
13664 2005-07-18  Wim Taymans  <wim@fluendo.com>
13665
13666         * gst/playback/gstdecodebin.c: (remove_element_chain):
13667         * gst/playback/gstplaybin.c: (add_sink):
13668         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13669         (gst_stream_info_set_mute):
13670         * gst/playback/gststreamselector.c:
13671         (gst_stream_selector_get_linked_pad),
13672         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13673         More leak and compile fixes.
13674
13675 2005-07-18  Wim Taymans  <wim@fluendo.com>
13676
13677         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13678         (query_rates), (query_positions_elems), (query_positions_pads),
13679         (do_seek), (seek_cb), (stop_seek):
13680         Updated seek example. 
13681
13682         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13683         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13684         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13685         * gst/playback/gstplaybin.c: (add_sink):
13686         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13687         (gst_stream_info_set_mute):
13688         Some refcount leak fixes.
13689
13690 2005-07-16  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst-libs/gst/audio/gstbaseaudiosink.c:
13693         (gst_base_audio_sink_render):
13694         Align samples even if we have roundoff errors in the 
13695         timestamp conversion.
13696
13697 2005-07-16  Wim Taymans  <wim@fluendo.com>
13698
13699         * docs/libs/tmpl/gstringbuffer.sgml:
13700         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13701         (query_rates), (query_positions_elems), (query_positions_pads),
13702         (update_scale), (do_seek):
13703         Updated seek example.
13704
13705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13706         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13707         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13708         (gst_ogg_demux_loop):
13709         Push out correct discont values.
13710
13711         * ext/theora/theoradec.c: (theora_dec_src_convert),
13712         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13713         (theora_dec_sink_event), (theora_handle_type_packet),
13714         (theora_handle_header_packet), (theora_dec_push),
13715         (theora_handle_data_packet), (theora_dec_chain),
13716         (theora_dec_change_state):
13717         Better timestamping.
13718
13719         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13720         (vorbis_dec_sink_event), (vorbis_dec_push),
13721         (vorbis_handle_data_packet), (vorbis_dec_chain):
13722         * ext/vorbis/vorbisdec.h:
13723         Better timestamping.
13724
13725         * gst-libs/gst/audio/gstbaseaudiosink.c:
13726         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13727         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13728         Handle syncing on timestamps instead of sample offsets. Make
13729         use of DISCONT values as described in design docs.
13730
13731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13732         (gst_base_audio_src_get_time):
13733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13734         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13735         (gst_ring_buffer_read):
13736         * gst-libs/gst/audio/gstringbuffer.h:
13737         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13738         (gst_ximagesink_show_frame):
13739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13740         Correcly convert buffer timestamp to stream time.
13741
13742 2005-07-16  Wim Taymans  <wim@fluendo.com>
13743
13744         * gst/audioconvert/gstaudioconvert.c:
13745         (gst_audio_convert_get_buffer):
13746         Timestamp buffers correctly.
13747
13748         * gst/playback/gstplaybin.c: (gen_video_element):
13749         Make internal fakesink silent.
13750
13751 2005-07-15  Wim Taymans  <wim@fluendo.com>
13752
13753         * gst/ffmpegcolorspace/Makefile.am:
13754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13755         (gst_ffmpegcsp_caps_remove_format_info),
13756         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13757         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13758         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13759         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13760         Ported ffmpegcolorspace to basetransform.
13761
13762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13763         * gst/volume/gstvolume.c: (volume_transform):
13764         Ported to new API.
13765
13766 2005-07-14  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/videotestsrc/Makefile.am:
13769         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13770         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13771         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13772         (gst_videotestsrc_init), (gst_videotestsrc_event),
13773         (gst_videotestsrc_create), (gst_videotestsrc_start),
13774         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13775         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13776         (gst_videotestsrc_get_property):
13777         * gst/videotestsrc/gstvideotestsrc.h:
13778         Make videotestsrc a pushsrc.
13779
13780 2005-07-14  Wim Taymans  <wim@fluendo.com>
13781
13782         * gst/tcp/gstfdset.c: (gst_fdset_free):
13783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13784         (gst_multifdsink_add), (gst_multifdsink_remove),
13785         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13786         (gst_multifdsink_remove_client_link),
13787         (gst_multifdsink_client_queue_data),
13788         (gst_multifdsink_client_queue_caps),
13789         (gst_multifdsink_client_queue_buffer),
13790         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13791         (gst_multifdsink_stop):
13792         * gst/tcp/gstmultifdsink.h:
13793         0.8 backporting.
13794
13795         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13796         Also draw image when not from a pool.
13797
13798 2005-07-14  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13801         (mute_stream), (silence_stream):
13802         Small debug additions.
13803
13804 2005-07-14  Wim Taymans  <wim@fluendo.com>
13805
13806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13807         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13808         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13809         Better error recovery, ignore unconnected pads and
13810         non-fatal errors.
13811
13812 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13813
13814         * docs/libs/tmpl/gstaudio.sgml:
13815         * docs/libs/tmpl/gstcolorbalance.sgml:
13816         * docs/libs/tmpl/gstgconf.sgml:
13817         * docs/libs/tmpl/gstmixer.sgml:
13818         * docs/libs/tmpl/gstringbuffer.sgml:
13819         * docs/libs/tmpl/gsttuner.sgml:
13820         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13821         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13822         (gst_tcpclientsrc_class_init):
13823         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13824         (gst_tcpserversrc_class_init):
13825         * sys/v4l/gstv4lelement.c:
13826           more autistic cleanliness in functions/names/defines
13827
13828 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13829
13830         * configure.ac:
13831           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13832           added manually to each Makefile.am so we are sure it goes
13833           *last* and doesn't add -L flags before linking in libs of our
13834           own, like, say, internal .la libs, that then accidentally pick
13835           up the installed copy.
13836         * docs/libs/Makefile.am:
13837         * ext/alsa/Makefile.am:
13838         * ext/cdparanoia/Makefile.am:
13839         * ext/gnomevfs/Makefile.am:
13840         * ext/libvisual/Makefile.am:
13841         * ext/ogg/Makefile.am:
13842         * ext/theora/Makefile.am:
13843         * ext/vorbis/Makefile.am:
13844         * gst-libs/gst/video/Makefile.am:
13845         * gst/adder/Makefile.am:
13846         * gst/audioconvert/Makefile.am:
13847         * gst/audiorate/Makefile.am:
13848         * gst/audioscale/Makefile.am:
13849         * gst/ffmpegcolorspace/Makefile.am:
13850         * gst/playback/Makefile.am:
13851         * gst/sine/Makefile.am:
13852         * gst/subparse/Makefile.am:
13853         * gst/tags/Makefile.am:
13854         * gst/tcp/Makefile.am:
13855         * gst/typefind/Makefile.am:
13856         * gst/videorate/Makefile.am:
13857         * gst/videoscale/Makefile.am:
13858         * gst/videotestsrc/Makefile.am:
13859         * gst/volume/Makefile.am:
13860         * sys/v4l/Makefile.am:
13861         * sys/ximage/Makefile.am:
13862         * sys/xvimage/Makefile.am:
13863           adapt properly to this change. This should make sure that
13864           plugins and libs properly link to the as-yet-uninstalled
13865           copies of stuff like libgstinterfaces and libgstvideo
13866
13867 2005-07-13  Andy Wingo  <wingo@pobox.com>
13868
13869         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13870         (gst_v4lsrc_fixate): Fixate on format as well.
13871
13872         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13873         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13874         buffer points to it.
13875         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13876         rather just doing X calls ourselves. Also fixes a memleak.
13877
13878 2005-07-12  Andy Wingo  <wingo@pobox.com>
13879
13880         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13881         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13882         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13883         TRUE to avoid deadlocks if an element holds on to our buffers.
13884
13885 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13886
13887         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13888         (gst_sinesrc_init), (gst_sinesrc_create),
13889         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13890         (gst_sinesrc_start):
13891         * gst/sine/gstsinesrc.h:
13892           removing num-buffers property before moving it
13893
13894 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13895
13896         * configure.ac:
13897           use overridable ERROR_CFLAGS
13898         * docs/libs/gst-plugins-base-libs.types:
13899         * docs/libs/tmpl/gstringbuffer.sgml:
13900         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13901         (gst_alsasink_class_init):
13902         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13903         (gst_alsasrc_class_init):
13904         * gst-libs/gst/audio/audio.h:
13905         * gst-libs/gst/audio/gstaudioclock.h:
13906         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13907         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13908         (gst_audio_filter_link), (gst_audio_filter_init),
13909         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13910         (gst_audio_filter_get_property),
13911         (gst_audio_filter_class_add_pad_templates):
13912         * gst-libs/gst/audio/gstaudiofilter.h:
13913         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13914         (gst_audio_filter_template_get_type),
13915         (gst_audio_filter_template_base_init),
13916         (gst_audio_filter_template_class_init),
13917         (gst_audio_filter_template_init),
13918         (gst_audio_filter_template_set_property),
13919         (gst_audio_filter_template_get_property), (plugin_init),
13920         (gst_audio_filter_template_setup),
13921         (gst_audio_filter_template_filter),
13922         (gst_audio_filter_template_filter_inplace):
13923         * gst-libs/gst/audio/gstaudiosink.c:
13924         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13925         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13926         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13927         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13928         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13929         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13930         * gst-libs/gst/audio/gstaudiosink.h:
13931         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13932         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13933         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13934         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13935         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13936         (gst_audio_src_class_init), (gst_audio_src_init),
13937         (gst_audio_src_create_ringbuffer):
13938         * gst-libs/gst/audio/gstaudiosrc.h:
13939         * gst-libs/gst/audio/gstbaseaudiosink.c:
13940         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13941         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13942         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13943         (gst_base_audio_sink_set_property),
13944         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13945         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13946         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13947         (gst_base_audio_sink_create_ringbuffer),
13948         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13949         * gst-libs/gst/audio/gstbaseaudiosink.h:
13950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13951         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13952         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13953         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13954         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13955         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13956         (gst_base_audio_src_event), (gst_base_audio_src_create),
13957         (gst_base_audio_src_create_ringbuffer),
13958         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13959         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13960         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13961         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13962         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13963         (gst_ring_buffer_debug_spec_caps),
13964         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13965         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13966         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13967         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13968         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13969         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13970         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13971         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13972         (gst_ring_buffer_clear):
13973         * gst-libs/gst/audio/gstringbuffer.h:
13974         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13975         (gst_video_sink_class_init), (gst_video_sink_get_type):
13976         * gst-libs/gst/video/videosink.h:
13977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13978         (gst_multifdsink_class_init),
13979         (gst_multifdsink_handle_client_write),
13980         (gst_multifdsink_change_state):
13981         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13982         (gst_tcpclientsink_setcaps):
13983         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13984         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13985         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13986         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13987         (gst_ximagesink_send_pending_navigation),
13988         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13989         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13991         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13992         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13993         (gst_xvimagesink_send_pending_navigation),
13994         (gst_xvimagesink_navigation_send_event),
13995         (gst_xvimagesink_set_xwindow_id),
13996         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13997         (gst_xvimagesink_get_type):
13998         more macro splitting
13999
14000 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14001
14002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14003           plug a memleak, allows me to import 1479 albums in one go
14004           in jamboree
14005         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14006         (vorbis_handle_type_packet), (vorbis_dec_chain),
14007         (vorbis_dec_change_state):
14008           fix some format strings
14009
14010 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14011
14012         * docs/libs/tmpl/gstcolorbalance.sgml:
14013         * docs/libs/tmpl/gstmixer.sgml:
14014         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14015         (gst_alsasink_set_property), (gst_alsasink_get_property):
14016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14017         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14018           add device property
14019
14020 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14023         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14024         (audiocast_register_listener), (audiocast_thread_run),
14025         (gst_gnomevfssrc_send_additional_headers_callback),
14026         (gst_gnomevfssrc_received_headers_callback),
14027         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14028         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14029         (gst_gnomevfssrc_get_size):
14030           add/clean up debugging
14031         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14032           cleanups
14033
14034 2005-07-07  Andy Wingo  <wingo@pobox.com>
14035
14036         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14037         framerate. Need to get a handle on when exactly this function is
14038         called, tho.
14039
14040         * sys/v4l/v4lsrc_calls.h:
14041         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14042         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14043         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14044
14045         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14046         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14047         v4lelements are sources.
14048
14049         * sys/v4l/gstv4lxoverlay.h:
14050         * sys/v4l/gstv4lxoverlay.c:
14051         * sys/v4l/gstv4ltuner.h:
14052         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14053         
14054         * sys/v4l/gstv4lsrc.h:
14055         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14056         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14057         or something should handle that. Made a live source.
14058
14059         * sys/v4l/gstv4lelement.h:
14060         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14061         signals. Some cleanups.
14062
14063         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14064
14065         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14066         stuff.
14067
14068         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14069         stuff.
14070
14071         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14072
14073 2005-07-07  Wim Taymans  <wim@fluendo.com>
14074
14075         * ext/theora/theoradec.c: (theora_get_query_types),
14076         (theora_dec_src_getcaps), (theora_dec_push):
14077         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14079         Remove deprecated/unused query types.
14080
14081 2005-07-06  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/alsa/Makefile.am:
14084         * ext/alsa/gstalsaplugin.c: (plugin_init):
14085         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14087         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14088         (gst_alsasrc_class_init), (gst_alsasrc_init),
14089         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14090         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14091         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14092         (gst_alsasrc_reset):
14093         * ext/alsa/gstalsasrc.h:
14094         * gst-libs/gst/audio/Makefile.am:
14095         * gst-libs/gst/audio/gstaudiosink.c:
14096         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14097         (gst_audioringbuffer_start):
14098         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14099         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14100         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14101         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14102         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14103         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14104         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14105         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14106         * gst-libs/gst/audio/gstaudiosrc.h:
14107         * gst-libs/gst/audio/gstbaseaudiosink.c:
14108         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14109         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14110         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14111         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14112         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14113         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14114         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14115         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14116         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14117         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14118         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14119         (gst_baseaudiosrc_change_state):
14120         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14121         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14122         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14123         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14124         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14125         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14126         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14127         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14128         * gst-libs/gst/audio/gstringbuffer.h:
14129         Added audiosource base classes.
14130         Ported alsasrc, still very basic.
14131
14132 2005-07-06  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14135         (theora_dec_push), (theora_handle_data_packet):
14136         Prepare for better timestamp fix later.
14137
14138         * gst/audioconvert/gstaudioconvert.c:
14139         List most accurate caps first
14140
14141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14142         Use proper pad task function.
14143
14144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14145         (gst_xvimagesink_show_frame):
14146         Fix deadlock when alloc failed.
14147
14148 2005-07-05  Andy Wingo  <wingo@pobox.com>
14149
14150         * ext/gnomevfs/gstgnomevfssrc.c:
14151         * gst/sine/gstsinesrc.c:
14152         * gst/tcp/gsttcpserversrc.c:
14153         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14154
14155         * sys/v4l/: Port from 0.8.
14156
14157         * Many files: Null if we got it....
14158
14159 2005-07-05  Andy Wingo  <wingo@pobox.com>
14160
14161         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14162         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14163         Signedness fixes.
14164
14165 2005-07-05  Wim Taymans  <wim@fluendo.com>
14166
14167         * configure.ac:
14168         * gst/tcp/Makefile.am:
14169         * gst/tcp/README:
14170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14171         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14172         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14173         (is_sync_frame), (gst_multifdsink_handle_client_write),
14174         (gst_multifdsink_render), (gst_multifdsink_start),
14175         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14176         * gst/tcp/gstmultifdsink.h:
14177         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14178         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14179         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14180         * gst/tcp/gsttcp.h:
14181         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14182         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14183         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14184         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14185         * gst/tcp/gsttcpclientsink.h:
14186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14187         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14188         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14189         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14190         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14191         * gst/tcp/gsttcpclientsrc.h:
14192         * gst/tcp/gsttcpplugin.c: (plugin_init):
14193         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14194         * gst/tcp/gsttcpserversink.h:
14195         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14196         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14197         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14198         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14199         (gst_tcpserversrc_stop):
14200         * gst/tcp/gsttcpserversrc.h:
14201         * gst/tcp/gsttcpsink.c:
14202         * gst/tcp/gsttcpsink.h:
14203         * gst/tcp/gsttcpsrc.c:
14204         * gst/tcp/gsttcpsrc.h:
14205         Ported tcp plugins to 0.9. 
14206         
14207
14208 2005-07-05  Andy Wingo  <wingo@pobox.com>
14209
14210         * gst/playback/gstplaybasebin.c (fill_buffer):
14211         message_new_application fixen.
14212
14213         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14214         Style fix.
14215
14216 2005-07-04  Wim Taymans  <wim@fluendo.com>
14217
14218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14219         Set caps on output buffer.
14220
14221 2005-07-04  Andy Wingo  <wingo@pobox.com>
14222
14223         * ext/gnomevfs/gstgnomevfssrc.c
14224         (gst_gnomevfssrc_received_headers_callback) 
14225         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14226         hopefully.
14227
14228         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14229         No refcount leakage.
14230
14231         * configure.ac: Enable -Werror.
14232         
14233         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14234         * gst/audioconvert/bufferframesconvert.c
14235         (buffer_frames_convert_fixate):
14236         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14237         (gst_audio_convert_fixate):
14238         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14239         (gst_sinesrc_create): Fixate func changes.
14240         
14241         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14242         (gst_ximagesink_buffer_alloc): Unused var.
14243
14244 2005-07-01  Andy Wingo  <wingo@pobox.com>
14245
14246         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14247         getcaps to do explicit caps. Needs to be done in all decoders,
14248         possibly via a base class.
14249
14250         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14251
14252         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14253         caps on the sink pad, just rely on the pad template. Also, setting
14254         ANY caps on a pad is not valid because the caps are not fixed.
14255
14256         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14257         caps on the buffer, and get the width from the desired_caps if
14258         they're set.
14259         (gst_ximagesink_renegotiate_size): Implement via setting the
14260         desired_caps on the ximagesink.
14261         (gst_ximagesink_setcaps): Only reset the width of the player if it
14262         wasn't already set. Not sure if this is right.
14263         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14264
14265         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14266         that the user wants. NULL unless the window has been resized.
14267
14268         * gst/volume/gstvolume.c (volume_transform): Adapt to
14269         basetransform refcount changes.
14270         
14271 2005-07-01  Andy Wingo  <wingo@pobox.com>
14272
14273         * gst/videoscale/gstvideoscale.c:
14274         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14275         from BaseTransform, implements a transform_caps. Removed dead code
14276         including some PAR stuff that was never reached -- should probably
14277         be added back somehow.
14278
14279 2005-07-01  Andy Wingo  <wingo@pobox.com>
14280
14281         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14282         come later.
14283
14284 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14285
14286         * configure.ac:
14287         * docs/libs/Makefile.am:
14288         * docs/libs/gst-plugins-libs.types:
14289         * ext/alsa/Makefile.am:
14290         * ext/alsa/gstalsamixer.h:
14291         * ext/alsa/gstalsamixeroptions.h:
14292         * ext/alsa/gstalsamixertrack.h:
14293         * gst-libs/gst/Makefile.am:
14294         * gst-libs/gst/colorbalance/.cvsignore:
14295         * gst-libs/gst/colorbalance/Makefile.am:
14296         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14297         * gst-libs/gst/colorbalance/colorbalance.c:
14298         * gst-libs/gst/colorbalance/colorbalance.h:
14299         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14300         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14301         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14302         * gst-libs/gst/interfaces/Makefile.am:
14303         * gst-libs/gst/interfaces/colorbalance.c:
14304         (gst_color_balance_class_init):
14305         * gst-libs/gst/interfaces/colorbalance.h:
14306         * gst-libs/gst/interfaces/interfaces-marshal.list:
14307         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14308         * gst-libs/gst/interfaces/mixer.h:
14309         * gst-libs/gst/interfaces/mixeroptions.h:
14310         * gst-libs/gst/interfaces/navigation.c:
14311         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14312         * gst-libs/gst/interfaces/tuner.h:
14313         * gst/volume/Makefile.am:
14314         * gst/volume/gstvolume.c:
14315         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14316         * sys/ximage/Makefile.am:
14317         * sys/ximage/ximagesink.c:
14318         * sys/xvimage/Makefile.am:
14319         * sys/xvimage/xvimagesink.c:
14320           fold in all interfaces into an interfaces dir, preserving CVS
14321           history
14322
14323 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14324
14325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14326           Fix build after riff changes.
14327
14328 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14329
14330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14331         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14332         (gst_riff_create_video_template_caps),
14333         (gst_riff_create_audio_template_caps),
14334         (gst_riff_create_iavs_template_caps):
14335         * gst-libs/gst/riff/riff-media.h:
14336         * gst-libs/gst/riff/riff-read.h:
14337         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14338           Add gst_riff_init() to initialize the debug category, instead
14339           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14340
14341 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14342
14343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14344           Oops, I shouldn't apply hacks.
14345
14346 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14347
14348         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14349           Remove pad_loop function which doesn't work.
14350
14351 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14352
14353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14354           Send EOS when deactivating.
14355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14356         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14357         (gen_preroll_element), (probe_triggered), (mute_stream),
14358         (silence_stream), (new_decoded_pad), (setup_substreams),
14359         (set_active_source):
14360         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14361         (remove_sinks), (add_sink):
14362         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14363           Change for new probe API.
14364
14365 2005-06-29  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14368         * gst-libs/gst/audio/gstbaseaudiosink.c:
14369         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14370         (gst_baseaudiosink_change_state):
14371         * gst-libs/gst/audio/gstbaseaudiosink.h:
14372         * gst-libs/gst/audio/gstringbuffer.c:
14373         (gst_ringbuffer_set_callback):
14374         Fix compilation error.
14375         Ringbuffer starts out as not running.
14376         Free our clock in dispose.
14377         When releasing the ringbuffer we need to renegotiate so
14378         clear the pad caps.
14379
14380 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14381
14382         * autogen.sh:
14383         * configure.ac:
14384         * docs/Makefile.am:
14385         * docs/libs/Makefile.am:
14386         * docs/libs/gst-plugins-libs-docs.sgml:
14387         * docs/libs/gst-plugins-libs-sections.txt:
14388         * docs/libs/gst-plugins-libs.types:
14389         * docs/libs/tmpl/gstaudio.sgml:
14390         * docs/libs/tmpl/gstcolorbalance.sgml:
14391         * docs/libs/tmpl/gstringbuffer.sgml:
14392         * gst-libs/gst/audio/gstringbuffer.c:
14393         (gst_ringbuffer_set_callback):
14394           reinstate gtk-doc docs for plugin libs
14395
14396 2005-06-28  Wim Taymans  <wim@fluendo.com>
14397
14398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14399         (gst_ogg_demux_init):
14400         Removed pad loop function.
14401
14402 2005-06-28  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14405         If we're building a chain we are not in an error case
14406         when we queue a buffer.
14407
14408 2005-06-28  Andy Wingo  <wingo@pobox.com>
14409
14410         * *.c: Don't cast to GstObject before reffing/unreffing.
14411
14412 2005-06-27  Andy Wingo  <wingo@pobox.com>
14413
14414         * gst/videotestsrc/gstvideotestsrc.c
14415         (gst_videotestsrc_activate_push): Activation API changes.
14416
14417         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14418         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14419         they have refs on the decodebin.
14420
14421         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14422         parent class.
14423         (gst_ogg_pad_typefind): Don't leak a pad ref.
14424         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14425         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14426         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14427
14428 2005-06-27  Edward Hervey  <edward@fluendo.com>
14429
14430         * ext/theora/theoradec.c: (theora_dec_change_state): 
14431         re-arranged call to parent's state change in order to avoid locks (or
14432         worse).
14433
14434 2005-06-26  Edward Hervey  <edward@fluendo.com>
14435
14436         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14437         2nd argument of 'unknow-type' signal is a GstCaps and not a
14438         GstMiniObject
14439
14440 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14441         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14442           Set the worker thread's running flag to TRUE before starting the
14443           thread.
14444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14445           Catch a failure to add typefind to the bin.
14446
14447 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14448
14449         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14450         (gst_sinesrc_init), (gst_sinesrc_create),
14451         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14452         (gst_sinesrc_start):
14453         * gst/sine/gstsinesrc.h:
14454           add num-buffers and timestamp-offset properties
14455         * gst/videotestsrc/gstvideotestsrc.c:
14456         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14457         (gst_videotestsrc_get_property):
14458           add timestamp-offset property
14459
14460 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14461
14462         * configure.ac: add videorate
14463         * gst-plugins-base.spec.in: add videorate
14464
14465 2005-06-23  Wim Taymans  <wim@fluendo.com>
14466
14467         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14468         (gst_videorate_getcaps), (gst_videorate_setcaps),
14469         (gst_videorate_event), (gst_videorate_chain):
14470         Fixed videorate, fixating an already fixated caps is not
14471         an error.
14472
14473 2005-06-23  Wim Taymans  <wim@fluendo.com>
14474
14475         * ext/ogg/README:
14476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14477         Buffer on caps is not boxed anymore.
14478
14479 2005-06-22  Wim Taymans  <wim@fluendo.com>
14480
14481         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14483         Set buffers on caps as miniobjects and not as boxed.
14484
14485 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14486
14487         * configure.ac:
14488           back to HEAD
14489
14490 === release 0.9.1 ===
14491
14492 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14493
14494         * .cvsignore:
14495         * NEWS:
14496         * README:
14497         * RELEASE:
14498         * configure.ac:
14499         * po/af.po:
14500         * po/az.po:
14501         * po/cs.po:
14502         * po/en_GB.po:
14503         * po/hu.po:
14504         * po/it.po:
14505         * po/nb.po:
14506         * po/nl.po:
14507         * po/or.po:
14508         * po/sq.po:
14509         * po/sr.po:
14510         * po/sv.po:
14511         * po/uk.po:
14512         * po/vi.po:
14513           updates for release
14514
14515 2005-06-09  Andy Wingo  <wingo@pobox.com>
14516
14517         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14518         
14519 2005-06-09  Andy Wingo  <wingo@pobox.com>
14520
14521         * configure.ac:
14522         * gst-libs/gst/Makefile.am:
14523         * gst-libs/gst/net/Makefile.am:
14524         Add gstnet to build.
14525
14526 2005-06-09  Andy Wingo  <wingo@pobox.com>
14527
14528         * gst-libs/gst/gconf/gconf.c:
14529         * gst/playback/test.c:
14530         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14531         fixes.
14532
14533         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14534
14535         * ext/theora/theoraenc.c (theora_enc_chain): 
14536         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14537
14538         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14539         RealPad.
14540
14541 2005-06-02  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst-libs/gst/net/Makefile.am:
14544         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14545         * pkgconfig/gstreamer-libs.pc.in:
14546         Added net stuff, version net lib.
14547
14548 2005-06-02  Wim Taymans  <wim@fluendo.com>
14549
14550         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14551         (query_rates), (query_positions_elems), (query_positions_pads),
14552         (do_seek):
14553         Updated seek example.
14554
14555 2005-06-02  Andy Wingo  <wingo@pobox.com>
14556
14557         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14558         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14559         list.
14560
14561         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14562         remove the typefind, the bin dispose will do it for us. When it's
14563         removed and unreffed, the signal handler will be disconnected,
14564         too.
14565         (unlinked): It's too difficult to disconnect from unlinked
14566         handlers, as they are on pads not elements. Just punt if the pads
14567         aren't grandkids of the bin.
14568
14569 2005-06-02  Wim Taymans  <wim@fluendo.com>
14570
14571         * ext/ogg/README:
14572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14573         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14575         * ext/theora/theoradec.c: (theora_dec_src_query),
14576         (theora_handle_data_packet):
14577         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14578         (theora_enc_chain):
14579         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14580         (vorbis_handle_data_packet):
14581         * gst/audioconvert/bufferframesconvert.c:
14582         (buffer_frames_convert_chain):
14583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14584         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14585         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14586         (gst_ffmpegcsp_chain):
14587         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14588         (gst_videorate_getcaps), (gst_videorate_setcaps),
14589         (gst_videorate_event), (gst_videorate_chain):
14590         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14591         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14593         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14594         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14595         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14596         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14597         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14598         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14599         Cleanups and buffer alloc.
14600
14601 2005-05-31  Wim Taymans  <wim@fluendo.com>
14602
14603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14604         Don't try to call the delay method when the device is not
14605         opened.
14606
14607 2005-05-31  Wim Taymans  <wim@fluendo.com>
14608
14609         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14610         Get actual segment size and buffer size after opening
14611         the device.
14612
14613 2005-05-30  Wim Taymans  <wim@fluendo.com>
14614
14615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14616         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14617         Also FLUSH upstream, makes the loop function exit faster.
14618         
14619         * ext/theora/theoradec.c: (theora_dec_src_query):
14620         Some more debug info in the query.
14621         
14622         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14623         (gst_ximagesink_setcaps):
14624         Release lock on par error, better error reporting.
14625
14626 2005-05-26  Wim Taymans  <wim@fluendo.com>
14627
14628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14630         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14631         Clear chains in READY
14632         Queue packets until the chain is activated.
14633
14634 2005-05-25  Wim Taymans  <wim@fluendo.com>
14635
14636         * gst-libs/gst/audio/gstaudiosink.c:
14637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14638         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14639         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14640         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14641         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14642         (gst_audiosink_create_ringbuffer):
14643         * gst-libs/gst/audio/gstbaseaudiosink.c:
14644         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14645         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14646         (gst_baseaudiosink_set_property), (build_linear_format),
14647         (debug_spec_caps), (debug_spec_buffer),
14648         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14649         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14650         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14651         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14653         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14654         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14655         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14656         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14657         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14658         (wait_segment), (gst_ringbuffer_commit),
14659         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14660         (gst_ringbuffer_clear):
14661         Various small cleanups.
14662
14663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14664         (gst_audio_convert_change_state):
14665         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14666         No need to take the locks anymore.
14667
14668 2005-05-25  Wim Taymans  <wim@fluendo.com>
14669
14670         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14671         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14672         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14673         (type_found):
14674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14675         (group_destroy), (group_commit), (queue_overrun),
14676         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14677         (mute_stream), (new_decoded_pad), (setup_substreams),
14678         (setup_source), (mute_group_type), (set_active_source),
14679         (gst_play_base_bin_change_state):
14680         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14681         (gen_video_element), (gen_text_element), (gen_audio_element),
14682         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14683         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14684         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14685         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14686         Some playbin cleanups mostly refcounting sloppyness.
14687
14688 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14689
14690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14691           Work with streaming input.
14692
14693 2005-05-25  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14696         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14697         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14698         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14699         No need to take the STREAM lock anymore.
14700
14701 2005-05-25  Wim Taymans  <wim@fluendo.com>
14702
14703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14704         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14705         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14706         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14707         (gst_ogg_demux_sink_activate):
14708         * ext/theora/theoradec.c: (theora_dec_src_event),
14709         (theora_handle_comment_packet), (theora_dec_chain),
14710         (theora_dec_change_state):
14711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14712         (vorbis_handle_data_packet), (vorbis_dec_chain),
14713         (vorbis_dec_change_state):
14714         Remove STREAM locks as they are taken in core now.
14715         Never set bogus granulepos on vorbis/theora.
14716         Fix leaks in theoradec tag parsing.
14717
14718 2005-05-25  Wim Taymans  <wim@fluendo.com>
14719
14720         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14721         Fix memleaks, GST_BUFFER_DATA() is not freed.
14722
14723 2005-05-25  Wim Taymans  <wim@fluendo.com>
14724
14725         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14726         Open non-blocking, set to blocking mode afterwards to avoid
14727         lockups when audio device is busy.
14728
14729 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14730
14731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14732           This can't be good.
14733
14734 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14735
14736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14737         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14738         (gst_audio_convert_setcaps):
14739           Implement instant setup switching.
14740
14741 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * gst/playback/gstplaybasebin.c: (probe_triggered):
14744           Fix missing unlock.
14745         * gst/playback/gstplaybin.c: (add_sink):
14746           First add, then link (otherwise pad link fails).
14747
14748 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14749
14750         * examples/Makefile.am:
14751         fix buildbot (make distcheck)
14752
14753 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14754
14755         * gst/playback/gstplaybin.c: (gen_vis_element):
14756           Remove some wrong code. Doesn't work yet.
14757
14758 2005-05-19  Wim Taymans  <wim@fluendo.com>
14759
14760         * gst-libs/gst/net/Makefile.am:
14761         * gst-libs/gst/net/README:
14762         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14763         (gst_netbuffer_class_init), (gst_netbuffer_init),
14764         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14765         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14766         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14767         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14768         * gst-libs/gst/net/gstnetbuffer.h:
14769         Added buffer subclass to store extra to/from addresses for
14770         network sources/sinks.
14771
14772 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14773
14774         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14775           Don't lock an unassigned variable.
14776
14777 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14778
14779         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14780           Increase buffer for video, decrease buffer for other media types.
14781         * gst/playback/gstplaybin.c: (gen_video_element),
14782         (gen_audio_element):
14783           Change names for debugging purposes.
14784
14785 2005-05-18  Wim Taymans  <wim@fluendo.com>
14786
14787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14788         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14789         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14790         (gst_ffmpegcsp_chain):
14791         Enable buffer alloc passthrough if the source and dest
14792         formats are the same.
14793
14794 2005-05-17  Wim Taymans  <wim@fluendo.com>
14795
14796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14797         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14798         (gst_ogg_demux_chain_unlocked):
14799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14800         (gst_audio_convert_caps_remove_format_info),
14801         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14802         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14804         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14805         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14806         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14807         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14808         (gst_ffmpegcsp_get_property):
14809         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14810         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14811         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14812         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14813         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14814         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14815         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14816         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14817         Leak fixes in oggdemux.
14818         Some cleanups in audioconvert.
14819         Make passthrough work along with buffer_alloc etc.
14820         Make buffer_alloc and buffer recycling actually work in
14821         xvimagesink.
14822
14823 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14824
14825         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14826           make the compiler happy
14827
14828 2005-05-17  Wim Taymans  <wim@fluendo.com>
14829
14830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14832         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14833         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14834         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14835         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14836         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14837         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14838         (gst_xvimagesink_set_xwindow_id):
14839         * sys/xvimage/xvimagesink.h:
14840         Port xvimagesink to new MiniObject.
14841
14842 2005-05-17  Wim Taymans  <wim@fluendo.com>
14843
14844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14845         (gst_audiofilter_chain):
14846         * gst-libs/gst/audio/gstaudiosink.c:
14847         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14848         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14849         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14850         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14851         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14852         (gst_audiosink_create_ringbuffer):
14853         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14854         (gst_audio_convert_caps_remove_format_info),
14855         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14856         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14860         Fix passthrough in ffmpegcolorspace.
14861         Fix memset in audiosink on wrong memory.
14862
14863 2005-05-16  David Schleef  <ds@schleef.org>
14864
14865         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14866         to GstMiniObject.
14867
14868 2005-05-16  David Schleef  <ds@schleef.org>
14869
14870         Port from GstData to GstMiniObject.
14871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14873         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14874         (gst_ogg_mux_collected):
14875         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14876         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14877         (theora_handle_data_packet):
14878         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14879         (theora_set_header_on_caps), (theora_enc_chain):
14880         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14881         (vorbis_handle_comment_packet):
14882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14883         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14884         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14885         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14886         * gst/audioconvert/gstaudioconvert.c:
14887         (gst_audio_convert_get_buffer):
14888         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14889         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14890         (mute_stream), (silence_stream):
14891         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14892         * gst/volume/gstvolume.c: (volume_transform):
14893         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14894         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14895         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14896         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14897         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14898         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14899         (gst_ximagesink_buffer_alloc):
14900         * sys/ximage/ximagesink.h:
14901
14902 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14903
14904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14905         (fill_buffer), (check_queue), (queue_threshold_reached),
14906         (queue_out_of_data):
14907         * gst/playback/gstplaybasebin.h:
14908           Post buffer-fullness on the bus.
14909
14910 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14911
14912         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14913         (try_to_link_1):
14914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14915         (group_commit), (probe_triggered), (setup_source),
14916         (gst_play_base_bin_change_state):
14917         * gst/playback/gstplaybasebin.h:
14918         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14919         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14920         (gst_play_bin_change_state):
14921           Move setup_output_pads into a virtual function, remove
14922           group-switch (no longer needed) and redirect (handled by bus
14923           now) signals.
14924
14925 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14926
14927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14928         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14929         (get_active_group), (get_building_group), (group_destroy),
14930         (group_commit), (check_queue), (queue_overrun),
14931         (queue_threshold_reached), (queue_out_of_data),
14932         (gen_preroll_element), (remove_groups), (unknown_type),
14933         (add_element_stream), (no_more_pads), (probe_triggered),
14934         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14935         (setup_substreams), (setup_source), (finish_source),
14936         (prepare_output), (muted_group_change_state),
14937         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14938         (gst_play_base_bin_change_state):
14939         * gst/playback/gstplaybasebin.h:
14940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14941         (gst_play_bin_init), (gst_play_bin_set_property),
14942         (gen_video_element), (gen_text_element), (gen_audio_element),
14943         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14944         (gst_play_bin_change_state):
14945         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14946         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14947         (stream_info_change_state), (gst_stream_info_set_mute),
14948         (gst_stream_info_get_property):
14949         * gst/playback/gststreaminfo.h:
14950         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14951         (gst_stream_selector_get_linked_pad),
14952         (gst_stream_selector_getcaps),
14953         (gst_stream_selector_get_linked_pads),
14954         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14955         * gst/playback/gststreamselector.h:
14956           Rough port of playbin. Needs some more work, but is mostly done,
14957           and uses a few locks in important places, which should make stuff
14958           like chain-switches clean. Still uses GST_STATE() in a few places,
14959           which isn't all that good an idea, subtitles/elements disabled
14960           because no elements to test with and thus probably broken, query
14961           and event handling moved to GstBin, internal thread removed
14962           alltogether because the pipeline does that for us now. Can play
14963           Ogg/Vorbis files. Haven't tested anything else yet.
14964
14965 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14966
14967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14968           Do no-more-pads (needed for autoplugging).
14969
14970 2005-05-10  Andy Wingo  <wingo@pobox.com>
14971
14972         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14973         message to the bus with the tags. Still not sent downstream tho.
14974
14975         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14976         get_parent.
14977         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14978         avoid refcounting hassles.
14979
14980 2005-05-09  Andy Wingo  <wingo@pobox.com>
14981
14982         * gst/volume/Makefile.am:
14983         * gst/volume/demo.c
14984         * gst/volume/gstvolume.h
14985         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14986         basetransform. Probably need an audio filter base class.
14987
14988 2005-05-09  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14991         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14992         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14993         (gst_vorbisenc_chain):
14994         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14995         (gst_audio_convert_caps_remove_format_info),
14996         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14997         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14998         Make caps writable before writing to it.
14999         Fix negotiation in audioconvert some more.
15000
15001 2005-05-09  Wim Taymans  <wim@fluendo.com>
15002
15003         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15004         (gst_videorate_getcaps), (gst_videorate_setcaps),
15005         (gst_videorate_event), (gst_videorate_chain):
15006         Better negotiation.
15007
15008 2005-05-09  Wim Taymans  <wim@fluendo.com>
15009
15010         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15011         (gst_videorate_getcaps), (gst_videorate_setcaps),
15012         (gst_videorate_blank_data), (gst_videorate_init),
15013         (gst_videorate_event), (gst_videorate_chain),
15014         (gst_videorate_change_state):
15015         Port videorate, do a better job at negotiation while we're at
15016         it.
15017
15018 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15019
15020         * configure.ac:
15021           Disable libvisual
15022
15023         * examples/Makefile.am:
15024         * gst-libs/gst/audio/Makefile.am:
15025         * gst-libs/gst/riff/Makefile.am:
15026         * gst-libs/gst/tag/Makefile.am:
15027         * gst-libs/gst/video/Makefile.am:
15028           Fixups for missing variables.
15029
15030 2005-05-09  Wim Taymans  <wim@fluendo.com>
15031
15032         * examples/seeking/seek.c: (make_theora_pipeline),
15033         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15034         (query_rates), (query_positions_elems), (query_positions_pads),
15035         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15037         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15038         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15040         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15042         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15043         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15044         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15045         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15047         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15048         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15049         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15050         (theora_dec_src_convert), (theora_dec_sink_convert),
15051         (theora_dec_src_query), (theora_dec_sink_query),
15052         (theora_dec_src_event), (theora_dec_sink_event),
15053         (theora_handle_comment_packet), (theora_handle_type_packet),
15054         (theora_handle_header_packet), (theora_handle_data_packet),
15055         (theora_dec_chain):
15056         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15057         (vorbis_dec_convert), (vorbis_dec_src_query),
15058         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15059         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15060         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15061         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15063         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15064         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15066         (gst_play_bin_query):
15067         * gst/playback/test3.c: (update_scale):
15068         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15069         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15070         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15071         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15072         (gst_videotestsrc_src_query):
15073         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15074         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15075         (paint_hline_YUV9):
15076         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15077         Port to new query API.
15078         Updated seek.
15079         Cleanups in x[v]imagesink
15080
15081 2005-05-09  Andy Wingo  <wingo@pobox.com>
15082
15083         * ext/alsa/gstalsasink.h:
15084         * ext/gnomevfs/gstgnomevfssrc.c:
15085         (gst_gnomevfssrc_get_icy_metadata):
15086         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15087         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15088         * ext/theora/theoradec.c (theora_dec_src_query)
15089         (theora_dec_src_event, theora_dec_sink_event)
15090         (theora_handle_comment_packet, theora_handle_data_packet):
15091         * ext/theora/theoraenc.c (theora_enc_chain):
15092         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15093         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15094         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15095         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15096         (qt_type_find):
15097         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15098         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15099         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15100         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15101         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15102         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15103         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15104         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15105         (paint_setup_RGB565, paint_setup_xRGB1555):
15106         * gst/videotestsrc/videotestsrc.h:
15107         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15108         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15109         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15110         GCC4 fixes.
15111         
15112         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15113         gst_pad_query_position. Fixes oggdemux.
15114
15115 2005-05-08  David Schleef  <ds@schleef.org>
15116
15117         * configure.ac: Require liboil.
15118         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15119         a few more.
15120         * gst/videotestsrc/videotestsrc.c:
15121         * gst/videotestsrc/videotestsrc.h:
15122
15123 2005-05-06  Wim Taymans  <wim@fluendo.com>
15124
15125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15126         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15127         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15128         Well, unreffing a buffer right before pushing it is asking
15129         for trouble..
15130
15131 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15132
15133         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15134
15135 2005-05-06  Wim Taymans  <wim@fluendo.com>
15136
15137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15138         (gst_audio_convert_caps_remove_format_info),
15139         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15140         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15142         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15143         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15144         * gst/sine/Makefile.am:
15145         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15146         (gst_sinesrc_class_init), (gst_sinesrc_init),
15147         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15148         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15149         (gst_sinesrc_update_freq):
15150         * gst/sine/gstsinesrc.h:
15151         * gst/tcp/gstmultifdsink.c:
15152         * sys/xvimage/xvimagesink.c:
15153         Fixed negotiation wrt _peer_get_caps()
15154         Some cleanups.
15155
15156
15157 2005-05-06  Wim Taymans  <wim@fluendo.com>
15158
15159         * gst-libs/gst/audio/gstaudiosink.c:
15160         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15161         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15162         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15163         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15164         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15165         (gst_audiosink_create_ringbuffer):
15166         * gst-libs/gst/audio/gstbaseaudiosink.c:
15167         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15168         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15169         (gst_baseaudiosink_set_property), (build_linear_format),
15170         (debug_spec_caps), (debug_spec_buffer),
15171         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15172         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15173         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15174         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15175         * gst-libs/gst/audio/gstbaseaudiosink.h:
15176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15177         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15178         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15179         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15180         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15181         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15182         (wait_segment), (gst_ringbuffer_commit),
15183         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15184         (gst_ringbuffer_clear):
15185         * gst-libs/gst/audio/gstringbuffer.h:
15186         Make the base audiosink return an error when there is no
15187         audiobuffer negotiated.
15188
15189 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15190
15191         * ext/Makefile.am:
15192         Disable cdparanoia until someone ports it!
15193
15194 2005-05-06  Wim Taymans  <wim@fluendo.com>
15195
15196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15197         (gst_ogg_demux_sink_activate):
15198         And revert after wingo's revert.. sigh..
15199
15200 2005-05-05  Andy Wingo  <wingo@pobox.com>
15201
15202         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15203         GObject.
15204         * configure.ac: Return audiorate and subparse from the ghetto.
15205         Re-enable -Wall -Werror.
15206         * gst/subparse/gstsubparse.c:
15207         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15208         or chain-based. Cleaned up a bit. Not tested.
15209         
15210 2005-05-05  Christian Schaller <christian@fluendo.com> 
15211
15212         * Makefile.am: remove stuff that is not building
15213         * configure.ac: remove stuff that is not building
15214         * examples/Makefile.am: remove stuff that is not building
15215         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15216         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15217         * sys/Makefile.am: remove stuff that is not building
15218         * testsuite/Makefile.am: remove stuff that is not building
15219
15220 2005-05-05  Andy Wingo  <wingo@pobox.com>
15221
15222         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15223         * gst-libs/gst/tag/gstvorbistag.c:
15224         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15225         * gst/adder/gstadder.h:
15226         * gst/audioconvert/gstchannelmix.c:
15227         (gst_audio_convert_fill_one_other):
15228         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15229         (gst_audiorate_init), (gst_audiorate_chain):
15230         * gst/playback/gstplaybasebin.c: (setup_source):
15231         * gst/playback/test3.c: (update_scale):
15232         Some GCC4 fixes
15233         
15234         * po/af.po:
15235         * po/az.po:
15236         * po/cs.po:
15237         * po/en_GB.po:
15238         * po/hu.po:
15239         * po/it.po:
15240         * po/nb.po:
15241         * po/nl.po:
15242         * po/or.po:
15243         * po/sq.po:
15244         * po/sr.po:
15245         * po/sv.po:
15246         * po/uk.po:
15247         * po/vi.po: Foo
15248
15249 2005-05-05  Wim Taymans  <wim@fluendo.com>
15250
15251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15252         (gst_audio_convert_caps_remove_format_info),
15253         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15254         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15255         * gst/videotestsrc/gstvideotestsrc.c:
15256         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15257         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15258         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15259         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15260         Don't ignore _push() return values.
15261         Make sure no processing is done when shutting down.
15262         Videotestsrc pad activation fix.
15263
15264 2005-05-05  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/adder/Makefile.am:
15267         * gst/adder/gstadder.c: (gst_adder_setcaps),
15268         (gst_adder_class_init), (gst_adder_init),
15269         (gst_adder_request_new_pad), (gst_adder_collected),
15270         (gst_adder_change_state):
15271         * gst/adder/gstadder.h:
15272         Ported adder as an example of a mixer element using
15273         collect pads. Needs more negotiation work.
15274
15275 2005-05-05  Wim Taymans  <wim@fluendo.com>
15276
15277         * ext/theora/theoradec.c: (_inc_granulepos),
15278         (theora_dec_src_event), (theora_dec_sink_event),
15279         (theora_handle_comment_packet), (theora_handle_type_packet),
15280         (theora_handle_header_packet), (theora_handle_data_packet),
15281         (theora_dec_chain):
15282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15283         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15284         (theora_push_buffer), (theora_push_packet),
15285         (theora_enc_sink_event), (theora_enc_chain),
15286         (theora_enc_change_state), (theora_enc_set_property),
15287         (theora_enc_get_property):
15288         Added stream lock to decoder so that we can serialize
15289         the discont event.
15290         More theoraenc porting, recover from errors, do clean
15291         shutdown.
15292
15293 2005-05-05  Wim Taymans  <wim@fluendo.com>
15294
15295         * ext/ogg/Makefile.am:
15296         * ext/ogg/README:
15297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15298         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15299         (gst_ogg_print):
15300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15301         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15302         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15303         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15304         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15305         (gst_ogg_mux_change_state):
15306         Ported ogg muxer.
15307
15308 2005-05-05  Wim Taymans  <wim@fluendo.com>
15309
15310         * docs/design-audiosinks.txt:
15311         * gst-libs/gst/audio/TODO:
15312         * gst-libs/gst/audio/gstaudiosink.c:
15313         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15314         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15315         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15316         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15317         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15318         (gst_audiosink_create_ringbuffer):
15319         * gst-libs/gst/audio/gstbaseaudiosink.c:
15320         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15321         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15322         (gst_baseaudiosink_set_property), (build_linear_format),
15323         (debug_spec_caps), (debug_spec_buffer),
15324         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15325         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15326         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15327         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15329         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15330         (gst_ringbuffer_release), (gst_ringbuffer_play),
15331         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15332         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15333         (gst_ringbuffer_set_sample), (wait_segment),
15334         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15335         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15336         More work on the audiosink, mostly debugging and a race in
15337         shutdown.
15338
15339 2005-04-28  Wim Taymans  <wim@fluendo.com>
15340
15341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15342         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15343         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15344         (vorbis_dec_src_query), (vorbis_dec_src_event),
15345         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15346         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15347         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15348         Don't crap out when seeking back to position 0.
15349
15350 2005-04-28  Wim Taymans  <wim@fluendo.com>
15351
15352         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15353         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15354         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15355         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15356         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15357         Make audio sink configurable, use alsasink as default.
15358
15359 2005-04-28  Wim Taymans  <wim@fluendo.com>
15360
15361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15362         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15363         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15364         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15365         (vorbis_dec_change_state):
15366         * ext/vorbis/vorbisdec.h:
15367         Refactor, use STREAM_LOCK.
15368
15369 2005-04-28  Wim Taymans  <wim@fluendo.com>
15370
15371         * ext/theora/theoradec.c: (_inc_granulepos),
15372         (theora_dec_sink_event), (theora_handle_comment_packet),
15373         (theora_handle_type_packet), (theora_handle_header_packet),
15374         (theora_handle_data_packet), (theora_dec_chain),
15375         (theora_dec_change_state):
15376         Refactor a bit, use STREAM_LOCK.
15377
15378 2005-04-28  Wim Taymans  <wim@fluendo.com>
15379
15380         * ext/alsa/Makefile.am:
15381         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15382         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15383         (gst_alsa_link), (gst_alsa_close_audio):
15384         * ext/alsa/gstalsaplugin.c: (plugin_init):
15385         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15386         (gst_alsasink_dispose), (gst_alsasink_base_init),
15387         (gst_alsasink_class_init), (gst_alsasink_init),
15388         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15389         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15390         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15391         (gst_alsasink_reset):
15392         * ext/alsa/gstalsasink.h:
15393         Implement alsasink with simple open/write/close API. 
15394         Make alsa dir build by disabling compilation of code.
15395
15396 2005-04-28  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst-libs/gst/audio/Makefile.am:
15399         * gst-libs/gst/audio/audio.h:
15400         * gst-libs/gst/audio/audioclock.c:
15401         * gst-libs/gst/audio/audioclock.h:
15402         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15403         (gst_audio_clock_class_init), (gst_audio_clock_init),
15404         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15405         * gst-libs/gst/audio/gstaudioclock.h:
15406         * gst-libs/gst/audio/gstaudiosink.c:
15407         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15408         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15409         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15410         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15411         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15412         (gst_audiosink_create_ringbuffer):
15413         * gst-libs/gst/audio/gstbaseaudiosink.c:
15414         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15415         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15416         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15417         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15418         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15419         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15420         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15421         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15422         * gst-libs/gst/audio/gstbaseaudiosink.h:
15423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15424         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15425         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15426         (gst_ringbuffer_release), (gst_ringbuffer_play),
15427         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15428         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15429         (gst_ringbuffer_set_sample), (wait_segment),
15430         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15431         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15432         * gst-libs/gst/audio/gstringbuffer.h:
15433         Make ringbuffer faster and more simple by removing the locks
15434         in the playback thread.
15435         Add sample accurate playback based on buffer sample offsets.
15436         Make the baseaudiosink provide a clock.
15437         Parse caps in the base class.
15438         Correctly handle seeking, flushing and state changes.
15439
15440 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15441
15442         * configure.ac:
15443         * gst/audioconvert/Makefile.am:
15444         * gst/audioscale/Makefile.am:
15445           Fix part of the build.  Come on guys, autogen didn't even work :)
15446
15447 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15448
15449         * configure.ac:
15450         * gst-libs/gst/Makefile.am:
15451         * gst-libs/gst/media-info/.cvsignore:
15452         * gst-libs/gst/media-info/Makefile.am:
15453         * gst-libs/gst/media-info/README:
15454         * gst-libs/gst/media-info/media-info-priv.c:
15455         * gst-libs/gst/media-info/media-info-priv.h:
15456         * gst-libs/gst/media-info/media-info-test.c:
15457         * gst-libs/gst/media-info/media-info.c:
15458         * gst-libs/gst/media-info/media-info.h:
15459         * gst-libs/gst/media-info/media-info.vcproj:
15460         * pkgconfig/Makefile.am:
15461         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15462         * pkgconfig/gstreamer-media-info.pc.in:
15463           Remove media-info, which is also successed by playbin (see Totem
15464           implementation).
15465
15466 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15467
15468         * configure.ac:
15469         * examples/Makefile.am:
15470         * examples/gstplay/.cvsignore:
15471         * examples/gstplay/Makefile.am:
15472         * examples/gstplay/player.c:
15473         * gst-libs/gst/Makefile.am:
15474         * gst-libs/gst/play/.cvsignore:
15475         * gst-libs/gst/play/Makefile.am:
15476         * gst-libs/gst/play/play.c:
15477         * gst-libs/gst/play/play.h:
15478         * gst-libs/gst/play/play.vcproj:
15479         * pkgconfig/Makefile.am:
15480         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15481         * pkgconfig/gstreamer-play.pc.in:
15482           Remove libgstplay, playbin is now the official successor.
15483
15484 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15485
15486         * configure.ac:
15487         * gst-libs/gst/Makefile.am:
15488         * gst-libs/gst/xwindowlistener/Makefile.am:
15489         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15490         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15491           Remove deprecated xwindowlistener (I've moved xwindowlistening
15492           in the v4l/v4l2 plugins over to serverside).
15493
15494 2005-04-25  David Schleef  <ds@schleef.org>
15495
15496         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15497         to examples/dynparams.  Examples do not belong interspersed with
15498         source code.
15499         * examples/dynparams/demo-dparams.c:
15500         * gst/sine/Makefile.am:
15501         * gst/sine/demo-dparams.c:
15502
15503 2005-04-25  David Schleef  <ds@schleef.org>
15504
15505         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15506         * gst-libs/gst/audio/Makefile.am:
15507         * gst-libs/gst/riff/Makefile.am:
15508         * gst-libs/gst/tag/Makefile.am:
15509         * gst-libs/gst/video/Makefile.am:
15510         * gst-libs/gst/xwindowlistener/Makefile.am:
15511
15512         Convert to 0.9 API, seems to work:
15513         * sys/ximage/Makefile.am:
15514         * sys/ximage/ximagesink.c:
15515
15516 2005-04-24  David Schleef  <ds@schleef.org>
15517
15518         Link plugins against libraries:
15519         * ext/alsa/Makefile.am:
15520         * gst/tcp/Makefile.am:
15521
15522         Remove asm code that should be in liboil
15523         * gst/videoscale/Makefile.am:
15524         * gst/videoscale/videoscale_x86_asm.s:
15525
15526         gettext wants these checked in:
15527         * po/af.po:
15528         * po/az.po:
15529         * po/cs.po:
15530         * po/en_GB.po:
15531         * po/hu.po:
15532         * po/it.po:
15533         * po/nb.po:
15534         * po/nl.po:
15535         * po/or.po:
15536         * po/sq.po:
15537         * po/sr.po:
15538         * po/sv.po:
15539         * po/uk.po:
15540         * po/vi.po:
15541
15542 2005-04-24  David Schleef  <ds@schleef.org>
15543
15544         Convert gst_main() to g_main_loop_run()
15545         * gst/playback/decodetest.c: (main):
15546         * gst/playback/test2.c: (main):
15547         * gst/playback/test3.c: (main):
15548         * gst/playback/test4.c: (main):
15549
15550         Link plugins against libraries:
15551         * ext/libvisual/Makefile.am:
15552         * sys/xvimage/Makefile.am:
15553
15554 2005-04-24  David Schleef  <ds@schleef.org>
15555
15556         * configure.ac: Remove idct and resample libs
15557         * gst-libs/gst/Makefile.am: same
15558
15559         Remove usage of gst_library_load():
15560         * ext/alsa/gstalsaplugin.c: (plugin_init):
15561         * ext/libvisual/visual.c: (plugin_init):
15562         * ext/ogg/gstogg.c: (plugin_init):
15563         * ext/theora/theora.c: (plugin_init):
15564         * ext/vorbis/vorbis.c: (plugin_init):
15565         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15566         * gst/audioscale/gstaudioscale.c:
15567         * gst/adder/gstadder.c: (plugin_init):
15568         * gst/audioconvert/plugin.c: (plugin_init):
15569         * sys/ximage/ximagesink.c: (plugin_init):
15570         * sys/xvimage/xvimagesink.c: (plugin_init):
15571         * gst/tcp/gsttcpplugin.c: (plugin_init):
15572
15573         Link plugins against libraries:
15574         * ext/ogg/Makefile.am:
15575         * ext/theora/Makefile.am:
15576         * ext/vorbis/Makefile.am:
15577         * gst/audioconvert/Makefile.am:
15578
15579         Create proper libraries:
15580         * gst-libs/gst/riff/Makefile.am:
15581         * gst-libs/gst/audio/Makefile.am:
15582         * gst-libs/gst/video/Makefile.am:
15583
15584         Move resample library to audioscale plugin directory:
15585         * gst-libs/gst/resample/Makefile.am:
15586         * gst-libs/gst/resample/README:
15587         * gst-libs/gst/resample/dtof.c:
15588         * gst-libs/gst/resample/dtos.c:
15589         * gst-libs/gst/resample/functable.c:
15590         * gst-libs/gst/resample/private.h:
15591         * gst-libs/gst/resample/resample.c:
15592         * gst-libs/gst/resample/resample.h:
15593         * gst-libs/gst/resample/resample.vcproj:
15594         * gst-libs/gst/resample/test.c:
15595         * gst/audioscale/Makefile.am:
15596         * gst/audioscale/README:
15597         * gst/audioscale/dtof.c:
15598         * gst/audioscale/dtos.c:
15599         * gst/audioscale/functable.c:
15600         * gst/audioscale/private.h:
15601         * gst/audioscale/resample.c:
15602         * gst/audioscale/resample.h:
15603         * gst/audioscale/test.c:
15604
15605         Move tagedit library to gst-libs:
15606         * gst-libs/gst/tag/Makefile.am:
15607         * gst-libs/gst/tag/gstid3tag.c:
15608         * gst-libs/gst/tag/gsttagediting.c:
15609         * gst-libs/gst/tag/gsttageditingprivate.h:
15610         * gst-libs/gst/tag/gstvorbistag.c:
15611         * gst/tags/Makefile.am:
15612         * gst/tags/gstid3tag.c:
15613         * gst/tags/gstvorbistag.c:
15614
15615         Fix for core changes:
15616         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15617         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15618         (gst_sinesrc_getrange):
15619
15620 2005-04-23  David Schleef  <ds@schleef.org>
15621
15622         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15623         in gst-plugins in a long time, and properly belongs in liboil.
15624         * gst-libs/gst/idct/Makefile.am:
15625         * gst-libs/gst/idct/README:
15626         * gst-libs/gst/idct/dct.h:
15627         * gst-libs/gst/idct/doieee:
15628         * gst-libs/gst/idct/fastintidct.c:
15629         * gst-libs/gst/idct/floatidct.c:
15630         * gst-libs/gst/idct/idct.c:
15631         * gst-libs/gst/idct/idct.h:
15632         * gst-libs/gst/idct/idtc.vcproj:
15633         * gst-libs/gst/idct/ieeetest.c:
15634         * gst-libs/gst/idct/intidct.c:
15635
15636 2005-04-20  Wim Taymans  <wim@fluendo.com>
15637
15638         * docs/design-audiosinks.txt:
15639         * gst-libs/gst/audio/Makefile.am:
15640         * gst-libs/gst/audio/TODO:
15641         * gst-libs/gst/audio/gstaudiosink.c:
15642         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15643         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15644         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15645         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15646         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15647         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15648         (gst_audiosink_class_init), (gst_audiosink_init),
15649         (gst_audiosink_create_ringbuffer):
15650         * gst-libs/gst/audio/gstaudiosink.h:
15651         * gst-libs/gst/audio/gstbaseaudiosink.c:
15652         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15653         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15654         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15655         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15656         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15657         (gst_baseaudiosink_create_ringbuffer),
15658         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15659         * gst-libs/gst/audio/gstbaseaudiosink.h:
15660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15661         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15662         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15663         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15664         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15665         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15666         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15667         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15668         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15669         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15670         * gst-libs/gst/audio/gstringbuffer.h:
15671         An attempt at a set of audio base classes together with some
15672         design docs.
15673
15674 2005-04-20  Wim Taymans  <wim@fluendo.com>
15675
15676         * gst/audioconvert/Makefile.am:
15677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15678         (gst_audio_convert_caps_remove_format_info),
15679         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15680         (gst_audio_convert_channels):
15681         Link against audio libs.
15682         Fix audio convert plugin.
15683
15684 2005-04-20  Wim Taymans  <wim@fluendo.com>
15685
15686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15687         (gst_ogg_demux_sink_activate):
15688         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15689         (theora_set_header_on_caps), (theora_enc_sink_event),
15690         (theora_enc_chain):
15691         Fix theora encoder.
15692
15693 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15694
15695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15696         * gst/playback/gstdecodebin.c: (find_compatibles):
15697           Work with staticpadtemplates in elementfactories.
15698
15699 2005-04-12  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/playback/README:
15702         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15703         (compare_ranks), (print_feature), (gst_decode_bin_init),
15704         (dynamic_create), (dynamic_free), (find_compatibles),
15705         (mimetype_is_raw), (close_pad_link), (got_redirect),
15706         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15707         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15708         (gst_decode_bin_change_state):
15709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15710         (gst_play_base_bin_init), (group_destroy), (group_commit),
15711         (check_queue), (queue_overrun), (queue_threshold_reached),
15712         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15713         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15714         (got_redirect), (setup_source), (play_base_eos),
15715         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15716         (gst_play_base_bin_remove_element):
15717         * gst/playback/gstplaybasebin.h:
15718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15719         (gst_play_bin_init), (gst_play_bin_dispose),
15720         (gst_play_bin_set_property), (gen_video_element),
15721         (gen_text_element), (gen_audio_element), (remove_sinks),
15722         (gst_play_bin_send_event):
15723         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15724         (stream_info_change_state), (gst_stream_info_set_mute):
15725         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15726         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15727         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15728         (gst_stream_selector_chain):
15729         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15730         (main):
15731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15732         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15733         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15734         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15735         Raw and crude port of decodebin. 
15736         Make playbin compile.
15737
15738 2005-04-06  Wim Taymans  <wim@fluendo.com>
15739
15740         * ext/gnomevfs/Makefile.am:
15741         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15742         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15743         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15744         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15745         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15746         (gst_gnomevfssrc_stop):
15747         * ext/ogg/Makefile.am:
15748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15749         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15750         * ext/theora/Makefile.am:
15751         * ext/theora/theoradec.c: (_inc_granulepos),
15752         (theora_dec_sink_event), (theora_dec_chain):
15753         * ext/vorbis/Makefile.am:
15754         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15755         (vorbis_dec_sink_event), (vorbis_dec_chain):
15756         * gst-libs/gst/audio/Makefile.am:
15757         * sys/xvimage/Makefile.am:
15758         Make gnomevfssrc extend the source base class.
15759         Fix linking against libs in various plugins.
15760
15761 2005-04-06  Andy Wingo  <wingo@pobox.com>
15762
15763         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15764         GST_BASE_LIBS.
15765
15766         * configure.ac: Add check and AC_SUBST for libgstbase.
15767
15768 2005-03-31  Wim Taymans  <wim@fluendo.com>
15769
15770         * examples/seeking/Makefile.am:
15771         * examples/seeking/cdparanoia.c: (main):
15772         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15773         (play_cb), (pause_cb), (stop_cb), (main):
15774         * examples/seeking/playbin.c:
15775         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15776         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15777         (make_sid_pipeline), (make_vorbis_pipeline),
15778         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15779         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15780         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15781         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15782         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15783         (stop_cb), (main):
15784         * examples/seeking/spider_seek.c:
15785         * examples/seeking/vorbisfile.c:
15786         * ext/gnomevfs/Makefile.am:
15787         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15789         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15790         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15791         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15792         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15793         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15794         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15795         * ext/ogg/README:
15796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15797         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15798         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15799         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15800         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15801         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15802         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15803         (gst_ogg_demux_factory_filter), (compare_ranks),
15804         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15805         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15806         (gst_ogg_chain_new), (gst_ogg_chain_free),
15807         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15808         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15809         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15810         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15811         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15812         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15813         (gst_ogg_demux_get_prev_page),
15814         (gst_ogg_demux_deactivate_current_chain),
15815         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15816         (gst_ogg_demux_bisect_forward_serialno),
15817         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15818         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15819         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15820         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15821         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15822         (gst_ogg_demux_change_state), (gst_ogg_print):
15823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15824         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15825         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15826         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15827         (gst_ogg_mux_loop):
15828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15829         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15830         (theora_dec_src_convert), (theora_dec_sink_convert),
15831         (theora_dec_src_query), (theora_dec_src_event),
15832         (theora_dec_sink_event), (theora_dec_chain),
15833         (theora_dec_change_state):
15834         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15835         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15836         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15837         (theora_enc_change_state):
15838         * ext/vorbis/Makefile.am:
15839         * ext/vorbis/oggvorbisenc.c:
15840         * ext/vorbis/oggvorbisenc.h:
15841         * ext/vorbis/vorbis.c: (plugin_init):
15842         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15843         (vorbis_dec_src_query), (vorbis_dec_src_event),
15844         (vorbis_dec_sink_event), (vorbis_dec_chain),
15845         (vorbis_dec_change_state):
15846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15847         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15848         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15849         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15850         (gst_vorbisenc_change_state):
15851         * ext/vorbis/vorbisenc.h:
15852         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15853         * gst-libs/gst/audio/audioclock.c:
15854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15855         (gst_audiofilter_init), (gst_audiofilter_chain):
15856         * gst-libs/gst/audio/testchannels.c: (main):
15857         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15858         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15859         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15860         (gmip_find_track_streaminfo), (gmip_find_track_format):
15861         * gst-libs/gst/media-info/media-info.c:
15862         (gst_media_info_read_idler):
15863         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15864         (gst_play_get_all_by_interface):
15865         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15866         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15867         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15868         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15869         (gst_riff_parse_info):
15870         * gst-libs/gst/riff/riff-read.h:
15871         * gst-libs/gst/riff/riff.c: (plugin_init):
15872         * gst-libs/gst/video/Makefile.am:
15873         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15874         (gst_videosink_class_init), (gst_videosink_get_type):
15875         * gst-libs/gst/video/videosink.h:
15876         * gst/audioconvert/bufferframesconvert.c:
15877         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15878         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15879         * gst/audioconvert/channelmixtest.c: (main):
15880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15881         (gst_audio_convert_chain),
15882         (gst_audio_convert_caps_remove_format_info),
15883         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15884         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15885         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15886         (gst_audio_convert_buffer_to_default_format),
15887         (gst_audio_convert_buffer_from_default_format),
15888         (gst_audio_convert_channels):
15889         * gst/audioconvert/gstchannelmix.h:
15890         * gst/ffmpegcolorspace/avcodec.h:
15891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15892         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15893         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15894         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15895         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15897         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15898         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15899         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15900         (dv_type_find):
15901         * gst/videotestsrc/gstvideotestsrc.c:
15902         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15903         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15904         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15905         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15906         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15907         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15908         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15910         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15911         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15912         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15913         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15914         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15915         (gst_xvimagesink_navigation_send_event),
15916         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15917         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15918         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15919         * sys/xvimage/xvimagesink.h:
15920         Plugin port to 0.9, ogg/theora playback should work in the seek
15921         example now.
15922         Removed old examples.
15923         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15924         explained in 0.9 TODO doc.
15925
15926
15927 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15928
15929         * autogen.sh:
15930         * configure.ac:
15931         * ext/Makefile.am:
15932         * gst/Makefile.am:
15933         * po/POTFILES.in:
15934         * po/af.po:
15935         * po/az.po:
15936         * po/cs.po:
15937         * po/en_GB.po:
15938         * po/hu.po:
15939         * po/it.po:
15940         * po/nb.po:
15941         * po/nl.po:
15942         * po/or.po:
15943         * po/sq.po:
15944         * po/sr.po:
15945         * po/sv.po:
15946         * po/uk.po:
15947         * po/vi.po:
15948         * sys/Makefile.am:
15949         * testsuite/Makefile.am:
15950           remove a whole bunch of plugins.  This module now contains a set
15951           of free reference plugins/elements as agreed.
15952
15953 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15954
15955         * configure.ac:
15956           hunting season on 0.9 is now OPEN
15957
15958 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15959
15960         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15961           Kick the hell out of gcc for not warning me about a symbol conflict.
15962
15963 2005-02-22  Luca Ognibene  <luogni@tin.it>
15964
15965         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15966
15967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15968           Don't leak caps string (fixes #168134)
15969
15970         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15971         (gst_jpegenc_init), (gst_jpegenc_finalize),
15972         (gst_jpegenc_change_state):
15973           Don't leak line buffers and context struct (fixes #168133).
15974
15975 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         * configure.ac:
15978         * ext/dirac/gstdiracdec.cc:
15979         (gst_diracdec_chain):
15980           Since dirac 0.5.0 the framerate in dirac is expressed as a
15981           rational number. Fix build and up requirement to 0.5.0, and
15982           also pass parameters to gst_diracdec_link in the right order
15983           (fixes #167959).
15984
15985 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15986
15987         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15988         * ext/faad/gstfaad.h:
15989         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15990         certain invalid muxed streams, where some packets will contain 
15991         junk after decoder data. Partially fixes #149158.
15992
15993 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15994         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15995           Make sure we only write to writable buffers
15996
15997 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         * gst-libs/gst/riff/riff-media.c:
16000         (gst_riff_create_audio_caps_with_data):
16001           Do actually fix invalid RIFF fmt header values for alaw
16002           and mulaw audio instead of just saying so.
16003
16004         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16005           Give gst_riff_create_audio_caps_with_data() a chance to
16006           fix up broken format header fields before extracting any
16007           parameters from the header. (fixes #167633)
16008
16009 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16010
16011         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16012
16013         * gst/audioconvert/bufferframesconvert.c:
16014         (buffer_frames_convert_link):
16015           Don't leak othercaps. (fixes #167878)
16016
16017 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16018
16019         * configure.ac:
16020         * ext/libvisual/visual.c: (gst_visual_srclink),
16021         (gst_visual_change_state):
16022           Support libvisual 0.2.0.
16023
16024 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16025
16026         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16027         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16028           Use same rowstrides for I420 as used everywhere else.
16029
16030 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16031
16032         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16033           Declare variables at beginning of block and make gcc-2.95 happy
16034           (fixes # 167482, patch by Gergely Nagy).
16035           
16036         * gst/tcp/gsttcpclientsrc.c:
16037         * gst/tcp/gsttcpclientsrc.h:
16038           Move some includes into the header, so that struct sockaddr_in is
16039           defined when it should be defined on FreeBSD as well (fixes
16040           #167483).
16041           
16042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16043           Don't pass uninitialised values to setsockopt() here either.
16044
16045 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16046
16047         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16048
16049         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16050           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16051
16052 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16053
16054         * gst/playback/gstplaybin.c: (add_sink):
16055           Invert bin_add/link order to workaround deadlock in opt.
16056
16057 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16058
16059         * gst/modplug/gstmodplug.cc:
16060           Add missing break causing position queries to fail.
16061
16062 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16065           Granpos can apparently be -1, which screws up calculations...
16066
16067 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16068
16069         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16070         (gst_ximagesink_send_pending_navigation),
16071         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16072         (gst_ximagesink_init):
16073         * sys/ximage/ximagesink.h:
16074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16075         (gst_xvimagesink_send_pending_navigation),
16076         (gst_xvimagesink_navigation_send_event),
16077         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16078         * sys/xvimage/xvimagesink.h:
16079           Use a mutex protected list to marshal navigation
16080           events into the stream thread from whichever thread
16081           sends them.
16082
16083 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16086           Display current position and track length; misc. clean-ups.
16087           
16088         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16089         (speed_init), (speed_chain):
16090           Add query function, so that the stream length and current position
16091           get adjusted when queried (note that current position queries may
16092           still be wrong if the audio sink returns values based on buffer
16093           timestamps instead of passing on the query).
16094
16095 2005-02-13  Benjamin Otte  <otte@gnome.org>
16096
16097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16098         (gst_audio_convert_channels):
16099           create channel conversion matrix when linking
16100         * gst/audioconvert/.cvsignore:
16101         * gst/audioconvert/Makefile.am:
16102         * gst/audioconvert/channelmixtest.c: (main):
16103           add (ugly) test that ensures stereo <=> mono conversion works
16104           correctly
16105
16106 2005-02-13  Benjamin Otte  <otte@gnome.org>
16107
16108         * gst/audioconvert/gstchannelmix.h:
16109           include missing header file
16110         * gst/audioconvert/gstchannelmix.c:
16111         (gst_audio_convert_fill_compatible):
16112           use same sign for both channels when converting to/from compatible
16113           channel. Previously used different signs made the signals cancel
16114           each other out and appear like silence. (fixes #167269)
16115
16116 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         * gst/ffmpegcolorspace/avcodec.h:
16119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16120         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16121         (gst_ffmpegcsp_avpicture_fill):
16122         * gst/ffmpegcolorspace/imgconvert.c:
16123           Convert to and from YV12 (fixes #156379).
16124
16125 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16126
16127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16128         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16129         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16130         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16131         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16132         methods from chain and negotiation and vice versa (Fixes #166142).
16133         * sys/ximage/ximagesink.h: Add stream_lock.
16134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16135         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16136         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16137         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16138
16139 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16142           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16143           error message when we can't open the DVD device (when dvdnav_open()
16144           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16145           the above). Send something more useful instead (fixes #167117).
16146
16147 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16148
16149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16150         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16151         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16152         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16153         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16154         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16155         methods from chain and negotiation and vice versa (Fixes #166142).
16156         Fix a possible bug of images in the buffer pool being discarded because
16157         we are looking at the wrong geometry.
16158         * sys/xvimage/xvimagesink.h: Add stream_lock.
16159
16160 2005-02-11  David Schleef  <ds@schleef.org>
16161
16162         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16163         unsigned int. (fixes #167128)
16164
16165 2005-02-11  David Schleef  <ds@schleef.org>
16166
16167         * gst/librfb/Makefile.am: Testing stuff before committing is
16168           for wimps... and people with fast machines.  Fix stupid
16169           mistake.
16170
16171 2005-02-11  David Schleef  <ds@schleef.org>
16172
16173         * configure.ac: Pull in librfb from my CVS tree, because it is
16174           too small and annoying to be separate.  Move rfbsrc plugin
16175           to gst/.
16176         * ext/Makefile.am:
16177         * ext/librfb/Makefile.am:
16178         * ext/librfb/gstrfbsrc.c:
16179         * gst/librfb/Makefile.am:
16180         * gst/librfb/gstrfbsrc.c:
16181         * gst/librfb/rfb.c:
16182         * gst/librfb/rfb.h:
16183         * gst/librfb/rfbbuffer.c:
16184         * gst/librfb/rfbbuffer.h:
16185         * gst/librfb/rfbbytestream.c:
16186         * gst/librfb/rfbbytestream.h:
16187         * gst/librfb/rfbcontext.h:
16188         * gst/librfb/rfbdecoder.c:
16189         * gst/librfb/rfbdecoder.h:
16190         * gst/librfb/rfbutil.h:
16191
16192 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         * gst/speed/Makefile.am:
16195         * gst/speed/demo-mp3.c: (main):
16196         * gst/speed/filter.func:
16197         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16198         (speed_class_init), (speed_init), (speed_chain_int16),
16199         (speed_chain_float32), (speed_chain), (speed_set_property),
16200         (speed_get_property), (speed_change_state):
16201         * gst/speed/gstspeed.h:
16202           Fix speed element and make it chain-based (fixes #156467),
16203           and make it handle more than one channel.
16204
16205 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16206
16207         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16208         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16209         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16210         * ext/dts/gstdtsdec.h:
16211           Don't clobber the stack constructing the channels array.
16212           Make the element chain-based. DTS tracks can now be played.
16213           
16214 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16215
16216         * gst-libs/gst/audio/multichannel.h:
16217         * gst-libs/gst/gconf/gconf.h:
16218         * gst-libs/gst/idct/idct.h:
16219         * gst-libs/gst/media-info/media-info-priv.h:
16220         * gst-libs/gst/play/play.h:
16221         * gst-libs/gst/resample/private.h:
16222         * gst-libs/gst/resample/resample.h:
16223         * gst-libs/gst/riff/riff-ids.h:
16224         * gst-libs/gst/video/video.h:
16225         * gst-libs/gst/video/videosink.h:
16226           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16227           missing, so that they work when included from C++ code.
16228
16229 2005-02-09  David Schleef  <ds@schleef.org>
16230
16231         * testsuite/gst-lint: Check for non-statically scoped
16232           parent_class variables.  This won't be a problem once
16233           plugins are loaded with RTLD_LOCAL.
16234
16235 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16236
16237         * ext/mplex/gstmplexibitstream.cc:
16238           gcc madness.
16239
16240 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16241
16242         * ext/ogg/gstogmparse.c:
16243         * gst/debug/gstnavigationtest.c:
16244           Die, thou faulty symbol pollutors (non-static parent_class).
16245
16246 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16247
16248         * ext/mplex/gstmplexibitstream.cc:
16249           Fix event handling (#165525).
16250
16251 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16252
16253         * ext/mikmod/gstmikmod.c:
16254         * gst/modplug/gstmodplug.cc:
16255           Add missing endianness to template (fixes #165509).
16256
16257 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16258
16259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16260           Fix wrong order of reading of optional bytes (#165290).
16261
16262 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16265           Implement FILLER event awareness.
16266
16267 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16268
16269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16270           Fix track calculations (#166208).
16271
16272 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16273
16274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16277         * ext/libpng/gstpngenc.c:
16278           Fix byte-order, use proper fixed caps. Fixes #164197.
16279
16280 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16281
16282         * configure.ac:
16283           Add dvdlpcmdec 
16284
16285         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16286         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16287           Don't push buffers if the src pad isn't negotiated yet.
16288           
16289         * gst/audioconvert/gstaudioconvert.c:
16290         (gst_audio_convert_buffer_to_default_format),
16291         (gst_audio_convert_buffer_from_default_format):
16292           Add support for 24-bit width.
16293
16294         * gst/dvdlpcmdec/.cvsignore:
16295         * gst/dvdlpcmdec/Makefile.am:
16296         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16297         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16298         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16299         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16300         (plugin_init):
16301         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16302           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16303           format. Needs support for the channels maps if someone can find 
16304           a DVD LPCM track with > 2 channels.
16305
16306         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16307         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16308         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16309         * gst/mpegstream/gstdvddemux.h:
16310         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16311         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16312         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16313         * gst/mpegstream/gstmpegdemux.h:
16314         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16315         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16316         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16317         (gst_mpeg_parse_handle_src_query),
16318         (gst_mpeg_parse_handle_src_event):
16319           Use audio/x-dvd-lpcm for LPCM output.
16320           Add DTS output.
16321
16322 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16323
16324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16327         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16328           Add BGRA handling (#165736).
16329
16330 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16331
16332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * gst/law/alaw-decode.c: (alawdec_link):
16335         * gst/law/alaw-encode.c: (alawenc_link):
16336         * gst/law/mulaw-decode.c: (mulawdec_link):
16337         * gst/law/mulaw-encode.c: (mulawenc_link):
16338           Fix caps memleaks (#166600).
16339
16340 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16341
16342         * ext/tarkin/mem.h:
16343         * ext/tarkin/wavelet.h:
16344         * ext/tarkin/yuv.h:
16345         * gst/ffmpegcolorspace/avcodec.h:
16346           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16347           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16348
16349 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16350
16351         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16353         (gst_xvimagesink_change_state):
16354           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16355           Xv video (and thereby regenerate Xv colourkey) in clear() so
16356           that PLAY -> READY -> PLAY works (fixes #162504).
16357
16358 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16359
16360         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16361           Switch to list instead of range, since MJPEG-devices really just
16362           support decimations, not any size.
16363
16364 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16365         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16366         (gst_mpeg2dec_reset), (free_all_buffers),
16367         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16368         * ext/mpeg2dec/gstmpeg2dec.h:
16369           The libmpeg2 user-allocated buffer management is awkward, 
16370           to say the least. Hopefully this fixes things.
16371
16372 2005-02-04  Andy Wingo  <wingo@pobox.com>
16373
16374         * gst/audioconvert/bufferframesconvert.c
16375         (buffer_frames_convert_fixate): New function, fixates to 256
16376         frames per buffer by default. (Much better than 1.)
16377         (buffer_frames_convert_init): Set the fixate function for both src
16378         and sink pad.
16379         (buffer_frames_convert_link): After success setting nonfixed caps,
16380         get the negotiated caps so we can know how many buffer-frames it
16381         will be. No idea how this worked at all before.
16382
16383 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16384
16385         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16386         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16387         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16388         (handle_sequence), (handle_picture):
16389         * ext/mpeg2dec/gstmpeg2dec.h:
16390           Rearrange buffer tracking and refcounting and refactor
16391           a little for readability. 
16392
16393 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16394         * sys/v4l/gstv4l.c: (plugin_init):
16395         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16396         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16397         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16398         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16399         * sys/v4l/gstv4ljpegsrc.h:
16400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16401         * sys/v4l/v4l_calls.h:
16402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16403         (gst_v4lsrc_get_fps):
16404         * sys/v4l/v4lsrc_calls.h:
16405           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16406           you jpeg inside rgb frames" driver.
16407           Don't error in the v4lsrc link function, just return 
16408           REFUSED.
16409
16410 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16411
16412         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16413         (gst_qcamsrc_open):
16414           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16415
16416 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16419           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16420
16421 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16422
16423         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16424           Reset negotiated state on PAUSED->READY.
16425
16426 2005-02-02  David Schleef  <ds@schleef.org>
16427
16428         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16429         whereever possible.  (Fixes #165997)
16430         * examples/capsfilter/capsfilter1.c: (main):
16431         * examples/dynparams/filter.c: (create_ui):
16432         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16433         * examples/seeking/chained.c: (main):
16434         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16435         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16436         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16437         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16438         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16439         * examples/switch/switcher.c: (main):
16440         * ext/dv/demo-play.c: (main):
16441         * ext/faad/gstfaad.c: (gst_faad_change_state):
16442         * ext/mad/gstmad.c: (gst_mad_chain):
16443         * ext/smoothwave/demo-osssrc.c: (main):
16444         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16445         (gst_gconf_render_bin_from_description),
16446         (gst_gconf_get_default_audio_sink),
16447         (gst_gconf_get_default_video_sink),
16448         (gst_gconf_get_default_audio_src),
16449         (gst_gconf_get_default_video_src),
16450         (gst_gconf_get_default_visualization_element):
16451         * gst/level/demo.c: (main):
16452         * gst/level/plot.c: (main):
16453         * gst/playback/gstplaybin.c: (gen_video_element),
16454         (gen_audio_element):
16455         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16456         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16457         * gst/sine/demo-dparams.c: (main):
16458         * gst/spectrum/demo-osssrc.c: (main):
16459         * gst/speed/demo-mp3.c: (main):
16460         * gst/volume/demo.c: (main):
16461         * testsuite/embed/embed.c: (main):
16462
16463 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16464
16465         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16466         (gst_tcpclientsink_finalize):
16467         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16468         (gst_tcpclientsrc_finalize):
16469         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16470         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16471         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16472         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16473           Don't leak the hostname when shutting down.
16474           In tcpserversrc, take a copy of the default hostname.
16475
16476 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16477
16478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16479           Set caps to systemstream=TRUE.
16480
16481 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * testsuite/Makefile.am:
16484           Fix more OSX buildbots.
16485
16486 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16487
16488         * ext/mpeg2dec/gstmpeg2dec.c:
16489           Don't send things to NULL PAD_PEERs
16490
16491         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16492           Copy-on-write the incoming buffer.
16493
16494         * gst/mpegstream/gstdvddemux.h:
16495         * gst/mpegstream/gstmpegclock.h:
16496         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16497         (normal_seek), (gst_mpeg_demux_handle_src_event):
16498         * gst/mpegstream/gstmpegdemux.h:
16499         * gst/mpegstream/gstmpegpacketize.h:
16500         * gst/mpegstream/gstmpegparse.c:
16501         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16502         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16503         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16504         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16505         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16506         * gst/mpegstream/gstmpegparse.h:
16507         * gst/mpegstream/gstrfc2250enc.h:
16508           Various changes to the way time is computed that make seeking and
16509           total time estimation much better here.
16510           Use G_BEGIN/END_DECLS instead of __cplusplus
16511
16512         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16513           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16514
16515 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16516
16517         * gst/subparse/gstsubparse.c:
16518           Fix OSX buildbot.
16519
16520 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16523         (theora_enc_chain), (theora_enc_change_state):
16524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16525         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16526         (gst_vorbisenc_change_state):
16527         * ext/vorbis/vorbisenc.h:
16528           Set granulepos and timestamp correctly for streams not
16529           starting at 0, taking into account the initial delay.
16530
16531 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         * gst/mpegstream/gstdvddemux.c:
16534           Add audio/x-dts to audio pad template caps
16535
16536 2005-01-30  David Schleef  <ds@schleef.org>
16537
16538         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16539         (create_context), (gst_polypsink_link): Fix silly endianness
16540         bug.  Add some debugging.  Remove float from caps; it doesn't
16541         work.  Attempt to get remote audio working.
16542
16543 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16544
16545         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16546           Add 3IV2 fourcc.
16547
16548 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16549
16550         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16551         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16552         (gst_avi_demux_stream_data):
16553         * gst/avi/gstavidemux.h:
16554           Invert DIB images. Fixes #132341.
16555
16556 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16557
16558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16559         (gst_ffmpegcsp_chain):
16560           D'oh, reference the palette data, not the palette structure.
16561           Fixes color distortion in #132341.
16562
16563 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16564
16565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16566           PAR can be non-fixed when not provided as argument (#162626).
16567
16568 2005-01-29  David Moore  <dcm@acm.org>
16569
16570         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16573         (gst_qtdemux_loop_header):
16574           Re-apply patch from #142272 that allows non-seekable sources,
16575           re-proposed by Daniel Drake <dsd@gentoo.org>.
16576
16577 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16580           Use the src template for creating the src pad (#162330).
16581
16582 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16583
16584         * configure.ac:
16585         * ext/musepack/Makefile.am:
16586         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16587         (gst_musepackdec_init), (gst_musepackdec_dispose),
16588         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16589         (gst_musepack_stream_init), (gst_musepackdec_loop),
16590         (gst_musepackdec_change_state):
16591         * ext/musepack/gstmusepackdec.cpp:
16592         * ext/musepack/gstmusepackdec.h:
16593         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16594         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16595         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16596         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16597         * ext/musepack/gstmusepackreader.cpp:
16598         * ext/musepack/gstmusepackreader.h:
16599           Update to 1.1 API (#165446).
16600
16601 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * ext/Makefile.am:
16604           Unbreak buildbot.
16605
16606 2005-01-28  Andy Wingo  <wingo@pobox.com>
16607
16608         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16609         to reflect a different dubious internet source. Add a reference
16610         and some commentary.
16611
16612 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16613
16614         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16615         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16616         * gst/playback/gststreamselector.h:
16617           Be more selective when we're redoing caps negotiation from
16618           within the chain function on a stream change.
16619
16620 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16621
16622         * configure.ac:
16623         * ext/Makefile.am:
16624         * ext/amrnb/Makefile.am:
16625         * ext/amrnb/amrnb.c: (plugin_init):
16626         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16627         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16628         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16629         (gst_amrnbdec_state_change):
16630         * ext/amrnb/amrnbdec.h:
16631         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16632         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16633         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16634         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16635         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16636         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16637         * ext/amrnb/amrnbparse.h:
16638           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16639         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16640           Add AMR-NB/-WB raw formats.
16641         * ext/alsa/gstalsa.c: (gst_alsa_link):
16642           Keep valid time when changing format.
16643         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16644         (qtdemux_parse_trak):
16645           Add some more format-specific options (#140141, #143555, #155163).
16646
16647 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16648
16649         * gst/matroska/matroska-demux.c:
16650         (gst_matroska_demux_parse_blockgroup):
16651           Fix logic error in timing of subtitle stream synchronization.
16652         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16653           Add skip-chunk, which is found in kodak-camera streams.
16654
16655 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16656
16657         * po/LINGUAS:
16658         * po/vi.po:
16659           Adding Vietnamese translation (submitted by Clytie Siddall)
16660
16661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16662
16663         * gst/playback/gstdecodebin.c: (try_to_link_1):
16664           Use realpad for signal.
16665
16666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16667
16668         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16669           Fix category so decodebin picks it up.
16670
16671 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16672
16673         * ext/mad/Makefile.am:
16674         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16675         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16676         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16677         (found_type), (gst_id3demux_bin_change_state):
16678         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16679         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16680         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16681         (gst_id3_tag_change_state), (plugin_init):
16682         * ext/mad/gstmad.h:
16683           Add id3demuxbin (which is a simple bin consisting of id3demux
16684           and typefind), take over rank from id3demux, remove typefind
16685           code from id3demux. Makes all broken mp3s that I know of work,
16686           and thereby fixes #152688.
16687
16688 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16689
16690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * ext/mad/gstmad.c: (gst_mad_src_event):
16693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16694           Allow seeks on audio pad, make mad forward those (#164826).
16695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16696           Set duration (#165335).
16697
16698 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16701         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16702         (gst_asf_demux_process_ext_content_desc),
16703         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16704         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16705         * gst/asfdemux/gstasfdemux.h:
16706           Improve metadata display, e.g. if the metadata comes before the
16707           streams are loaded (which is perfectly valid).
16708
16709 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * tools/gst-launch-ext-m.m:
16712           Fix AVI/ASF pipelines (#165340).
16713
16714 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16715         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16716         build failure on amd64
16717
16718 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16721         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16722           Check environment variables GST_ID3V2_TAG_ENCODING,
16723           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16724           list of character encodings to force interpretation of non-unicode
16725           strings stored in an ID3v2 tag to a particular encoding. If none
16726           is specified, try to use current locale's encoding, then fall back
16727           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16728         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16729         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16730           Check environment variables GST_ID3V1_TAG_ENCODING,
16731           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16732           list of character encodings to use in case a string encountered
16733           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16734           specified, try to use the current locale's encoding, then fall
16735           back to ISO-8859-1 (which will always succeed).
16736
16737 2005-01-25  Benjamin Otte  <otte@gnome.org>
16738
16739         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16740           - on half framerate, compute the rate in advance so the comparisons
16741             don't compare wrong values
16742           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16743             behaviour
16744           - don't use mad_header_decode anymore, mad_frame_decode does that
16745             automatically
16746           - when getting rid of consumed bytes, reset the stream's skiplen
16747           (fixes #163867)
16748
16749 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16750
16751         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16752           Use 1/2 a second for default max_discont, as PES streams from DVB
16753           seem to have larger spacings in the SCR. 
16754           Fix a typo.
16755
16756 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * gst/playback/gstplaybasebin.c: (group_commit):
16759           Notify delayed stream-info availability.
16760
16761 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16762         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16763         (gst_a52dec_handle_event), (gst_a52dec_chain):
16764         Add some debug output. Check that a discont has a valid
16765         time associated.
16766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16767         (gst_alsa_sink_loop):
16768         Ignore TAG events. A little extra debug for broken timestamps.
16769         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16770         (dvdnavsrc_change_state):
16771         Ensure we send a discont to engage the link before we send any
16772         other events.
16773         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16774         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16775         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16776         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16777         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16778         dvd://title works in totem because typefinding sends a seek that ends
16779         up going back to chapter 1 regardless.
16780         * ext/mpeg2dec/gstmpeg2dec.c:
16781         * ext/mpeg2dec/gstmpeg2dec.h:
16782         Output correct timestamps and handle disconts.
16783         * ext/ogg/gstoggdemux.c: (get_relative):
16784         Small guard against a null dereference.
16785         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16786         (gst_textoverlay_set_property):
16787         Free memory when done. Don't call gst_event_filler_get_duration on
16788         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16789         g_warning.
16790         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16791         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16792         (gst_sw_srclink), (gst_smoothwave_chain):
16793         Draw solid lines, prettier colours.
16794         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16795         Add a default palette that'll work for some movies.
16796         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16797         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16798         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16799         * gst/mpegstream/gstdvddemux.h:
16800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16801         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16802         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16803         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16804         * gst/mpegstream/gstmpegparse.h:
16805         Use PTM/NAV events when for timestamp adjustment when connected to 
16806         dvdnavsrc. Don't use many discont events where one suffices.
16807         * gst/playback/gstplaybasebin.c: (group_destroy),
16808         (gen_preroll_element), (gst_play_base_bin_add_element):
16809         * gst/playback/gstplaybasebin.h:
16810         Make sure we remove subtitles from the same bin we put them in.
16811         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16812         (gst_subparse_buffer_format_autodetect),
16813         (gst_subparse_change_state):
16814         Fix some memleaks and invalid accesses.
16815         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16816         (oggskel_type_find), (cmml_type_find), (plugin_init):
16817         Some typefind functions for Annodex v3.0 files
16818         * gst/wavparse/gstwavparse.h:
16819         GstRiffReadClass is the correct parent class.
16820
16821 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst-libs/gst/riff/riff-media.c:
16824         (gst_riff_create_video_caps_with_data):
16825           Add extradata to huffyuv (fixes #165013).
16826         * gst-libs/gst/riff/riff-read.c:
16827         (gst_riff_read_strf_vids_with_data):
16828           Fix extradata extraction if it is in the chunk size.
16829
16830 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16831
16832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16833
16834         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16835         (gst_quarktv_change_state), (gst_quarktv_dispose):
16836           Memory free'ing location fix (#164708).
16837
16838 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16839
16840         * gst/playback/gstplaybasebin.c: (group_commit),
16841         (gen_preroll_element), (probe_triggered), (gen_source_element),
16842         (setup_source), (gst_play_base_bin_change_state),
16843         (gst_play_base_bin_add_element):
16844           Don't block for streams.
16845         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16846         (gst_stream_info_set_mute):
16847           Use gst_pad_set_active_recursive.
16848
16849 2005-01-25  Andy Wingo  <wingo@pobox.com>
16850
16851         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16852         for #ifndef HAVE_XVIDEO.
16853
16854 2005-01-24  Jeffrey C. Ollie
16855
16856         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16857
16858         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16859         * ext/gsm/gstgsmdec.h:
16860         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16861         * ext/gsm/gstgsmenc.h:
16862         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16863         was given by property. Add proper buffer timestamps and offsets.
16864
16865 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16866
16867         * gst-libs/gst/riff/riff-media.c:
16868         (gst_riff_create_audio_caps_with_data):
16869           Audio can be <8000Hz.
16870
16871 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16872
16873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16874           Explicit state change to workaround refcount bugs.
16875
16876 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16879         (gst_avimux_riff_get_avi_header):
16880           Fix...
16881
16882 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16883
16884         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16885         (gst_riff_read_element_data):
16886         * gst-libs/gst/riff/riff-read.h:
16887           Add _peek version (req'ed in CDXA).
16888         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16889         (gst_cdxaparse_loop):
16890           Fix parsing in playbin.
16891         * gst/playback/gstdecodebin.c: (close_pad_link):
16892           Ignore current_ pads, they cause major annoyance.
16893
16894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16895
16896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16897           Safety guard.
16898
16899 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16902           Fix padding...
16903
16904 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16907           Allow for 0-sized buffers. Fixes length query problems in
16908           starwars.mkv from the testsuite.
16909
16910 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16911
16912         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16913         (gst_video_box_i420), (gst_video_box_chain):
16914           Fix row strides for I420 (fixes #163159)
16915           
16916 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16917
16918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16919           MPEG2 has a useful rate property, so we can actually use that.
16920           For MPEG-1, continue using the bytes/time properties.
16921
16922 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16923
16924         * gst-libs/gst/riff/riff-media.c:
16925         (gst_riff_create_video_caps_with_data),
16926         (gst_riff_create_video_template_caps):
16927           Add intel-h263.
16928
16929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16932           Fail if caps negotiation fails. Should fix #162184, and should
16933           definately be in there regardless of it fixing the actual bug.
16934         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16935         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16936         (gst_avimux_riff_get_avix_header),
16937         (gst_avimux_riff_get_video_header),
16938         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16939         (gst_avimux_start_file), (gst_avimux_handle_event),
16940         (gst_avimux_change_state):
16941         * gst/avi/gstavimux.h:
16942           Refactor structure writing to use GST_WRITE_UINT macros, add
16943           metadata writing support.
16944
16945 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16948           Elements may already be destroyed when this function is called.
16949
16950 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16951
16952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16953         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16954           More memory leak fixes (#149162).
16955
16956 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16959         (gst_qtdemux_add_stream):
16960           Fix two memleaks.
16961
16962 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16963
16964         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16965           Argh...
16966
16967 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16968
16969         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16970           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16971           when fixating to six channels in Totem.
16972
16973 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16976           Fix compile warnings on Solaris 10 buildbot
16977
16978 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16979
16980         * ext/dvdread/dvdreadsrc.c: (_read):
16981           Don't read beyond the last cell in a chapter (fixes 
16982           invalid memory access)
16983
16984 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16985
16986         * ext/dvdread/stream_labels.c:
16987         (dvdreadsrc_get_audio_stream_labels):
16988           Use NULL for an empty GList instead of g_list_alloc(); fix 
16989           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16990           of GString (easier to bulk free later)
16991
16992 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16993
16994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16995
16996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16997         (gst_ffmpeg_pixfmt_to_caps):
16998           Fix BGRA32 caps (#164209).
16999
17000 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17001
17002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17005         (gst_ffmpeg_caps_to_pixfmt):
17006           alpha_mask can be RGBA/ABGR. Fixes #164265.
17007
17008 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17009
17010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17011
17012         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17013         (gst_mpeg2dec_alloc_buffer):
17014         * ext/mpeg2dec/gstmpeg2dec.h:
17015           Crop if decoding size is not the actual image size (#163676).
17016
17017 2005-01-17  Steve Baker  <steve@stevebaker.org>
17018
17019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17022         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17023           Add libsndfile typefind functions (#163309).
17024
17025 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * tools/gst-launch-ext-m.m:
17028           Add .aac, fix .m1v/.m2v (#163891).
17029
17030 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17031
17032         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17033           Sanity check, don't wait endlessly since the clock might not
17034           actually run at this point (which is a deadlock). Fixes #164069.
17035
17036 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17037
17038         * gst/playback/gstplaybasebin.c: (probe_triggered):
17039           Of course, only pause if group is done...
17040
17041 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/playback/gstplaybasebin.c: (probe_triggered):
17044           Thread safety.
17045
17046 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17047
17048         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17049           Don't return state change success when the parent
17050           failed.
17051
17052 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17053
17054         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17055           Free events (fix memleak in #162905).
17056
17057 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17058
17059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17062         (gst_ffmpeg_caps_to_pixfmt):
17063           Fix for depth = 15. Fixes #161675.
17064
17065 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17068           Set FPS correctly, even for webcams and the like.
17069         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17070           Don error on setting while capturing.
17071
17072 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17073
17074         * ext/dv/gstdvdec.c:
17075         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17076         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17077           I'm a bad boy. using /1001. to force C to do float division
17078           and not integer division (as it did in my last commit)
17079           Thanks to David I. Lehn for pointing this mistake.
17080
17081 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17084           Revert Johan's 1.35->1.36 since it breaks compat.
17085
17086 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17087
17088         * ext/dv/gstdvdec.c:
17089         * ext/libfame/gstlibfame.c:
17090         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17091         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17092           replace framerate aproximations by their real value
17093           (24000/1001, 30000/1001, 60000/1001)
17094           Finish fixing bug #164049
17095
17096 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         * ext/ogg/gstoggmux.c:
17099           eos/bos debugging
17100         * gst/tcp/gstmultifdsink.c:
17101         * gst/tcp/gstmultifdsink.h:
17102         * gst/tcp/gsttcp.c:
17103         * gst/tcp/gsttcp.h:
17104         * gst/tcp/gsttcpclientsink.c:
17105         * gst/tcp/gsttcpclientsrc.c:
17106         * gst/tcp/gsttcpserversink.c:
17107         * gst/tcp/gsttcpserversrc.c:
17108           improve reusability of elements after state changes and errors
17109           make multifdsink throw away streamheaders when receiving new ones
17110
17111 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17112
17113         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17114           Fix for if items are already in list...
17115
17116 2005-01-12  Benjamin Otte  <otte@gnome.org>
17117
17118         * gst/adder/gstadder.c: (gst_adder_loop):
17119           fix adder a bit so it doesn't screw up with events as much anymore
17120
17121 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17122
17123         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17124         (pixbufscale_scale), (gst_pixbufscale_chain):
17125         * ext/gdk_pixbuf/pixbufscale.h:
17126           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17127           to ensure rowstrides are calculated the same way as 
17128           ffmpegcolorspace
17129           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17130           that we pick up duration and offset also.
17131
17132 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17135         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17136           Reusability fixes.
17137
17138 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17139
17140         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17141         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17142         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17143         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17144           Update flags when requested.
17145
17146 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17147
17148         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17149           Fix dmix.
17150
17151 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17154         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17155         (probe_triggered), (new_decoded_pad), (gen_source_element),
17156         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17157         * gst/playback/gstplaybasebin.h:
17158         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17159         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17160         (gst_play_bin_change_state):
17161           Implement group-switch signal for use in apps to clear metadata
17162           cache, clean up subtitle, add suburi property instead of # hack,
17163           some error-out fixes.
17164
17165 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17168           Debug.
17169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17170           If we got a state change in the _get handler, don't return success.
17171
17172 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17173
17174         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17175         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17176           Make jpegdec quiet on MJPEG decoding
17177         * gst/asfdemux/README:
17178           Fix mimetypes for MJPEG and H263
17179
17180 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17181
17182         * ext/theora/theoradec.c: (theora_dec_chain):
17183           Fix broken code generation by gcc by swapping arguments.
17184         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17185           Fix \n in debug.
17186
17187 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17188
17189         * TODO:
17190           delete this file, it is by far outdated
17191         * ext/alsa/gstalsa.1: remove
17192         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17193         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17194         (gst_alsa_get_caps):
17195           Add HW probing for supported sample rates. Fixes #161704
17196
17197 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17198
17199         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17200           Don't crash, biatch! :).
17201
17202 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * ext/musepack/gstmusepackreader.cpp:
17205         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17206           Some work on tags - still doesn't work in playbin...
17207         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17208           Handle events...
17209
17210 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17211
17212         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17213           Also shove tags on kid pads.
17214
17215 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17216
17217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17218           Don't bail on unknown events.
17219         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17220           Don't crash on events before negotiation.
17221         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17222           Send tags on pads, too.
17223         * gst/playback/gststreamselector.c:
17224         (gst_stream_selector_request_new_pad):
17225           Forward events on first pad if no input was selected yet.
17226
17227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17228
17229         * gst/playback/gstplaybasebin.c: (setup_substreams):
17230           Don't disable streamtype if the stream doesn't exist, since
17231           then playing a video after audio will disable both and nothing
17232           will happen. Fixes the testsuite.
17233
17234 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17237         (gst_v4l_xoverlay_set_xwindow_id):
17238         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17239         (gst_v4l2_xoverlay_set_xwindow_id):
17240           Add debug categories, fix overlay disabling.
17241
17242 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17243
17244         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17245         * ext/alsa/gstalsa.h:
17246           Add HW probing for period_count/size and buffer_size MIX/MAX
17247           Adjust default/user defined value if out of bounds
17248           Should fix bug #162024
17249
17250 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17253           Fix warning (#161191).
17254
17255 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17256
17257         * ext/dvdread/stream_labels.c:
17258         (dvdreadsrc_get_audio_stream_labels):
17259           Fix warning (init the good variable in switch default)
17260
17261 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17262
17263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17266           Fix gcc-2.95 compile (#163485).
17267
17268 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17269
17270         * configure.ac:
17271         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17272         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17273         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17274         (gst_flacenc_change_state):
17275         * ext/flac/gstflacenc.h:
17276           Update for API change in flac-1.1.1. Update requirement in
17277           configure.ac. Fixes #162974.
17278
17279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17280
17281         * gst/playback/gstplaybasebin.c: (group_destroy):
17282           Remove hack to get rid of assert and get rid of unlinked
17283           signals properly.
17284
17285 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17286
17287         * gst/playback/gstplaybasebin.c: (setup_source):
17288           Set source to NULL so that resources are free'ed. Fixes issues
17289           with playback of CDDA and similar device-accessing things.
17290
17291 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17292
17293         * testsuite/embed/Makefile.am:
17294           test->noinst, fix make test in buildbot.
17295
17296 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17297
17298         * ext/dvdread/stream_labels.c: new file
17299         * ext/dvdread/stream_labels.h: new file
17300         * ext/dvdread/Makefile.am:
17301         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17302           Extract audio stream label from DVD IFO files.
17303           It only dump them on the console for now, still have to
17304           make playbin aware of them.
17305
17306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17307
17308         * gst/playback/gstplaybasebin.c: (setup_source):
17309           Fix hanging subs.
17310
17311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17314         (gen_preroll_element), (remove_groups), (setup_subtitle),
17315         (gen_source_element), (setup_source):
17316         * gst/playback/gstplaybasebin.h:
17317           Multiple .sub files is just a stupid idea... Fix some threading
17318           mistakes. Interestingly, external .sub files cause playbin to
17319           hang, I don't know why... Parsing fixes contributed by Fran??ois
17320           Kooman <fkooman@tuxed.net>.
17321
17322 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * testsuite/embed/Makefile.am:
17325           Fix buildbot.
17326
17327 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17328
17329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17332         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17333         (gst_pngenc_set_property):
17334         * ext/libpng/gstpngenc.h:
17335           Add compression level property (#163323).
17336
17337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * configure.ac:
17340         * examples/capsfilter/capsfilter1.c: (main):
17341         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17342         * ext/dvdread/Makefile.am:
17343         * ext/dvdread/demo-play:
17344         * ext/dvdread/demo-play.c:
17345         * gconf/gstreamer.schemas.in:
17346         * gst-libs/gst/gconf/gconf.c:
17347         * sys/v4l/TODO:
17348         * testsuite/Makefile.am:
17349         * testsuite/embed/Makefile.am:
17350         * testsuite/embed/embed.c: (cb_expose), (main):
17351           Remove all references to xvideosink, fix examples (#140845).
17352         * gst/playback/gstplaybasebin.c: (group_destroy):
17353           Apparently, disposal does not unlink - so do explicitely.
17354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17355           Add debug.
17356
17357 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17358
17359         * README: fix PKG_CONFIG_PATH instructions, what was there
17360         previously was breaking default search path, not nice. 
17361         Fixes #163358
17362
17363 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17364
17365         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17366         (gst_audioscale_chain):
17367           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17368           when resampling - how the ^@$^!@^! is this possible?!?
17369
17370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17373           Reset variables on READY.
17374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17375         (gst_matroska_mux_loop):
17376           Require data before writing header.
17377
17378 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17379
17380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17381
17382         * ext/mad/gstmad.c: (gst_mad_chain):
17383           Don't call mad_stream_sync() directly after recovering sync.
17384           Fixes #151661.
17385
17386 2005-01-09  Martin Eikermann  <meiker@upb.de>
17387
17388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17391         (snapshot_handler), (gst_snapshot_sinkconnect),
17392         (gst_snapshot_chain):
17393           Allocate resources when required, fix recursive signal emission
17394           and fix caps. Fixes #161667.
17395
17396 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17397
17398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17401         (gst_pngdec_chain):
17402           Handle only 8-bppc (bits-per-pixel-component) images, better
17403           error handling and correct strides. Fixes #163177.
17404         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17405         (gst_pngenc_chain):
17406           Better error handling. Fixes #163348.
17407
17408 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17409
17410         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17411         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17412         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17413         (dvdnavsrc_uri_handler_init):
17414           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17415         * gst/playback/gstplaybasebin.c: (gen_source_element):
17416           Add MMS to streaming URIs.
17417
17418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17421         * sys/xvimage/xvimagesink.c:
17422         (gst_xvimagesink_navigation_send_event):
17423           Check for pad availability before sending event.
17424
17425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * gst-plugins.spec.in:
17428           Add subparse.
17429
17430 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17431
17432         * configure.ac:
17433           Since we use functions from CVS, up requirement.
17434
17435 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17436
17437         * gst/playback/Makefile.am:
17438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17439         (group_destroy), (group_commit), (group_is_muted),
17440         (gen_preroll_element), (add_stream), (unknown_type),
17441         (probe_triggered), (preroll_unlinked), (mute_stream),
17442         (silence_stream), (new_decoded_pad), (setup_substreams),
17443         (setup_source), (get_active_source), (mute_group_type),
17444         (muted_group_change_state), (set_active_source),
17445         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17446         (play_base_eos), (gst_play_base_bin_change_state):
17447         * gst/playback/gstplaybasebin.h:
17448         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17449         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17450         (gst_stream_info_dispose), (stream_info_mute_pad),
17451         (stream_info_change_state), (gst_stream_info_set_mute):
17452         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17453         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17454         (gst_stream_selector_init), (gst_stream_selector_dispose),
17455         (gst_stream_selector_get_linked_pad),
17456         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17457         (gst_stream_selector_get_linked_pads),
17458         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17459         * gst/playback/gststreamselector.h:
17460           Adding stream selection support plus required properties for
17461           applications to use this. Fully fixes #100931.
17462
17463 2005-01-08  Benjamin Otte  <otte@gnome.org>
17464
17465         * gst/games/gstpuzzle.c: (nav_event_handler):
17466           - handle nav events differently: forward every event no matter if it
17467             was handled or not.
17468           - translate events
17469           You can now cheat by using navigationtest ! puzzle and moving the
17470           mouse close to the edge of a tile. ;)
17471
17472 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17473
17474         * configure.ac:
17475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17476         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17477         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17478         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17479         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17480         (gst_ogm_parse_plugin_init):
17481         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17482         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17483         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17484         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17485         * ext/pango/gsttextoverlay.h:
17486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17487         (gst_matroska_demux_handle_seek_event),
17488         (gst_matroska_demux_sync_streams),
17489         (gst_matroska_demux_parse_blockgroup),
17490         (gst_matroska_demux_subtitle_caps),
17491         (gst_matroska_demux_plugin_init):
17492         * gst/matroska/matroska-ids.h:
17493         * gst/playback/gstdecodebin.c: (close_pad_link):
17494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17495         (gen_preroll_element), (remove_groups), (add_stream),
17496         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17497         (setup_source):
17498         * gst/playback/gstplaybasebin.h:
17499         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17500         * gst/subparse/Makefile.am:
17501         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17502         (gst_subparse_base_init), (gst_subparse_class_init),
17503         (gst_subparse_init), (gst_subparse_formats),
17504         (gst_subparse_eventmask), (gst_subparse_event),
17505         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17506         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17507         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17508         (parse_mpsub_deinit), (parse_mpsub_init),
17509         (gst_subparse_buffer_format_autodetect),
17510         (gst_subparse_format_autodetect), (gst_subparse_loop),
17511         (gst_subparse_change_state), (gst_subparse_type_find),
17512         (plugin_init):
17513         * gst/subparse/gstsubparse.h:
17514         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17515         (plugin_init):
17516           Add subtitle support, .sub parser (supports SRT and MPsub),
17517           OGM text support, Matroska UTF-8 text support, deadlock fixes
17518           all over the place, subtitle awareness in decodebin/playbin
17519           and some fixes to textoverlay to handle subtitles in a stream
17520           correctly. Fixes #100931.
17521
17522 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17525           Check for pad availability before doing a query on it.
17526
17527 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17528
17529         * ext/dv/gstdvdec.c:
17530           really fix bpp24/32 dvdec caps (classic rgba indeed)
17531         * gst/asfdemux/gstasfdemux.c:
17532         (gst_asf_demux_process_ext_content_desc):
17533           don't send text tags if they are empty (bis repetita)
17534
17535 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17536
17537         * ext/dv/gstdvdec.c:
17538          remove unneeded comment from dvdec
17539           (related to DV 4CC codes in AVI files)
17540           moved them in gstreamer/docs/random/mimetypes
17541         * gst/asfdemux/gstasfdemux.c:
17542         (gst_asf_demux_process_ext_content_desc):
17543          don't send text tags if they are empty
17544          fix mem leak on error path
17545         * gst/ffmpegcolorspace/avcodec.h:
17546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17547         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17548         (gst_ffmpegcsp_avpicture_fill):
17549         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17550         * gst/ffmpegcolorspace/imgconvert_template.h:
17551          adds BGR32 and BGRA32 to ffmpegcolorspace
17552           (still bad colors, fixing it on next commit)
17553           helps with dvdec outputing BGR32
17554
17555 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17556
17557         * ext/dv/gstdvdec.c:
17558          Fix audio caps i just broke (missing ',')
17559         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17560         (gst_matroska_mux_reset):
17561          Fix typo + add FIXME about old "x-gst-metadata" crap
17562
17563 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17564
17565         * ext/dv/demo-play.c: (main):
17566          xvideosink -> xvimagesink
17567         * ext/dv/gstdvdec.c:
17568          change rgb 32/32 caps to 24/32 (no alpha)
17569          change nb of channels to be a list (2 or 4, not 2)
17570          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17571         * gst/asfdemux/gstasfdemux.c:
17572         (gst_asf_demux_process_ext_content_desc):
17573          Add 'date/year' to extracted metadata list
17574
17575 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17578           The return value of fixate_to does not imply that the requested
17579           value was set, so don't assume.
17580
17581 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17582
17583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17584
17585         * ext/libpng/gstpngdec.c:
17586         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17587         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17588         * ext/libpng/gstpngenc.h:
17589           Alpha support (encoder; #163161), mime fixage.
17590
17591 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17592
17593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17594
17595         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17596         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17597         (gst_faac_set_property), (gst_faac_get_property):
17598         * ext/faac/gstfaac.h:
17599           Allow for ADTS output (#153434).
17600
17601 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17602
17603         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17604           Fix against template (#150576).
17605
17606 2005-01-06  Benjamin Otte  <otte@gnome.org>
17607
17608         * gst/games/gstpuzzle.c: (draw_puzzle):
17609           don't draw a puzzle if either width or height of tiles would be 0.
17610
17611 2005-01-06  Benjamin Otte  <otte@gnome.org>
17612
17613         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17614         (gst_puzzle_class_init), (gst_puzzle_finalize):
17615           no memleaks, please
17616         (gst_puzzle_create), (gst_puzzle_init),
17617         (gst_puzzle_set_property), (gst_puzzle_setup):
17618           change initialization code around so we don't reshuffle on resize
17619         (draw_puzzle):
17620           fix another stupid typo
17621
17622 2005-01-06  Benjamin Otte  <otte@gnome.org>
17623
17624         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17625           fix stupid typo that borked copying on YUY2
17626
17627 2005-01-06  Benjamin Otte  <otte@gnome.org>
17628
17629         * gst/games/gstpuzzle.c: (draw_puzzle):
17630           fix edges when image sizes aren't multiples of tile sizes
17631
17632 2005-01-06  Benjamin Otte  <otte@gnome.org>
17633
17634         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17635           make RGB endianness work correctly
17636         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17637           refactor and fix race with initial shuffling
17638         (nav_event_handler):
17639           allow using the mouse to puzzle
17640         (draw_puzzle):
17641           insist on tiles having width and height as multiples of 4 to get
17642           clean YUV image handling
17643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17644         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17645           s/DEBUG/LOG/ for common messages
17646         (gst_xvimagesink_navigation_send_event):
17647           fix mouse event translation to not include screen PAR
17648         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17649           fix mouse event translation to actually work
17650
17651 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17652
17653         * gst/asfdemux/gstasfdemux.c:
17654         (gst_asf_demux_process_ext_content_desc):
17655          Extract TrackNumber metadata + clean up code
17656         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17657          Hope this is the good fix (var used unitialised)
17658
17659 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17660
17661         * ext/faad/gstfaad.c: (gst_faad_chain):
17662           Only increment timestamp if it's valid. Fixes raw AAC streams.
17663
17664 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17665
17666         * configure.ac:
17667         * gst/games/Makefile.am:
17668         * gst/games/gstpuzzle.c:
17669           add a puzzle game with...
17670         * gst/games/gstvideoimage.c:
17671         * gst/games/gstvideoimage.h:
17672           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17673           from videotestsrc and made into something that would be a nice
17674           library for a lot of other plugins.
17675
17676 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17677
17678         * configure.ac:
17679          don't compile faad plugin if a RC of 2.0 is found
17680          Fixes #155346 (and FC1 buildbot)
17681         * gst/asfdemux/gstasfdemux.c:
17682         (gst_asf_demux_process_ext_content_desc):
17683          try to make Solaris compiler happier
17684
17685 2005-01-06  Paul Jack  <pjack@sfaf.org>
17686
17687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17688
17689         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17690           Fix segfault (#161667).
17691
17692 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17693
17694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17695           Fix framerate reporting.
17696
17697 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17698
17699         * gst-libs/gst/riff/riff-ids.h:
17700         * gst/wavenc/riff.h:
17701          Add AMR (VBR and CBR) ids to riff.h audio codec list
17702         * gst/asfdemux/gstasfdemux.c:
17703         (gst_asf_demux_process_ext_content_desc),
17704         (gst_asf_demux_process_object):
17705           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17706
17707 2005-01-05  Martin Eikermann  <meiker@upb.de>
17708
17709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17710
17711         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17712         (gst_dvd_demux_handle_discont):
17713         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17714         (gst_mpeg_demux_handle_discont):
17715           Recreate pads on new-media (#160730).
17716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17717           Send discont even if manager changes timestamps (#161929).
17718
17719 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17720
17721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17722
17723         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17724           Fix invalid memory access (#159211).
17725
17726 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * examples/gstplay/player.c: (main):
17729           Don't iterate.
17730         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17731           Add visualizations.
17732         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17733         (gst_a52dec_handle_frame):
17734           Set duration.
17735         * ext/dvdnav/gst-dvd:
17736           Add audioconvert. Fixes #161325.
17737         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17738           Explicitely case to gint64. Possible valgrind error.
17739         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17740         (gst_play_tick_callback), (gst_play_change_state),
17741         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17742         (gst_play_set_location), (gst_play_get_location),
17743         (gst_play_seek_to_time), (gst_play_set_data_src),
17744         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17745         (gst_play_set_visualization), (gst_play_connect_visualization),
17746         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17747         (gst_play_new):
17748           Use playbin. Fixes #139749 and #147744.
17749         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17750           Add genre tag.
17751         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17752         (audioscale_get_type), (gst_audioscale_base_init),
17753         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17754         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17755         (gst_audioscale_link), (gst_audioscale_get_buffer),
17756         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17757         (gst_audioscale_init), (gst_audioscale_dispose),
17758         (gst_audioscale_chain), (gst_audioscale_set_property),
17759         (gst_audioscale_get_property), (plugin_init):
17760           Indent properly.
17761         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17762           Fix LPCM.
17763         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17764         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17765         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17766           Add more metadata (fixes #162656).
17767
17768 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17769
17770         * configure.ac:
17771           back to cvs
17772
17773 === release 0.8.7 ===
17774
17775 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17776
17777         * NEWS:
17778         * RELEASE:
17779         * configure.ac:
17780           releasing 0.8.7, "Hyperspace"
17781
17782 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17783
17784         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17785
17786         * gst/playback/gstplaybasebin.c:
17787          Fix for #162924 - free caps after use, not before
17788
17789 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17790
17791         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17792
17793         * gst/playback/gstplaybasebin.c:
17794         * gst/wavparse/gstwavparse.c:
17795           Fix for #154773 - fixes playback of small .wav files
17796
17797 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17800
17801         * gst/audioscale/gstaudioscale.c:
17802           Fix for #162819 - make audioscale reusable
17803           Fixes playback of more than one file with playbin/totem
17804
17805 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17806
17807         * gst/ffmpegcolorspace/avcodec.h:
17808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17809         * gst/ffmpegcolorspace/imgconvert.c:
17810           clean up the mess that made me cry and avoid needless duplication
17811
17812 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * gst/ffmpegcolorspace/imgconvert.c:
17815           give some indication of why we're segfaulting
17816
17817 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * configure.ac:
17820           Fix indentation, fix v4l2 plugin detection.
17821         * ext/Makefile.am:
17822           Fix libmms location (Maciej, use diff -u!).
17823         * ext/alsa/gstalsa.c: (gst_alsa_init):
17824           Initialize caps cache to NULL.
17825         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17826           Only change state on audiosink if it exists.
17827
17828 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17829
17830         * gst/matroska/matroska-demux.c:
17831         * gst/matroska/matroska-ids.h:
17832         * gst/matroska/matroska-demux.h:
17833         Fix Vorbis streams failing to decode in some files, where cluster_time
17834         isn't 0, because then it doesn't send codec_priv before actual data.
17835         Remove time-based test and replace it with marker set on beginning of
17836         new stream
17837
17838 2004-12-28  David Schleef  <ds@schleef.org>
17839
17840         Merge patch from Ronald fixing problems with streaming
17841         text.
17842         * ext/cairo/gstcairo.c: (plugin_init):
17843         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17844         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17845         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17846         (gst_textoverlay_font_init), (gst_textoverlay_init),
17847         (gst_textoverlay_set_property):
17848         * ext/cairo/gsttextoverlay.h:
17849
17850 2004-12-27  David Schleef  <ds@schleef.org>
17851
17852         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17853         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17854         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17855         (gst_textoverlay_font_init), (gst_textoverlay_init),
17856         (gst_textoverlay_set_property): Improvements to actually
17857         render text as white on black outline on video, including
17858         font selection and horizontal/vertical alignment.  (Ronald's
17859         christmas present)
17860         * ext/cairo/gsttextoverlay.h:
17861
17862 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17863
17864         * ext/ogg/gstogg.c:
17865         * ext/ogg/gstogmparse.c:
17866           fix ogm[audio/video]parse plugin registration
17867           (riff won't load if bytestream is already loaded)
17868
17869 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17870
17871         * gst/audioconvert/gstchannelmix.c:
17872           fix for GLIB < 2.4
17873
17874 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17875
17876         * Makefile.am:
17877         * configure.ac:
17878           disable docs again until it actually passes make distcheck.
17879
17880 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17881
17882         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17883         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17884         (plugin_init):
17885           Add 3GP (variables name Q3GP because they can't start with a
17886           number). Add samr audio fourcc (used in .3gp files), decoder
17887           is work in progress. Also do a GST_WARNING instead of ERROR
17888           in case of unknown nodes, to decrease output.
17889
17890 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17891
17892         * Makefile.am:
17893           really fix dist
17894
17895 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17896
17897         * configure.ac:
17898         * ext/speex/gstspeexdec.h:
17899         * ext/speex/gstspeexenc.h:
17900           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17901           Fix detection code in configure.ac
17902
17903 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17904
17905         * gst/matroska/matroska-demux.c:
17906         (gst_matroska_demux_parse_blockgroup):
17907           Save position, so that queries give proper return values. Don't
17908           know how this could ever have worked before...
17909
17910 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17911
17912         * configure.ac:
17913           Put additional LAME check inside the conditional.  Fixes #152339
17914
17915 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17916
17917         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17918         (gst_avi_demux_stream_scan):
17919           Add some more debug. Fix logic error when setting movi offset
17920           while reading index.
17921
17922 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17923
17924         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17925         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17926         (gst_avi_demux_process_next_entry):
17927           Add some debugging. Better detection of broken indexes and the
17928           accompanying index recovery. No infinite loops on state changes
17929           when we're still in our loopfunction.
17930
17931 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17932
17933         * configure.ac:
17934           Fix up.
17935
17936 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17937
17938         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17939
17940         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17941           Normalizing the value before setting
17942         (gst_sunaudiomixer_get_volume):
17943           Normalizing the value after getting. Fixes bug# 161980
17944
17945 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17946
17947         * Makefile.am: Make sure docs gets disted
17948         * docs/Makefile.am: Make sure all needed files get disted
17949         * gst-plugins.spec.in: latest updates
17950
17951 2004-12-22  Wim Taymans  <wim@fluendo.com>
17952
17953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17954         Revert patch 1.38 as clock distribution over schedulers does
17955         not work correcly in the core yet.
17956
17957 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17958
17959         * sys/oss/README: remove this file, which predates my birth
17960           (and which content is by far outdated)
17961
17962 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17963
17964         * Makefile.am:
17965         * configure.ac:
17966         * docs/Makefile.am:
17967         * docs/libs/Makefile.am:
17968         * docs/libs/gst-plugins-libs-docs.sgml:
17969         * docs/libs/gst-plugins-libs-sections.txt:
17970         * docs/libs/tmpl/gstgconf.sgml:
17971         * docs/upload.mak:
17972         * docs/version.entities.in:
17973           Added boilerplate gtk-doc files for plugin-libs documentation.
17974
17975 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17976
17977         * gst/auparse/gstauparse.c: fix int and float audio caps
17978
17979 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17980
17981         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17982         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17983           g_assert() can be a macro, don't use #ifdef inside it.
17984
17985 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17986
17987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17988
17989         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17990         (gst_videorate_init), (gst_videorate_chain),
17991         (gst_videorate_change_state):
17992           Event handling (fixes #159986).
17993
17994 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17995
17996         * gst-libs/gst/riff/riff-media.c:
17997         (gst_riff_create_video_caps_with_data):
17998           Add BLZ0 (Blizzard's version of DivX) fourcc.
17999
18000 2004-12-18  David Schleef  <ds@schleef.org>
18001
18002         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18003         portability fix.
18004
18005 2004-12-18  David Schleef  <ds@schleef.org>
18006
18007         * gst/tta/ttadec.h: Disable some header code that isn't used
18008         and clearly isn't portable.
18009
18010 2004-12-18  David Schleef  <ds@schleef.org>
18011
18012         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18013         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18014         (avcodec_get_pix_fmt), (avpicture_layout),
18015         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18016         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18017         Fix code to not use GCC extensions (and c99 extensions that
18018         Forte does not like.)
18019
18020 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18021
18022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18025         (gst_deinterlace_chain):
18026           Rowstride fixes. Fixes #161039.
18027         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18028         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18029         (gst_video_crop_getcaps), (gst_video_crop_link),
18030         (gst_video_crop_i420), (gst_video_crop_chain),
18031         (gst_video_crop_change_state):
18032           Rework of negotiation. Actually works now. Fixes #158650.
18033
18034 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18035
18036         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18037           That was very stupid.
18038
18039 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * gst/matroska/matroska-demux.c:
18042         (gst_matroska_demux_parse_blockgroup):
18043           Fix possible crasher.
18044
18045 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18048         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18049           Lace sizes can be zero.
18050
18051 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * ext/musepack/gstmusepackdec.cpp:
18054           Fetch error return values. Fixes #161624.
18055         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18056           Really EOS.
18057
18058 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18059
18060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18061           Work for truncated (unfinished download etc.) files. Fixes #160514.
18062
18063 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18064
18065         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18066           Fix for integer overflow. Makes #156001 not crash. Probably masks
18067           the real bug.
18068
18069 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18070
18071         * gst/ac3parse/gstac3parse.c: (plugin_init):
18072           Parsers never have ranks. Fixes #159651.
18073
18074 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18075
18076         * gst/playback/gstdecodebin.c: (compare_ranks):
18077           make sure the facotries are ordered the same every time even if they
18078           have the same rank by using the name
18079         * gst/playback/gstdecodebin.c: (find_compatibles):
18080           make sure we don't add factories to the list twice
18081
18082 2004-12-16  David Schleef  <ds@schleef.org>
18083
18084         * configure.ac: look for musepack headers as musepack/*.h
18085         (fixes #159847)
18086         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18087         * ext/musepack/gstmusepackreader.h: same
18088
18089 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18090
18091         * gst-libs/gst/riff/riff-read.c:
18092         (gst_riff_read_strf_auds_with_data):
18093           Read extradata correctly (fixes #155879).
18094
18095 2004-12-16  David Schleef  <ds@schleef.org>
18096
18097         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18098         audio.  does _not_ attempt or allow conversion unless channels
18099         is 1 or 2.
18100
18101 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18102
18103         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18104
18105 2004-12-16  David Schleef  <ds@schleef.org>
18106
18107         * gst/audioscale/gstaudioscale.c: the resample library only
18108         handles 1 or 2 channels.  Change caps to compensate.
18109
18110 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18111
18112         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18113         (gst_matroska_demux_audio_caps):
18114           Some MPEG-AAC hacks, because else it doesn't work...
18115
18116 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * gst-libs/gst/riff/riff-media.c:
18119         (gst_riff_create_video_caps_with_data),
18120         (gst_riff_create_video_template_caps):
18121           Add h264.
18122
18123 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * gst-libs/gst/audio/Makefile.am:
18126           Try to fix buildbot.
18127
18128 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18129
18130         * gst/tcp/gstmultifdsink.c:
18131           Clean up and uniformize debugging.
18132
18133 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18134
18135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18138         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18140         (gst_mpeg_demux_change_state):
18141           Reset on ready. Fixes 160276.
18142
18143 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18144
18145         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18146
18147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18148         (gst_ffmpegcsp_pad_link):
18149           Fix memleak (#154815).
18150
18151 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18152
18153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18156         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18157         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18158         * ext/musicbrainz/gsttrm.h:
18159           Add support for using a proxy server when getting a trm id from
18160           the MusicBrainz database (#149613).
18161
18162 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18163
18164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18167         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18168           Fix memleaks (#157233).
18169
18170 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18171
18172         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18173
18174         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18175         * gst-libs/gst/resample/resample.h:
18176         * gst/audioscale/gstaudioscale.c:
18177           Fix memleak (#159215).
18178
18179 2004-12-16  Toni Willberg  <toniw@iki.fi>
18180
18181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18184         * sys/oss/oss_probe.c: (main):
18185           Check for mono/stereo support (similar to samplerate probing),
18186           fixes #159433. Also add missing copyright header to oss_probe.c.
18187
18188 2004-12-15  David Schleef  <ds@schleef.org>
18189
18190         * configure.ac: add audioresample and cairo plugins.  Remove
18191         HAVE_MMX stuff, because it's not used.
18192         * ext/Makefile.am: same
18193         * ext/audioresample/Makefile.am: You are not ready for an
18194         audio resampling element based on audioresample.
18195         * ext/audioresample/gstaudioresample.c:
18196         * ext/audioresample/gstaudioresample.h:
18197         * ext/cairo/Makefile.am: You are not ready for overlay elements
18198         based on cairo.  Don't look too closely, these elements kinda
18199         suck right now.
18200         * ext/cairo/gstcairo.c: new
18201         * ext/cairo/gsttextoverlay.c: new
18202         * ext/cairo/gsttextoverlay.h: new
18203         * ext/cairo/gsttimeoverlay.c: new
18204         * ext/cairo/gsttimeoverlay.h: new
18205         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18206         problem with compilers that don't support variadic macros.
18207
18208 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18209
18210         Reviewed by:  David Schleef  <ds@schleef.org>
18211
18212         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18213         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18214         bit.  Also ran indent-gst.
18215         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18216         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18217         (gst_sunaudiosrc_setparams):
18218
18219 2004-12-14  David Schleef  <ds@schleef.org>
18220
18221         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18222         output rate to 16000.  Should fix #160235.
18223
18224 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18225
18226         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18227         Add typefinding for mpeg2 pes streams
18228
18229 2004-12-13  David Schleef  <ds@schleef.org>
18230
18231         * configure.ac:  Applied patch from bug #143659, making default
18232         sources and sinks OS-dependent (for Solaris), and added code
18233         for OS/X.
18234         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18235
18236 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18237
18238         * gst-libs/gst/riff/riff-media.c:
18239           forgot to add h2.64 to avidemux template caps
18240
18241 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18242
18243         * gst/wavenc/riff.h:
18244         * gst-libs/gst/riff/riff-media.c:
18245         * gst-libs/gst/riff/riff-ids.h:
18246         * gst/avi/gstavimux.c
18247         add 4CC code for VideoSoft h264 in AVI (VSSH)
18248           fixes bug #160655
18249         remove s323 from riff, it's quicktime specific :(
18250
18251 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18252
18253         * gst/asfdemux/README
18254         * gst/wavenc/riff.h
18255         * gst-libs/gst/riff/riff-ids.h
18256         * gst-libs/gst/riff/riff-media.c
18257         * gst/qtdemux/qtdemux.c:
18258           add new 4CC codes for h263 related codecs
18259           fixes partially bug #155163
18260
18261 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18262
18263         * configure.ac: Update polyaudio requirement to 0.7
18264         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18265
18266 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18267
18268         * gst/interleave/deinterleave.c:
18269         fix my name's spelling! :)
18270
18271 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18272
18273         * AUTHORS ChangeLog
18274         * gst/auparse/gstauparse.c
18275         * gst/interleave/deinterleave.c
18276         * gst/law/:
18277                 alaw-decode.c alaw-encode.c
18278                 mulaw-decode.c mulaw-encode.c
18279         * gst/oneton/gstoneton.c
18280         * sys/osxaudio/:
18281                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18282         * sys/osxvideo/:
18283                 cocoawindow.h cocoawindow.m
18284                 osxvideosink.h osxvideosink.m
18285
18286         put the same mail address for Zaheer Abbas Merali everywhere
18287
18288 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18289
18290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18291           Align by packetsize, and assert that we a packet available before
18292           playing. The first makes webstreams work (they often include
18293           trailing padding data in a packet), the second allows pausing a
18294           ASF stream in totem without getting demux errors afterwards.
18295
18296 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18297
18298         * ext/ogg/gstoggdemux.c: (get_relative):
18299           Check for non-NULL before accessing member (end-of-chain).
18300
18301 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18302
18303         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18304         (cdparanoia_set_property), (cdparanoia_get_property):
18305         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18306         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18307         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18308         (dvdreadsrc_init), (dvdreadsrc_set_property),
18309         (dvdreadsrc_get_property):
18310         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18311         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18312           Synchronize property names where not yet the case. Devices are
18313           now device=X, other versions are deprecated (but still exist).
18314           Also use g_free() unconditionally.
18315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18316         (setup_source), (gst_play_base_bin_get_property):
18317           Expose source.
18318
18319 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18320
18321         * configure.ac: move GCONF macro outside conditional for the am
18322           conditional. Fixes #160439
18323
18324 2004-12-08  David Schleef  <ds@schleef.org>
18325
18326         * tools/gst-visualise-m.m: Switch to elements that currently
18327         exist.
18328
18329 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18330
18331         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18332           We love wrong commas.
18333
18334 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18335
18336         * gst/matroska/matroska-demux.c:
18337         (gst_matroska_demux_handle_src_query):
18338           Don't set DEFAULT, unsupported - makes length display incorrectly
18339           in some cases.
18340
18341 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18342
18343         * gst/monoscope/README: remove blurb about files being GPL
18344         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18345         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18346           monoscope is now effectively LGPL licensed
18347
18348 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18349
18350         * gst/monoscope/README: Update information to be more correct
18351         * gst/monoscope/convolve.c: Relicense to LGPL
18352         * gst/monoscope/convolve.h: Relicense to LGPL
18353
18354 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18355
18356         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18357           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18359           set default_duration for mpeg1 audio
18360
18361 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18362
18363         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18364         * ext/alsa/gstalsa.h:
18365           refactor big chunks of the core caps negotiation code to make it
18366           a lot faster, because people claim it's really slow
18367           (actually, just cache the getcaps when the device is opened)
18368
18369 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18370
18371         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18372         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18373         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18374         (gst_a52dec_change_state), (plugin_init):
18375         * ext/a52dec/gsta52dec.h:
18376           Do something useful with timestamps. Make chain-based (since
18377           there's really no reason to be loopbased).
18378         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18379           Update current_byte/frame correctly.
18380
18381 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18382
18383         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18384         (gst_ape_demux_stream_init):
18385           Forward tags, too.
18386
18387 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18388
18389         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18390           Let's make sure we're done typefinding when detecting tags.
18391
18392 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18393
18394         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18395         (gst_ebml_read_init), (gst_ebml_read_use_event),
18396         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18397         (gst_ebml_read_seek), (gst_ebml_read_skip),
18398         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18399         (gst_ebml_read_master):
18400         * gst/matroska/ebml-read.h:
18401         * gst/matroska/matroska-demux.c:
18402         (gst_matroska_demux_parse_contents),
18403         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18404           Disgustingly evil hack for working around INTERRUPT events and
18405           their extremely annoying habit of being a pain in the ass. We
18406           simply peek a cluster before reading any of it.
18407
18408 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18409
18410         * ext/musepack/gstmusepackdec.cpp:
18411           There's also floating point libmusepacks.
18412
18413 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18414
18415         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18416         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18417           Set DURATION even if source buffer didn't. Also use increasing
18418           timestamps.
18419         * gst-libs/gst/riff/riff-media.c:
18420         (gst_riff_create_audio_caps_with_data):
18421           Block_align can have larger values than 8192.
18422
18423 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18426         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18427         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18428         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18429           Fix caps.
18430
18431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18432
18433         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18434           Fix logic bug.
18435
18436 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18437
18438         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18439           Yay, another one.
18440
18441 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18442
18443         * ext/esd/esdsink.c: (gst_esdsink_chain):
18444           Make error actually say something useful (fixes #156798).
18445         * gst-libs/gst/riff/riff-media.c:
18446         (gst_riff_create_video_caps_with_data),
18447         (gst_riff_create_video_template_caps):
18448           Add Intel Video 5.0 fourcc (IV50).
18449
18450 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18451
18452         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18453         detection on mono and stereo mp3 files.
18454
18455 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18456
18457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18458           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18459           the contained stream).
18460
18461 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18462
18463         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18464           Oops, remove debug.
18465
18466 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18467
18468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18469
18470         * gst/law/alaw-decode.c: (alawdec_getcaps):
18471         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18472           Prevent warnings when negotiating caps (fixes #159338).
18473
18474 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18477         (gst_ffmpegcsp_chain):
18478           Remove old leftover that shouldn't be there...
18479
18480 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18481
18482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18483
18484         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18485           Don't forward DISCONT events (fixes #159684).
18486
18487 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18488
18489         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18490           Unlink manually since sometimes bin disposal (and therefore
18491           pad unlinking) is delayed, which will cause a new media file
18492           to not be able to start playing instantly.
18493
18494 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18495
18496         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18497           On mute of an unlinked stream, check for pad availability so
18498           we don't crash on unlinked pad.
18499
18500 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18503         (gst_avi_demux_massage_index):
18504           Fix quite humiliating bug in omitting 0-sized index chunks but
18505           forgetting to count them for timestamps.
18506
18507 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18510           Actually leave the loop if we failed to sync. Don't crash.
18511
18512 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18515         (gst_dvd_demux_process_private):
18516         * gst/mpegstream/gstdvddemux.h:
18517           Fix crash (#159759). Doesn't work, though. :-(.
18518
18519 2004-11-28  Benjamin Otte  <otte@gnome.org>
18520
18521         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18522           more overwriting protection due to modifying channels one by one
18523           instead of all at once
18524
18525 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * gst/audioconvert/gstchannelmix.c:
18528         (gst_audio_convert_fill_normalize):
18529           Normalize using absolute values.
18530
18531 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18532
18533         * configure.ac:
18534         * ext/Makefile.am:
18535         * ext/directfb/Makefile.am:
18536         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18537         (gst_directfbvideosink_get_pixel_format),
18538         (gst_directfbvideosink_get_format_from_fourcc),
18539         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18540         (gst_directfbvideosink_sink_link),
18541         (gst_directfbvideosink_change_state),
18542         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18543         (gst_directfbvideosink_buffer_alloc),
18544         (gst_directfbvideosink_interface_supported),
18545         (gst_directfbvideosink_interface_init),
18546         (gst_directfbvideosink_navigation_send_event),
18547         (gst_directfbvideosink_navigation_init),
18548         (gst_directfbvideosink_set_property),
18549         (gst_directfbvideosink_get_property),
18550         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18551         (gst_directfbvideosink_base_init),
18552         (gst_directfbvideosink_class_init),
18553         (gst_directfbvideosink_get_type), (plugin_init):
18554         * ext/directfb/directfbvideosink.h: Adding a first version of
18555         directfbvideosink.
18556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18557         more.
18558
18559 2004-11-28  Benjamin Otte  <otte@gnome.org>
18560
18561         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18562           walk the samples backwards if out_channels > in_channels so we don't
18563           overwrite data
18564
18565 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * gst/audioconvert/Makefile.am:
18568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18569         (gst_audio_convert_link), (gst_audio_convert_change_state),
18570         (gst_audio_convert_channels):
18571         * gst/audioconvert/gstchannelmix.c:
18572         (gst_audio_convert_unset_matrix),
18573         (gst_audio_convert_fill_identical),
18574         (gst_audio_convert_fill_compatible),
18575         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18576         (gst_audio_convert_fill_others),
18577         (gst_audio_convert_fill_normalize),
18578         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18579         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18580         * gst/audioconvert/gstchannelmix.h:
18581           Implement a channel mixer.
18582
18583 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18584
18585         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18586         * ext/alsa/gstalsa.h:
18587         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18588         Make alsasink actually honor gst_element_set_clock and use that
18589         clock instead of its internal one.
18590
18591 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18592
18593         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18594         (gst_play_base_bin_change_state): nullify source and decoder when
18595         going from READY to NULL so that we don't try to do weird stuff with
18596         them when going from NULL to READY
18597         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18598         instead of g_object_unref
18599         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18600         it should be correct
18601         (gst_play_bin_change_state): don't call remove_sinks if we are
18602         currently disposing the object
18603
18604 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18605
18606         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18607           Don't forget bass if it's there. Else left channel is silent...
18608
18609 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18610
18611         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18612         (gst_a52dec_change_state):
18613           Don't do sample adjusting anymore, we use float audio now.
18614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18615           Don't fixate to non-existing properties.
18616
18617 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18618
18619         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18620         (gst_a52dec_change_state):
18621           Advertise that we can do surround sound.
18622
18623 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18626           Add buffer-frames=0.
18627         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18628         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18629         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18630         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18631         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18632         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18633         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18634         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18635         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18636         * ext/dvdread/dvdreadsrc.h:
18637           Add seeking, querying for bytes, sectors, title, angle and
18638           chapter. Handle multiple chapters. Relicense to LGPL because
18639           Billy agreed on that (thanks Billy!).
18640
18641 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18642
18643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18644         call parent dispose method
18645
18646 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18647
18648         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18649         (gst_audio_clock_get_internal_time):
18650         Fix active <-> inactive transitions: ensure time value always
18651         grows and avoid abrupt value changes.
18652
18653 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18654
18655         * configure.ac:
18656         * gst/tta/Makefile.am:
18657         * gst/tta/crc32.h:
18658         * gst/tta/filters.h:
18659         * gst/tta/gsttta.c:
18660         * gst/tta/gstttadec.c:
18661         * gst/tta/gstttadec.h:
18662         * gst/tta/gstttaparse.c:
18663         * gst/tta/gstttaparse.h:
18664         * gst/tta/ttadec.h:
18665           added TTA parser and decoder
18666
18667 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18668
18669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18670         (probe_triggered), (check_queue), (buffer_underrun),
18671         (buffer_running), (buffer_overrun), (gen_source_element),
18672         (setup_source):
18673         * gst/playback/gstplaybasebin.h:
18674           Implement buffering. Needs some more work.
18675
18676 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18677
18678         * ext/theora/theoradec.c: (theora_dec_chain):
18679           Fix ilog mask range overflow.
18680
18681 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18682
18683         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18684           Don't omit the last (which in case of dmix is the only :) )
18685           channel count. Don't set channels if <= 2.
18686
18687 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18688
18689         * gst/playback/gstplaybin.c: (gen_video_element),
18690         (gen_audio_element): Removed 2 obsolete comments
18691
18692 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18693
18694         * ext/vorbis/oggvorbisenc.c
18695         * ext/vorbis/vorbisenc.c :
18696           change description fields of those plugins to differentiate them
18697           (pitivi show Encoders by description, they had the same one)
18698
18699 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18700
18701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18702
18703         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18704         (gst_play_bin_set_property), (gen_video_element),
18705         (gen_audio_element):
18706           Refcounting fixes for provided audio-/videosinks.
18707
18708 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18709
18710         * gst/playback/gstplaybin.c: (gen_video_element),
18711         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18712           Don't reference all sinks, but only the video- and audiosinks.
18713           The vis. element should be disposed when we're done with it.
18714           We don't have any reason to keep it around. This fixes warnings
18715           when reusing playbin for playing multiple audio files with
18716           vis. enabled. Also release audio device on pause - idea stolen
18717           from Rhythmbox.
18718
18719 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18720
18721         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18722         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18723         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18724         * ext/alsa/gstalsaplugin.c: (plugin_init):
18725         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18726         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18727         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18728         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18729         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18730         (gst_faad_change_state), (plugin_init):
18731         * ext/faad/gstfaad.h:
18732         * ext/vorbis/vorbis.c: (plugin_init):
18733         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18734         * gst-libs/gst/audio/Makefile.am:
18735         * gst-libs/gst/audio/audio.c: (plugin_init):
18736         * gst-libs/gst/audio/multichannel.c:
18737         (gst_audio_check_channel_positions),
18738         (gst_audio_get_channel_positions),
18739         (gst_audio_set_channel_positions),
18740         (gst_audio_set_structure_channel_positions_list),
18741         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18742         (gst_audio_fixate_channel_positions):
18743         * gst-libs/gst/audio/multichannel.h:
18744         * gst-libs/gst/audio/testchannels.c: (main):
18745         * gst/audioconvert/gstaudioconvert.c:
18746         (gst_audio_convert_class_init), (gst_audio_convert_init),
18747         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18748         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18749         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18750         * gst/audioconvert/plugin.c: (plugin_init):
18751           Surround sound support.
18752
18753 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18756           Fix position for discont if we're close as well. Nitpicking, but
18757           saves a few milliseconds of extra waiting or skipping.
18758
18759 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18760
18761         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18762           We sometimes need parsers for playback, so add those too.
18763
18764 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18765
18766         * configure.ac:
18767         * gst/apetag/Makefile.am:
18768         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18769         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18770         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18771         (gst_ape_demux_get_src_query_types),
18772         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18773         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18774         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18775         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18776         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18777         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18778         (gst_ape_demux_change_state):
18779         * gst/apetag/apedemux.h:
18780         * gst/apetag/apetag.c: (plugin_init):
18781         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18782         (plugin_init):
18783           APE v1/2 tag reader plus typefind function.
18784
18785 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18786
18787         * configure.ac:
18788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18789         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18790           Remove hacks for older core. Require newer core version
18791           accordingly.
18792
18793 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18794
18795         * gst/cdxaparse/Makefile.am:
18796         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18797         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18798         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18799         * gst/cdxaparse/gstcdxaparse.h:
18800         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18801         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18802         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18803         (gst_cdxastrip_get_src_query_types),
18804         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18805         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18806         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18807         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18808         * gst/cdxaparse/gstcdxastrip.h:
18809           SVCD/VCD header stripping separated from CDXA image parsing.
18810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18811         (plugin_init):
18812           Add VCD/SVCD header typefinding for VCD/SVCD.
18813         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18814         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18815         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18816         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18817         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18818         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18819         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18820         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18821         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18822         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18823         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18824         * sys/vcd/vcdsrc.h:
18825           Fix up, add seeking, querying, URI interface. Works in totem now.
18826
18827 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18828
18829         * configure.ac:
18830           back to CVS
18831
18832 === release 0.8.6 ===
18833
18834 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * NEWS:
18837         * RELEASE:
18838         * configure.ac:
18839         * po/af.po:
18840         * po/az.po:
18841         * po/cs.po:
18842         * po/en_GB.po:
18843         * po/hu.po:
18844         * po/it.po:
18845         * po/nb.po:
18846         * po/nl.po:
18847         * po/or.po:
18848         * po/sq.po:
18849         * po/sr.po:
18850         * po/sv.po:
18851         * po/uk.po:
18852           releasing 0.8.6, "IOU Love"
18853
18854 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18857
18858         * gst/playback/gstplaybasebin.c:
18859           Fix unplayable files error handling.  Fixes #158365
18860
18861 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18862
18863         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18864
18865         * gst/typefind/gsttypefindfunctions.c:
18866           Fix broken mp3 typefinding.  Fixes #158375
18867
18868 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18871
18872         * ext/ogg/gstoggdemux.c:
18873           Fix sync on broken files.  Fixes #158976
18874
18875 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         patch by: Edward Hervey <bilboed@bilboed.com>
18878
18879         * ext/libpng/gstpngenc.c:
18880           Copy over buffer properties.  Fixes #158832
18881
18882 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18883
18884         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18885
18886         * ext/dvdread/dvdreadsrc.c:
18887           Fixes invalid reads (#158462)
18888
18889 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18890
18891         * sys/v4l/gstv4lsrc.c:
18892         * sys/v4l/gstv4lsrc.h:
18893         * sys/v4l/v4lsrc_calls.c:
18894           Probe less and cache it.  Fixes #159187.
18895
18896 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18897
18898         * gst/videorate/gstvideorate.c:
18899           Handle all video formats. Fixes #159186.
18900
18901 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18902         * gst/synaesthesia/gstsynaesthesia.c:
18903         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18904         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18905         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18906         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18907         (gst_synaesthesia_change_state), (plugin_init):
18908         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18909         Force 320x200 output, as that's the only thing the underlying
18910         synaesthesia implementation supports. Still needs to be made
18911         re-entrant.
18912
18913 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * configure.ac:
18916           Fix mpeg2enc configure check (similar to mplex check below).
18917
18918 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18919
18920         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18921
18922         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18923           Fix for gcc-2.95 (fixes #158221).
18924
18925 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18926
18927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18928           Re-add clock distribution hack (until new core is released).
18929           Fixes #158125.
18930
18931 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18932         * configure.ac:
18933           fix mplex configure check segfaulting on some systems (bug #140994)
18934
18935 2004-11-13  Benjamin Otte  <otte@gnome.org>
18936
18937         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18938           add debugging
18939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18940           do a wait when we enter the loop func with no data available to
18941           write instead of getting into an 100% CPU loop by just returning and
18942           being called again by the scheduler
18943
18944 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18945
18946         * configure.ac:
18947         * ext/libvisual/visual.c: (gst_visual_get_type),
18948         (libvisual_log_handler), (gst_visual_getcaps),
18949         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18950         (plugin_init):
18951           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18952         * ext/smoothwave/Makefile.am:
18953         * ext/smoothwave/demo-osssrc.c: (main):
18954         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18955         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18956         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18957         (plugin_init):
18958         * ext/smoothwave/gstsmoothwave.h:
18959           Make gstsmoothwave a working element in the 20th century.
18960
18961         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18962           Fix incorrect link function
18963
18964 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18965
18966         * gst/volume/gstvolume.c:
18967           Allow buffer-frames=0.
18968
18969 2004-11-12 Iain <iaingnome@gmail.com>
18970
18971         * configure.ac: Check for polypaudio
18972
18973         * ext/Makefile.am: Build the polyp dir
18974
18975         * ext/polyp: The polypsink sources.
18976
18977 2004-10-30 Iain <iaingnome@gmail.com>
18978
18979         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18980         caps to reflect the new number of channels.
18981
18982 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18983
18984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18985           Fix for negotiation order problem. This would show when the
18986           ALSA loopfuction was called before any other function. ALSA
18987           wouldn't do anything because we're not negotiated yet, leading
18988           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18989
18990 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18991
18992         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18993
18994         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18995           No warnings (#157986).
18996
18997 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18998
18999         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19000           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19001
19002 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19003
19004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19005           Signal no-more-pads (so it works in playbin).
19006
19007 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19008
19009         * ext/musepack/gstmusepackreader.cpp:
19010           Workaround for older core.
19011
19012 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19013
19014         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19015           Actually test for odd width/height rather than testing whether
19016           a temporary variable that was 0 before we subtracted 1 is now
19017           not equal to zero (which it always is).
19018
19019 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19020
19021         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19022         Fix compilation if HAVE_XVIDEO is not defined
19023
19024 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19025
19026         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19027         Fix compilation if HAVE_XVIDEO is not defined
19028
19029 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19030
19031         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19032         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19033         (gst_goom_change_state), (plugin_init):
19034         Use the bytestream adapter so goom doesn't depend on the input
19035         buffer size.
19036         Add a debug category
19037
19038 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19041           Only set hardware parameters *after* negotiation. Before
19042           negotiation, it will set ANY and that seems to cause crashes
19043           (see e.g. #151288, #153227).
19044
19045 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19046
19047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19048           This seems to be antique leftover. It needs to pass error
19049           checking.
19050         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19051         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19052         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19053         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19054           Fix GstXOverlay implementation (#151059).
19055
19056 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19057
19058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19059           Don't assert (#157853).
19060
19061 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19062
19063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19064           Fix bytes/samples confustion.
19065         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19066           Fix for underrun (#144389).
19067
19068 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19071           Disable halfway-seek for pending release (since it needs a new
19072           core release).
19073
19074 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19075
19076         * sys/v4l/gstv4lsrc.c:
19077         * sys/v4l/gstv4lsrc.h:
19078         * sys/v4l/v4lsrc_calls.c:
19079           add autoprobe-fps property so we can separate autoprobing parts
19080
19081 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * sys/v4l/gstv4lsrc.c:
19084         * sys/v4l/v4lsrc_calls.c:
19085         initialise fourcc to catch unset fourcc's, and debug
19086
19087 2004-11-09  Wim Taymans  <wim@fluendo.com>
19088
19089         * gst/playback/README:
19090         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19091         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19092         (gst_play_bin_dispose), (gst_play_bin_set_property),
19093         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19094         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19095         (gst_play_bin_get_formats), (gst_play_bin_convert),
19096         (gst_play_bin_get_query_types), (gst_play_bin_query):
19097         Cleanups and some more documentation.
19098
19099 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19100
19101         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19102         (gst_cacasink_init), (gst_cacasink_chain):
19103         * ext/libcaca/gstcacasink.h:
19104         Cacasink inherits from VideoSink, so let that store the clock.
19105
19106 2004-11-09  Wim Taymans  <wim@fluendo.com>
19107
19108         * gst/playback/README:
19109         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19110         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19111         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19112         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19113         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19114         (setup_sinks):
19115         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19116         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19117         * gst/playback/gststreaminfo.h:
19118         Updated README.
19119         Only switch groups if all streams have muted (EOSed).
19120         Send Tags in sync with the stream playback instead of in
19121         the playback/preroll phase.
19122         Some cleanups, free the fakesrc elements.
19123
19124 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19125
19126         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19127           buffer-frames property was missing
19128         * ext/arts/gst_arts.c:
19129           rate missing from sinkcaps
19130         * ext/audiofile/gstafparse.c:
19131         * ext/audiofile/gstafsink.c:
19132         * ext/audiofile/gstafsrc.c:
19133         * ext/swfdec/gstswfdec.c:
19134           int audio doesn't know buffer-frames
19135         * ext/cdparanoia/gstcdparanoia.c:
19136           int audio doesn't know chunksize either
19137         * ext/nas/nassink.c:
19138           it's endianness, not endianess
19139         * gst-libs/gst/audio/audio.h:
19140           make float standard pad template caps really describe float
19141         * gst/law/mulaw.c: (linear_factory):
19142           signed only, please
19143         * gst/mpegstream/gstdvddemux.c:
19144           widths of 20 are not valid
19145
19146 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19147
19148         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19149
19150         * po/LINGUAS:
19151         * po/it.po:
19152           Add Italian
19153
19154 2004-11-08  Wim Taymans  <wim@fluendo.com>
19155
19156         * gst/playback/README:
19157         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19158         * gst/playback/gstplaybasebin.c: (probe_triggered),
19159         (gst_play_base_bin_change_state):
19160         Updated README, added more comments for fixmes etc..
19161
19162 2004-11-08  Wim Taymans  <wim@fluendo.com>
19163
19164         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19165         We can remove this hack now.
19166
19167 2004-11-08  Wim Taymans  <wim@fluendo.com>
19168
19169         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19170         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19171         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19172         Only mix AYUV for maximum quality.
19173
19174 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19175
19176         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19177         (gst_ogg_demux_push), (gst_ogg_pad_push):
19178           Let's act as if we're synchronized now! :).
19179         * ext/theora/theoradec.c: (theora_dec_chain):
19180           Add some debug.
19181
19182 2004-11-08  Wim Taymans  <wim@fluendo.com>
19183
19184         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19185         (gst_alpha_set_property), (gst_alpha_sink_link),
19186         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19187         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19188         (gst_alpha_init_params), (gst_alpha_chain):
19189         Implement alpha functions for AYUV too, this increases
19190         accuracy quite a bit.
19191
19192 2004-11-08  Wim Taymans  <wim@fluendo.com>
19193
19194         * gst/ffmpegcolorspace/avcodec.h:
19195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19196         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19197         (gst_ffmpegcsp_avpicture_fill):
19198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19199         (gst_ffmpegcsp_caps_remove_format_info):
19200         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19201         (shrink12), (img_get_alpha_info), (deinterlace_line),
19202         (deinterlace_line_inplace):
19203         * gst/ffmpegcolorspace/imgconvert_template.h:
19204         Added AYUV colorspace and handle RGBA a bit more respectful.
19205
19206 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19207
19208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19209           Actually always send a discont (cornercase when resending the
19210           same serial-tagged chain twice).
19211
19212 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19213
19214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19215         (gst_ximagesink_finalize):
19216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19217         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19218
19219 2004-11-08  Wim Taymans  <wim@fluendo.com>
19220
19221         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19222         Don't segfault on NULL data.
19223
19224 2004-11-08  Wim Taymans  <wim@fluendo.com>
19225
19226         * gst/playback/gstdecodebin.c: (unlinked):
19227         * gst/playback/gstplay-marshal.list:
19228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19229         (gst_play_base_bin_init), (group_create), (get_active_group),
19230         (get_building_group), (group_destroy), (group_commit),
19231         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19232         (add_element_stream), (no_more_pads), (probe_triggered),
19233         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19234         (state_change), (setup_source), (gst_play_base_bin_get_property),
19235         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19236         (gst_play_base_bin_link_stream),
19237         (gst_play_base_bin_get_streaminfo):
19238         * gst/playback/gstplaybasebin.h:
19239         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19240         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19241         Add support for chained ogg files. Prepare for playlist
19242         support. This patch introduces the concept of pad groups, which
19243         together compose one playable media file.
19244
19245 2004-11-07  David Schleef  <ds@schleef.org>
19246
19247         * testsuite/gst-lint: Check for pad templates that aren't statically
19248         scoped.
19249
19250 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19251
19252         * configure.ac:
19253         * ext/Makefile.am:
19254         * ext/musepack/Makefile.am:
19255         * ext/musepack/gstmusepackdec.cpp:
19256         * ext/musepack/gstmusepackdec.h:
19257         * ext/musepack/gstmusepackreader.cpp:
19258         * ext/musepack/gstmusepackreader.h:
19259           Add musepack decoder.
19260         * ext/faad/gstfaad.c: (gst_faad_base_init):
19261           Make pad templates static.
19262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19263         (plugin_init):
19264           Add musepack typefinder, make mp3 typefinding work halfway stream,
19265           which doesn't actually work yet because id3demux doesn't implement
19266           _get_length().
19267
19268 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19269
19270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19271         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19272           Fix interrupt event handling (#144436).
19273
19274 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19275
19276         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19277           Hide unused glory.
19278
19279 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19280
19281         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19284           Fix weird caps (#157548).
19285
19286 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19287
19288         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19289
19290         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19291           Add missing NULL terminator (#157543).
19292
19293 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19294
19295         * gst/tcp/gsttcp.h:
19296         * gst/tcp/gsttcpclientsink.c:
19297         * gst/tcp/gsttcpclientsrc.c:
19298         * gst/tcp/gsttcpserversink.c:
19299         * gst/tcp/gsttcpserversrc.c:
19300           ports can go up to 65535.  Move common defines to gsttcp.h
19301
19302 2004-11-05  Wim Taymans  <wim@fluendo.com>
19303
19304         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19305         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19306         Added two more colorspaces.
19307
19308 2004-11-05  Wim Taymans  <wim@fluendo.com>
19309
19310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19311         (gst_ffmpegcsp_avpicture_fill):
19312         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19313         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19314         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19315         More stride fixes.
19316
19317 2004-11-05  Wim Taymans  <wim@fluendo.com>
19318
19319         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19320         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19321         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19322         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19323         (gst_videomixer_loop):
19324         More stride fixes.
19325
19326 2004-11-05  Benjamin Otte  <otte@gnome.org>
19327
19328         * ext/mad/gstmad.c: (gst_mad_chain):
19329           don't overflow data buffer. Flush not needed sync data when syncing
19330           failed.
19331
19332 2004-11-04  Wim Taymans  <wim@fluendo.com>
19333
19334         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19335         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19336         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19337         (gst_alpha_init_params), (gst_alpha_chain),
19338         (gst_alpha_change_state):
19339         Updated the chroma keying algorithm with something more
19340         sophisticated.
19341
19342 2004-11-03  Wim Taymans  <wim@fluendo.com>
19343
19344         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19345         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19346         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19347         Fix stride issues. Does not completely work for odd
19348         heights.
19349
19350 2004-11-03  Wim Taymans  <wim@fluendo.com>
19351
19352         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19353         (gst_alpha_chroma_key), (gst_alpha_chain):
19354         Fix stride issues. Does not completely work for odd
19355         heights.
19356
19357 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19358
19359         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19360         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19361         leak fixes
19362
19363 2004-11-03  Wim Taymans  <wim@fluendo.com>
19364
19365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19366         (gst_ffmpegcsp_avpicture_fill):
19367         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19368         (avpicture_alloc):
19369         * gst/ffmpegcolorspace/imgconvert_template.h:
19370         Use correct _fill function to get correct strides.
19371
19372 2004-11-02  David Schleef  <ds@schleef.org>
19373
19374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19375         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19376         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19377         Change all g_print()s to debugging.  Add a bunch of consistency
19378         checks.
19379
19380 2004-11-02  Wim Taymans  <wim@fluendo.com>
19381
19382         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19383         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19384         (unlinked), (no_more_pads), (close_link):
19385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19386         (unknown_type), (add_element_stream), (new_decoded_pad),
19387         (removed_decoded_pad), (setup_source):
19388         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19389         (gst_stream_info_class_init), (gst_stream_info_init),
19390         (gst_stream_info_new), (gst_stream_info_dispose),
19391         (stream_info_mute_pad), (gst_stream_info_set_property),
19392         (gst_stream_info_get_property):
19393         * gst/playback/gststreaminfo.h:
19394         Fix playback of multiple files.
19395         a slightly different approach to handling dynamic pad removals.
19396         This one only looks at pads that we have linked.
19397
19398 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19399
19400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19401         free" warning from libc.
19402
19403 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19406         (get_unconnected_element), (remove_starting_from), (pad_removed),
19407         (close_link):
19408           Implement support for dynamic pad changing. We listen to "live"
19409           pad removals (i.e. while playing) and re-setup autoplugging
19410           after that. Playbasebin/playbin need some more work for this
19411           to finally work, but decodebin supports (and replugs) chained
19412           ogg now.
19413
19414 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19415
19416         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19417         (gst_alsa_finalize):
19418         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19419         (gst_cdaudio_finalize):
19420         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19421         (cdparanoia_finalize):
19422         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19423         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19424         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19425         (dvdreadsrc_finalize):
19426         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19427         (gst_flacdec_finalize):
19428         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19429         (gst_flacenc_finalize):
19430         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19431         (gst_gnomevfssink_finalize):
19432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19433         (gst_gnomevfssrc_finalize):
19434         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19435         (gst_fameenc_finalize):
19436         * ext/nas/nassink.c: (gst_nassink_class_init),
19437         (gst_nassink_finalize):
19438         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19439         (gst_sdlvideosink_class_init):
19440         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19441         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19442         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19443         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19444         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19445         (gst_x_window_listener_dispose):
19446         * gst/audioscale/gstaudioscale.c:
19447         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19448         (play_on_demand_finalize):
19449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19450         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19451         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19452         (cdplayer_finalize):
19453         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19454         (gst_glimagesink_class_init):
19455         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19456         (gst_osselement_finalize):
19457         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19458         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19459         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19460           Fixes a bunch of problems with finalize and dispose functions,
19461           either assumptions that dispose is only called once, or not calling
19462           the parent class dispose/finalize function
19463
19464 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19465
19466         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19467           added two api precondition guards
19468           use g_strdup with getenv to fix crash when using ENVVAR
19469
19470 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19471         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19472         (gst_esdsink_finalize):
19473         Use a finalize function, not dispose, and more importantly,
19474         call the parent class finalize function too
19475
19476 2004-11-01  Johan Dahlin  <johan@gnome.org>
19477
19478         * ext/ogg/gstoggdemux.c:
19479         * gst/tags/gstvorbistag.c:
19480         Plug leaks.
19481
19482 2004-10-31  Benjamin Otte  <otte@gnome.org>
19483
19484         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19485           lotsa memleaks today. But they're all small...
19486
19487 2004-10-31  Benjamin Otte  <otte@gnome.org>
19488
19489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19490           another memleak crushed
19491
19492 2004-10-31  Benjamin Otte  <otte@gnome.org>
19493
19494         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19495           fix memleak
19496
19497 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19498
19499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19500           Hack to prevent crash when going to READY inside signal handler
19501           while this function is active.
19502
19503 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * gst/ffmpegcolorspace/Makefile.am:
19506         * gst/ffmpegcolorspace/avcodec.h:
19507         * gst/ffmpegcolorspace/common.h:
19508         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19509         * gst/ffmpegcolorspace/dsputil.h:
19510         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19512         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19514         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19515         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19516         (gst_ffmpegcsp_avpicture_fill):
19517         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19519         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19520         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19521         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19522         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19523         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19524         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19525         * gst/ffmpegcolorspace/imgconvert.c:
19526         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19527         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19528         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19529         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19530         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19531         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19532         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19533         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19534         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19535         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19536         (grow21), (grow22), (grow41), (grow44), (conv411),
19537         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19538         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19539         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19540         (avpicture_free), (is_yuv_planar), (img_convert),
19541         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19542         (deinterlace_line_inplace), (deinterlace_bottom_field),
19543         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19544         * gst/ffmpegcolorspace/imgconvert_template.h:
19545         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19546         * gst/ffmpegcolorspace/mmx.h:
19547         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19548         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19549         (av_freep), (avcodec_get_context_defaults),
19550         (avcodec_alloc_context), (avcodec_init):
19551           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19552           handling plus update from ffmpeg CVS. Large clean-up.
19553
19554 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst/playback/Makefile.am:
19557           We need the marshallers for decodebin, too.
19558
19559 2004-10-30  David Schleef  <ds@schleef.org>
19560
19561         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19562           quicktime typefinding work with 64-bit offsets.
19563
19564 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19565
19566         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19567           Set EOS on the element when processing an EOS event.
19568         * ext/speex/gstspeexdec.h:
19569         * ext/speex/gstspeexenc.h:
19570           Only keep a const ptr to the mode
19571         * gst-libs/gst/riff/riff-media.c:
19572         (gst_riff_create_audio_caps_with_data),
19573         (gst_riff_create_audio_template_caps):
19574           Allow WMAV3, with up to 6 channels.
19575         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19576           Don't call gst_pad_set_event_function on a sink pad.
19577         * gst/mpegstream/gstdvddemux.c:
19578         (gst_dvd_demux_get_subpicture_stream),
19579         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19580           Copy the explicit caps that were set across to the cur_* pads,
19581           instead of trying to use a possibly non-existent negotiated caps.
19582           Reset the type of subpicture pads to UNKNOWN after calling
19583           init_stream, so that the caps get set.
19584
19585 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19586
19587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19588
19589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19590           Don't touch buffer if it is of size 0 (fixes #151064).
19591
19592 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19595           Synchronized discont handling.
19596
19597 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19600         (gst_ogg_demux_push):
19601           Make seeking sort-of exact again (fixes #156387).
19602
19603 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * gst/playback/gstplaybasebin.c: (unknown_type),
19606         (add_element_stream), (new_decoded_pad),
19607         (gst_play_base_bin_change_state):
19608         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19609         (gst_stream_info_init), (gst_stream_info_new),
19610         (gst_stream_info_dispose), (gst_stream_info_get_property):
19611         * gst/playback/gststreaminfo.h:
19612           Make caps explicitely available. Makes testing for unsupported
19613           types possible. Improves error reporting.
19614
19615 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst/audioconvert/gstaudioconvert.c:
19618         (gst_audio_convert_buffer_to_default_format):
19619           Really don't touch read-only buffers (#156563).
19620
19621 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19622
19623         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19626           Fix memleak (#155223).
19627
19628 2004-10-29  Wim Taymans  <wim@fluendo.com>
19629
19630         * gst/tcp/.cvsignore:
19631         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19632         (gst_multifdsink_class_init), (gst_multifdsink_init),
19633         (gst_multifdsink_add), (gst_multifdsink_remove),
19634         (gst_multifdsink_remove_client_link), (is_sync_frame),
19635         (gst_multifdsink_new_client),
19636         (gst_multifdsink_handle_client_write),
19637         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19638         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19639         (gst_multifdsink_get_property):
19640         * gst/tcp/gstmultifdsink.h:
19641         Added burst on connect sync_method, deprecated sync_clients,
19642         streamlined the sync code some more.
19643
19644 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19645
19646         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19647         (gst_play_base_bin_change_state):
19648           Improve error reporting.
19649
19650 2004-10-28  Wim Taymans  <wim@fluendo.com>
19651
19652         * gst/tcp/Makefile.am:
19653         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19654         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19655         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19656         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19657         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19658         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19659         (gst_fdset_wait):
19660         Added more locks around fdset structures. Fixed/reworked
19661         the poll array resizing code.
19662         Added stress test for fdset.
19663
19664 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19665
19666         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19667         fix build
19668
19669 2004-10-28  Benjamin Otte  <otte@gnome.org>
19670
19671         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19672           fix link function to always query channels and query width for
19673           floats
19674         * configure.ac:
19675           add equalizer dir
19676         * gst/equalizer/Makefile.am:
19677         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19678         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19679         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19680         (arg_to_scale), (setup_filter),
19681         (gst_iir_equalizer_compute_frequencies),
19682         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19683         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19684         (plugin_init):
19685           add an equalizer
19686
19687 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19688
19689         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19690
19691         * po/LINGUAS:
19692         * po/nb.po:
19693           Added Norwegian Bokmaal translation
19694
19695 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19698           Don't break on options (fixes #156488).
19699
19700 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19701
19702         * configure.ac:
19703         * ext/cdaudio/Makefile.am:
19704         * sys/Makefile.am:
19705           fix build on older automake
19706
19707 2004-10-26  Wim Taymans  <wim@fluendo.com>
19708
19709         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19710         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19711         Allow a little margin when negotiating the framerate.
19712
19713 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19714
19715         * gst/level/gstlevel.c:
19716           synchonised naming of pads and pad-templates
19717
19718 2004-10-26  Wim Taymans  <wim@fluendo.com>
19719
19720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19721         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19722         (_find_streams_check), (gst_ogg_demux_push):
19723         Fix EOS again. Needs to be done in a better way. We should not
19724         remove the pad if there is no new chained stream.
19725
19726 2004-10-26 Iain <iaingnome@gmail.com>
19727
19728         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19729         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19730         of the caps.
19731         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19732         pad.
19733         (interleave_release_pad): Remove the pad.
19734         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19735         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19736         the set device.
19737         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19738         attrs
19739         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19740         (gst_xvimagesink_finalize): Free the par.
19741
19742 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19743
19744         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19745         (gst_avimux_stop_file):
19746           First calculate the rate, and only then use it. Hdr.rate is a
19747           multiple and not a derivative of hdr.scale. Scale is not the
19748           same as blockalign but is solely related to rate.
19749
19750 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19751
19752         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19753         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19754           Implement seeking.
19755
19756 2004-10-25  James Henstridge  <james@jamesh.id.au>
19757
19758         Reviewed by:  David Schleef  <ds@schleef.org>
19759
19760         * examples/gstplay/player.c: (got_stream_length), (main):
19761         * examples/seeking/cdplayer.c: (update_scale):
19762         * examples/seeking/seek.c: (format_value), (update_scale):
19763         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19764         (stop_seek):
19765         Build fixes on AMD64.
19766
19767 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19768
19769         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19770
19771         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19772         Fix for some v4l cards which hang in v4lsrc
19773
19774 2004-10-25  Wim Taymans  <wim@fluendo.com>
19775
19776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19777         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19778         Make sure to remove the pad when a new chain is
19779         encountered. Set some vars to NULL so we don't try
19780         to reference freed memory.
19781
19782 2004-10-25  Wim Taymans  <wim@fluendo.com>
19783
19784         * examples/seeking/Makefile.am:
19785         * examples/seeking/cdplayer.c: (update_scale):
19786         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19787         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19788         (format_value), (update_scale), (iterate), (start_seek),
19789         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19790         (print_usage), (main):
19791         Added some more examples, update others.
19792
19793 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19796         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19797         * ext/theora/theoradec.c: (theora_dec_chain):
19798         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19799           Add codec-name metadata.
19800
19801 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19802
19803         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19804
19805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19806         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19807         * ext/alsa/gstalsamixertrack.h:
19808         * po/POTFILES.in:
19809           ALSA mixer track label internationalization (#154054).
19810
19811 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * ext/theora/theoradec.c: (theora_dec_chain):
19814           Export bitrate as metadata.
19815
19816 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19817
19818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19819         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19820         * ext/alsa/gstalsamixertrack.h:
19821           Fix names, fix loop.
19822
19823 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19826         (speex_dec_convert):
19827           sinkconvert function so oggdemux can get the file length (totem).
19828
19829 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19830
19831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19832
19833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19834           Don't push incomplete packets.
19835         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19836           Fix MPEG-4 audio typefinding.
19837
19838 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * sys/v4l/Makefile.am:
19841         * sys/v4l/gstv4l.c: (plugin_init):
19842         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19843         (gst_v4lelement_init), (gst_v4lelement_dispose),
19844         (gst_v4lelement_change_state):
19845         * sys/v4l/gstv4lelement.h:
19846         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19847         (gst_v4l_xoverlay_close), (idle_refresh),
19848         (gst_v4l_xoverlay_set_xwindow_id):
19849         * sys/v4l/gstv4lxoverlay.h:
19850         * sys/v4l/v4l-overlay_calls.c:
19851         * sys/v4l/v4l_calls.h:
19852         * sys/v4l2/Makefile.am:
19853         * sys/v4l2/gstv4l2.c: (plugin_init):
19854         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19855         (gst_v4l2element_init), (gst_v4l2element_dispose),
19856         (gst_v4l2element_change_state):
19857         * sys/v4l2/gstv4l2element.h:
19858         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19859         (gst_v4l2_xoverlay_close), (idle_refresh),
19860         (gst_v4l2_xoverlay_set_xwindow_id):
19861         * sys/v4l2/gstv4l2xoverlay.h:
19862         * sys/v4l2/v4l2-overlay_calls.c:
19863         * sys/v4l2/v4l2_calls.h:
19864           Remove client-side overlay handling, use the X-server v4l plugin
19865           for that. Nicer overlay, less code. Also make the plugin
19866           compileable without X (but then without overlay, obviously).
19867           Makes xwindowlistener obsolete, should we remove that?
19868
19869 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19870
19871         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19872         (gst_osssrc_src_query):
19873         * sys/oss/gstosssrc.h:
19874           OK, so people want offset in DEFAULT. This time, actually fix all
19875           cases.
19876         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19877           Add FPS properly.
19878
19879 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19880
19881         * gst/asfdemux/gstasfmux.c:
19882         * gst/avi/gstavimux.c:
19883           Framerate.
19884
19885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19888           Fix properties (channel, norm, frequency).
19889
19890 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19893           Flag typo.
19894         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19895           No warnings.
19896
19897 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19898
19899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19900           Fix hang.
19901
19902 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19903
19904         * sys/v4l2/gstv4l2element.h:
19905           Yet Another Hack (tm) for kernel header borkedness.
19906         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19907         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19908         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19909         (gst_v4l2src_change_state):
19910         * sys/v4l2/gstv4l2src.h:
19911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19912         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19913           Fix caps, keep track of state, work.
19914
19915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19916
19917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19918           Quiet.
19919
19920 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19921
19922         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19923           Don't mix bytes and samples.
19924
19925 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * ext/ogg/gstoggmux.c:
19928           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19929           and theora. Any is incorrect.
19930         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19931           Fix caps.
19932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19934         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19935         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19936         * sys/v4l/gstv4lmjpegsrc.h:
19937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19938         (gst_v4lsrc_change_state):
19939         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19940         (gst_v4lmjpegsrc_capture_stop):
19941           Fix caps. Keep track of internal state. Work.
19942
19943 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * ext/Makefile.am:
19946           Fix the build fixes.
19947
19948 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19951         (gst_ogg_demux_src_event), (_find_chain_seek),
19952         (gst_ogg_pad_push):
19953           Check for pad availability before using it.
19954         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19955           Fix parsing of chained ogg. Needs more work on the decoder side.
19956
19957 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19958
19959         * gst/spectrum/Makefile.am:
19960         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19961         (idle_func):
19962           Fix demo and reenable it. Yes, I'm currently playing with audio
19963           analysis tools
19964
19965 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19966
19967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19968           We love it if files that start at zero work too...
19969
19970 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19973           Handle files with missing EOS headers.
19974
19975 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19976
19977         * gst/tcp/gsttcpserversink.c:
19978         (gst_tcpserversink_handle_server_read),
19979         (gst_tcpserversink_init_send):
19980         Zero some variables first (need for accept not to return EINVAL)
19981
19982 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19983
19984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19985         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19986         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19987         (theora_dec_chain):
19988         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19989         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19990           Seeking and querying finetune.
19991
19992 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * configure.ac:
19995         * ext/Makefile.am:
19996         * ext/raw1394/Makefile.am:
19997           fix the build
19998
19999 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20002           Wrong return.
20003         * gst/playback/Makefile.am:
20004         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20005         * gst/playback/gstplay-marshal.list:
20006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20007           Fix marshallers.
20008
20009 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20010
20011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20012           Silence.
20013
20014 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20017         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20018         (gst_ogg_pad_push):
20019           Yay for non-lineair granulepos in theora.
20020
20021 2004-10-18  Wim Taymans  <wim@fluendo.com>
20022
20023         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20024         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20025         * ext/dv/gstdvdec.h:
20026         Make sure we renegotiate aspect ratio when the camera switches.
20027
20028 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20031         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20032           Start at zero.
20033         * ext/theora/theoradec.c: (theora_dec_chain):
20034           Skip headers. Bad idea for chained ogg, but fixes seeking.
20035
20036 2004-10-18  Wim Taymans  <wim@fluendo.com>
20037
20038         * configure.ac:
20039         I swear, this is the last time I touch this.
20040
20041 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20044         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20045         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20046           Faster seeking.
20047         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20048           Time-to-default conversion.
20049         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20050           Don't error on unknown packets, just skip. We should probably
20051           read them if we want to support chained ogg.
20052
20053 2004-10-18  Wim Taymans  <wim@fluendo.com>
20054
20055         * configure.ac:
20056         Added cdaudio to wrong list.
20057
20058 2004-10-18  Wim Taymans  <wim@fluendo.com>
20059
20060         * configure.ac:
20061         Revive cdaudio.
20062
20063 2004-10-18  Wim Taymans  <wim@fluendo.com>
20064
20065         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20066         (gst_dvdec_video_link), (gst_dvdec_push):
20067         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20068         (gst_smokeenc_resync), (gst_smokeenc_chain):
20069         Fix mimetype on smoke encoder.
20070         Add aspect ratio to dvdec. Not sure if these
20071         values are correct though....
20072
20073 2004-10-18  Wim Taymans  <wim@fluendo.com>
20074
20075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20076         Fix vorbis property descriptions and ranges.
20077
20078 2004-10-18  Wim Taymans  <wim@fluendo.com>
20079
20080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20081         Really do nothing when no data is available.
20082         Go to the playing state when the stream is not seekable
20083         instead of failing.
20084
20085 2004-10-18  Wim Taymans  <wim@fluendo.com>
20086
20087         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20088         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20089         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20090         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20091         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20092         Added uri handler for cd://
20093         Port to new API.
20094
20095 2004-10-18  Wim Taymans  <wim@fluendo.com>
20096
20097         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20098         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20099         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20100         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20101         (remove_prerolls), (unknown_type), (add_element_stream),
20102         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20103         (gst_play_base_bin_remove_element),
20104         (gst_play_base_bin_link_stream):
20105         * gst/playback/gstplaybin.c: (gen_video_element),
20106         (gen_vis_element), (remove_sinks), (setup_sinks):
20107         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20108         (gst_stream_info_get_type), (gst_stream_info_class_init),
20109         (gst_stream_info_init), (gst_stream_info_new),
20110         (gst_stream_info_dispose), (stream_info_mute_pad),
20111         (gst_stream_info_set_property), (gst_stream_info_get_property):
20112         * gst/playback/gststreaminfo.h:
20113         Add sink padtemplate to decodebin.
20114         Added some more comments.
20115         Make queue size configurable in playbasebin.
20116         Added possibility to use elements as sinks (ex cdaudio).
20117
20118 2004-10-15  Wim Taymans  <wim@fluendo.com>
20119
20120         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20121         (gst_speexenc_chain):
20122         Fix speex timestamps so that it gets muxed properly.
20123
20124 2004-10-15  Wim Taymans  <wim@fluendo.com>
20125
20126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20127         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20128         (gst_dv1394src_init), (gst_dv1394src_dispose),
20129         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20130         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20131         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20132         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20133         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20134         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20135         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20136         * ext/raw1394/gstdv1394src.h:
20137         Added conversion/query functions.
20138         Update buffer timestamps,
20139         Added signals.
20140         Added uri dv:// so it might play from the firewire in playbin.
20141         Fix a possible leak.
20142         Added debugging.
20143
20144 2004-10-15  Wim Taymans  <wim@fluendo.com>
20145
20146         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20147         (gst_dv1394src_init), (gst_dv1394src_set_property),
20148         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20149         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20150         * ext/raw1394/gstdv1394src.h:
20151         Added AV/C VTR control support needed for some cameras.
20152         Added automatic port detection.
20153         Added properties for selecting the channel.
20154         The configure.ac script is not yet updated to reflect the
20155         new libavc1394 and librom1394 dependencies.
20156
20157 2004-10-15  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20160         (qtdemux_parse), (gst_qtdemux_handle_esds):
20161         An esds box is not a container.
20162         Fix parsing of mp4v boxes.
20163         Do not try to renegotiate fps for each frame. Need to
20164         find a better method. This should fix mp4 playback.
20165
20166 2004-10-14  David Schleef  <ds@schleef.org>
20167
20168         * configure.ac: update for swfdec-0.3 and liboil-0.2
20169         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20170         * ext/swfdec/gstswfdec.h: same
20171         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20172         * gst/videotestsrc/videotestsrc.c: same
20173
20174 2004-10-14  Wim Taymans  <wim@fluendo.com>
20175
20176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20177         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20178         (is_sync_frame), (gst_multifdsink_new_client),
20179         (gst_multifdsink_handle_client_write),
20180         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20181         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20182         Turn warnings into info.
20183         Don't allow a state change in the streaming thread.
20184
20185 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20186
20187         * ext/vorbis/oggvorbisenc.c:
20188         * ext/vorbis/vorbisdec.c:
20189           fix template sample rate
20190
20191 2004-10-13  Wim Taymans  <wim@fluendo.com>
20192
20193         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20194         Decoding the header first fixes some problems in resyncing
20195         in more mp3s.
20196
20197 2004-10-12  Wim Taymans  <wim@fluendo.com>
20198
20199         * gst/playback/gstplaybin.c: (gen_video_element),
20200         (gen_vis_element), (remove_sinks), (setup_sinks):
20201         Added vis plugin support, need to configure the vis
20202         element to activate it.
20203
20204 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20205
20206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20207         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20208           Some debug.
20209         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20210         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20211         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20212         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20213         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20214         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20215         * gst/avi/gstavidemux.h:
20216           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20217           recovery (where, if part of the index is broken, we will still read
20218           the rest of the index and recover the broken part by stream
20219           scanning). More broken media support. EOS workarounds. General AVI
20220           braindamage headache recovery. Aspirin included.
20221
20222 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20225         (cdparanoia_event), (cdparanoia_query):
20226           Get rid of hideous lead-in.
20227
20228 2004-10-11  Wim Taymans  <wim@fluendo.com>
20229
20230         * gst/playback/gstplaybasebin.c: (setup_source):
20231         Wrong var used to get g_list_next.
20232
20233 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20236         (cdparanoia_get), (cdparanoia_open):
20237           Report discid as metadata, add duration.
20238
20239 2004-10-11  Wim Taymans  <wim@fluendo.com>
20240
20241         * gst/playback/gstplaybasebin.c: (setup_source):
20242         Cleanup the previous pipeline a little earlier for the
20243         case that a source element provides raw data.
20244
20245 2004-10-11  Benjamin Otte  <otte@gnome.org>
20246
20247         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20248           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20249           consuming the last 128 bytes, even though it was valid mp3 data.
20250
20251 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20252
20253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20254         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20255         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20256         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20257
20258 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20259
20260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20261         Fix for webcams that support only specific width or height
20262
20263 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20264
20265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20266
20267         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20268           Fix wrong discont event setup (fixes #154967).
20269
20270 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20271
20272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20273
20274         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20275           Error out on invalid data (fixes #154807).
20276
20277 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20278
20279         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * ext/dvdread/dvdreadsrc.c: (_read):
20282           Make titles > 0 work again (fixes #154834).
20283
20284 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20285
20286         * gst-libs/gst/riff/riff-media.c:
20287         (gst_riff_create_video_template_caps):
20288           WMV3 missing in template caps.
20289
20290 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20293           OK, so the original code was too strict. It makes random AVI files
20294           hang for seconds upon opening, which is unacceptable and is far
20295           beyond the original goal of getting multiple chunks for one-chunk
20296           sounc stream files. So now do just that.
20297
20298 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst/playback/gstplaybasebin.c: (setup_source),
20301         (gst_play_base_bin_change_state):
20302           Actually clean up streaminfo if output fails. This would trigger
20303           if, for example, there was no CD in the drive. No preroll, so
20304           a streaminfo structure is created, but the subsequent state change
20305           of the thread fails.
20306         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20307           Don't change state if parent failed.
20308
20309 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20312         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20313         (gen_video_element), (remove_sinks):
20314           Add small bits of code for screenshot handling.
20315
20316 2004-10-08  Wim Taymans  <wim@fluendo.com>
20317
20318         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20319         (gen_video_element), (gen_audio_element), (setup_sinks):
20320         Don't assume the user provided sinks are named "sink"...
20321
20322 2004-10-08  Wim Taymans  <wim@fluendo.com>
20323
20324         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20325         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20326         (gst_play_base_bin_link_stream):
20327         Do not try to autoplug sources that generate raw streams like
20328         cdparanoia.
20329         disconnect the preroll overrun signal when we don't need it anymore.
20330
20331 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20332
20333         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20334         Added reworked patch from #154903 from milosz derezynski (deadchip).
20335
20336 2004-10-08  Wim Taymans  <wim@fluendo.com>
20337
20338         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20339         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20340         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20341         (cdparanoia_convert), (cdparanoia_uri_get_type),
20342         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20343         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20344         * ext/cdparanoia/gstcdparanoia.h:
20345         This adds the cdda://<tracknum> uri.
20346
20347 2004-10-08  Wim Taymans  <wim@fluendo.com>
20348
20349         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20350         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20351         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20353         (unknown_type), (gst_play_base_bin_remove_element),
20354         (gst_play_base_bin_link_stream):
20355         * gst/playback/gstplaybasebin.h:
20356         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20357         (gst_play_bin_set_property), (gen_video_element),
20358         (gen_audio_element), (setup_sinks):
20359         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20360         (gst_stream_info_get_type), (gst_stream_info_class_init),
20361         (gst_stream_info_init), (gst_stream_info_new),
20362         (gst_stream_info_dispose), (stream_info_mute_pad),
20363         (gst_stream_info_set_property), (gst_stream_info_get_property):
20364         * gst/playback/gststreaminfo.h:
20365         Reuse the audio and video bins.
20366         Some internal cleanups in the stream selection code.
20367
20368 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20369
20370         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20371         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20372         * sys/ximage/ximagesink.h:
20373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20374         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20375         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20376         not coming from those elements. Moreover these elements should not keep
20377         the xid they have been given when in NULL state.
20378
20379 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20382         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20383         * sys/ximage/ximagesink.h:
20384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20385         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20386         * sys/xvimage/xvimagesink.h:
20387           Actually only create a new toplevel window if we're not gonna
20388           embed it right after.
20389
20390 2004-10-07  Wim Taymans  <wim@fluendo.com>
20391
20392         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20393         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20394         * gst/playback/gstplaybin.c: (setup_sinks):
20395         Implement muting/unmuting of streams, mute streams that are not
20396         used.
20397
20398 2004-10-07  Wim Taymans  <wim@fluendo.com>
20399
20400         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20401         (plugin_init):
20402         Added lame audio/x-ac3 typefind function.
20403
20404 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20405
20406         * configure.ac:
20407           bump nano to cvs
20408
20409 === release 0.8.5 ===
20410
20411 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20412
20413         * NEWS:
20414         * RELEASE:
20415         * configure.ac:
20416           releasing 0.8.5, "Take You On"
20417
20418 2004-10-06  Wim Taymans  <wim@fluendo.com>
20419
20420         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20421         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20422         (no_more_pads), (close_link), (type_found):
20423         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20424         * gst/playback/gstplaybin.c: (gen_video_element):
20425         Do not signal the no_more_pads after the first pad when
20426         we are plugging a non dynamic element with multiple
20427         output pads (like swfdec, dvdec, ...).
20428
20429 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * configure.ac:
20432           bump for prerelease
20433
20434 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20435
20436         * gst/wavparse/gstwavparse.c:
20437           add ATRAC3 to STATIC CAPS to fix a warning
20438
20439         * gst/matroska/ebml-read.c:
20440         * gst-libs/gst/riff/riff-read.c:
20441           fix typos
20442
20443 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20444
20445         * gst-libs/gst/riff/riff-media.c:
20446           generate caps for ATRAC3 audio streams
20447
20448         * gst/realmedia/rmdemux.c:
20449           generate caps for ATRAC3 audio streams
20450
20451 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20452
20453         * gst/wavparse/Makefile.am
20454         * gst/wavparse/riff.h
20455         * gst/wavparse/wavparse.vcproj
20456           riff.h removal (unused and duplication with riff-ids.h)
20457
20458 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20459
20460         * gst/wavparse/gstwavparse.h
20461           remove duplicated defines for audio codec codes
20462
20463         * gst-libs/gst/riff/riff-ids.h
20464         * gst/wavenc/riff.h:
20465           add "4CC" code for ATRAC3 audio streams
20466           add "4CC" code for ITU_G721_ADPCM (unused for now)
20467
20468 2004-10-06  Wim Taymans  <wim@fluendo.com>
20469
20470         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20471         Actually _do_ negotiation. Pass gdouble as arg instead
20472         of guint64 for the framerate.
20473
20474 2004-10-06  Wim Taymans  <wim@fluendo.com>
20475
20476         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20477         (find_compatibles), (close_pad_link), (try_to_link_1),
20478         (no_more_pads), (close_link), (type_found):
20479         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20480         * gst/playback/gstplaybin.c: (gen_video_element),
20481         (gen_audio_element):
20482         Set state on newly added element to READY so that negotiation
20483         can happen ASAP.
20484         Addes some more debug info.
20485         Do not try to plug pads with multiple caps structures or ANY
20486         because it is too dangerous since we do not do dynamic
20487         replugging.
20488
20489 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20492
20493         * po/LINGUAS:
20494         * po/or.po:
20495           add Oriya translation
20496
20497 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20498
20499         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20500           Prevent overwrite of size member. Makes audio sound crappy.
20501
20502 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20503
20504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20505         Add rmvb to the list of known RealMedia extensions
20506
20507 2004-10-05  Wim Taymans  <wim@fluendo.com>
20508
20509         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20510         (mngdec_openstream), (mngdec_closestream),
20511         (mngdec_handle_sink_event), (mngdec_readdata),
20512         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20513         (mngdec_getcanvasline), (mngdec_refresh),
20514         (gst_mngdec_change_state):
20515         Set the framerate correctly.
20516
20517 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20520           There was something wrong with the index massaging.
20521
20522 2004-10-04  Wim Taymans  <wim@fluendo.com>
20523
20524         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20525         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20526         (gst_smokedec_chain):
20527         * ext/jpeg/gstsmokedec.h:
20528         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20529         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20530         * ext/jpeg/gstsmokeenc.h:
20531         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20532         (smokecodec_decode_new), (smokecodec_info_free),
20533         (smokecodec_set_quality), (smokecodec_get_quality),
20534         (smokecodec_set_threshold), (smokecodec_get_threshold),
20535         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20536         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20537         (smokecodec_encode), (smokecodec_parse_id),
20538         (smokecodec_parse_header), (smokecodec_decode):
20539         * ext/jpeg/smokecodec.h:
20540         * ext/jpeg/smokeformat.h:
20541         Updated smoke, new bitstream, allows embedding in ogg.
20542
20543 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20544
20545         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20546           Fix seeking in some files. All this code is no longer needed (and
20547           actually breaks stuff) because we now synchronize the full index
20548           right when reading the header.
20549
20550 2004-10-04  Wim Taymans  <wim@fluendo.com>
20551
20552         * configure.ac:
20553         configure update for libmng.
20554
20555 2004-10-04  Wim Taymans  <wim@fluendo.com>
20556
20557         * ext/libmng/Makefile.am:
20558         * ext/libmng/gstmng.c: (plugin_init):
20559         * ext/libmng/gstmng.h:
20560         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20561         (gst_mngdec_base_init), (gst_mngdec_class_init),
20562         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20563         (gst_mngdec_loop), (gst_mngdec_get_property),
20564         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20565         (mngdec_closestream), (mngdec_handle_sink_event),
20566         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20567         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20568         (gst_mngdec_change_state):
20569         * ext/libmng/gstmngdec.h:
20570         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20571         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20572         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20573         (gst_mngenc_chain), (gst_mngenc_get_property),
20574         (gst_mngenc_set_property):
20575         * ext/libmng/gstmngenc.h:
20576         Added basic MNG decoder. Needs more work. The encoder does
20577         not work yet.
20578
20579 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20580
20581         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20582         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20583         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20584           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20585           no-more-pads.
20586
20587 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * configure.ac:
20590           you need at least 1.0.4 of speex
20591
20592 2004-10-04 Iain <iaingnome@gmail.com>
20593
20594         * ext/speex/gstspeexdec.h: Revert the includes changes.
20595
20596         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20597
20598 2004-09-30 Iain <iaingnome@gmail.com>
20599
20600         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20601         found during init or set as a property instead of hardcoding /dev/audio
20602
20603 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20604
20605         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20606         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20607         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20608         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20609         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20610         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20611         (gst_rmdemux_dump_data):
20612           Use debug category, fix EOS handling. filesrc ! rmdemux now
20613           works.
20614
20615 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20616
20617         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20618         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20619         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20620           Improve allocation, cutting and sorting of the index. How takes a
20621           few seconds instead of minutes.
20622
20623 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20624
20625         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20626           fixed compilation
20627
20628 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20629
20630         * gst-libs/gst/riff/riff-media.c:
20631         (gst_riff_create_video_caps_with_data),
20632         (gst_riff_create_video_template_caps):
20633           Add wing commander format mimetype/fourccs.
20634         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20635           Don't crash if some value is 0.
20636
20637 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20638
20639         * gst-libs/gst/riff/riff-media.c:
20640         (gst_riff_create_video_caps_with_data),
20641         (gst_riff_create_video_template_caps):
20642           Add DIB fourcc (raw, palettized 8-bit RGB).
20643         * gst-libs/gst/riff/riff-read.c:
20644         (gst_riff_read_strf_vids_with_data):
20645           Oops, fix strf_data reading bug.
20646         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20647           Use a non-NULL tag.
20648         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20649           Time for hacks. Sorry Dave. At least one quicktime movie (a
20650           trailer) that I've encountered contains multiple video tracks.
20651           One of those is the actual video track, the other are one-frame
20652           tracks (images). Unfortunately, the number of frames according
20653           to the trak header is 1 for each, so that doesn't help. So
20654           instead, I look at the duration and discard tracks with a
20655           duration shorter than 20% of the length of the stream. Better
20656           than nothing.
20657
20658 2004-10-01  Christian Schaller <christian@fluendo.com>
20659
20660         * ext/ivorbis/vorbis.c:
20661           Patch from Phil Blundell (Bug 152341)
20662
20663 2004-10-01  Wim Taymans  <wim@fluendo.com>
20664
20665         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20666         (speex_dec_get_formats), (speex_dec_convert),
20667         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20668         (speex_dec_chain), (gst_speexdec_get_property),
20669         (gst_speexdec_set_property):
20670         Small cleanups.
20671
20672 2004-10-01  Wim Taymans  <wim@fluendo.com>
20673
20674         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20675         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20676         (gst_wavparse_other), (gst_wavparse_loop),
20677         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20678         (gst_wavparse_srcpad_event):
20679         * gst/wavparse/gstwavparse.h:
20680         Added some more debugging info.
20681         Fix the case where the length of the file is 0.
20682         Make sure we seek to sample borders.
20683
20684 2004-10-01  Wim Taymans  <wim@fluendo.com>
20685
20686         * gst/playback/README:
20687         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20688         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20689         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20690         Add some debug info to decodebin, update README
20691
20692 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20695           Don't use g_print(); use GST_DEBUG().
20696
20697 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20698
20699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20700         (gst_ogg_mux_queue_pads):
20701           Handle EOS properly.
20702
20703 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20704
20705         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20708         (gst_faad_chain), (gst_faad_change_state):
20709         * ext/faad/gstfaad.h:
20710           Allow playback of raw (unframed) MPEG AAC files (#148993).
20711
20712 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20713
20714         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20717           Throw error if we didn't recognize the stream. Fixes #152289.
20718
20719 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20720
20721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20722           Fix negotiation.
20723
20724 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20725
20726         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20727
20728         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20729           Fix memleak.
20730
20731 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20732
20733         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20734
20735         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20736           Solve #152805.
20737         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20738           Solve 152806.
20739
20740 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * gst-libs/gst/riff/riff-media.c:
20743         (gst_riff_create_video_caps_with_data),
20744         (gst_riff_create_audio_caps_with_data):
20745           Add codec_data handling (like asfdemux used to do).
20746         * gst/asfdemux/gstasf.c: (plugin_init):
20747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20748         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20749           Use riff-media for caps creation instead of our own (mostly
20750           broken) copy of its functions.
20751
20752 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20753
20754         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20755           Don't actually error out if we get another return value than
20756           -EINVAL. Opposite to what I first thought, drivers have random
20757           return values for this, although -EINVAL is the expected return
20758           value. Since this is not fatal, we shouldn't use
20759           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20760
20761 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20764         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20765         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20766         (dvdreadsrc_get), (dvdreadsrc_open_file),
20767         (dvdreadsrc_change_state):
20768           Fix. Don't do one big huge loop around the whole DVD, that will
20769           cache all data and thus eat sizeof(dvd) (several GB) before we
20770           see something.
20771         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20772           Actually NULL'ify event after using it.
20773         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20774         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20775         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20776         (gst_ebml_read_seek), (gst_ebml_read_skip):
20777           Handle events.
20778         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20779         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20780         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20781           Fix timing (this will probably break if I seek using menus, but
20782           I didn't get there yet). VOBs and normal DVDs should now work.
20783           Add a mpeg2-only pad with high rank so this get autoplugged for
20784           MPEG-2 movies.
20785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20786         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20787         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20788         (gst_mpeg_demux_get_audio_stream),
20789         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20790         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20791           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20792           MPEG-1 but use dvddemux for MPEG-2.
20793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20794         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20795         (gst_mpeg_parse_parse_packhead):
20796           Timing. Only add pad template if it exists. Add sink template from
20797           class and not from ourselves. This means we will always use the
20798           correct sink template even if it is not the one defined in this
20799           file.
20800
20801 2004-09-29  Wim Taymans  <wim@fluendo.com>
20802
20803         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20804         (gst_mpeg_demux_parse_pes):
20805         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20806         Fix playback of mpeg again, timestamps where screwed up by
20807         patch 1.61.
20808
20809 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20810
20811         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20812           Only return true if we actually filled something in. Prevents
20813           player applications from showing a random length for flac files.
20814         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20815         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20816         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20817         (gst_riff_read_strf_vids_with_data),
20818         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20819           OK, ok, so I implemented event handling. Apparently it's normal
20820           that we receive random events at random points without asking
20821           for it.
20822         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20823         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20824         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20825         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20826         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20827         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20828         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20829         * gst/avi/gstavidemux.h:
20830           Implement non-lineair chunk handling and subchunk processing.
20831           The first solves playback of AVI files where the audio and video
20832           data of individual buffers that we read are not synchronized.
20833           This should not happen according to the wonderful AVI specs, but
20834           of course it does happen in reality. It is also a prerequisite for
20835           the second. Subchunk processing allows us to cut chunks in small
20836           pieces and process each of these pieces separately. This is
20837           required because I've seen several AVI files with incredibly large
20838           audio chunks, even some files with only one audio chunk for the
20839           whole file. This allows for proper playback including seeking.
20840           This patch is supposed to fix all AVI A/V sync issues.
20841         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20842         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20843           Work.
20844         * gst/modplug/gstmodplug.cc:
20845           Proper return value setting for the query() function.
20846         * gst/playback/gstplaybasebin.c: (setup_source):
20847           Being in non-playing state (after, e.g., EOS) is not necessarily
20848           a bad thing. Allow for that. This fixes playback of short files.
20849           They don't actually playback fully now, because the clock already
20850           runs. This means that small files (<500kB) with a small length
20851           (<2sec) will still not or barely play. Other files, such as mod
20852           or flx, will work correctly, however.
20853
20854 2004-09-28  Wim Taymans  <wim@fluendo.com>
20855
20856         * ext/speex/gstspeex.c: (plugin_init):
20857         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20858         (gst_speex_dec_class_init), (speex_dec_get_formats),
20859         (speex_get_event_masks), (speex_get_query_types),
20860         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20861         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20862         (gst_speexdec_get_property), (gst_speexdec_set_property),
20863         (speex_dec_change_state):
20864         * ext/speex/gstspeexdec.h:
20865         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20866         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20867         (gst_speexenc_base_init), (gst_speexenc_class_init),
20868         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20869         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20870         (gst_speexenc_src_query), (gst_speexenc_init),
20871         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20872         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20873         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20874         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20875         (gst_speexenc_chain), (gst_speexenc_get_property),
20876         (gst_speexenc_set_property), (gst_speexenc_change_state):
20877         * ext/speex/gstspeexenc.h:
20878         Rewrote speex encoder, make sure it can be embedded in ogg.
20879         Implemented speex decoder.
20880
20881 2004-09-28  Christian Schaller <christian@fluendo.com>
20882
20883         * configure.ac:
20884         Remove kioslave plugin. Markey is brewing a new working one
20885         * ext/Makefile.am: Remove kioslave plugin
20886         * ext/kio: remove
20887         * gst-plugins.spec.in: remove kio plugin from spec
20888
20889 2004-09-27  Wim Taymans  <wim@fluendo.com>
20890
20891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20892         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20893         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20894         (gst_multifdsink_new_client),
20895         (gst_multifdsink_handle_client_write),
20896         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20897         (gst_multifdsink_handle_clients):
20898         * gst/tcp/gstmultifdsink.h:
20899         Make syncing to keyframes actually work for new clients and lagging
20900         clients.
20901
20902 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20903
20904         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20905         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20906         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20907         * gst/debug/gstnavigationtest.h:
20908           make navigationtest display button-press and button-release events
20909
20910 2004-09-26 Iain <iaingnome@gmail.com>
20911
20912         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20913         the channels have received a new media event.
20914         (interleave_buffered_loop): Compresses a new media event on all
20915         channels into one.
20916
20917 2004-09-26 Iain <iaingnome@gmail.com>
20918
20919         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20920         call the sinkpad's default event handler and not the srcpads. He also
20921         says this is confusing :)
20922         (gst_wavenc_stop_file): Company says that seek events only go upstream
20923         we should send a discontinuous downstream instead.
20924
20925 2004-09-25  Christian Schaller <christian@fluendo.com>
20926
20927         * Update SPEC file to be usable in conjunction with Fedora Core,
20928           Fedora.us and freshrpms packages
20929         * Fix typo in multifilesrc test Makefile
20930
20931 2004-09-24  Wim Taymans  <wim@fluendo.com>
20932
20933         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20934         Only signal the no_more_pads signal when we have
20935         added the stream to our list.
20936
20937 2004-09-24  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20940         (new_decoded_pad):
20941         * gst/playback/gstplaybasebin.h:
20942         * gst/playback/gstplaybin.c: (setup_sinks):
20943         Don't try to preroll or decode more than one audio/video
20944         track.
20945
20946 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20949           Throw error if we failed to find a suitable output. This should
20950           throw an error if we successfully set up a pipeline (e.g. because
20951           we recognized a media file) but found no decodable streams in it
20952           (e.g. because it contains only media stream types for which we
20953           have no decoders, or because it's not a media type).
20954
20955 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20956
20957         * ext/dirac/Makefile.am:
20958         * ext/dirac/gstdirac.cc:
20959         * ext/dirac/gstdiracdec.cc:
20960         * ext/dirac/gstdiracdec.h:
20961           Do something. Don't actually know if this works because I don't
20962           have a demuxer yet.
20963         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20964           Add channels=1 to caps returned from _getcaps().
20965         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20966         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20967         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20968         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20969         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20970         (gst_ogm_parse_change_state):
20971           Separate between audio/video so ogmaudioparse actually uses the
20972           audio pad templates. Both audio and video work now, including
20973           autoplugging. Also use sometimes-srcpad hack.
20974         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20975           Handle events better. Don't hang on infinite loops.
20976         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20977         (gst_avi_demux_init), (gst_avi_demux_reset),
20978         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20979         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20980         (gst_avi_demux_change_state):
20981         * gst/avi/gstavidemux.h:
20982           Improve A/V sync. Still not perfect.
20983         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20984         (gst_ebml_read_skip):
20985           Handle events better.
20986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20987         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20988         (qtdemux_audio_caps):
20989           Add IMA4. Improve event handling. Save offset after a seek when
20990           the headers are at the end of the file so that we don't end up in
20991           an infinite loop.
20992         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20993           Add low-priority typefind support for files with no length.
20994
20995 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20996
20997         * testsuite/multifilesink/Makefile.am:
20998         fix typo
20999
21000 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21001
21002         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21004         mistakes from thaytan's patches.
21005
21006 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21007
21008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21009           For completeness, XSync in the destroy function as xvimage does.
21010
21011 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21012
21013         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21014            Correct caps negotiation
21015         * gst/volume/gstvolume.c: (volume_chain_float),
21016         (volume_chain_int16):
21017            Modify debug output to be little more informative
21018         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21020         (gst_xvimagesink_xvimage_destroy):
21021           Add XSync calls after detaching from the shared memory segment to
21022           avoid a crash.
21023
21024 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21025
21026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21027         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21028         * ext/vorbis/vorbis.c: (plugin_init):
21029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21030         (gst_vorbisenc_chain):
21031         * ext/vorbis/vorbisenc.h:
21032         remove explicit newmedia support from oggmux and vorbisenc
21033         add debug category to vorbisenc
21034         * gst/multifilesink/gstmultifilesink.c:
21035         (gst_multifilesink_class_init), (gst_multifilesink_init),
21036         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21037         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21038         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21039         (plugin_init):
21040         * gst/multifilesink/gstmultifilesink.h:
21041         add support for streamheader in multifilesink
21042
21043 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21044
21045         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21046         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21047         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21048           Prevent infinite loops. More correct error reporting.
21049         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21050           Error out if negotiation fails.
21051         * gst/playback/gstplaybasebin.c: (setup_source),
21052         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21053         (gst_play_base_bin_found_tag):
21054           Error/tag forwarding. Pre-roll fixes for source errors on state
21055           changes (e.g. "file does not exist") to prevent hangs.
21056
21057 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21058
21059         * testsuite/multifilesink/Makefile.am:
21060         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21061         (gst_newmedia_class_init), (gst_newmedia_init),
21062         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21063         (newfile_signal), (test_signal), (main):
21064         * testsuite/multifilesink/multifilesrc_test.c: (main):
21065         * testsuite/multifilesink/oggtheora_test.c:
21066         (gst_newmedia_base_init), (gst_newmedia_class_init),
21067         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21068         (test_format), (newfile_signal), (test_signal), (main):
21069         * testsuite/multifilesink/oggvorbis_test.c:
21070         (gst_newmedia_base_init), (gst_newmedia_class_init),
21071         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21072         (test_format), (newfile_signal), (test_signal), (main):
21073         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21074         (gst_newmedia_class_init), (gst_newmedia_init),
21075         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21076         (newfile_signal), (test_signal), (main):
21077         New media tests
21078
21079 2004-09-20  Christian Schaller <christian@fluendo.com>
21080
21081         * Fix mikmod license to LGPL as they have relicensed
21082         * Move Dirac and Effectv into LGPL section of README_license
21083
21084 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21085
21086         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21087         (gst_mad_change_state):
21088           Allow for mp3 rate/channels changes. However, only very
21089           conservatively. Reason that we *have* to enable this is smiply
21090           because the mad find_sync() function is not good enough, it will
21091           regularly sync on random data as valid frames and therefore make
21092           us provide random caps as *final* caps of the stream. The best fix
21093           I could think of is to simply require several of the same stream
21094           changes in a row before we change caps.
21095           The actual testcase that works now is #
21096         * ext/ogg/Makefile.am:
21097         * ext/ogg/gstogg.c: (plugin_init):
21098         * ext/ogg/gstogmparse.c:
21099           OGM support (video only for now; I need an audio sample file).
21100         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21101         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21102         (gst_asf_demux_add_video_stream):
21103           WMV extradata.
21104         * gst/playback/gstplaybasebin.c: (unknown_type):
21105           Don't error out on single unknown-types after all. It's wrong.
21106           If we found type of video and audio but not of a subtitle stream,
21107           it will still error out (which is unwanted). Will find a better fix
21108           later on.
21109         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21110         (ogmaudio_type_find), (plugin_init):
21111           OGM support.
21112
21113 2004-09-20  Johan Dahlin  <johan@gnome.org>
21114
21115         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21116         after setting caps.
21117
21118 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21119
21120         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21121         * gst/wavenc/gstwavenc.h:
21122         Added newmedia support to wavenc
21123
21124 2004-09-17  Wim Taymans  <wim@fluendo.com>
21125
21126         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21127         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21128         (gst_fdset_fd_can_write), (gst_fdset_wait):
21129         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21130         (gst_multifdsink_init), (gst_multifdsink_add),
21131         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21132         (gst_multifdsink_remove_client_link),
21133         (gst_multifdsink_client_queue_buffer),
21134         (gst_multifdsink_handle_client_write),
21135         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21136         (gst_multifdsink_close), (gst_multifdsink_change_state):
21137         * gst/tcp/gstmultifdsink.h:
21138         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21139         (gst_tcpserversink_removed):
21140         Small cleanups in fdset.c
21141         Use a hastable to map fd to the client structure for faster
21142         lookup in _remove and get_stats.
21143         Added virtual function to close the fds.
21144         Handle clients even when the select/poll call was unblocked because
21145         of a command.
21146         Implement syncing to keyframe in the recovery procedure.
21147
21148 2004-09-16 Iain <iaingnome@gmail.com>
21149
21150         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21151         try caps.
21152
21153 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21156           Caps are only set if the type of the stream is unknown, but this
21157           is initialized in ->init_stream(), so set to UNKNOWN after calling
21158           ->init_stream() so that capsnego starts.
21159
21160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21161
21162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21163         (gst_avi_demux_stream_data):
21164           Just hardcode for raw audio then. AVI audio sucks.
21165
21166 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21167
21168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21169         * gst/matroska/matroska-mux.c: (audiosink_templ),
21170         (gst_matroska_mux_audio_pad_link):
21171         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21172         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21173
21174 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21175
21176         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21177         (gst_avi_demux_stream_data):
21178           Try to fix a/v sync issues.
21179
21180 2004-09-15  David Schleef  <ds@schleef.org>
21181
21182         * configure.ac: remove NASM check, since we don't use it.  Update
21183         dirac check to 0.4
21184         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21186         Initialized variables.
21187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21188         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21189         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21190         SVQ3 format
21191
21192 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21195         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21196         * gst/avi/gstavidemux.h:
21197           Fix for compressed audio (mp3) timestamp generation. How did this
21198           ever work?
21199
21200 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21203           Volume is a double not a float.
21204
21205 2004-09-15  Wim Taymans  <wim@fluendo.com>
21206
21207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21208         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21209         Don't close the fd in multifdsink as we didn't open it in the
21210         first place. Some cleanups.
21211
21212 2004-09-15  Wim Taymans  <wim@fluendo.com>
21213
21214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21216         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21217         Fix the case where the muxer would mark pages as delta
21218         frames when they are not (vorbis only ogg).
21219
21220 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21221
21222         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21223         (gst_play_base_bin_change_state):
21224           Handle the case where we failed to setup a clear pipeline. This
21225           will throw an error (or EOS, another nice case) and if you don't
21226           catch that, the app will wait for the signal forever (and thus
21227           hang).
21228
21229 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * ext/gnomevfs/gstgnomevfssink.c:
21232         (gst_gnomevfssink_uri_get_protocols):
21233         * ext/gnomevfs/gstgnomevfssrc.c:
21234         (gst_gnomevfssrc_uri_get_protocols):
21235         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21236         * ext/gnomevfs/gstgnomevfsuri.h:
21237           Use _uri_new() instead of _open(), so it doesn't take as long and
21238           Christophe's computer won't hang.
21239         * gst/playback/gstplaybasebin.c: (unknown_type):
21240           Throw error on unknown media type, so apps actually display it.
21241
21242 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21243
21244         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21245           this script to work on Solaris since bash shell handles echo
21246           differenly than bash.
21247
21248 2004-09-17  Wim Taymans  <wim@fluendo.com>
21249
21250         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21251         (setup_source), (gst_play_base_bin_set_property),
21252         (gst_play_base_bin_add_element):
21253         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21254         Some more work on making sure seeking pauses the pipeline and
21255         that changing the uri actually does something.
21256
21257 2004-09-17  Wim Taymans  <wim@fluendo.com>
21258
21259         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21261         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21262         (gst_tcpserversink_close):
21263         Be a bit more paranoid when freeing memory.
21264
21265 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21268         (qtdemux_parse_trak):
21269           Don't crash by dividing by zero (see sample movie in #126922).
21270
21271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21272
21273         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21274           Don't touch non-existing data (fixes crash on file in #140147).
21275
21276 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * gst/playback/gstplaybasebin.c:
21279         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21280           Handle double disposals, and proper change of URIs.
21281
21282 2004-09-13  Martin Eikermann <meiker@upb.de>
21283
21284         * gst/mpegstream/gstmpegparse.c:
21285           fix synchronistation for streams recorded from digital PCR
21286           fixes bug #119376
21287
21288 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21289
21290         * ext/gnomevfs/Makefile.am:
21291         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21292         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21293         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21294         (gst_gnomevfssink_uri_get_type),
21295         (gst_gnomevfssink_uri_get_protocols),
21296         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21297         (gst_gnomevfssink_uri_handler_init),
21298         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21299         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21301         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21302         (gst_gnomevfssrc_uri_get_type),
21303         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21304         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21305         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21306         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21307         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21308         * ext/gnomevfs/gstgnomevfsuri.h:
21309           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21310           of fake URIs to see which this version of Gnome-VFS likes, and
21311           uses that for the Gst-URI interface. Makes playbin support http://
21312           streams. Also fix up some stupid behaviour in gnomevfssrc.
21313
21314 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21315
21316         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21317         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21318         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21319         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21320           Update mixer (to sync with other sessions) if we try to obtain
21321           a new value. This makes alsamixer work accross applications.
21322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21323           Only call sync functions if we're running, else alsalib asserts.
21324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21325           Sometimes fails to compile. Possibly a gcc bug.
21326         * gst/playback/gstplaybin.c: (gen_video_element),
21327         (gen_audio_element):
21328           Add a reference to an application-provided object, because we lose
21329           this same reference if we add it to the bin. If we don't do this,
21330           we can only use this object once and thus crash if we go from
21331           ready to playing, back to ready and back to playing again.
21332           Also add an audioscale element because several cheap soundcards -
21333           like mine - don't support all samplerates.
21334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21335         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21336           Fix wrong order or PAR calls. Makes automatically obtained PAR
21337           from the X server atually being used.
21338
21339 2004-09-12  David Schleef  <ds@schleef.org>
21340
21341         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21342         #151887, #152102, #152247.
21343         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21344         * examples/seeking/cdparanoia.c: same
21345         * examples/seeking/cdplayer.c: same
21346         * examples/seeking/seek.c: same
21347         * examples/seeking/spider_seek.c: same
21348         * examples/seeking/vorbisfile.c: same
21349         * examples/stats/mp2ogg.c: same
21350         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21351         (gst_esdsink_dispose): Dispose of element properly.
21352         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21353         fixes.
21354         * ext/nas/nassink.c: (gst_nassink_class_init),
21355         (gst_nassink_dispose): Dispose of element correctly.
21356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21357         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21358         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21359         Fix 64-bit warning.
21360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21361         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21362         Fix 64-bit warning.
21363
21364 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21365
21366         * configure.ac : change speex detection as 1.1.6 now uses
21367           .pc/pkg-config and they changed their headers location.
21368
21369 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21370
21371         * gst/matroska/matroska-mux.h:
21372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21373         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21374         (gst_matroska_mux_write_data):
21375           Write multiple blocks/frames per cluster.
21376                 Write meta-seek information (seek heads).
21377
21378 2004-09-09  Scott Wheeler <wheeler@kde.org>
21379
21380         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21381         (gst_play_bin_set_property), (gst_play_bin_get_property),
21382         (gen_audio_element), (gen_audio_element):
21383           Add a volume element / property to the pipeline.
21384
21385 2004-09-07  Wim Taymans  <wim@fluendo.com>
21386
21387         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21388         Copy timestamps from the master pad to the output buffers.
21389
21390 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21391
21392         * ext/raw1394/gstdv1394src.c:
21393           throw errors when applicable
21394
21395 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21396
21397         * gst/matroska/ebml-ids.h:
21398         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21399         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21401           automatically convert unix time <-> ebml time when reading/writing
21402           a date, use gst_ebml_write_uint to write CUETIME,
21403           not gst_ebml_write_date.
21404         * gst/matroska/matroska-ids.h:
21405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21406         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21407         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21408         (gst_matroska_mux_write_data):
21409           Write track and segment UIDs, write muxing date, write
21410           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21411           Create cues for audio only files.
21412
21413 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21416         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21417           Re-commit ALSA switches.
21418         * gst/adder/gstadder.c: (gst_adder_loop):
21419           64-bit fix (#151416).
21420         * gst/debug/progressreport.c: (gst_progressreport_report):
21421           64-bit fix (#151419).
21422         * gst/matroska/matroska-demux.c:
21423         (gst_matroska_demux_parse_contents):
21424           64-bit fix (#151420).
21425         * gst/playback/test3.c: (update_scale):
21426           64-bit fix (#151421).
21427
21428 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21429
21430         * configure.ac:
21431           bump nano to cvs
21432
21433 === release 0.8.4 ===
21434
21435 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21436
21437         * configure.ac: releasing 0.8.4, "Alias"
21438
21439 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * ext/theora/Makefile.am:
21442           fix makefile.  Fixes #151462.
21443
21444 2004-08-30  Wim Taymans  <wim@fluendo.com>
21445
21446         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21448         (gst_multifdsink_remove_client_link),
21449         (gst_multifdsink_client_queue_buffer),
21450         (gst_multifdsink_handle_client_write):
21451         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21453         Fix some memory leaks.
21454
21455 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21456
21457         Patch by: David Schleef
21458
21459         * configure.ac:
21460         * sys/Makefile.am:
21461           rename our detection macro for V4L2.  Fixes #151236.
21462
21463 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21464
21465         Patch by: David Schleef
21466
21467         * configure.ac:
21468           check to define LAMEPRESET.  Fixes #151232.
21469
21470 2004-08-27  David Schleef  <ds@schleef.org>
21471
21472         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21473         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21474         (gst_glimagesink_fixate):  Move local variable declarations to
21475         make gcc-2.95 happy.
21476
21477 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21478
21479         * configure.ac:
21480           bump nano for prerelease
21481
21482 2004-08-27  David Schleef  <ds@schleef.org>
21483
21484         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21485         * sys/sunaudio/gstsunaudiosrc.c:
21486         * sys/sunaudio/gstsunaudiosrc.h:
21487
21488 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21489
21490         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21491         handle EOS correctly
21492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21493         * gst/matroska/matroska-mux.h:
21494         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21495         VFW compatibility mode
21496
21497 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21498
21499         patch by: Zaheer Abbas Merali
21500
21501         * ext/ogg/gstoggmux.c:
21502         * ext/vorbis/vorbisenc.c:
21503         * ext/vorbis/vorbisenc.h:
21504           handle NEWMEDIA
21505
21506 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21507
21508         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21509         fix byte order reversion on little endian machines.
21510         * gst/matroska/matroska-mux.c: (audiosink_templ),
21511         (gst_matroska_mux_audio_pad_link):
21512         add TTA codec to the list of supported codecs.
21513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21514         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21515         (gst_matroska_mux_write_data):
21516         * gst/matroska/matroska-mux.h:
21517         write segment duration correctly, write muxing app string, fixes bugs
21518         #140897 and #140898.
21519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21520         wait for all pads to be negotiated before starting to mux.
21521
21522 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21523
21524         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21525         * ext/lame/gstlame.h:
21526         Added new media support to lame
21527
21528 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21529
21530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21531         send vorbis headers at the beginning of a stream, fixes bug #141554.
21532         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21533         bug #148950.
21534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21535         (gst_matroska_demux_plugin_init):
21536         * gst/matroska/matroska-ids.h:
21537         enable demuxing of TTA audio streams, fixes bug #148951.
21538         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21539         enable typefinding for TTA audio files, fixes bug #148711.
21540         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21541         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21542         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21543
21544 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21545
21546         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21547         (gst_riff_read_element_data), (gst_riff_read_seek),
21548         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21549         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21550         <teuf@gnome.org>
21551
21552 2004-08-23 Iain <iaingnome@gmail.com>
21553
21554         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21555         tags. They appear to be handled differently to normal.
21556         (tag_list_to_id3_tag_foreach): Ditto.
21557
21558 2004-08-22  Wim Taymans  <wim@fluendo.com>
21559
21560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21561         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21562         Make sure we never send -1 granulepos.
21563
21564 2004-08-20  Wim Taymans  <wim@fluendo.com>
21565
21566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21567         (gst_ogg_mux_loop):
21568         I will accept bitchslappings with non sharp objects.
21569
21570 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21571
21572         * configure.ac:
21573         Clean up the test for lame presets
21574
21575 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21576
21577         * configure.ac:
21578         * ext/lame/Makefile.am:
21579         * ext/lame/gstlame.c: (gst_lame_class_init),
21580         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21581         Only enable lame presets if version of lame has presets in API
21582
21583 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21584         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21585         * gst/udp/gstudpsrc.h:
21586           Don't call gst_pad_push in a get function. Fixes #150449
21587
21588 2004-08-18  Wim Taymans  <wim@fluendo.com>
21589
21590         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21591         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21592         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21593         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21594         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21595         (gst_fdset_wait):
21596         * gst/tcp/gstfdset.h:
21597         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21598         (gst_multifdsink_client_queue_buffer),
21599         (gst_multifdsink_handle_client_write):
21600         * gst/tcp/gstmultifdsink.h:
21601         Some extra checks in gstfdset.
21602         Only use send() when the fd is a socket. Don't try to
21603         read from write only fds.
21604
21605 2004-08-18  Wim Taymans  <wim@fluendo.com>
21606
21607         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21608         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21609         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21610         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21611         (gst_fdset_wait):
21612         Add more locking and bounds checking.
21613
21614 2004-08-18  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21617         Realloc test fdset in the lock and right before starting
21618         the poll call. Bump the limit to 4096.
21619
21620 2004-08-17  David Schleef  <ds@schleef.org>
21621
21622         * sys/sunaudio/Makefile.am:
21623         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21624         of rates and channels.  Make debugging less obnoxious.
21625
21626         Patch from Balamurali Viswanathan implementing a mixer for
21627         Sun audio.  (bug #144091):
21628         * sys/sunaudio/gstsunelement.c:
21629         * sys/sunaudio/gstsunelement.h:
21630         * sys/sunaudio/gstsunmixer.c:
21631         * sys/sunaudio/gstsunmixer.h:
21632
21633 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21634
21635         * gst/audioscale/gstaudioscale.c:
21636         * gst/audioscale/gstaudioscale.h:
21637         made audioscale resample from any sample rate to any sample rate
21638
21639 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21640
21641         * ext/libpng/gstpngdec.c:
21642           error out on unsupported types
21643
21644 2004-08-17  Iain <iaingnome@gmail.com>
21645
21646         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21647         mid_side and loose_mid_side properties if its a stereo stream.
21648
21649 2004-08-17  Wim Taymans  <wim@fluendo.com>
21650
21651         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21652         (theora_get_formats), (theora_dec_src_convert),
21653         (theora_dec_sink_convert), (theora_dec_src_query),
21654         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21655         Add a debug line.
21656
21657 2004-08-17  Wim Taymans  <wim@fluendo.com>
21658
21659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21660         (gst_ogg_pad_push):
21661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21662         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21663         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21664         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21665         Mark delta units in the muxer.
21666         Try to decode the packet after an out-of-sync error from
21667         libogg.
21668
21669 2004-08-17  Wim Taymans  <wim@fluendo.com>
21670
21671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21672         (gst_multifdsink_init), (gst_multifdsink_add),
21673         (gst_multifdsink_client_queue_buffer),
21674         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21675         * gst/tcp/gstmultifdsink.h:
21676         Added option to send a keyframe to clients as the first buffer.
21677         Make timeout property writable.
21678
21679 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         patch by: Wim Taymans
21682
21683         * gst/tcp/gstfdset.c:
21684         * gst/tcp/gstmultifdsink.c:
21685           fix index comparison, should include 0
21686
21687 2004-08-16  Wim Taymans  <wim@fluendo.com>
21688
21689         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21690         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21691         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21692         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21693         (gst_fdset_wait):
21694           copy when reallocing for poll so the select arguments don't get
21695           changed during the call
21696
21697 2004-08-16  Wim Taymans  <wim@fluendo.com>
21698
21699         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21700         (gst_theora_enc_class_init), (theora_enc_sink_link),
21701         (theora_buffer_from_packet), (theora_enc_chain):
21702         Fix bug where buffers were not marked as keyframes
21703         correctly.
21704
21705 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21706
21707         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21708         (gst_lame_preset_get_type), (gst_lame_class_init):
21709         describe the enum values for vbr mode and presets more verbosely
21710
21711 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21712
21713         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21714         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21715         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21716         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21717         * ext/lame/gstlame.h:
21718         add preset property to lame so it can use lame presets
21719
21720 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21721
21722         * ext/lame/gstlame.c: (gst_lame_get_property):
21723         whoops forgot break, thanks teuf
21724
21725 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21726
21727         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21728         (gst_lame_class_init), (gst_lame_src_getcaps),
21729         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21730         (gst_lame_get_property), (gst_lame_setup):
21731         * ext/lame/gstlame.h:
21732         fix lame's broken vbr stuff, allow it to resample if need be, and also
21733         make xing header optional
21734
21735 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21736
21737         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21738         added getcaps function so samplerate doesnt get fixated to silly values
21739
21740 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21741
21742         * ext/lame/gstlame.c: (gst_lame_src_link):
21743         revert previous fix
21744
21745 2004-08-12  Johan Dahlin  <johan@gnome.org>
21746
21747         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21748         checks. Doesn't matter what state we are in. Interfaces are a
21749         compile time thing, not runtime. It also broke the python bindings.
21750
21751 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21752
21753         * ext/lame/gstlame.c: (gst_lame_src_link):
21754         made source pad link function check if sinkpad is ok..fixes the problem
21755         where core fixates the output rate of lame stupidly
21756
21757 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21758
21759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21760         * sys/v4l/v4l_calls.c:
21761         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21762           fix fixate function to handle nonsimple caps.
21763           remove bogus check in _link
21764           cleanups
21765
21766 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21767
21768         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21769         set default compression ratio parameter to 0.0 so bitrate parameter
21770         works :)
21771
21772 2004-08-11  David Schleef  <ds@schleef.org>
21773
21774         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21775
21776 2004-08-11  David Schleef  <ds@schleef.org>
21777
21778         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21779         before.
21780
21781 2004-08-11  David Schleef  <ds@schleef.org>
21782
21783         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21784
21785 2004-08-11  David Schleef  <ds@schleef.org>
21786
21787         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21788           license field
21789         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21790         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21791           LGPL.
21792         * gst/auparse/gstauparse.c: Fix plugin license field.
21793         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21794         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21795         * gst/rtp/gstrtp.c: Fix plugin license field.
21796
21797 2004-08-11  Wim Taymans  <wim@fluendo.com>
21798
21799         * gst/tcp/Makefile.am:
21800         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21801         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21802         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21803         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21804         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21805         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21806         (gst_fdset_fd_can_write), (gst_fdset_wait):
21807         * gst/tcp/gstfdset.h:
21808         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21809         (gst_multifdsink_class_init), (gst_multifdsink_init),
21810         (gst_multifdsink_add), (gst_multifdsink_remove),
21811         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21812         (gst_multifdsink_remove_client_link),
21813         (gst_multifdsink_handle_client_read),
21814         (gst_multifdsink_client_queue_data),
21815         (gst_multifdsink_client_queue_caps),
21816         (gst_multifdsink_client_queue_buffer),
21817         (gst_multifdsink_handle_client_write),
21818         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21819         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21820         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21821         (gst_multifdsink_close):
21822         * gst/tcp/gstmultifdsink.h:
21823         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21824         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21825         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21826         (gst_tcpserversink_close):
21827         * gst/tcp/gsttcpserversink.h:
21828         Abstracted away the select call, implemented poll (yes we ran into
21829         the 1024 limit in production).
21830
21831 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21832
21833         * gst/tcp/gsttcp.c:
21834         * gst/tcp/gsttcpplugin.c:
21835           improve debuggging, remove assert
21836
21837 2004-08-10  Wim Taymans  <wim@fluendo.com>
21838
21839         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21840         (gst_client_status_get_type), (gst_multifdsink_class_init),
21841         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21842         (gst_multifdsink_handle_client_read),
21843         (gst_multifdsink_handle_client_write),
21844         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21845         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21846         (gst_multifdsink_get_property):
21847         * gst/tcp/gstmultifdsink.h:
21848         * gst/tcp/gsttcp-marshal.list:
21849         Starting to prepare for specifying buffer time in other units
21850         than buffers. Expose remove reason in signal.
21851
21852 2004-08-10  Wim Taymans  <wim@fluendo.com>
21853
21854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21855         (gst_multifdsink_remove), (gst_multifdsink_clear),
21856         (gst_multifdsink_remove_client_link),
21857         (gst_multifdsink_handle_client_read),
21858         (gst_multifdsink_client_queue_data),
21859         (gst_multifdsink_client_queue_buffer),
21860         (gst_multifdsink_handle_client_write),
21861         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21862         (gst_multifdsink_chain), (gst_multifdsink_close):
21863         * gst/tcp/gstmultifdsink.h:
21864         Added more debugging info. Changed the way clients are
21865         removed from the lists. Fixed a bug where a bad file descriptor
21866         could cause many clients to be removed.
21867
21868 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21869
21870         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21871           allow all pixel-aspect-ratios, not just 1:1
21872
21873 2004-08-09  David Schleef  <ds@schleef.org>
21874
21875         * sys/glsink/ARB_multitexture.h:  Remove old files.
21876         * sys/glsink/EXT_paletted_texture.h:
21877         * sys/glsink/NV_register_combiners.h:
21878         * sys/glsink/gstgl_nvimage.c:
21879         * sys/glsink/gstgl_pdrimage.c:
21880         * sys/glsink/gstgl_rgbimage.c:
21881         * sys/glsink/gstglsink.c:
21882         * sys/glsink/gstglsink.h:
21883         * sys/glsink/gstglxwindow.c:
21884         * sys/glsink/regcomb_yuvrgb.c:
21885
21886 2004-08-09  David Schleef  <ds@schleef.org>
21887
21888         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21889         GL sink plugin.  (Bug #147302)
21890
21891         * configure.ac: Test for OpenGL
21892         * sys/Makefile.am: Use test for OpenGL
21893         * sys/glsink/Makefile.am:
21894         * sys/glsink/glimagesink.c: rewrite
21895         * sys/glsink/glimagesink.h: rewrite
21896
21897 2004-08-09  David Schleef  <ds@schleef.org>
21898
21899         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21900         sane framerates.
21901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21903         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21904
21905 2004-08-09  Wim Taymans  <wim@fluendo.com>
21906
21907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21908         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21909         (gst_multifdsink_client_remove),
21910         (gst_multifdsink_handle_client_read),
21911         (gst_multifdsink_handle_client_write),
21912         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21913         Do a bit more logging, make the client_read code more robust.
21914
21915 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21916
21917         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21918         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21919         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21920         (gst_jpegdec_init), (gst_jpegdec_chain):
21921         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21922         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21923           cleanups, debugging fixes and memleak plugging
21924
21925 2004-08-09  Wim Taymans  <wim@fluendo.com>
21926
21927         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21928         (theora_get_formats), (theora_dec_src_convert),
21929         (theora_dec_sink_convert), (theora_dec_src_query),
21930         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21931         (theora_dec_change_state):
21932         Don't crash on missing header packets.
21933
21934 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21935
21936         * po/LINGUAS:
21937         * po/sq.po:
21938           Added Albanian translation (Laurent Dhima)
21939         * po/cs.po:
21940           updated
21941
21942 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21943
21944         * ext/lame/gstlame.c:
21945           fix/add debugging
21946
21947 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * sys/ximage/ximagesink.c:
21950         * sys/xvimage/xvimagesink.c:
21951           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21952
21953 2004-08-06  Wim Taymans  <wim@fluendo.com>
21954
21955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21956         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21957         (gst_multifdsink_client_remove),
21958         (gst_multifdsink_handle_client_read),
21959         (gst_multifdsink_handle_client_write),
21960         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21961         Make sure we don't try to read more from a client that what
21962         ioctl says us or we deadlock.
21963
21964 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21965
21966         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21967         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21968         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21969           decouple running_time and n_frames so it can handle changing
21970           framerate while running
21971
21972 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * po/nl.po:
21975         * po/sv.po:
21976           updated translations
21977
21978 2004-08-04  Benjamin Otte  <otte@gnome.org>
21979
21980         * gst/videotestsrc/gstvideotestsrc.c:
21981         (gst_videotestsrc_get_capslist), (generate_capslist),
21982         (plugin_init):
21983           generate the list of supported caps at startup and reuse it instead
21984           of always generating it
21985
21986 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21987
21988         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21989           whoops, last checkin broke normal build
21990
21991 2004-08-03  Benjamin Otte  <otte@gnome.org>
21992
21993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21994         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21995         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21996         (gst_alsa_mixer_get_option):
21997         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21998         (dvdnavsrc_print_event):
21999         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22001         (gst_ogg_mux_pad_unlink):
22002         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22003         (gst_multipart_mux_pad_unlink):
22004         * gst/videofilter/gstvideobalance.c:
22005         (gst_videobalance_colorbalance_set_value):
22006         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22007         (gst_videomixer_pad_unlink):
22008         * po/uk.po:
22009         * sys/oss/gstossmixer.c:
22010         * sys/v4l/gstv4lcolorbalance.c:
22011         * sys/v4l/gstv4ltuner.c:
22012         * sys/v4l/v4lsrc_calls.c:
22013         * sys/v4l2/gstv4l2colorbalance.c:
22014         * sys/v4l2/gstv4l2tuner.c:
22015           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22016
22017 2004-08-03  Benjamin Otte  <otte@gnome.org>
22018
22019         * examples/dynparams/filter.c: (ui_control_create):
22020         * examples/gstplay/player.c: (print_tag):
22021         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22022         * ext/gdk_pixbuf/gstgdkanimation.c:
22023         (gst_gdk_animation_iter_may_advance):
22024         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22025         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22026         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22027         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22029         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22030         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22031         * gst/sine/demo-dparams.c: (main):
22032         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22033         * testsuite/alsa/formats.c: (create_pipeline):
22034         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22035           fixes for G_DISABLE_ASSERT and friends
22036         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22037         (mp3_type_frame_length_from_header), (mp3_type_find),
22038         (plugin_init):
22039           require mp3 typefinding to have at least MIN_HEADERS valid headers
22040           add typefinding for AAC adts files
22041
22042 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22043
22044         * sys/ximage/ximagesink.c:
22045         (gst_ximagesink_calculate_pixel_aspect_ratio):
22046         * sys/xvimage/xvimagesink.c:
22047         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22048         Make sure we calculate pixel-aspect-ratio using floating point maths
22049
22050 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22051
22052         * po/uk.po:
22053           updated translation
22054
22055 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22056
22057         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22059           add debugging for display PAR calculation
22060
22061 2004-08-02  David Schleef  <ds@schleef.org>
22062
22063         * configure.ac: Fix mikmod CFLAGS.
22064
22065 2004-07-27  Benjamin Otte  <otte@gnome.org>
22066
22067         * gst/audioscale/gstaudioscale.c:
22068         - fix templates to only support S16, it's the only format that works
22069         - make caps nego code use try_set_caps_nonfixed and fixation instead
22070         of try_set_caps twice, which is not nice for autopluggers
22071         - change rank to secondary, so autopluggers can pick it up after
22072         audioconvert
22073
22074 2004-08-02  Iain <iain@prettypeople.org>
22075
22076         * gst/interleave/interleave.c (interleave_init),
22077         (interleave_request_new_pad),
22078         (interleave_pad_removed),
22079         (interleave_buffered_loop): Use the real pad count, not the artificial
22080         one.
22081
22082 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22083
22084         * configure.ac: bump nano back to development
22085
22086 === release 0.8.3 ===
22087
22088 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22089
22090         * configure.ac: releasing 0.8.3, "Water"
22091
22092 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22093
22094         * sys/xvimage/xvimagesink.c:
22095         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22096         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22097         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22098         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22099         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22100         * sys/xvimage/xvimagesink.h:
22101           apply similar PAR fixes as to ximagesink
22102
22103 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         patch from: Benjamin Otte
22106
22107         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22108           add link function to lame.  Fixes #148986.
22109
22110 2004-08-02  Johan Dahlin  <johan@gnome.org>
22111
22112         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22113         fix debugging log
22114
22115 2004-07-30  David Schleef  <ds@schleef.org>
22116
22117         * gst/videomixer/Makefile.am: Fix things that should have been
22118         fixed in the last checkin.
22119
22120 2004-07-30  David Schleef  <ds@schleef.org>
22121
22122         * gst/multipart/Makefile.am: Fix things that should have been
22123         fixed in the last checkin.
22124
22125 2004-07-30  David Schleef  <ds@schleef.org>
22126
22127         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22128
22129 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * configure.ac:
22132           bump nano for prerelease
22133         * po/af.po:
22134         * po/az.po:
22135         * po/cs.po:
22136         * po/en_GB.po:
22137         * po/hu.po:
22138         * po/nl.po:
22139         * po/sr.po:
22140         * po/sv.po:
22141         * po/uk.po:
22142           updates
22143
22144 2004-07-30  Wim Taymans  <wim@fluendo.com>
22145
22146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22147         (gst_multifdsink_add), (gst_multifdsink_remove),
22148         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22149         (gst_multifdsink_client_remove),
22150         (gst_multifdsink_handle_client_write),
22151         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22152         * gst/tcp/gstmultifdsink.h:
22153         Recover from a select with a bad file descriptor by removing
22154         the client.
22155
22156 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * configure.ac:
22159           fix requirement of core
22160         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22161         (gst_play_pipeline_setup):
22162           don't use colorspace element.  do use hermescolorspace element.
22163           make macro to get a colorspace element.
22164           mark strings for translation.
22165         * po/POTFILES.in:
22166           add play.c
22167         * po/af.po:
22168         * po/az.po:
22169         * po/cs.po:
22170         * po/en_GB.po:
22171         * po/hu.po:
22172         * po/nl.po:
22173         * po/sr.po:
22174         * po/sv.po:
22175         * po/uk.po:
22176           update translations
22177
22178 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22179
22180         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22181         fix default for newmedia flag
22182
22183 2004-07-30  Wim Taymans  <wim@fluendo.com>
22184
22185         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22186         (gst_theora_dec_init), (theora_get_formats),
22187         (theora_dec_src_convert), (theora_dec_sink_convert),
22188         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22189         (theora_dec_chain), (theora_dec_set_property),
22190         (theora_dec_get_property):
22191         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22192         (gst_theora_enc_class_init), (gst_theora_enc_init),
22193         (theora_enc_sink_link), (theora_enc_chain),
22194         (theora_enc_set_property), (theora_enc_get_property):
22195         Added cropping option to theora decoder.
22196         Added border option to theora encoder.
22197
22198 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22199
22200         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22201         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22202         (gst_pngenc_set_property):
22203         * ext/libpng/gstpngenc.h:
22204         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
22205
22206 2004-07-30  Wim Taymans  <wim@fluendo.com>
22207
22208         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22209         (theora_enc_sink_link), (theora_enc_chain),
22210         (theora_enc_set_property), (theora_enc_get_property):
22211         Fix encoding of non-multiple-of-16 video.
22212
22213 2004-07-29  David Schleef  <ds@schleef.org>
22214
22215         * configure.ac: make test for audiofile more strict
22216
22217 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22218
22219         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22220           give different names to typefind functions
22221
22222 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22225         (gst_ximagesink_calculate_pixel_aspect_ratio),
22226         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22227         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22228         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22229         (gst_ximagesink_get_property), (gst_ximagesink_init):
22230         * sys/ximage/ximagesink.h:
22231           allocate PAR's dynamically.
22232           use autodetected PAR if no object-set PAR is given.
22233           add workaround for directfb's X not setting physical size.
22234           fix to xvimagesink will follow tomorrow.
22235
22236 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22237
22238         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22239         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22240         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22241         (gst_shout2send_class_init), (gst_shout2send_init),
22242         (set_shout_metadata), (gst_shout2send_set_metadata),
22243         (gst_shout2send_chain), (gst_shout2send_set_property),
22244         (gst_shout2send_get_property), (gst_shout2send_connect),
22245         (gst_shout2send_change_state):
22246         * ext/shout2/gstshout2.h:
22247         - fix for sending mp3 audio to icecast2 server, if pad link function not
22248         called before PAUSED state
22249         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22250         - added tagging support for mp3 audio broadcasted
22251         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22252         debug info
22253
22254 2004-07-28  Wim Taymans  <wim@fluendo.com>
22255
22256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22257         (gst_ogg_demux_push):
22258         Return query failure when we don't know the length of
22259         an ogg stream insteda of returning TRUE with a bogus value.
22260
22261 2004-07-28  Wim Taymans  <wim@fluendo.com>
22262
22263         * ext/theora/theoradec.c: (theora_get_formats),
22264         (theora_dec_src_convert), (theora_dec_sink_convert),
22265         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22266         (theora_dec_chain):
22267         Don't screw up the 1 Chroma for 1 luma sample situation when we
22268         have an odd offset/width by adding a black border in those cases.
22269
22270 2004-07-28  Wim Taymans  <wim@fluendo.com>
22271
22272         * ext/theora/theoradec.c: (theora_get_formats),
22273         (theora_dec_src_convert), (theora_dec_sink_convert),
22274         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22275         (theora_dec_chain):
22276         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22277         Added first attempt at cropping of the image as required by the
22278         theora spec. We need more properties in the caps (offset_x,
22279         offset_y,stride) to implement this correctly.
22280
22281 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22282
22283         * ext/dvdnav/README:
22284           Update the README to use dvddemux
22285         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22286           Ensure getcaps returns a subset of the template caps
22287         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22288         (gst_mpeg2subt_init):
22289           Ensure getcaps returns a subset of the template caps
22290         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22291         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22292         (gst_dvd_demux_get_subpicture_stream),
22293         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22294         * gst/mpegstream/gstdvddemux.h:
22295           Set the explicit caps on the current_video pad before pushing
22296           anything
22297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22298         (gst_mpeg_demux_get_audio_stream):
22299           Free caps used to gst_pad_set_explicit_caps, which takes a const
22300           GstCaps *
22301
22302 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * configure.ac: update GStreamer requirement to 0.8.4 because of
22305           GstFraction.
22306
22307 2004-07-28  Wim Taymans  <wim@fluendo.com>
22308
22309         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22310         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22311         Add the pad to the element after setting up the caps. This
22312         makes it a lot easier to autoplug.
22313
22314 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22315
22316         * gst/median/gstmedian.c:
22317         * gst/mpeg2subt/gstmpeg2subt.c:
22318         * gst/mpegaudioparse/gstmpegaudioparse.c:
22319         * gst/mpegstream/gstdvddemux.c:
22320         * gst/mpegstream/gstmpegdemux.c:
22321         * gst/mpegstream/gstmpegpacketize.c:
22322         * gst/rtjpeg/gstrtjpeg.c:
22323         * gst/rtjpeg/gstrtjpegdec.c:
22324         * gst/rtjpeg/gstrtjpegenc.c:
22325         * gst/sine/gstsinesrc.c:
22326         * gst/smooth/gstsmooth.c:
22327         * gst/smpte/gstsmpte.c:
22328         * gst/smpte/gstsmpte.h:
22329         * gst/stereo/gststereo.c:
22330         * gst/videofilter/gstgamma.c:
22331         * gst/videofilter/gstvideobalance.c:
22332         * gst/videofilter/gstvideofilter.c:
22333         * gst/videofilter/gstvideoflip.c:
22334         * gst/videoscale/gstvideoscale.c:
22335         * gst/videoscale/videoscale.c:
22336         * gst/videotestsrc/gstvideotestsrc.c:
22337         * gst/videotestsrc/videotestsrc.c:
22338         * gst/wavenc/gstwavenc.c:
22339         * gst/wavparse/gstwavparse.c:
22340           fix local includes and 64 bits constants
22341
22342 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22343
22344         * win32/gst.sln:
22345         * gst-libs/gst/*/*.vcproj:
22346         * gst/*/*.vcproj:
22347           more working plugins
22348
22349 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22350
22351         * testsuite/alsa/Makefile.am:
22352         * testsuite/alsa/srcstate.c:
22353         add test for alsasrc changing state
22354
22355 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22356
22357         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22358         (gst_silence_get):
22359         * gst/silence/gstsilence.h:
22360         fix silence generation for 16bit raw audio
22361
22362 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22363
22364         * gst/matroska/matroska-demux.c:
22365         (gst_matroska_demux_parse_metadata),
22366         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22367         * gst/mpegaudio/common.c:
22368         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22369         (gst_videoscale_getcaps), (gst_videoscale_link),
22370         (gst_videoscale_src_fixate), (gst_videoscale_init),
22371         (gst_videoscale_finalize):
22372         * gst/videoscale/gstvideoscale.h:
22373         * gst/videotestsrc/gstvideotestsrc.c:
22374         (gst_videotestsrc_get_capslist):
22375         * gst/wavenc/gstwavenc.c:
22376         * sys/oss/gstossmixer.c: (fill_labels):
22377         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22378         (gst_ximagesink_handle_xevents),
22379         (gst_ximagesink_calculate_pixel_aspect_ratio),
22380         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22381         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22382         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22383         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22384         (gst_ximagesink_init), (gst_ximagesink_class_init):
22385         * sys/ximage/ximagesink.h:
22386         * sys/xvimage/xvimagesink.c:
22387         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22388         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22389         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22390         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22391         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22392         * sys/xvimage/xvimagesink.h:
22393           first batch of pixel aspect ratio commits.
22394
22395 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22398         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22399         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22400           handle stride, needs work if we want to move stride handling
22401           upstream, but works correctly for our purposes.
22402
22403 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22404
22405         * gst/videoscale/README:
22406           add testing examples
22407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22408         (gst_videoscale_chain):
22409         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22410         (gst_videoscale_get_size):
22411           add get_size function that handles stride like videotestsrc.
22412           fixes conversion for YUV formats for as much as I can test them.
22413
22414 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22417         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22419         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22420         (gst_xvimagesink_xvimage_put):
22421           further cleanups, logging, error handling and synchronizing
22422
22423 2004-07-27  Wim Taymans  <wim@fluendo.com>
22424
22425         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22426         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22427         (gst_videomixer_pad_set_property),
22428         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22429         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22430         (gst_videomixer_class_init), (gst_videomixer_init),
22431         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22432         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22433         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22434         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22435         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22436         (gst_videomixer_loop), (plugin_init):
22437         Be a nicer negotiation citizen and provide a getcaps function on
22438         the srcpad. This also fixes a crash when resizing.
22439
22440 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22441
22442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22443         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22444
22445 2004-07-27  Wim Taymans  <wim@fluendo.com>
22446
22447         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22448         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22449         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22450         (gst_pngenc_set_property):
22451         * ext/libpng/gstpngenc.h:
22452         Added snapshot property to pngenc.
22453         removed g_print from pngdec
22454
22455 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22456
22457         * gst/ac3parse/ac3parse.vcproj
22458         * gst/adder/adder.vcproj
22459         * gst/alpha/alpha.vcproj
22460         * gst/alpha/alphacolor.vcproj
22461         * gst/asfdemux/asf.vcproj
22462         * gst/audioconvert/audioconvert.vcproj
22463         * gst/audiorate/audiorate.vcproj
22464         * gst/audioscale/audioscale.vcproj
22465         * gst/auparse/auparse.vcproj
22466         * gst/avi/avi.vcproj
22467         * gst/cdxaparse/cdxaparse.vcproj
22468         * gst/chart/chart.vcproj
22469         * gst/colorspace/colorspace.vcproj
22470         * gst/cutter/cutter.vcproj
22471         * gst/debug/debug.vcproj
22472         * gst/debug/efence.vcproj
22473         * gst/debug/navigationtest.vcproj
22474         * gst/deinterlace/deinterlace.vcproj
22475         * gst/effectv/effectv.vcproj
22476         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22477         * gst/filter/filter.vcproj
22478         * gst/flx/flxdec.vcproj
22479         * gst/goom/goom.vcproj
22480         * gst/interleave/interleave.vcproj
22481         * gst/law/alaw.vcproj
22482         * gst/law/mulaw.vcproj
22483         * gst/matroska/matroska.vcproj
22484         * gst/median/median.vcproj
22485         * gst/mixmatrix/mixmatrix.vcproj
22486         * gst/mpeg1sys/mpeg1systemencode.vcproj
22487         * gst/mpeg1videoparse/mp1videoparse.vcproj
22488         * gst/mpeg2sub/mpeg2subt.vcproj
22489         * gst/mpegaudio/mpegaudio.vcproj
22490         * gst/mpegaudioparse/mpegaudioparse.vcproj
22491         * gst/mpegstream/mpegstream.vcproj
22492         * gst/multifilesink/multifilesink.vcproj
22493         * gst/multipart/multipart.vcproj
22494         * gst/oneton/oneton.vcproj
22495         * gst/overlay/overlay.vcproj
22496         * gst/passthrough/passthrough.vcproj
22497         * gst/qtdemux/qtdemux.vcproj
22498         * gst/realmedia/rmdemux.vcproj
22499         * gst/rtjpeg/rtjpeg.vcproj
22500         * gst/rtp/rtp.vcproj
22501         * gst/silence/silence.vcproj
22502         * gst/sine/sinesrc.vcproj
22503         * gst/smooth/smooth.vcproj
22504         * gst/smpte/smpte.vcproj
22505         * gst/spectrum/spectrum.vcproj
22506         * gst/speed/speed.vcproj
22507         * gst/stereo/stereo.vcproj
22508         * gst/switch/switch.vcproj
22509         * gst/tags/tagedit.vcproj
22510         * gst/tcp/tcp.vcproj
22511         * gst/typefind/typefindfunctions.vcproj
22512         * gst/udp/udp.vcproj
22513         * gst/videobox/videobox.vcproj
22514         * gst/videocrop/videocrop.vcproj
22515         * gst/videodrop/videodrop.vcproj
22516         * gst/videofilter/gamma.vcproj
22517         * gst/videofilter/videobalance.vcproj
22518         * gst/videofilter/videofilter.vcproj
22519         * gst/videofilter/videoflip.vcproj
22520         * gst/videoflip/videoflip.vcproj
22521         * gst/videomixer/videomixer.vcproj
22522         * gst/videorate/videorate.vcproj
22523         * gst/videoscale/videoscale.vcproj
22524         * gst/videotestsrc/videotestsrc.vcproj
22525         * gst/virtualdub/virtualdub.vcproj
22526         * gst/volenv/volenv.vcproj
22527         * gst/volume/volume.vcproj
22528         * gst/wavenc/wavenc.vcproj
22529         * gst/wavparse/wavparse.vcproj
22530         * gst/y4m/y4menc.vcproj
22531         * gst-libs/gst/audio/audio.vcproj
22532         * gst-libs/gst/audio/audiofilter.vcproj
22533         * gst-libs/gst/colorbalance/colorbalance.vcproj
22534         * gst-libs/gst/idct/idtc.vcproj
22535         * gst-libs/gst/media-info/media-info.vcproj
22536         * gst-libs/gst/mixer/mixer.vcproj
22537         * gst-libs/gst/navigation/navigation.vcproj
22538         * gst-libs/gst/play/play.vcproj
22539         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22540         * gst-libs/gst/resample/resample.vcproj
22541         * gst-libs/gst/riff/riff.vcproj
22542         * gst-libs/gst/tuner/tuner.vcproj
22543         * gst-libs/gst/video/video.vcproj
22544         * gst-libs/gst/xoverlay/xoverlay.vcproj
22545           avoid problems with math.h, fix release dependancy
22546           rename GStreamer-0.8.lib to libgstreamer.lib
22547
22548 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22549
22550         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22552         the atom is not available we have to unlock the mutex. Fixes #148023
22553
22554 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22555
22556         * gst-libs/gst/media-info/media-info.h:
22557           issue for a vararg macro with MSVC
22558
22559 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22560
22561         * gst/effectv/effectv.vcproj
22562         * gst-libs/gst/idct/idct.vcproj:
22563         * gst-libs/gst/media-info/media-info.vcproj:
22564         * gst-libs/gst/navigation/navigation.vcproj:
22565         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22566         * gst-libs/gst/video/video.vcproj:
22567         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22568           fixes for build problems
22569
22570 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22571
22572         * gst-libs/gst/audio/audio.def:
22573         * gst-libs/gst/audio/riff.def:
22574           add some definitions needed by plugins
22575
22576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22577
22578         * gst/asfdemux/gstasfmux.c
22579           Fix some 64 bits constants to be glib friendly
22580
22581 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22582
22583         * gst/ac3parse/gstac3parse.c
22584         * gst/audioscale/gstaudioscale.c
22585         * gst/auparse/gstauparse.c
22586         * gst/colorspace/gstcolorspace.c
22587         * gst/colorspace/yuv2rgb.h
22588           local include fixes
22589
22590 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22591
22592         * win32/gst.sln
22593           add more plugins to the build
22594
22595 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22596
22597         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22598         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22599
22600 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22603         (gst_level_set_property), (gst_level_get_property),
22604         (gst_level_base_init), (gst_level_class_init):
22605           add debugging categories.  cleanups.
22606
22607 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22608
22609         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22610         (gst_videoscale_planar411), (gst_videoscale_planar400),
22611         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22612         (gst_videoscale_scale_nearest_str1),
22613         (gst_videoscale_scale_nearest_str2),
22614         (gst_videoscale_scale_nearest_str4),
22615         (gst_videoscale_scale_nearest_16bit),
22616         (gst_videoscale_scale_nearest_24bit):
22617           fixed stride issues
22618           tested with 320x240 -> 321, 322, 324 x240
22619           tested with YV12, I420, YUY2, UYVY
22620           fixed packed422rev (don't think it could have worked before)
22621           by testing with UYVY
22622
22623 2004-07-26  Benjamin Otte  <otte@gnome.org>
22624
22625         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22626         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22627         (plugin_init):
22628           add debugging category, add error checks like checking return values
22629           of setup calls, make sure it still works after
22630           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22631
22632 2004-07-26  Wim Taymans  <wim@fluendo.com>
22633
22634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22635         (gst_mpeg_demux_get_audio_stream),
22636         (gst_mpeg_demux_process_private):
22637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22638         Check for error codes from the negotiation functions. Make sure
22639         we really set the pad caps when a new pad is created.
22640
22641 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22642
22643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22644         (gst_ffmpeg_caps_to_pix_fmt):
22645         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22647         (gst_ffmpegcolorspace_pad_link):
22648           don't make function do two things at the same time without reason.
22649
22650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22651
22652         * gst/ac3parse/ac3parse.vcproj
22653         * gst/adder/adder.vcproj
22654         * gst/alpha/alpha.vcproj
22655         * gst/alpha/alphacolor.vcproj
22656         * gst/asfdemux/asf.vcproj
22657         * gst/audioconvert/audioconvert.vcproj
22658         * gst/audiorate/audiorate.vcproj
22659         * gst/audioscale/audioscale.vcproj
22660         * gst/auparse/auparse.vcproj
22661         * gst/avi/avi.vcproj
22662         * gst/cdxaparse/cdxaparse.vcproj
22663         * gst/chart/chart.vcproj
22664         * gst/colorspace/colorspace.vcproj
22665         * gst/cutter/cutter.vcproj
22666         * gst/debug/debug.vcproj
22667         * gst/debug/efence.vcproj
22668         * gst/debug/navigationtest.vcproj
22669         * gst/deinterlace/deinterlace.vcproj
22670         * gst/effectv/effectv.vcproj
22671         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22672         * gst/filter/filter.vcproj
22673         * gst/flx/flxdec.vcproj
22674         * gst/goom/goom.vcproj
22675         * gst/interleave/interleave.vcproj
22676         * gst/law/alaw.vcproj
22677         * gst/law/mulaw.vcproj
22678         * gst/matroska/matroska.vcproj
22679         * gst/median/median.vcproj
22680         * gst/mixmatrix/mixmatrix.vcproj
22681         * gst/mpeg1sys/mpeg1systemencode.vcproj
22682         * gst/mpeg1videoparse/mp1videoparse.vcproj
22683         * gst/mpeg2sub/mpeg2subt.vcproj
22684         * gst/mpegaudio/mpegaudio.vcproj
22685         * gst/mpegaudioparse/mpegaudioparse.vcproj
22686         * gst/mpegstream/mpegstream.vcproj
22687         * gst/multifilesink/multifilesink.vcproj
22688         * gst/multipart/multipart.vcproj
22689         * gst/oneton/oneton.vcproj
22690         * gst/overlay/overlay.vcproj
22691         * gst/passthrough/passthrough.vcproj
22692         * gst/qtdemux/qtdemux.vcproj
22693         * gst/realmedia/rmdemux.vcproj
22694         * gst/rtjpeg/rtjpeg.vcproj
22695         * gst/rtp/rtp.vcproj
22696         * gst/silence/silence.vcproj
22697         * gst/sine/sinesrc.vcproj
22698         * gst/smooth/smooth.vcproj
22699         * gst/smpte/smpte.vcproj
22700         * gst/spectrum/spectrum.vcproj
22701         * gst/speed/speed.vcproj
22702         * gst/stereo/stereo.vcproj
22703         * gst/switch/switch.vcproj
22704         * gst/tags/tagedit.vcproj
22705         * gst/tcp/tcp.vcproj
22706         * gst/typefind/typefindfunctions.vcproj
22707         * gst/udp/udp.vcproj
22708         * gst/videobox/videobox.vcproj
22709         * gst/videocrop/videocrop.vcproj
22710         * gst/videodrop/videodrop.vcproj
22711         * gst/videofilter/gamma.vcproj
22712         * gst/videofilter/videobalance.vcproj
22713         * gst/videofilter/videofilter.vcproj
22714         * gst/videofilter/videoflip.vcproj
22715         * gst/videoflip/videoflip.vcproj
22716         * gst/videomixer/videomixer.vcproj
22717         * gst/videorate/videorate.vcproj
22718         * gst/videoscale/videoscale.vcproj
22719         * gst/videotestsrc/videotestsrc.vcproj
22720         * gst/virtualdub/virtualdub.vcproj
22721         * gst/volenv/volenv.vcproj
22722         * gst/volume/volume.vcproj
22723         * gst/wavenc/wavenc.vcproj
22724         * gst/wavparse/wavparse.vcproj
22725         * gst/y4m/y4menc.vcproj
22726           more plugins supported under windows
22727
22728 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22731         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22732         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22734         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22735           Add debugging statements.  Use the sizes as returned by the
22736           *CreateImage calls.
22737
22738 2004-07-26  Johan Dahlin  <johan@gnome.org>
22739
22740         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22741         the pad is negotiated.
22742
22743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22744
22745 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22746
22747         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22748         * gst-libs/gst/idct/idct.vcproj:
22749         * gst-libs/gst/media-info/media-info.vcproj:
22750         * gst-libs/gst/mixer/mixer.vcproj:
22751         * gst-libs/gst/navigation/navigation.vcproj:
22752         * gst-libs/gst/play/play.vcproj:
22753         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22754         * gst-libs/gst/resample/resample.vcproj:
22755         * gst-libs/gst/tuner/tuner.vcproj:
22756         * gst-libs/gst/video/video.vcproj:
22757         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22758           more plugins supported under windows
22759
22760 2004-07-25 Iain <iain@prettypeople.org>
22761
22762         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22763         pad now rather than when the pad is created because state changes wipe
22764         explicit caps (fixes #148043).
22765
22766 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22767
22768         reviewed by Benjamin Otte  <otte@gnome.org>
22769
22770         * ext/mad/gstmad.c:
22771           fix mad plugin crashing on Sun (fixes #148289)
22772
22773 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22774
22775         * gst/avi/avi.def:
22776         * gst/avi/avi.vcproj:
22777         * gst/matroska/matroska.def:
22778         * gst/matroska/matroska.vcproj:
22779           remove unused .def files
22780
22781 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22782
22783         * gst-libs/gst/audio/gstaudiofilter.c:
22784           Clean the local include
22785
22786 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22787
22788         * win32/gst.sln:
22789         * gst-libs/gst/audio/audio.def:
22790         * gst-libs/gst/audio/audio.vcproj:
22791         * gst-libs/gst/audio/audiofilter.vcproj:
22792         * gst-libs/gst/audio/riff.def:
22793         * gst-libs/gst/audio/riff.vcproj:
22794         * gst-libs/gst/gst-libs.def:
22795         * gst-libs/gst/gst-libs.vcproj:
22796         * gst/avi/avi.vcproj:
22797         * gst/avi/avi.vcproj:
22798           Copy the files where needed after building, cleaner projects
22799
22800 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22801
22802         * gst/matroska/ebml-write.c:
22803           Fix some 64 bits constants to be glib friendly
22804
22805 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22806
22807         * win32/gst.sln:
22808         * gst-libs/gst/gst-libs.def:
22809         * gst-libs/gst/gst-libs.vcproj:
22810         * gst/matroska/matroska.def:
22811         * gst/matroska/matroska.vcproj:
22812           Add the preliminary canvas to build plugins on Win32
22813
22814 2004-07-23  Benjamin Otte  <otte@gnome.org>
22815
22816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22817           don't enfore negotiation from source side, it breaks
22818           sinesrc ! audioconvert ! osssink
22819
22820 2004-07-22  David Schleef  <ds@schleef.org>
22821
22822         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22823         for ELF files, since they can easily be recognized as audio/mpeg.
22824         (bug #147441)
22825
22826 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22827
22828         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22829         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22830         (gst_videoscale_scale_nearest_24bit),
22831         (gst_videoscale_scale_nearest_16bit):
22832           fix 16bit and 24bit for stride (24bit might need testing)
22833           don't pretend we do more than one algorithm
22834
22835 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22836
22837         * configure.ac:
22838         * gst/Makefile.am:
22839         * gst/multifilesink/Makefile.am:
22840         * gst/multifilesink/gstmultifilesink.c:
22841         (gst_multifilesink_get_formats),
22842         (gst_multifilesink_get_query_types), (_do_init),
22843         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22844         (gst_multifilesink_init), (gst_multifilesink_dispose),
22845         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22846         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22847         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22848         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22849         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22850         (gst_multifilesink_uri_get_type),
22851         (gst_multifilesink_uri_get_protocols),
22852         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22853         (gst_multifilesink_uri_handler_init), (plugin_init):
22854         * gst/multifilesink/gstmultifilesink.h:
22855         * testsuite/Makefile.am:
22856         * testsuite/multifilesink/Makefile.am:
22857         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22858         (gst_newmedia_class_init), (gst_newmedia_init),
22859         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22860         (newfile_signal), (test_signal), (main):
22861         multifilesink plugin for creating new files every time a new media
22862         discontinuity event occurs
22863
22864 2004-07-22  Wim Taymans  <wim@fluendo.com>
22865
22866         * gst/alpha/Makefile.am:
22867         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22868         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22869         (gst_alpha_color_init), (gst_alpha_color_set_property),
22870         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22871         (transform), (gst_alpha_color_chain),
22872         (gst_alpha_color_change_state), (plugin_init):
22873         Stupid plugin to to RGBA to AYUV conversion because none of
22874         the colorspace plugins can handle that yet.
22875
22876 2004-07-22  Wim Taymans  <wim@fluendo.com>
22877
22878         * examples/seeking/seek.c: (update_scale), (main):
22879         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22880         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22881         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22882         (gst_decode_bin_init), (gst_decode_bin_dispose),
22883         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22884         (no_more_pads), (close_link), (type_found),
22885         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22886         (plugin_init):
22887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22888         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22889         (gst_play_base_bin_dispose), (queue_overrun),
22890         (gen_preroll_element), (remove_prerolls), (unknown_type),
22891         (no_more_pads), (new_stream), (setup_source),
22892         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22893         (play_base_eos), (gst_play_base_bin_change_state),
22894         (gst_play_base_bin_add_element),
22895         (gst_play_base_bin_remove_element),
22896         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22897         (gst_play_base_bin_unlink_stream),
22898         (gst_play_base_bin_get_streaminfo):
22899         * gst/playback/gstplaybin.c: (gen_video_element),
22900         (gen_audio_element):
22901         * gst/playback/gststreaminfo.h:
22902         More playback updates, attempt to fix things after the state change
22903         breakage.
22904
22905 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22906
22907         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22908         (gst_videoscale_scale_nearest_16bit):
22909           comment algorithm
22910
22911 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22912
22913         * gst/videotestsrc/gstvideotestsrc.c:
22914         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22915         (gst_videotestsrc_init), (gst_videotestsrc_get),
22916         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22917         (gst_videotestsrc_get_property):
22918         * gst/videotestsrc/gstvideotestsrc.h:
22919         * gst/videotestsrc/videotestsrc.c:
22920         * gst/videotestsrc/videotestsrc.h:
22921           cleanup and commenting
22922
22923 2004-07-21  Wim Taymans  <wim@fluendo.com>
22924
22925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22926         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22927         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22928         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22929         (_find_chain_get_unknown_part), (_find_streams_check),
22930         (gst_ogg_demux_push), (gst_ogg_pad_push):
22931         * ext/theora/theoradec.c: (theora_get_formats),
22932         (theora_dec_src_convert), (theora_dec_sink_convert),
22933         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22934         (theora_dec_chain):
22935         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22936         (vorbis_dec_convert), (vorbis_dec_src_query),
22937         (vorbis_dec_src_event), (vorbis_dec_event):
22938         More seeking fixes, oggdemux now supports seeking to time and
22939         uses the downstream element to convert granulepos to time.
22940         Seeking in theora-only ogg files now works.
22941
22942 2004-07-21  Wim Taymans  <wim@fluendo.com>
22943
22944         * ext/theora/theoradec.c: (gst_theora_dec_init),
22945         (theora_get_formats), (theora_get_event_masks),
22946         (theora_get_query_types), (theora_dec_src_convert),
22947         (theora_dec_sink_convert), (theora_dec_src_query),
22948         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22949         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22950         (vorbis_get_event_masks), (vorbis_get_query_types),
22951         (gst_vorbis_dec_init), (vorbis_dec_convert),
22952         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22953         Added query/convert/formats functions to vorbis and theora decoders
22954         so that the outside world can use them too. Fixed seeking on an
22955         ogg/theora/vorbis file by disabling the seeking seeking on the
22956         theora srcpad.
22957
22958 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22959
22960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22961         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22962         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22963         images creation for both elements. We don't create the image on caps
22964         nego or renego, we just destroy the internal one if present if it does
22965         not match the needs. The chain function takes care of creating a new
22966         image when needed.
22967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22968         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22969         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22970         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22971         the image format information. The buffer pool checks for the context
22972         image format and discard images with different formats.
22973         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22974
22975 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22978         (gst_ffmpegcolorspace_chain):
22979           no point in doing any chaining if the pad we want to push from
22980           isn't usable.
22981
22982 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * gst-libs/gst/riff/riff-media.c:
22985         (gst_riff_create_audio_caps_with_data):
22986           Fix double end-to-native symbol conversion (#148021).
22987
22988 2004-07-20  David Schleef  <ds@schleef.org>
22989
22990         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22991         Don't use an Atom that doesn't exist.
22992
22993 2004-07-20  Wim Taymans  <wim@fluendo.com>
22994
22995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22996         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22997         (gst_multifdsink_client_remove),
22998         (gst_multifdsink_handle_client_write),
22999         (gst_multifdsink_queue_buffer):
23000         * gst/tcp/gstmultifdsink.h:
23001         More multifdsink stats. Avoid deadlock by releasing locks
23002         before sending out a signal.
23003
23004 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23005
23006         * po/LINGUAS:
23007         * po/hu.po:
23008           added Hungarian translation (Laszlo Dvornik)
23009
23010 2004-07-20  Wim Taymans  <wim@fluendo.com>
23011
23012         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23013         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23014         (gst_multifdsink_handle_client_write),
23015         (gst_multifdsink_queue_buffer):
23016         * gst/tcp/gsttcp-marshal.list:
23017         Fixed the stupid marshal definition.
23018
23019 2004-07-20  Wim Taymans  <wim@fluendo.com>
23020
23021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23022         (gst_multifdsink_init), (gst_multifdsink_add),
23023         (gst_multifdsink_client_remove),
23024         (gst_multifdsink_handle_client_write),
23025         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23026         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23027         (gst_multifdsink_init_send):
23028         * gst/tcp/gstmultifdsink.h:
23029         Added more stats, added timeout for a client, fixed some typos
23030         and added some comments.
23031
23032 2004-07-20  Wim Taymans  <wim@fluendo.com>
23033
23034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23035         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23036         (gst_multifdsink_client_remove),
23037         (gst_multifdsink_handle_client_write):
23038         * gst/tcp/gstmultifdsink.h:
23039         * gst/tcp/gsttcp-marshal.list:
23040         Added get_stats method that returns a GValueArray of
23041         stats values.
23042
23043 2004-07-19  Benjamin Otte  <otte@gnome.org>
23044
23045         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23046           make sure longname, description and author are valid UTF-8
23047
23048 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23049
23050         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23051         (gst_ximagesink_set_property):
23052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23053         (gst_xvimagesink_set_property):
23054           make sure SYNCHRONOUS is respected after getting the X context
23055
23056 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * gst/matroska/matroska-demux.c:
23059         (gst_matroska_demux_handle_src_event),
23060         (gst_matroska_demux_parse_blockgroup):
23061         * gst/matroska/matroska-ids.h:
23062           add BlockReference tag and ignore it to clear out log.
23063           ignore NAVIGATION events to clear out log.
23064
23065 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23066
23067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23068         (gst_matroska_demux_add_stream):
23069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23070           add debug categories
23071
23072 2004-07-16  Wim Taymans  <wim@fluendo.com>
23073
23074         * ext/libpng/Makefile.am:
23075         * ext/libpng/gstpng.c: (plugin_init):
23076         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23077         (gst_pngdec_get_type), (gst_pngdec_base_init),
23078         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23079         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23080         * ext/libpng/gstpngdec.h:
23081         Added png decoder.
23082
23083 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23084
23085         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23086         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23087         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23088         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23089         (gst_ximagesink_buffer_alloc):
23090         * sys/ximage/ximagesink.h:
23091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23092         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23093         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23094         (gst_xvimagesink_buffer_alloc):
23095         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23096         again. Using internal data pointer of the x(v)image to store image's
23097         data to be coherent with the buffer alloc mechanism. Investigated the
23098         image destruction code to be sure that everything gets freed correctly.
23099
23100 2004-07-16  Wim Taymans  <wim@fluendo.com>
23101
23102         * gst-libs/gst/riff/riff-read.c:
23103         (gst_riff_read_strf_vids_with_data),
23104         (gst_riff_read_strf_auds_with_data):
23105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23106         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23107         Make sure we don't create 0 sized subbuffers in riff-read.
23108         Signal the no more pads signal after reading the avi header.
23109
23110 2004-07-16  Wim Taymans  <wim@fluendo.com>
23111
23112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23113         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23114         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23115         (gst_decode_bin_init), (gst_decode_bin_dispose),
23116         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23117         (no_more_pads), (close_link), (type_found),
23118         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23119         (gst_decode_bin_change_state), (plugin_init):
23120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23121         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23122         (gst_play_base_bin_dispose), (queue_overrun),
23123         (gen_preroll_element), (remove_prerolls), (unknown_type),
23124         (no_more_pads), (new_stream), (setup_source),
23125         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23126         (play_base_eos), (gst_play_base_bin_change_state),
23127         (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         Better error recovery. Added configurable preroll queue size. Faster
23134         detection of no-more-pads.
23135
23136 2004-07-16  Wim Taymans  <wim@fluendo.com>
23137
23138         * gst-libs/gst/video/video.h:
23139         Added 32 bits RGBA. Not sure if we should use another mime-type
23140         for alpha rgb. Currently the presence of the alpha_mask property
23141         signals an alpha channel.
23142
23143 2004-07-16  Wim Taymans  <wim@fluendo.com>
23144
23145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23147         FPS seems to be 0.0 to MAX everywhere else.
23148
23149 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * gst-libs/gst/riff/riff-media.c:
23152         (gst_riff_create_video_caps_with_data):
23153           mp42/mp43 (no caps) exist too.
23154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23155           Set pixel_width/height; we've got them in-caps.
23156         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23157         * gst/wavparse/gstwavparse.c: (plugin_init):
23158           Both are valid primary.
23159         * sys/oss/gstossmixer.c:
23160           Remove i18n hack and enable translations.
23161
23162 2004-07-15  Benjamin Otte  <otte@gnome.org>
23163
23164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23165         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23166           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23167
23168 2004-07-15  Benjamin Otte  <otte@gnome.org>
23169
23170         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23171         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23172         (gst_alsa_close_audio):
23173           disable some of the debugging code for now. Writing debugging to a
23174           buffer is broken in current alsalib releases.
23175
23176 2004-07-12  Benjamin Otte  <otte@gnome.org>
23177
23178         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23179           use bufferpools
23180
23181 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23182
23183         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23184         (theora_dec_src_query), (theora_dec_event):
23185         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23186           add debugging categories.  Remove \n's.
23187
23188 2004-07-13  Johan Dahlin  <johan@gnome.org>
23189
23190         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23191         (gst_play_bin_get_property): Impl.
23192
23193 2004-07-13  Wim Taymans  <wim@fluendo.com>
23194
23195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23196         When trying to find the stream length, seek back N pages
23197         instead of just one, where N is the number of streams in
23198         the current chain.
23199
23200 2004-07-13  Wim Taymans  <wim@fluendo.com>
23201
23202         * gst-libs/gst/riff/riff-media.c:
23203         (gst_riff_create_audio_caps_with_data),
23204         (gst_riff_create_audio_caps),
23205         (gst_riff_create_audio_template_caps):
23206         * gst-libs/gst/riff/riff-media.h:
23207         * gst-libs/gst/riff/riff-read.c:
23208         (gst_riff_read_strf_vids_with_data),
23209         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23210         * gst-libs/gst/riff/riff-read.h:
23211         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23212         (gst_avi_demux_add_stream):
23213         Set codec_data on caps for avidemuxer.
23214
23215 2004-07-12  David Schleef  <ds@schleef.org>
23216
23217         * configure.ac: Fix test for Objective C
23218
23219 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23221         (gst_gdk_pixbuf_chain):
23222           Add svg and pcx to template caps, and ensure that getcaps returns a
23223           subset of the template caps.
23224           Copy each row manually for output, as gdkpixbuf may pad the
23225           rowstride to a 32-bit word boundary.
23226
23227 2004-07-12  Wim Taymans  <wim@fluendo.com>
23228
23229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23230         (gst_riff_create_video_template_caps):
23231         Fix the template caps to include some more media types.
23232
23233 2004-07-12  Wim Taymans  <wim@fluendo.com>
23234
23235         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23236         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23237         (compare_ranks), (print_feature), (gst_decode_bin_init),
23238         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23239         (try_to_link_1), (new_pad), (close_link), (type_found),
23240         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23241         (gst_decode_bin_change_state), (plugin_init):
23242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23243         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23244         (gst_play_base_bin_dispose), (queue_overrun),
23245         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23246         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23247         (gst_play_base_bin_get_property), (play_base_eos),
23248         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23249         (gst_play_base_bin_remove_element),
23250         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23251         (gst_play_base_bin_unlink_stream),
23252         (gst_play_base_bin_get_streaminfo):
23253         * gst/playback/gstplaybasebin.h:
23254         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23255         (gst_play_bin_class_init), (gst_play_bin_init),
23256         (gst_play_bin_dispose), (gst_play_bin_set_property),
23257         (gst_play_bin_get_property), (gen_video_element),
23258         (gen_audio_element), (remove_sinks), (setup_sinks),
23259         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23260         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23261         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23262         (gst_play_bin_query), (plugin_init):
23263         * gst/playback/test4.c: (main):
23264         More fixes on reusing of the element.
23265
23266 2004-07-11  Benjamin Otte  <otte@gnome.org>
23267
23268         * ext/mad/gstmad.c: (normal_seek):
23269           allow seeking for other methods than just SET
23270
23271 2004-07-11  Andy Wingo  <wingo@pobox.com>
23272
23273         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23274         float, "any" caps -> buffer_frames=[0,MAX].
23275
23276         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23277         doesn't intersect our caps with the template any more. Do it
23278         ourselves.
23279         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23280
23281 2004-07-09  Wim Taymans  <wim@fluendo.com>
23282
23283         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23284         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23285         (compare_ranks), (print_feature), (gst_decode_bin_init),
23286         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23287         (try_to_link_1), (new_pad), (close_link), (type_found),
23288         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23289         (gst_decode_bin_change_state), (plugin_init):
23290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23291         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23292         (gst_play_base_bin_dispose), (queue_overrun),
23293         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23294         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23295         (gst_play_base_bin_get_property), (play_base_eos),
23296         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23297         (gst_play_base_bin_remove_element),
23298         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23299         (gst_play_base_bin_unlink_stream),
23300         (gst_play_base_bin_get_streaminfo):
23301         * gst/playback/gstplaybasebin.h:
23302         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23303         (gst_play_bin_class_init), (gst_play_bin_init),
23304         (gst_play_bin_dispose), (gst_play_bin_set_property),
23305         (gst_play_bin_get_property), (gen_video_element),
23306         (gen_audio_element), (remove_sinks), (setup_sinks),
23307         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23308         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23309         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23310         (gst_play_bin_query), (plugin_init):
23311         * gst/playback/test4.c: (main):
23312         Work on object reuse and seeking.
23313
23314 2004-07-09  Wim Taymans  <wim@fluendo.com>
23315
23316         * examples/seeking/seek.c: (iterate):
23317         Don't consume all CPU in the idle loop.
23318
23319 2004-07-09  Wim Taymans  <wim@fluendo.com>
23320
23321         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23322         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23323         Add pad to element *after* setting the pad functions so that
23324         the scheduler can use the correct ones.
23325
23326 2004-07-09  Wim Taymans  <wim@fluendo.com>
23327
23328         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23329         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23330         Sync to keyframe after seek
23331
23332 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23333
23334         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23335         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23336         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23338         * ext/libvisual/visual.c: (gst_visual_change_state):
23339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23340         * ext/theora/theoradec.c: (theora_dec_change_state):
23341         * ext/theora/theoraenc.c: (theora_enc_change_state):
23342         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23343         * gst-libs/gst/navigation/navigation.c:
23344         * gst/adder/gstadder.c: (gst_adder_change_state):
23345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23346         (gst_audio_convert_get_buffer):
23347         * gst/multipart/multipartdemux.c:
23348         (gst_multipart_demux_change_state):
23349         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23351         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23352         * gst/videoscale/gstvideoscale.c:
23353         (gst_videoscale_handle_src_event):
23354         * gst/volume/gstvolume.c: (volume_chain_int16):
23355           don't assert in state change, this should be done by the base
23356           GstElement class.
23357           various debugging fixes.
23358
23359 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23360
23361         * configure.ac:
23362         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23363         (gst_play_dispose), (gst_play_set_location),
23364         (gst_play_set_data_src), (gst_play_set_video_sink),
23365         (gst_play_set_audio_sink), (gst_play_set_visualization),
23366         (gst_play_connect_visualization), (gst_play_get_sink_element),
23367         (gst_play_get_all_by_interface):
23368         * gst-libs/gst/play/play.h:
23369           add new method to get elements implementing an interface.
23370           add various error logging
23371
23372 2004-07-08  Wim Taymans  <wim@fluendo.com>
23373
23374         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23375         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23376         (make_playerbin_pipeline), (query_durations_elems),
23377         (query_durations_pads), (query_positions_elems),
23378         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23379         (main):
23380         Added playbin seeking example.
23381
23382 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23383
23384         * gst-libs/gst/play/play.c: (gst_play_set_location),
23385         (gst_play_set_data_src), (gst_play_set_video_sink),
23386         (gst_play_set_audio_sink), (gst_play_set_visualization),
23387         (gst_play_connect_visualization), (gst_play_get_framerate):
23388           use a macro to look up elements from hash table
23389
23390 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23391
23392         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23393         (gst_play_get_length_callback), (gst_play_set_location),
23394         (gst_play_seek_to_time), (gst_play_set_data_src),
23395         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23396         (gst_play_set_visualization), (gst_play_connect_visualization),
23397         (gst_play_get_sink_element):
23398         - add debugging info
23399         - fix looking up sink elements by iterating over complete caps
23400         - put everything except for source and autoplugger in a complete bin
23401
23402 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23403
23404         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23406         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23407         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23408         * ext/alsa/gstalsasink.h:
23409         - add debugging info
23410         - clean up schizophrenia of data/buffer/event
23411         - fix double event unref error
23412
23413 2004-07-08  Wim Taymans  <wim@fluendo.com>
23414
23415         * gst/playback/Makefile.am:
23416         Add headers to noinst
23417
23418 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23419
23420         * tools/gst-launch-ext-m.m:
23421         * tools/gst-launch-ext.1.in:
23422           convert to the third millenium
23423
23424 2004-07-07  David Schleef  <ds@schleef.org>
23425
23426         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23427
23428 2004-07-07  Wim Taymans  <wim@fluendo.com>
23429
23430         * gst/playback/Makefile.am:
23431         * gst/playback/README:
23432         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23433         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23434         (compare_ranks), (print_feature), (gst_decode_bin_init),
23435         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23436         (try_to_link_1), (new_pad), (close_link), (type_found),
23437         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23438         (plugin_init):
23439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23440         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23441         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23442         (gen_preroll_element), (no_more_pads), (new_stream),
23443         (setup_source), (gst_play_base_bin_set_property),
23444         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23445         (gst_play_base_bin_add_element),
23446         (gst_play_base_bin_remove_element),
23447         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23448         (gst_play_base_bin_unlink_stream),
23449         (gst_play_base_bin_get_streaminfo):
23450         * gst/playback/gstplaybasebin.h:
23451         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23452         (gst_play_bin_class_init), (gst_play_bin_init),
23453         (gst_play_bin_dispose), (gst_play_bin_set_property),
23454         (gst_play_bin_get_property), (gen_video_element),
23455         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23456         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23457         (gst_play_bin_get_formats), (gst_play_bin_convert),
23458         (gst_play_bin_get_query_types), (gst_play_bin_query),
23459         (plugin_init):
23460         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23461         (gst_stream_info_get_type), (gst_stream_info_class_init),
23462         (gst_stream_info_init), (gst_stream_info_new),
23463         (gst_stream_info_dispose), (gst_stream_info_set_property),
23464         (gst_stream_info_get_property):
23465         * gst/playback/gststreaminfo.h:
23466         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23467         (main):
23468         * gst/playback/test2.c: (main):
23469         * gst/playback/test3.c: (update_scale), (main):
23470         More playbin fixes. Added README. Do better element filtering.
23471         Added base class to preroll media. Added test apps.
23472
23473 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23474
23475         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23476         * ext/mpeg2dec/gstmpeg2dec.h:
23477           various debugging improvements.  Reset stream to next picture
23478           instead of sequence header, otherwise seeks cannot work.
23479
23480 2004-07-07  Wim Taymans  <wim@fluendo.com>
23481
23482         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23483         (gst_video_box_class_init), (gst_video_box_set_property),
23484         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23485         Use pad_alloc where possible.
23486
23487 2004-07-07  Wim Taymans  <wim@fluendo.com>
23488
23489         * sys/oss/gstosselement.c: (gst_osselement_reset),
23490         (gst_osselement_parse_caps):
23491         * sys/oss/gstosselement.h:
23492         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23493         Fix offset on osssrc.
23494
23495 2004-07-07  Wim Taymans  <wim@fluendo.com>
23496
23497         * ext/theora/theora.c: (plugin_init):
23498         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23499         (theora_dec_src_query), (theora_dec_chain):
23500         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23501         (theora_enc_sink_link), (theora_buffer_from_packet),
23502         (theora_push_packet), (theora_enc_chain):
23503         Fix theora granulepos calculation.
23504         Fix overflow in duration/position calculation.
23505         Bump rank to PRIMARY for theoradec.
23506         Use granulepos of last packet to calculate position.
23507         Set keyframe flag on buffers when needed.
23508
23509 2004-07-06  David Schleef  <ds@schleef.org>
23510
23511         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23512         serious?  (Fixed, obviously.)
23513
23514 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23515
23516         * po/LINGUAS:
23517         * po/cs.po:
23518           added Czech translation (Miloslav Trmac)
23519
23520 2004-07-05  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23523         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23524         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23525         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23526         (close_link), (type_found), (gst_decode_bin_set_property),
23527         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23528         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23529         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23530         (gst_decode_bin_query), (plugin_init):
23531         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23532         (gst_play_bin_class_init), (gst_play_bin_init),
23533         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23534         (get_video_element), (new_pad), (setup_source),
23535         (gst_play_bin_set_property), (gst_play_bin_get_property),
23536         (gst_play_bin_change_state), (gst_play_bin_add_element),
23537         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23538         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23539         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23540         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23541         * gst/playback/test.c: (main):
23542         More fixes, cleaned up playbin, make it use decodebin. Added
23543         threaded property to playbin.
23544
23545 2004-07-05  Wim Taymans  <wim@fluendo.com>
23546
23547         * configure.ac:
23548         * gst/playback/Makefile.am:
23549         * gst/playback/decodetest.c: (main):
23550         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23551         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23552         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23553         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23554         (close_link), (type_found), (gst_decode_bin_set_property),
23555         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23556         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23557         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23558         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23559         (plugin_init):
23560         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23561         (gst_play_bin_class_init), (gst_play_bin_init),
23562         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23563         (collect_sink_pads), (find_compatibles), (close_pad_link),
23564         (try_to_link_1), (new_pad), (close_link), (type_found),
23565         (setup_source), (gst_play_bin_set_property),
23566         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23567         (compare_ranks), (gst_play_bin_collect_factories),
23568         (gst_play_bin_change_state), (gst_play_bin_add_element),
23569         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23570         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23571         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23572         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23573         * gst/playback/test.c: (main):
23574         Added some playback helper elements and some test apps, very alpha
23575         still.
23576
23577 2004-07-04  Benjamin Otte  <otte@gnome.org>
23578
23579         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23580           only restart audio when we indeed have an xrun to fix repeated
23581           xruns. Fix suggested by Giuliano Pochini.
23582
23583 2004-07-03  David Schleef  <ds@schleef.org>
23584
23585         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23586         call to gst_debug_log() if debugging is disabled (bug #145118)
23587
23588 2004-07-03  Benjamin Otte  <otte@gnome.org>
23589
23590         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23591           use our own functions for restarting the alsa device.
23592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23593           I should apply patches myself - use MIN for the third argument, not
23594           the second, this fixes seeking
23595
23596 2004-07-02  David Schleef  <ds@schleef.org>
23597
23598         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23599         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23600         do with the logic.
23601
23602 2004-07-02  David Schleef  <ds@schleef.org>
23603
23604         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23605         output buffers.  Fix logic mistake.  (bug #144866)
23606
23607 2004-07-02  David Schleef  <ds@schleef.org>
23608
23609         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23610         on X.  (bug #144753)
23611
23612 2004-07-02  David Schleef  <ds@schleef.org>
23613
23614         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23615         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23616         (bug #144624)
23617         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23618         (gst_osselement_rate_probe_check): Add another workaround for
23619         buggy drivers (bug #145336)
23620
23621 2004-07-02  David Schleef  <ds@schleef.org>
23622
23623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23624         Most systems don't have MSG_NOSIGNAL.
23625
23626 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23627
23628         * Makefile.am:
23629         * gst-libs/gst/colorbalance/Makefile.am:
23630         * gst-libs/gst/mixer/Makefile.am:
23631         * gst-libs/gst/play/Makefile.am:
23632         * gst-libs/gst/tuner/Makefile.am:
23633           (hopefully) fix both install and dist and make error message useful.
23634           needs testing across automakes.
23635
23636 2004-07-02  Benjamin Otte  <otte@gnome.org>
23637
23638         * ext/ogg/gstogg.c: (plugin_init):
23639           we require bytestream now
23640         * ext/ogg/gstoggdemux.c:
23641           huge diff to implement chain setup in a fast and generic way. This
23642           improves tag reading and startup of huge files (read: Theora videos)
23643           quite a bit. It probably contains bugs, too, so please test.
23644           Seeking is not improved to the fast method.
23645
23646 2004-06-29  Wim Taymans  <wim@fluendo.com>
23647
23648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23649         * ext/ogg/gstoggmux.c:
23650         Fix memleak in oggdemux when running unconnected pads.
23651         doc update in mux, start working on keyframe mode.
23652
23653 2004-06-29  Benjamin Otte  <otte@gnome.org>
23654
23655         * sys/oss/gstosssink.c:
23656         * sys/oss/gstosssrc.c:
23657           advertise correct template caps - we indeed do non-native endianness
23658           and 8bit audio has no endianness
23659         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23661           avoid (wrong) duplications in getcaps function and return
23662           template caps
23663
23664 2004-06-29  Wim Taymans  <wim@fluendo.com>
23665
23666         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23667         (gst_multifdsink_class_init), (gst_multifdsink_add),
23668         (gst_multifdsink_remove), (gst_multifdsink_clear),
23669         (gst_multifdsink_client_remove),
23670         (gst_multifdsink_handle_client_read),
23671         (gst_multifdsink_client_queue_data),
23672         (gst_multifdsink_client_queue_caps),
23673         (gst_multifdsink_client_queue_buffer),
23674         (gst_multifdsink_handle_client_write),
23675         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23676         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23677         (gst_multifdsink_init_send), (gst_multifdsink_close):
23678         Fix wrong GList iteration that could crash the server when
23679         more then 2 clients disconnect at the same time. Read all the
23680         pending commands in one batch to recover from command storms under
23681         very heavy load.
23682
23683 2004-06-28  Wim Taymans  <wim@fluendo.com>
23684
23685         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23686         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23687         (gst_videomixer_pad_set_property),
23688         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23689         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23690         (gst_videomixer_class_init), (gst_videomixer_init),
23691         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23692         (pad_zorder_compare), (gst_videomixer_sort_pads),
23693         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23694         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23695         (gst_videomixer_update_queues), (gst_videomixer_loop),
23696         (plugin_init):
23697         Avoid divide by zero, choose masterpad as the pad with the highest
23698         framerate.
23699
23700 2004-06-27  Julien Moutte  <julien@moutte.net>
23701
23702         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23703         (gst_ximagesink_xwindow_new):
23704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23705         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23706         function directly. We might want to call it from somewhere else one day.
23707
23708 2004-06-27  Julien Moutte  <julien@moutte.net>
23709
23710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23711         (gst_ximagesink_xwindow_new):
23712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23713         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23714         window decorations.
23715
23716 2004-06-27  Wim Taymans  <wim@fluendo.com>
23717
23718         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23719         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23720         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23721         (gst_dvdec_set_property), (gst_dvdec_get_property):
23722         * ext/dv/gstdvdec.h:
23723         Implement drop_factor property to lower the framerate with
23724         a factor.
23725
23726 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23727
23728         * gst-libs/gst/colorbalance/Makefile.am:
23729         * gst-libs/gst/mixer/Makefile.am:
23730         * gst-libs/gst/play/Makefile.am:
23731         * gst-libs/gst/tuner/Makefile.am:
23732           unbreak Company's fix that didn't install the -enum.h files
23733
23734 2004-06-27  Wim Taymans  <wim@fluendo.com>
23735
23736         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23737         (gst_dvdec_change_state):
23738         * ext/dv/gstdvdec.h:
23739         Fix timestamp, duration and offset of the buffers.
23740
23741 2004-06-27  Wim Taymans  <wim@fluendo.com>
23742
23743         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23744         (gst_multifdsink_class_init), (gst_multifdsink_add),
23745         (gst_multifdsink_remove), (gst_multifdsink_clear),
23746         (gst_multifdsink_client_remove),
23747         (gst_multifdsink_handle_client_read),
23748         (gst_multifdsink_client_queue_data),
23749         (gst_multifdsink_client_queue_caps),
23750         (gst_multifdsink_client_queue_buffer),
23751         (gst_multifdsink_handle_client_write),
23752         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23753         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23754         (gst_multifdsink_init_send), (gst_multifdsink_close):
23755         * gst/tcp/gstmultifdsink.h:
23756         * gst/tcp/gsttcpserversink.c:
23757         (gst_tcpserversink_handle_server_read),
23758         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23759         More multifdsink fixes, more recovery policy fixes.
23760         Removed stupid g_print
23761
23762 2004-06-26  Wim Taymans  <wim@fluendo.com>
23763
23764         * gst/tcp/Makefile.am:
23765         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23766         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23767         (gst_multifdsink_class_init), (gst_multifdsink_init),
23768         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23769         (gst_multifdsink_handle_client_read),
23770         (gst_multifdsink_client_queue_data),
23771         (gst_multifdsink_client_queue_caps),
23772         (gst_multifdsink_client_queue_buffer),
23773         (gst_multifdsink_handle_client_write),
23774         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23775         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23776         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23777         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23778         (gst_multifdsink_close), (gst_multifdsink_change_state):
23779         * gst/tcp/gstmultifdsink.h:
23780         * gst/tcp/gsttcpplugin.c: (plugin_init):
23781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23782         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23783         (gst_tcpserversink_handle_server_read),
23784         (gst_tcpserversink_handle_select),
23785         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23786         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23787         * gst/tcp/gsttcpserversink.h:
23788         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23789         one of the locks, added recovery policy to multifdsink.
23790
23791 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23792
23793         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23794           fix decision for when getting frames with same timestamp
23795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23796         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23797         (gst_v4lsrc_get_property):
23798         * sys/v4l/gstv4lsrc.h:
23799           add latency offset property
23800
23801 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23802
23803         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23804         (plugin_init):
23805           fix debugging. add category.
23806
23807 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23808
23809         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23810           fix wrong offsets
23811
23812 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23815         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23816         (gst_alsa_src_change_state):
23817           return a time that is in sync with the element's processing
23818
23819 2004-06-25  Wim Taymans  <wim@fluendo.com>
23820
23821         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23822         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23823         (gst_tcpserversink_client_remove),
23824         (gst_tcpserversink_handle_client_read),
23825         (gst_tcpserversink_client_queue_data),
23826         (gst_tcpserversink_client_queue_caps),
23827         (gst_tcpserversink_client_queue_buffer),
23828         (gst_tcpserversink_handle_client_write),
23829         (gst_tcpserversink_queue_buffer),
23830         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23831         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23832         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23833         (gst_tcpserversink_close):
23834         * gst/tcp/gsttcpserversink.h:
23835         Serversink rewrite. Really do non blocking writes to clients and
23836         maintain an internal queue to handle slower clients while not
23837         disturbing fast clients.
23838
23839 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23840
23841         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23842           better debug, don't override OFFSET and OFFSET_END
23843
23844 2004-06-25  Iain <iain@prettypeople.org>
23845
23846         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23847         name=source for the wavparse pipeline.
23848
23849 2004-06-24  Johan Dahlin  <johan@gnome.org>
23850
23851         * ext/theora/theoraenc.c (theora_enc_chain): Call
23852         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23853         streamheader caps are set correctly.
23854
23855 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23856
23857         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23858         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23859           respect minimum bitrate; same could be done for max bitrate
23860
23861 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23862
23863         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23864         (gst_vorbisenc_setup):
23865           fix sample rate range
23866
23867 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23868
23869         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23870         (gst_oggvorbisenc_setup):
23871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23872         (gst_vorbisenc_setup):
23873           resolve ambiguities in code and description
23874
23875 2004-06-24  Wim Taymans  <wim@fluendo.com>
23876
23877         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23878         * ext/alsa/gstalsa.h:
23879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23880         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23881         Use alsa trigger_tstamp to get the timestamp of the first
23882         sample in the buffer for more precise sync. Some cleanups.
23883
23884 2004-06-24  Wim Taymans  <wim@fluendo.com>
23885
23886         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23887         (gst_audiorate_init), (gst_audiorate_chain),
23888         (gst_audiorate_set_property), (gst_audiorate_get_property):
23889         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23890         (gst_videorate_chain):
23891         Added some logging, fixed an overflow bug in videorate.
23892
23893 2004-06-24  Benjamin Otte  <otte@gnome.org>
23894
23895         * ext/kio/Makefile.am:
23896           fix for builddir != srcdir and distcheck
23897
23898 2004-06-24  Benjamin Otte  <otte@gnome.org>
23899
23900         * gst-libs/gst/colorbalance/Makefile.am:
23901         * gst-libs/gst/mixer/Makefile.am:
23902         * gst-libs/gst/play/Makefile.am:
23903         * gst-libs/gst/tuner/Makefile.am:
23904         * gst/tcp/Makefile.am:
23905         * sys/dxr3/Makefile.am:
23906           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23907           tarball.
23908           Also add all *.list files that were missing.
23909         * Makefile.am:
23910           add a distcheck hook to ensure the above doesn't happen again.
23911
23912 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23913
23914         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23915
23916 2004-06-23  Colin Walters  <walters@redhat.com>
23917
23918         * m4/Makefile.am: Distribute gst-fionread.m4.
23919
23920 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23921
23922         * configure.ac: back to dev
23923
23924 2004-06-23  Wim Taymans  <wim@fluendo.com>
23925
23926         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23927         (gst_alsa_xrun_recovery):
23928         * ext/alsa/gstalsa.h:
23929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23930         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23931         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23932         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23933         (gst_alsa_src_loop):
23934         Add clock to alsasrc. Take new capture timestamp when
23935         restarting after an overrun. Split up some functions between
23936         alsasrc and alsasink.
23937
23938 === release 0.8.2 ===
23939
23940 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23941
23942         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23943         (gst_alsa_change_state), (gst_alsa_update_avail),
23944         (gst_alsa_xrun_recovery):
23945         * ext/alsa/gstalsa.h:
23946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23947           merge back changes from release
23948
23949 2004-06-23  Wim Taymans  <wim@fluendo.com>
23950
23951         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23952         (gst_audiorate_init), (gst_audiorate_chain),
23953         (gst_audiorate_set_property), (gst_audiorate_get_property):
23954         Implement sample dropping and notify
23955
23956 2004-06-22  Wim Taymans  <wim@fluendo.com>
23957
23958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23959         (theora_enc_sink_link), (theora_buffer_from_packet),
23960         (theora_push_packet), (theora_enc_chain):
23961         Some cleanups, make sure the timestamps are correct.
23962
23963 2004-06-22  Wim Taymans  <wim@fluendo.com>
23964
23965         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23966         (gst_alsa_change_state), (gst_alsa_update_avail),
23967         (gst_alsa_xrun_recovery):
23968         * ext/alsa/gstalsa.h:
23969         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23970         Cleanups, take queued samples into account when reporting
23971         the time.
23972
23973 2004-06-22  Wim Taymans  <wim@fluendo.com>
23974
23975         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23976         (gst_videorate_init):
23977         Initialize the property as well.
23978
23979 2004-06-22  Wim Taymans  <wim@fluendo.com>
23980
23981         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23982         (gst_videorate_init), (gst_videorate_chain),
23983         (gst_videorate_set_property), (gst_videorate_get_property):
23984         Add property to make videorate silent.
23985         Add property to prefer new frames over old ones.
23986
23987 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23988
23989         * sys/osxvideo/Makefile.am:
23990         Workaround so that the osxvideo .so file gets linked with the
23991         Cocoa, OpenGL and QuickTime frameworks
23992
23993 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23994
23995         * sys/osxaudio/Makefile.am:
23996         Workaround so that the osxaudio .so file gets linked with the
23997         CoreAudio framework
23998
23999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24000
24001         * configure.ac:
24002         Whoops, my fault...fixed build issues
24003
24004 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24005
24006         * configure.ac:
24007         Add objective-c support if running in Darwin/Mac OS X
24008         * sys/Makefile.am:
24009         * sys/osxvideo:
24010         * sys/osxvideo/Makefile.am:
24011         * sys/osxvideo/osxvideosink.h:
24012         * sys/osxvideo/osxvideosink.m:
24013         * sys/osxvideo/cocoawindow.h:
24014         * sys/osxvideo/cocoawindow.m:
24015         Add osxvideosink, a cocoa-based osx video sink
24016
24017
24018 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24019         * ext/dvdnav/gst-dvd:
24020         Grab the gconf key from the right spot
24021         * gst/debug/gstnavseek.c: (gst_navseek_init),
24022         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24023         (gst_navseek_chain):
24024         * gst/debug/gstnavseek.h:
24025           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24026           and loop parameters of a segment seek.
24027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24028         (gst_videotestsrc_get_event_masks),
24029         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24030         * gst/videotestsrc/gstvideotestsrc.h:
24031           Add seeking support to videotestsrc
24032           Initialise the timestamp_offset variable.
24033
24034 2004-06-18  Wim Taymans  <wim@fluendo.com>
24035
24036         * ext/sidplay/gstsiddec.cc:
24037         Fix negotiation and set correct end offset.
24038
24039 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24040
24041         * configure.ac: branch and prerelease
24042
24043 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24044
24045         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24046         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24047         (gst_tcpclientsrc_init_receive):
24048         * gst/tcp/gsttcpclientsrc.h:
24049           read caps when connecting to server for GDP so we set them correctly
24050
24051 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24052
24053         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24054           notify drops and duplicates
24055         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24056           no good reason to limit ourselves to 100x100
24057
24058 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24059
24060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24061         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24062         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24063         (gst_v4lsrc_get_property):
24064         * sys/v4l/gstv4lsrc.h:
24065         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24066         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24067         (gst_v4l_set_audio):
24068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24069         (gst_v4lsrc_try_capture):
24070         * sys/v4l/v4lsrc_calls.h:
24071           change try_palette to more general try_capture
24072           add autoprobe option so we can turn off autoprobing
24073           various fixes
24074
24075 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24076
24077         * configure.ac:
24078           add videorate
24079         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24080         (gst_ximagesink_class_init):
24081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24082         (gst_xvimagesink_class_init):
24083           run them as finalize, not dispose, since dispose can be invoked
24084           multiple times
24085
24086 2004-06-17  Wim Taymans  <wim@fluendo.com>
24087
24088         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24089         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24090         * ext/alsa/gstalsa.h:
24091         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24092         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24093         (gst_alsa_src_change_state):
24094         * ext/alsa/gstalsasrc.h:
24095         Make the xrun code timestamp and offset the buffers correctly.
24096         moved the clock to the base class, use alsa methods to get time.
24097         Do correct timestamping on outgoing buffers.
24098
24099 2004-06-17  Wim Taymans  <wim@fluendo.com>
24100
24101         * gst/audiorate/Makefile.am:
24102         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24103         (gst_audiorate_base_init), (gst_audiorate_class_init),
24104         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24105         (gst_audiorate_set_property), (gst_audiorate_get_property),
24106         (gst_audiorate_change_state), (plugin_init):
24107         Added an audiorate converter that fills in gaps.
24108
24109 2004-06-17  Johan Dahlin  <johan@gnome.org>
24110
24111         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24112
24113 2004-06-16  Wim Taymans  <wim@fluendo.com>
24114
24115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24117         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24118         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24119         (gst_v4lsrc_get_property):
24120         * sys/v4l/gstv4lsrc.h:
24121         Added a copy mode to v4lsrc where it will output a copied version
24122         of its internal hardware buffer.
24123         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24124         can't | them.
24125
24126 2004-06-16  Wim Taymans  <wim@fluendo.com>
24127
24128         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24129         Timestamp fixes.
24130
24131 2004-06-16  Wim Taymans  <wim@fluendo.com>
24132
24133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24134         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24135         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24136         (gst_v4lsrc_get_property):
24137         * sys/v4l/gstv4lsrc.h:
24138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24139         Added a sync mode enum property to control v4lsrc timestamp method
24140         Removed the use-fixed-fps property and moved functionality in
24141         the enum.
24142         Don't error on an error value from v4l-conf, it might not always
24143         be a real error.
24144
24145 2004-06-16  Wim Taymans  <wim@fluendo.com>
24146
24147         * gst/videorate/Makefile.am:
24148         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24149         (gst_videorate_base_init), (gst_videorate_class_init),
24150         (gst_videorate_getcaps), (gst_videorate_link),
24151         (gst_videorate_init), (gst_videorate_chain),
24152         (gst_videorate_set_property), (gst_videorate_get_property),
24153         (gst_videorate_change_state), (plugin_init):
24154         Added a video timestamp corrector.
24155
24156 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24157
24158         fixed a potential leak with previous commit
24159
24160         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24161
24162 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24163
24164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24165         Added missing refcount, fixes bug #144425
24166         Cheers Tim for finding the bug
24167
24168 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24169
24170         * sys/v4l/gstv4l.c: (plugin_init):
24171         * sys/v4l/gstv4lcolorbalance.c:
24172         * sys/v4l/gstv4lcolorbalance.h:
24173         * sys/v4l/gstv4lelement.c:
24174         * sys/v4l/gstv4lelement.h:
24175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24176         * sys/v4l/gstv4lmjpegsink.h:
24177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24178         * sys/v4l/gstv4lmjpegsrc.h:
24179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24180         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24181         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24182         * sys/v4l/gstv4lsrc.h:
24183         * sys/v4l/gstv4ltuner.c:
24184         * sys/v4l/gstv4ltuner.h:
24185         * sys/v4l/gstv4lxoverlay.c:
24186         * sys/v4l/gstv4lxoverlay.h:
24187         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24188         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24189         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24190         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24191         (gst_v4l_set_audio):
24192         * sys/v4l/v4l_calls.h:
24193         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24194         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24195         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24196         (gst_v4lmjpegsink_playback_init),
24197         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24198         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24199         (gst_v4lmjpegsink_playback_stop),
24200         (gst_v4lmjpegsink_playback_deinit):
24201         * sys/v4l/v4lmjpegsink_calls.h:
24202         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24203         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24204         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24205         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24206         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24207         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24208         * sys/v4l/v4lmjpegsrc_calls.h:
24209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24211         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24212         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24213         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24214         (gst_v4lsrc_try_palette):
24215         * sys/v4l/v4lsrc_calls.h:
24216           bunch of paranoia cleanups
24217
24218 2004-06-14  David Schleef  <ds@schleef.org>
24219
24220         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24221         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24222         Send discont events and change timestamps appropriately when
24223         we get a seek event.  (bug #144240)
24224         * ext/cdparanoia/gstcdparanoia.h:
24225
24226 2004-06-14  Benjamin Otte  <otte@gnome.org>
24227
24228         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24229           snd_pcm_hw_params_set_rate  since the latter fails for no good
24230           reason on some setups.
24231
24232 2004-06-14  David Schleef  <ds@schleef.org>
24233
24234         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24235         standard.  Thank you for playing.
24236
24237 2004-06-14  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24240         Patch 1.3 broke the ordering of the colorspace info and
24241         made the plugin basically work by coincidence, reordered
24242         the info.
24243
24244 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24245
24246         * ext/lame/gstlame.c:
24247         * ext/mad/gstmad.c:
24248           sync caps.  Make sure mad can only output a list of rates, not
24249           a full range.  In the future, have three caps lists for each of the
24250           mpeg versions.  Change mpegversion to a double as well.
24251
24252 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24253
24254         * gst/volume/.cvsignore:
24255         * gst/volume/Makefile.am:
24256         * gst/volume/demo.c: (value_changed_callback), (idler),
24257         (setup_gui), (main):
24258           added small demo app
24259
24260 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24261         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24262         * ext/esd/esdsink.h:
24263         Close the esd connection on pause, because esd will just wait -
24264         blocking all other esd clients indefinitely.
24265
24266 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24267
24268         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24269           previous commit with GST_DEBUG
24270
24271 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24272
24273         * configure.ac:
24274           add a header check for a dvdread header in dvdnav.  Fixes #133002
24275
24276 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24277
24278         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24279         * gst/tcp/gsttcpclientsink.h:
24280         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24281         * gst/tcp/gsttcpclientsrc.h:
24282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24283         (gst_tcpserversink_handle_server_read),
24284         (gst_tcpserversink_init_send):
24285         * gst/tcp/gsttcpserversink.h:
24286         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24287         * gst/tcp/gsttcpserversrc.h:
24288         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24289         version of IP)
24290
24291 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24292
24293         * configure.ac:
24294         Added ogg library so that OSX detects libtheora properly
24295
24296 2004-06-11  Wim Taymans  <wim@fluendo.com>
24297
24298         * ext/theora/theoradec.c: (theora_dec_chain),
24299         (theora_dec_change_state):
24300         Don't try to decode frames before we received a keyframe.
24301
24302 2004-06-11  Wim Taymans  <wim@fluendo.com>
24303
24304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24305         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24306         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24307         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24308         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24309         Added property to set the maximum delay of a page.
24310
24311 2004-06-10  Wim Taymans  <wim@fluendo.com>
24312
24313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24314         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24315         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24316         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24317         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24318         Added max-delay property to control the maximum amount
24319         of data to put in one page.
24320
24321 2004-06-10  Wim Taymans  <wim@fluendo.com>
24322
24323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24324         (gst_theora_enc_init), (theora_enc_sink_link),
24325         (theora_buffer_from_packet), (theora_enc_set_property),
24326         (theora_enc_get_property):
24327         Set duration on encoded buffer, added some more properties
24328
24329 2004-06-10  Wim Taymans  <wim@fluendo.com>
24330
24331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24332         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24333         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24334         * ext/theora/theoraenc.c: (theora_enc_chain):
24335         Fix refcounting bugs
24336
24337 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24338
24339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24340         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24341         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24342         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24343         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24344         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24345         (gst_asf_demux_change_state):
24346         * gst/asfdemux/gstasfdemux.h:
24347           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24348           feels like. I think we should set a new requirement for demuxers
24349           from now on to implement sane loop functions, data loops, query
24350           and seek functions before first commit into CVS. And this commit
24351           fixes all of the above.
24352
24353 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24354
24355         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24356           vorbis comments are properly encoded in UTF-8 before adding them
24357           to a GstTagList
24358
24359 2004-06-09  Benjamin Otte  <otte@gnome.org>
24360
24361         * ext/alsa/gstalsa.c: (add_channels):
24362           handle min <= max correctly
24363         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24364         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24365           add fixation functions so we fixate correctly. No preferring of alaw
24366           anymore because it's the first structure.
24367         * ext/alsa/gstalsa.h:
24368         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24369         (gst_alsa_hw_params_dump):
24370           add functions to ease debugging in alsalib
24371         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24372         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24373         (gst_alsa_start_audio):
24374           only specify hw params if we really setup a format (fixes #134007 -
24375           or at least works around it)
24376
24377 2004-06-09  Wim Taymans  <wim@fluendo.com>
24378
24379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24380         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24381         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24382         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24383         (gst_ogg_mux_loop):
24384         Use stream caps to setup the initial pages in the ogg stream.
24385         Correctly set the streamheader caps on the srcpad.
24386
24387 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24388
24389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24390         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24391         (gst_v4lsrc_getcaps):
24392         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24393         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24394           add querying of fps lists for webcams.  Negotiating to a framerate
24395           now works.
24396
24397 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24398
24399         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24400         (theora_push_buffer), (theora_push_packet),
24401         (theora_set_header_on_caps), (theora_enc_chain):
24402           mark buffers and put on streamheader, raw theora streaming
24403           now works too, whee
24404
24405 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24406
24407         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24408         (gst_tcp_gdp_read_caps):
24409           do a looping read for caps and GDP headers too
24410
24411 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24412
24413         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24415           return EOS instead of NULL in _get
24416
24417 2004-06-08  Wim Taymans  <wim@fluendo.com>
24418
24419         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24420         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24421         (gst_tcp_gdp_write_caps):
24422         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24424         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24425         Memory leak fixes
24426
24427 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * ext/vorbis/Makefile.am:
24430         * ext/vorbis/vorbis.c: (plugin_init):
24431         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24432         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24433         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24434         (vorbis_parse_change_state):
24435         * ext/vorbis/vorbisparse.h:
24436           adding a vorbisparse element that marks the buffers, streaming
24437           raw vorbis using GDP now works, whee
24438
24439 2004-06-08  Wim Taymans  <wim@fluendo.com>
24440
24441         * ext/jpeg/Makefile.am:
24442         * ext/jpeg/README:
24443         * ext/jpeg/gstjpeg.c: (plugin_init):
24444         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24445         (gst_smokedec_base_init), (gst_smokedec_class_init),
24446         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24447         * ext/jpeg/gstsmokedec.h:
24448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24449         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24450         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24451         (gst_smokeenc_resync), (gst_smokeenc_chain),
24452         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24453         * ext/jpeg/gstsmokeenc.h:
24454         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24455         (smokecodec_flush_destination), (smokecodec_term_destination),
24456         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24457         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24458         (smokecodec_term_source), (smokecodec_encode_new),
24459         (smokecodec_decode_new), (smokecodec_info_free),
24460         (smokecodec_set_quality), (smokecodec_get_quality),
24461         (smokecodec_set_threshold), (smokecodec_get_threshold),
24462         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24463         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24464         (smokecodec_parse_header), (smokecodec_decode):
24465         * ext/jpeg/smokecodec.h:
24466         Added a new simple jpeg based codec
24467
24468 2004-06-08  Wim Taymans  <wim@fluendo.com>
24469
24470         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24471         (gst_multipart_mux_loop):
24472         Fix memory leak
24473
24474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24475
24476         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24477         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24478         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24479         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24480         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24481         * gst/tcp/gsttcpserversink.h:
24482           take streamheader into account
24483
24484 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24485
24486         * gst/level/Makefile.am:
24487         * gst/level/gstlevel.c: (gst_level_class_init):
24488           clean up marshal generation
24489
24490 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24491
24492         * gst/tcp/Makefile.am:
24493         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24494         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24495         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24496         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24497         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24498         (gst_tcpclientsrc_get_property):
24499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24500         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24501         (gst_tcpserversink_handle_client_read),
24502         (gst_tcpserversink_handle_client_write),
24503         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24504         * gst/tcp/gsttcpserversink.h:
24505           add signals client-added and client-removed
24506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24507         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24508         (gst_tcpserversrc_get_property):
24509         uniformized, change default protocol to NONE
24510         * gst/tcp/gsttcp-marshal.list: added
24511 2004-06-07  Benjamin Otte  <otte@gnome.org>
24512
24513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24514           handle discont events if they happen before caps nego
24515
24516 2004-06-07  Wim Taymans  <wim@fluendo.com>
24517
24518         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24519         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24520         (gst_multipart_demux_plugin_init):
24521         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24522         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24523         (gst_multipart_mux_change_state):
24524         Small updates, fix a memleak
24525
24526 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24527
24528         * configure.ac: OSS portability
24529         * ext/arts/gst_arts.c: idem
24530         * sys/oss/gstosselement.c: idem
24531         * sys/oss/gstossmixer.c: idem
24532         * sys/oss/gstosssink.c: idem
24533         * sys/oss/gstosssrc.c: idem
24534         * sys/oss/oss_probe.c: idem
24535           - check for soundcard.h in different places for some BSD
24536
24537 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24538
24539         * AUTHORS:
24540         Add me to the authors file
24541         * configure.ac:
24542         Increase the libdv requirement to >= version 0.100
24543         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24544         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24545         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24546         * ext/dv/gstdvdec.h:
24547         Add support for the new_media flag when sending DISCONT events
24548         Make the querying work when video pad is not linked
24549
24550 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24551
24552         reviewed by Benjamin Otte  <otte@gnome.org>
24553
24554         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24555           create a NULL-initialized array of pads, so we don't think they
24556           exist already. (fixes #143130)
24557
24558 2004-06-07  Benjamin Otte  <otte@gnome.org>
24559
24560         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24561         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24562         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24563           don't use // coments
24564
24565 2004-06-07  Benjamin Otte  <otte@gnome.org>
24566
24567         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24568           cast to GstClockTime to get higher granularity
24569         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24570           use gst_element_set_time_delay to get the exact time
24571         * ext/mad/gstmad.c: (gst_mad_chain):
24572           use the negotiated rate instead of the current frame's rate which
24573           might be wrong because of bit errors. This avoids emitting totally
24574           bogus timestamps and screwing sync.
24575         (fixes #143454)
24576
24577 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24578
24579         reviewed by Benjamin Otte  <otte@gnome.org>
24580
24581         * gst/adder/gstadder.c: (gst_adder_loop):
24582           properly error out when no negotiation has happened yet. (fixes
24583           #143032)
24584
24585 2004-06-06  Benjamin Otte  <otte@gnome.org>
24586
24587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24588           forward correctly transformed offset in discont events. Based on
24589           patch by Arwed v. Merkatz. (fixes #142851)
24590
24591 2004-06-06  David Schleef  <ds@schleef.org>
24592
24593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24594         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24595         problems on several systems.
24596
24597 2004-06-06  Benjamin Otte  <otte@gnome.org>
24598
24599         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24600           use explicit caps on the srcpad
24601         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24602           properly error out if caps couldn't be set (fixes #142764)
24603
24604 2004-06-06  Benjamin Otte  <otte@gnome.org>
24605
24606         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24607         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24608         (gst_alsa_start_audio):
24609           - don't call set_periods_integer anymore, it breaks the
24610           configuration randomly
24611           - call snd_pcm_hw_params_set_access directly instead of using masks
24612           - don't fail if the sw_params can't be set, just use the default
24613           params and hope it works. Alsalib has weird issues when you touch
24614           sw_params and does no proper error reporting about what failed.
24615         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24616         (gst_alsa_close_audio):
24617           make our alsa debugging go via gst debugging and not conditionally
24618           defined
24619         * ext/alsa/gstalsa.h:
24620           add ALSA_DEBUG_FLUSH macro
24621         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24622         (plugin_init):
24623           wrap alsa errors to be printed via the gst debugging system and not
24624           spammed to stderr
24625
24626 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24627
24628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24629         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24630         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24631         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24632         (qtdemux_parse_trak):
24633         * gst/qtdemux/qtdemux.h:
24634           Bitch. Also known as seeking, querying & co.
24635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24636         (gst_osssink_change_state):
24637         * sys/oss/gstosssink.h:
24638           Resyncing is for weenies, this hack is no longer needed and was
24639           broken anyway (since it - unintendedly - always leaves resync to
24640           TRUE).
24641
24642 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24643
24644         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24645         * gst/tcp/gsttcpclientsrc.h: idem
24646           - define MSG_NOSIGNAL if not done
24647           - include unistd.h for off_t
24648           (fixes #143749)
24649
24650 2004-06-05  Benjamin Otte  <otte@gnome.org>
24651
24652         * configure.ac:
24653         * ext/kio/Makefile.am:
24654           check for qt's moc preprocessor explicitly and use it
24655
24656 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24657
24658         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24659           don't get a signal for EPIPE on socket writes
24660           (somebody check if this works on other platforms)
24661
24662 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24663
24664         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24666           check error condition on available samples correctly
24667
24668 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24669
24670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24671           avoid a segfault
24672         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24673         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24675         (gst_tcpserversrc_gdp_read_header):
24676          use ssize_t over size_t since the former is signed and thus the
24677          check for error codes can work
24678
24679 2004-06-02  Wim Taymans  <wim@fluendo.com>
24680
24681         reviewed by: Johan
24682
24683         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24684         (gst_multipart_mux_loop):
24685         Oops
24686
24687 2004-06-02  Wim Taymans  <wim@fluendo.com>
24688
24689         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24690         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24691         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24692         (gst_multipart_mux_change_state):
24693         Added configurable boundary specifier, added the value as a
24694         caps field as well.
24695
24696 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24697
24698         * gst/tcp/gsttcp.c:
24699         * gst/tcp/gsttcpclientsrc.c:
24700         * gst/tcp/gsttcpclientsrc.h:
24701         * gst/tcp/gsttcpserversrc.c:
24702           - portability fix, to compile on OSX
24703             (fixes #143146)
24704
24705         * sys/osxaudio/gstosxaudioelement.c:
24706         * sys/osxaudio/gstosxaudiosink.c:
24707         * sys/osxaudio/gstosxaudiosrc.c:
24708           - compilation warnings on OSX
24709             (fixes #143153)
24710
24711 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24712
24713         * ext/vorbis/vorbisdec.c : sign warning fixes
24714
24715         * gst-libs/gst/mixer/mixertrack.c :
24716           do no use defines which are glib 2.4 specific
24717
24718 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24719
24720         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24721           buffer since libflac doesn't expect it (reports a sync error when
24722           it encounters that)
24723
24724
24725 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24726
24727         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24728         * gst-libs/gst/mixer/mixertrack.c:
24729         (gst_mixer_track_get_property), (get_mixer_track_init),
24730         (get_mixer_track_get_property): Added property accessors
24731         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24732         * gst-libs/gst/mixer/mixeroptions.c:
24733         (gst_mixer_options_get_values): Added
24734         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24735         * gst-libs/gst/mixer/mixer.c: Fixed comment
24736
24737
24738 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24739
24740         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24741           improve error messages on open
24742
24743
24744 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24745
24746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24747           check if v4l-conf is in path
24748
24749 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24750
24751         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24752           change assert to a more readable error message
24753
24754 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24755
24756         * gst-libs/gst/tuner/tunerchannel.h:
24757           - add a freq_multiplicator field to make the conversion
24758             between internal frequency unit and Hz
24759         * sys/v4l/gstv4lelement.c:
24760         * sys/v4l2/gstv4l2element.c:
24761           - change default video device to /dev/video0
24762         * sys/v4l/v4l_calls.c:
24763         * sys/v4l2/v4l2_calls.c:
24764           - we only expose frequency to the user in Hz instead of
24765             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24766
24767 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24768         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24769           Initialise b_o_s and e_o_s variables
24770         * gst-libs/gst/riff/riff-media.c:
24771         (gst_riff_create_video_caps_with_data):
24772           Add some unusual fourcc's from mplayer avi's
24773         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24774           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24775           autoplugging.
24776
24777 2004-05-28  Wim Taymans  <wim@fluendo.com>
24778
24779         * configure.ac:
24780         * gst/alpha/Makefile.am:
24781         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24782         (gst_alpha_get_type), (gst_alpha_base_init),
24783         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24784         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24785         (gst_alpha_chroma_key), (gst_alpha_chain),
24786         (gst_alpha_change_state), (plugin_init):
24787         A plugin to add an alpha channel to I420 video. Can optionally do
24788         chroma keying.
24789         * gst/multipart/Makefile.am:
24790         * gst/multipart/multipart.c: (plugin_init):
24791         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24792         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24793         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24794         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24795         (gst_multipart_demux_change_state),
24796         (gst_multipart_demux_plugin_init):
24797         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24798         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24799         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24800         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24801         (gst_multipart_mux_pad_unlink),
24802         (gst_multipart_mux_request_new_pad),
24803         (gst_multipart_mux_handle_src_event),
24804         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24805         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24806         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24807         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24808         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24809         send multipart jpeg images to a browser.
24810         * gst/videobox/Makefile.am:
24811         * gst/videobox/README:
24812         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24813         (gst_video_box_get_type), (gst_video_box_base_init),
24814         (gst_video_box_class_init), (gst_video_box_init),
24815         (gst_video_box_set_property), (gst_video_box_get_property),
24816         (gst_video_box_sink_link), (gst_video_box_i420),
24817         (gst_video_box_ayuv), (gst_video_box_chain),
24818         (gst_video_box_change_state), (plugin_init):
24819         Crops or adds borders around an image. can do alpha channel
24820         borders as well.
24821         * gst/videomixer/Makefile.am:
24822         * gst/videomixer/README:
24823         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24824         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24825         (gst_videomixer_pad_get_sink_event_masks),
24826         (gst_videomixer_pad_get_property),
24827         (gst_videomixer_pad_set_property),
24828         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24829         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24830         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24831         (gst_videomixer_base_init), (gst_videomixer_class_init),
24832         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24833         (gst_videomixer_handle_src_event),
24834         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24835         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24836         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24837         (gst_videomixer_loop), (gst_videomixer_get_property),
24838         (gst_videomixer_set_property), (gst_videomixer_change_state),
24839         (plugin_init):
24840         Generic video mixer plugin, can handle multiple inputs all with
24841         different framerates and video sizes. Is fully alpha channel
24842         aware.
24843
24844 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24845
24846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24847           Select first track as master track. Not sure how else to handle
24848           that...
24849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24850           Discard discont events. Should fix #142962.
24851
24852 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24853
24854         * ext/alsa/Makefile.am:
24855         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24856         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24857         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24858         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24859         (gst_alsa_mixer_get_option):
24860         * ext/alsa/gstalsamixer.h:
24861         * ext/alsa/gstalsamixeroptions.c:
24862         (gst_alsa_mixer_options_get_type),
24863         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24864         (gst_alsa_mixer_options_new):
24865         * ext/alsa/gstalsamixeroptions.h:
24866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24867         * ext/alsa/gstalsamixertrack.h:
24868           Add enumerations (as GstMixerOptions). Make correct distinction
24869           between input/output tracks. Add capture/playback private flag.
24870           Use flag to decide on whether to set capture or playback volumes
24871           or switches. Use playback and record switches.
24872         * gst-libs/gst/mixer/Makefile.am:
24873         * gst-libs/gst/mixer/mixer-marshal.list:
24874         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24875         (gst_mixer_set_option), (gst_mixer_get_option),
24876         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24877         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24878         * gst-libs/gst/mixer/mixer.h:
24879         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24880         (gst_mixer_options_class_init), (gst_mixer_options_init),
24881         (gst_mixer_options_dispose):
24882         * gst-libs/gst/mixer/mixeroptions.h:
24883           Add GstMixerOptions.
24884         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24885           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24886           broken device detection on computers with multiple OSS sound
24887           cards.
24888
24889 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24890
24891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24892           fixate nicely even when the peer is not negotiating
24893
24894 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24895
24896         * gst/audioconvert/gstaudioconvert.c:
24897         (gst_audio_convert_parse_caps):
24898           make sure we don't allow depth > width
24899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24900           fixate endianness to G_BYTE_ORDER as default
24901         * gst/audioscale/gstaudioscale.c:
24902           we don't handle another endianness as host-endianness
24903
24904 2004-05-25  David Schleef  <ds@schleef.org>
24905
24906         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24907
24908 2004-05-24  Benjamin Otte  <otte@gnome.org>
24909
24910         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24911         (gst_oggvorbisenc_setup):
24912           properly fail when we can't setup the vorbis encoder due to
24913           unsupported settings
24914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24915         (gst_vorbisenc_setup):
24916           same
24917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24918           fix case where warnings occured when one pad was unlinked while the
24919           other's link function was called
24920
24921 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24922
24923         * gst/tcp/Makefile.am:
24924           use GST_ENABLE_NEW
24925
24926 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24927
24928         * gst-libs/gst/resample/private.h:
24929           don't use optimizations that are #if 0'ed
24930
24931 2004-05-24  Wim Taymans  <wim@fluendo.com>
24932
24933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24934         Fix potential division by zero error and hopefully get
24935         the position query right to get correct timestamps on avi
24936         audio.
24937
24938 2004-05-24  Wim Taymans  <wim@fluendo.com>
24939
24940         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24941         (gst_videoscale_scale_nearest_str2),
24942         (gst_videoscale_scale_nearest_str4),
24943         (gst_videoscale_scale_nearest_32bit),
24944         (gst_videoscale_scale_nearest_24bit),
24945         (gst_videoscale_scale_nearest_16bit):
24946         Fix the scaling algorithm and avoid a buffer overflow.
24947         removed the while loop in the scaling function as it
24948         was used for point sampling only.
24949
24950 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24951
24952         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24953         (gst_id3_tag_class_init), (gst_id3_tag_init),
24954         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24955         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24956         (gst_id3_tag_send_tag_event):
24957           lots of fixes to make id3mux work and id3demux work correctly
24958
24959 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24960
24961         * ext/Makefile.am:
24962           add rules to build shout2send (was removed by accident
24963           when this module was no more marked experimental/broken)
24964
24965 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24966
24967         * ext/shout2/gstshout2.c:
24968         * ext/shout2/gstshout2.h:
24969           adding a "connection problem" signal to shout2send
24970           (fixes #142954)
24971
24972 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24973
24974         * ext/kio/kioreceiver.cpp:
24975         * ext/kio/kioreceiver.h:
24976           fix sign comparison issues
24977
24978 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24979
24980         * gst/cdxaparse/gstcdxaparse.c:
24981         * gst/cdxaparse/gstcdxaparse.h:
24982           some renaming
24983           add some checks/sanity
24984           prepare for seek addition
24985
24986         * sys/sunaudio/gstsunaudio.c:
24987           remove exported dupe init function
24988
24989 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24990
24991         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24992         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24993           Fix format conversion and position querying.
24994         * gst/debug/progressreport.c: (gst_progressreport_report):
24995           Don't output a bogus total value that we didn't query.
24996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24997           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24998           only a blank window after xine has been used.
24999
25000 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25001
25002         * m4/as-arts.m4:
25003           sync with upstream version to fix test on FC2
25004           readd with -ko to preserve Id header
25005
25006 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25007
25008         * configure.ac:
25009           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25010         * gst/tcp/gsttcpclientsrc.c: idem
25011         * gst/tcp/gsttcpserversink.c: idem
25012         * gst/tcp/gsttcpserversrc.c: idem
25013         * m4/gst-fionread.m4: idem
25014
25015         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25016
25017         * configure.ac: enable speex plugin for speex 1.1.5+
25018         * ext/speex/gstspeexenc.c: fix cast warning
25019
25020         * ext/esd/README: fix typo
25021
25022 2004-05-20  David Schleef  <ds@schleef.org>
25023
25024         * configure.ac: Minor cosmetic change to convince the buildbot to
25025         reautogen.
25026         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25027         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25028         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25029         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25030         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25031         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25032         More hacking.  Plays audio now.
25033
25034 2004-05-20  David Schleef  <ds@schleef.org>
25035
25036         * configure.ac:
25037         * sys/Makefile.am:
25038
25039 2004-05-20  David Schleef  <ds@schleef.org>
25040
25041         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25042         * sys/osxaudio/gstosxaudio.c:
25043         * sys/osxaudio/gstosxaudioelement.c:
25044         * sys/osxaudio/gstosxaudioelement.h:
25045         * sys/osxaudio/gstosxaudiosink.c:
25046         * sys/osxaudio/gstosxaudiosink.h:
25047         * sys/osxaudio/gstosxaudiosrc.c:
25048         * sys/osxaudio/gstosxaudiosrc.h:
25049
25050 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25051
25052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25053         (gst_vorbisenc_chain):
25054           put the codec headers on the caps as streamheader as well as
25055           pushing them out
25056
25057 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25058
25059         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25060         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25061         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25062         split up push_packet into two functions
25063
25064 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25065
25066         * gst/tcp/.cvsignore:
25067           ignore enums
25068         * gst/tcp/Makefile.am:
25069         * gst/tcp/README:
25070         * gst/tcp/gsttcp.c:
25071         * gst/tcp/gsttcp.h:
25072         * gst/tcp/gsttcpclientsink.c:
25073         * gst/tcp/gsttcpclientsink.h:
25074         * gst/tcp/gsttcpclientsrc.c:
25075         * gst/tcp/gsttcpclientsrc.h:
25076         * gst/tcp/gsttcpplugin.c:
25077         * gst/tcp/gsttcpserversink.c:
25078         * gst/tcp/gsttcpserversink.h:
25079         * gst/tcp/gsttcpserversrc.c:
25080         * gst/tcp/gsttcpserversrc.h:
25081           add new tcp elements
25082
25083 2004-05-19  Wim Taymans  <wim@fluendo.com>
25084
25085         * gst/law/mulaw-conversion.c: (mulaw_encode):
25086         Fix overflow bug in ulaw encoding.
25087
25088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25089
25090         * ext/mad/gstmad.c: (gst_mad_handle_event):
25091           don't unref the event twice
25092
25093 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25094
25095         * configure.ac:
25096           remove -Wno-sign-compare
25097
25098 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25099
25100         * configure.ac:
25101           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25102           if you want to work against glib 2.2 and 2.4
25103
25104 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25105
25106         * gst/tcp/Makefile.am:
25107         * gst/tcp/gsttcp.c:
25108         * gst/tcp/gsttcp.h:
25109         * gst/tcp/gsttcpsink.h:
25110         * gst/tcp/gsttcpsrc.h:
25111           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25112
25113 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25114
25115         * gst/debug/tests.c: (md5_get_value):
25116           fix segfault on gst-inspect
25117
25118 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25119
25120         * gst/debug/testplugin.c:
25121         * gst/debug/tests.c:
25122         * gst/debug/tests.h:
25123           add new extensible and configurable testing element. Current tests
25124           include buffer count, stream length, timestamp/duration matching and
25125           md5.
25126         * gst/debug/Makefile.am:
25127         * gst/debug/gstdebug.c: (plugin_init):
25128           add infrastructure for new element
25129
25130 2004-05-19  Johan Dahlin  <johan@gnome.org>
25131
25132         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25133         ending of the array. Fixes gst-inspect segfault on ppc.
25134
25135 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25136
25137         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25138
25139         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25140
25141 2004-05-18  David Schleef  <ds@schleef.org>
25142
25143         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25144         warnings (bugs, actually) noticed by gcc but not forte.
25145
25146 2004-05-18  David Schleef  <ds@schleef.org>
25147
25148         * sys/sunaudio/Makefile.am:
25149         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25150
25151 2004-05-18  David Schleef  <ds@schleef.org>
25152
25153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25154         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25155         to allow qtdemux to use non-seekable streams. (bug #142272)
25156
25157 2004-05-18  David Schleef  <ds@schleef.org>
25158
25159         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25160         (gst_resample_sinc_ft_float): Remove use of static temporary
25161         buffer.  This code was obviously not supposed to last long, but
25162         it's stuck in our ABI, so it required a little hack to make it
25163         ABI-compatible.  Fixes #142585.
25164         * gst-libs/gst/resample/resample.h: same.
25165
25166 2004-05-18  David Schleef  <ds@schleef.org>
25167
25168         * configure.ac: Add sunaudio
25169         * examples/Makefile.am: make gstplay depend on gconf
25170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25171         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25172         (convert_table_lookup), (img_convert): remove c99-isms
25173         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25174           unsigned, to fix a warning on Solaris
25175         * gst/mpeg1sys/systems.c: bcopy->memcpy
25176         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25177         * sys/Makefile.am: Add sunaudio
25178
25179 2004-05-18  Wim Taymans  <wim@fluendo.com>
25180
25181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25182         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25183         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25184         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25185         (gst_ogg_mux_loop):
25186         Fix an ugly memleak where the muxer didn't flush enough ogg
25187         pages. This also resulted in badly muxed ogg files.
25188
25189 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25190
25191         * gst/asfdemux/asfheaders.c :
25192         * gst/asfdemux/asfheaders.h :
25193         * gst/asfdemux/gstasfdemux.c :
25194           - fix ASF_OBJ_PADDING guid
25195           - add 3 new object guids (language list, metadata,
25196             extended stream properties)
25197           - add a function to parse extended header objects
25198
25199 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25200
25201         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25202           remove leftover debugging g_print
25203
25204 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25205
25206         * ext/mad/gstmad.c: (gst_mad_handle_event):
25207           Fix for when the first format in a discont event is not a
25208           byte-based one. Should fix #137710.
25209
25210 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25211
25212         * m4/a52.m4 : fix compilation with -Wall -Werror
25213         * m4/libfame.m4 : idem
25214         * m4/libmikmod.m4 : idem
25215
25216 2004-05-17  Benjamin Otte  <otte@gnome.org>
25217
25218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25219           signal the new tags before giving up the reference
25220
25221 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25222
25223         * ext/shout2/gstshout2.c:
25224           use application/ogg instead of application/x-ogg (patch by Patrick
25225           Guimond, fixes #142432)
25226         * sys/oss/gstosselement.c: (gst_osselement_reset),
25227         (gst_osselement_sync_parms):
25228           don't set fragment size unless specified (fixes #142493)
25229
25230 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25231
25232         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25233           fixes #142664
25234
25235 2004-05-17  Benjamin Otte  <otte@gnome.org>
25236
25237         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25238           compute offsets correctly for internal buffers so timestamps are set
25239           correctly when we can't seek. Also handle cases where there are no
25240           offsets. (based on a patch by David Moore, fixes #142507)
25241
25242 2004-05-17  Benjamin Otte  <otte@gnome.org>
25243
25244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25245           use correct variable when determining amount of data to skip so we
25246           don't skip into the void and segfault
25247
25248 2004-05-16  Benjamin Otte  <otte@gnome.org>
25249
25250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25251           Hi, I'm a memleak
25252
25253 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25254
25255         * gst/asfdemux/gstasfdemux.c:
25256           - fix a mem leak and always propagate tags
25257           - add WMV3 to known video codecs (but no decoder yet)
25258           - replace "surplus data" at end of audio header for what
25259             it is : codec specific data
25260           - fix a typo
25261
25262 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25263
25264         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25265
25266         * gst-libs/gst/audio/audioclock.c:
25267           Fix wrong return type (#142205).
25268
25269 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25270
25271         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25272           Ignore CRCs by default (fixes #142566).
25273
25274 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25275
25276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25277         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25278         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25279         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25280         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25281         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25282           Fix for cases where we fail to attach to a mixer.
25283
25284 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25285
25286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25287           Don't touch events after not owning them anymore.
25288         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25289         (gst_wavparse_fmt), (gst_wavparse_other),
25290         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25291         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25292         (gst_wavparse_srcpad_event):
25293         * gst/wavparse/gstwavparse.h:
25294           Add seeking, fix querying.
25295
25296 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25297
25298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25299           - process comments even if they don't end with \0\0
25300             g_convert would ignore them if present and works well without them
25301
25302 2004-05-16  Benjamin Otte  <otte@gnome.org>
25303
25304         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25305           simplify caps
25306
25307 2004-05-16  Benjamin Otte  <otte@gnome.org>
25308
25309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25310           don't write to memory we might not write to - g_convert does that
25311           for us anyway (fixes #142613)
25312         (gst_asf_demux_audio_caps):
25313           comment out gst_util_dump_mem
25314
25315 2004-05-16  Benjamin Otte  <otte@gnome.org>
25316
25317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25318           compute correct expected timestamps after seek (broken since
25319           last commit)
25320         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25321           rename element and debugging category to gdkpixbufscale
25322
25323 2004-05-16  Benjamin Otte  <otte@gnome.org>
25324
25325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25326           add error checking to snd_pcm_delay and remove duplicate call to
25327           snd_pcm_delay that caused issues (see inline code comments)
25328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25329           make more readable and fix return value when snd_pcm_delay fails
25330         (fixes #142586)
25331
25332 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25333         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25334         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25335         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25336         (gst_pixbufscale_link), (gst_pixbufscale_init),
25337         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25338         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25339         (gst_pixbufscale_get_property), (pixbufscale_init):
25340         * ext/gdk_pixbuf/pixbufscale.h:
25341         Add these files I forgot earlier
25342
25343 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25344         * ext/gdk_pixbuf/Makefile.am:
25345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25346         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25347         Add new pixbufscale element to scale RGB video
25348         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25349         and HYPER interpolation correctly.
25350         * ext/theora/theoraenc.c: (theora_enc_chain),
25351         Discard buffer and return if explicit caps could not be set
25352         (theora_enc_get_property):
25353         Make _get return kbps for the bitrate consistent with
25354         the _set function.
25355
25356
25357 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25358
25359         * ext/libvisual/visual.c: (gst_visual_chain):
25360           add missing visual_audio_analyze
25361
25362 2004-05-14  David Schleef  <ds@schleef.org>
25363
25364         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25365         is killed while we're playing.
25366         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25367         gst_element_no_more_pads().
25368
25369 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25370
25371         * gst-libs/gst/riff/riff-read.c :
25372           - fix INFO tag extraction in RIFF/AVI files
25373             because gst_event_unref (event) also freed taglist
25374           - avoid a mem leak
25375
25376 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25377
25378         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25379         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25380
25381         * gst/auparse/gstauparse.c :
25382           - add code (commented for now) to support audio/x-adpcm on src pad
25383             (we have no decoder for those layout yet)
25384
25385         * gst/cdxaparse/gstcdxaparse.c :
25386         * gst/cdxaparse/gstcdxaparse.h :
25387           - partial rewrite using RiffRead (ripped iain's wavparse code)
25388
25389         * gst/rtp/gstrtpL16enc.c : typo
25390         * gst/rtp/gstrtpgsmenc.c : typo
25391
25392 2004-05-13  Benjamin Otte  <otte@gnome.org>
25393
25394         * configure.ac:
25395           check for exact version of libvisual, it's not supposed to be
25396           API/ABI stable yet
25397
25398 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25399
25400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25401           signal no-more-pads
25402
25403 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25404
25405         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25406         Report which format was used for GST_FORMAT_DEFAULT
25407         * gst/debug/Makefile.am:
25408         * gst/debug/gstdebug.c: (plugin_init):
25409         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25410         (gst_progressreport_class_init), (gst_progressreport_init),
25411         (gst_progressreport_report), (gst_progressreport_set_property),
25412         (gst_progressreport_get_property), (gst_progressreport_chain),
25413         (gst_progressreport_plugin_init):
25414         Add progressreport element for testing.
25415
25416 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25417
25418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25419         * sys/v4l/gstv4lsrc.h:
25420         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25421         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25423         (gst_v4lsrc_grab_frame):
25424           add more debugging
25425           send a discont at start
25426
25427 2004-05-12  Colin Walters  <walters@redhat.com>
25428
25429         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25430         inflooping if we can't find a chunk.  Or in other words, don't blow
25431         chunks if we don't have a chunk to blow.
25432
25433 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25434         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25435         Remove old debug output
25436         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25437         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25438         (gst_dvdec_set_property), (gst_dvdec_get_property):
25439         Change the quality setting to an enum, so it works from gst-launch
25440         Don't renegotiate a non-linked pad. Allows audio only decoding.
25441         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25442         (gst_deinterlace_link), (gst_deinterlace_init):
25443         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25444         (gst_videodrop_link):
25445         Some caps negotiation fixes
25446
25447 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25448
25449         * ext/tarkin/gsttarkin.c :
25450           - Change RANK from NONE to PRIMARY
25451         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25452           - Change RANK from NONE to MARGINAL
25453         * ext/divx/gstdivxenc.c :
25454           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25455
25456 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25457
25458         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25459         (gst_vorbisenc_push_packet):
25460           copy a function that was added between 1.0 and 1.0.1 until we
25461           depend on worthwhile features of post-1.0
25462
25463 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25464
25465         * configure.ac:
25466           enable shout2 by default
25467         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25468         (gst_shout2send_base_init), (gst_shout2send_init),
25469         (gst_shout2send_connect), (gst_shout2send_change_state):
25470         * ext/shout2/gstshout2.h:
25471           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25472           #142262)
25473         * ext/theora/theora.c: (plugin_init):
25474           don't set rank on encoders
25475
25476 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25477
25478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25479           Use codec_data property instead of flag1 and flag2 for wma
25480
25481 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25482
25483         * gst/cdxaparse/gstcdxaparse.c :
25484           - Add mpegversion to CAPS to make it link
25485           - Rank is as GST_RANK_SECONDARY instead of NONE
25486         * gst/auparse/gstauparse.c :
25487           - Document all audio encoding we can encounter from Solaris 9
25488             headers and libsndfile information.
25489           - Increase max. rate from 48000 to 192000 (to match other elements)
25490           - Don't try to play junk data between header and samples
25491
25492 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25493
25494         * ext/libvisual/visual.c: (gst_visual_getcaps):
25495           use the right caps depending on endianness (I hope)
25496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25497           use GST_RANK_NONE for all non-decoding elements or spider gets
25498           mighty confused
25499
25500 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25501
25502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25503           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25504
25505 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25506
25507         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25508         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25509         (gst_switch_loop), (gst_switch_get_type):
25510           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25511           HEADERS. Had to be said.
25512
25513 2004-05-10  David Schleef  <ds@schleef.org>
25514
25515         * configure.ac: Add prototype Dirac support.
25516         * ext/Makefile.am:
25517         * ext/dirac/Makefile.am:
25518         * ext/dirac/gstdirac.cc:
25519         * ext/dirac/gstdiracdec.cc:
25520
25521 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25524         (gst_auparse_init), (gst_auparse_chain),
25525         (gst_auparse_change_state):
25526           Hack around spider. Remove me some day please.
25527
25528 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25529
25530         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25531           Fix for some uninitialized variables in previous patch, also
25532           makes it work. Fixes #142286 while we're at it.
25533
25534 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25535
25536         * gst/auparse/gstauparse.c:
25537                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25538                 only unsupported formats are ADPCM/CCITT G.72x
25539                 reviewed by Ronald
25540         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25541
25542 2004-05-10  Wim Taymans  <wim@fluendo.com>
25543
25544         * ext/vorbis/Makefile.am:
25545         * ext/vorbis/README:
25546         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25547         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25548         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25549         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25550         (gst_oggvorbisenc_convert_sink),
25551         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25552         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25553         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25554         (get_constraints_string), (update_start_message),
25555         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25556         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25557         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25558         * ext/vorbis/oggvorbisenc.h:
25559         * ext/vorbis/vorbis.c: (plugin_init):
25560         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25561         (raw_caps_factory), (gst_vorbisenc_class_init),
25562         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25563         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25564         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25565         * ext/vorbis/vorbisenc.h:
25566         Added a raw vorbis encoder to be used with the oggmuxer.
25567         We still need the old encoder for some gnome applications,
25568         read the README to find out how that works.
25569         The raw encoder is called "rawvorbisenc" until 0.9.
25570
25571 2004-05-10  Wim Taymans  <wim@fluendo.com>
25572
25573         * ext/ogg/gstogg.c: (plugin_init):
25574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25575         (gst_ogg_print):
25576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25577         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25578         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25579         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25580         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25581         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25582         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25583         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25584         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25585         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25586         Added an ogg muxer.
25587         Small typo fixes in the demuxer.
25588
25589 2004-05-10  Wim Taymans  <wim@fluendo.com>
25590
25591         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25592         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25593         (theora_enc_change_state), (theora_enc_set_property),
25594         (theora_enc_get_property):
25595         Mark the last packet with an EOS flag which is not really needed
25596         in gstreamer.
25597         Do some better video framerate initialisation.
25598         Update the buffer timestamp.
25599
25600 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25601
25602         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25603         Return the result of the parent state change call
25604
25605 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25606
25607         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25608         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25609         * gst/law/alaw-encode.c : (idem)
25610         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25611         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25612         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25613
25614 2004-05-09  Benjamin Otte  <otte@gnome.org>
25615
25616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25617           don't use a fixed buffer size when writing variable length data to
25618           it. Fixes memory corruption and makes alsasrc work
25619
25620 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25621
25622         * ext/gnomevfs/gstgnomevfssink.c:
25623         (_gst_boolean_allow_overwrite_accumulator),
25624         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25625           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25626           RUN_LAST, and don't use that to set the accumulator value because
25627           then it's always FALSE.
25628
25629 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25630
25631         * gst-libs/gst/riff/riff-media.c:
25632         (gst_riff_create_video_caps_with_data),
25633         (gst_riff_create_audio_caps),
25634         (gst_riff_create_audio_template_caps):
25635         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25636           Fix for unaligned RIFF files (i.e. where all the chunks together
25637           in a LIST chunk are not of the same size as the size given in
25638           the LIST chunk header). Fixes several odd WAVE files. Also fix
25639           ADPCM (block_align property) in audio, so that wavparse based
25640           on this works now as it used to stand-alone.
25641
25642 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25643
25644         reviewed by Benjamin Otte  <otte@gnome.org>
25645
25646         * ext/a52dec/gsta52dec.c:
25647         * ext/divx/gstdivxdec.c:
25648         * ext/divx/gstdivxenc.c:
25649         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25650         * ext/faac/gstfaac.c: (gst_faac_base_init):
25651         * ext/faad/gstfaad.c: (gst_faad_base_init):
25652         * ext/ivorbis/vorbisfile.c:
25653         * ext/lame/gstlame.c:
25654         * ext/libfame/gstlibfame.c:
25655         * ext/mpeg2enc/gstmpeg2enc.cc:
25656         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25657         * ext/sidplay/gstsiddec.cc:
25658         * ext/speex/gstspeexdec.c:
25659         * ext/speex/gstspeexenc.c:
25660         * ext/xvid/gstxviddec.c:
25661         * ext/xvid/gstxvidenc.c:
25662           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25663           (fixes #142193)
25664
25665 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25666
25667         * ext/alsa/gstalsa.c: (device_list),
25668         (gst_alsa_class_probe_devices):
25669         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25670           Fix alsa oddness in mixer after the combination of using mixer
25671           in source/sink elements and using hw:x,y instead of just hw:x.
25672
25673 2004-05-09  Benjamin Otte  <otte@gnome.org>
25674
25675         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25676         (gst_wavparse_create_sourcepad):
25677           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25678           sourcepads
25679
25680 2004-05-09  Benjamin Otte  <otte@gnome.org>
25681
25682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25683           allow discont events before caps nego
25684
25685 2004-05-08  Benjamin Otte  <otte@gnome.org>
25686
25687         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25688           don't leak events
25689
25690 2004-05-08  Benjamin Otte  <otte@gnome.org>
25691
25692         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25693         (gst_level_change_state), (gst_level_init):
25694         * gst/level/gstlevel.h:
25695           figure out if we're initialized directly instead of keeping a
25696           variable that's wrong in 90% of cases
25697           don't initialize pads and then leak them and use a new unitialized
25698           pad. (fixes #142084)
25699           these were bugs so n00bish I didn't find them for an hour :/
25700
25701 2004-05-08 Iain <iain@prettypeople.org>
25702
25703         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25704         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25705         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25706         return the length that was read.
25707         (gst_riff_read_strf_auds): Allow fmt tags as well.
25708
25709 2004-05-07  David Schleef  <ds@schleef.org>
25710
25711         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25712         signed char assumption in faad.h.
25713
25714 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25715
25716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25717           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25718
25719 2004-05-07  Colin Walters  <walters@redhat.com>
25720
25721         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25722         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25723         function.
25724         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25725         Add dispose function.
25726
25727 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25728         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25729           Fix caps nego and pad templates. RGB mode caps should
25730           work now.
25731         * ext/dvdnav/gst-dvd:
25732           Move mpeg2dec inside the thread because otherwise the
25733           queue rejects cap changes mid-stream
25734         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25735         (gst_mpeg2dec_flush_decoder):
25736           For mpeg2dec > 0.4.0, call the flush function instead of
25737           manually extracting all in-flight frames.
25738         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25739         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25740           Change mime type video/dv go video/x-dv to match the
25741           rest of gst-plugins
25742
25743 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25744
25745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25747         (gst_alsa_sink_class_init):
25748         * ext/alsa/gstalsasink.h:
25749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25750         (gst_alsa_src_class_init):
25751         * ext/alsa/gstalsasrc.h:
25752           Make alsasink/src a subclass of alsamixer so that mixer stuff
25753           shows up in gst-rec. Needs some finetuning.
25754
25755 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25756
25757         * ext/lame/gstlame.c: (gst_lame_chain):
25758           simplify
25759         * ext/mad/gstmad.c: (gst_mad_handle_event):
25760           fix event leak
25761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25762           be able to detect mp3 files < 4096 bytes
25763
25764 2004-05-06  Wim Taymans  <wim@fluendo.com>
25765
25766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25767         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25768         (theora_enc_set_property), (theora_enc_get_property):
25769         Also encode the first frame, cleanup some code.
25770
25771 2004-05-06  Wim Taymans  <wim@fluendo.com>
25772
25773         * ext/mpeg2enc/gstmpeg2enc.cc:
25774         Forward events first before deciding that negotiation was
25775         not performed.
25776
25777 2004-05-06  Wim Taymans  <wim@fluendo.com>
25778
25779         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25780         First process the events before deciding that negotiation
25781         was not performed.
25782
25783 2004-05-06  Wim Taymans  <wim@fluendo.com>
25784
25785         * ext/theora/Makefile.am:
25786         * ext/theora/theora.c: (plugin_init):
25787         * ext/theora/theoradec.c: (theora_dec_change_state):
25788         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25789         (gst_theora_enc_class_init), (gst_theora_enc_init),
25790         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25791         (theora_enc_chain), (theora_enc_change_state),
25792         (theora_enc_set_property), (theora_enc_get_property):
25793         Added a theora encoder, grouped the encoder and decoder into the
25794         same plugin.
25795
25796 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25797
25798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25799         (gst_jpegenc_chain):
25800         fix DURATION on outgoing buffers
25801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25802         debug using time formats
25803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25805         (gst_xvimagesink_sink_link):
25806         windows with width/height 0 generate X errors, so don't allow them
25807
25808 2004-05-05  Wim Taymans  <wim@fluendo.com>
25809
25810         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25811         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25812         (gst_mpeg2dec_negotiate_format):
25813         * ext/mpeg2dec/gstmpeg2dec.h:
25814           removed the static pad template so that we can add the
25815           more accurate framerate value to the caps.
25816
25817
25818 2004-05-04  Benjamin Otte  <otte@gnome.org>
25819
25820         * configure.ac:
25821           check for kdemacros.h, too (should fix #141821)
25822         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25823           don't crash if no header was sent, but nicely error out (fixes part
25824           of #141554)
25825
25826 2004-05-04  Wim Taymans  <wim@fluendo.com>
25827
25828         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25829         parent dispose function to avoid segfault on destroy.
25830
25831 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25832
25833         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25834         (plugin_init):
25835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25836         (gst_xvimagesink_sink_link):
25837         clean up debugging caps
25838         also recreate xvimage when format has changed
25839
25840 2004-05-04  Benjamin Otte  <otte@gnome.org>
25841
25842         * ext/libvisual/Makefile.am:
25843         * ext/libvisual/visual.c: (gst_visual_class_init),
25844         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25845         (gst_visual_srclink), (gst_visual_chain),
25846         (gst_visual_change_state), (plugin_init):
25847           use a GstAdapter to correctly adapt buffer sizes - allows using a
25848           framerate
25849
25850 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25851
25852         * sys/v4l/gstv4lelement.h:
25853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25855         (gst_v4lsrc_buffer_free):
25856         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25858         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25859         (gst_v4lsrc_requeue_frame):
25860         move some debugging categories around
25861         query for fps index and set accordingly if found
25862
25863 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25864
25865         * ext/lame/gstlame.c:
25866         correct defaults that lame_init puts out of range
25867
25868 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25869
25870         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25871         (gst_divxenc_class_init):
25872         fix range since -1 is the default
25873         * gst/mpeg1sys/gstmpeg1systemencode.c:
25874         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25875         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25876         (gst_rtjpegdec_chain):
25877         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25878         (gst_rtjpegenc_chain):
25879         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25880         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25883         * sys/v4l/gstv4lsrc.c:
25884         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25888         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25889           remove gst_info calls
25890
25891 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25892
25893         * Makefile.am:
25894         * po/af.po:
25895         * po/az.po:
25896         * po/en_GB.po:
25897         * po/nl.po:
25898         * po/sr.po:
25899         * po/sv.po:
25900           Updated translations
25901
25902 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25903
25904         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25905           refactor/comment code
25906
25907 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25908
25909         * gst/asfdemux/Makefile.am:
25910         * gst/asfdemux/asfheaders.c:
25911         * gst/asfdemux/asfheaders.h:
25912         * gst/asfdemux/gstasf.c: (plugin_init):
25913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25914         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25915         (gst_asf_demux_setup_pad):
25916         * gst/asfdemux/gstasfdemux.h:
25917         * gst/asfdemux/gstasfmux.c:
25918         * gst/asfdemux/gstasfmux.h:
25919           Add tagging support to demuxer, split out registration in its own
25920           file instead of in demux (hacky), and prevent having some tables
25921           in our memory multiple times (in asfheaders.h).
25922
25923 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25924
25925         * gst/matroska/matroska-demux.c:
25926         (gst_matroska_demux_parse_metadata):
25927         * gst/matroska/matroska-ids.h:
25928           Basic tag reading support.
25929
25930 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25931
25932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25933           Really detect ac-3 audio.
25934         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25935           really detect matroska files (off-by-1).
25936
25937 2004-04-30  David Schleef  <ds@schleef.org>
25938
25939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25940         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25941         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25942         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25943         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25944         hackage -- parse a lot more atoms, extract a few tags.  One might even
25945         mistake this for tag support.  Maybe it is.
25946         * gst/qtdemux/qtdemux.h:
25947
25948 2004-04-30  Colin Walters  <walters@verbum.org>
25949
25950         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25951
25952 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25953
25954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25955         (gst_ffmpegcolorspace_getcaps):
25956           remove broken nego fix
25957
25958 2004-04-30  Benjamin Otte  <otte@gnome.org>
25959
25960         * configure.ac:
25961         * ext/Makefile.am:
25962         * ext/libvisual/Makefile.am:
25963         * ext/libvisual/visual.c:
25964           add initial support for libvisual (http://libvisual.sourceforge.net)
25965           libvisual is still quite alpha, so expect crashes in there :)
25966
25967 2004-04-29  David Schleef  <ds@schleef.org>
25968
25969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25970         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25971         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25972         code; you will no longer respect me.
25973
25974 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25975
25976         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25977         * ext/alsa/gstalsa.h :
25978         change alsa pcm device discovery to find more than 1 device
25979         per card. code review by Ronald.
25980
25981 2004-04-29  David Schleef  <ds@schleef.org>
25982
25983         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25984         Add a check for a driver bug on FreeBSD.  (bug #140565)
25985
25986 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25987
25988         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25989         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25990         (gst_jpegenc_getcaps):
25991           move format setting to inner loop
25992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25993         (gst_ffmpegcolorspace_getcaps):
25994           use GST_PAD_CAPS if available so that we use already negotiated
25995           caps
25996         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25997         (qtdemux_parse_moov), (qtdemux_parse):
25998           extra debugging
25999         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26000         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26001           move hardcoded path to DEFINE
26002
26003 2004-04-28  David Schleef  <ds@schleef.org>
26004
26005         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26006         (bug #140064)
26007
26008 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26011           Don't probe for playback device if we're a source element. Fixes
26012           #139658.
26013
26014 2004-04-29  Benjamin Otte  <otte@gnome.org>
26015
26016         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26017         (gst_id3_tag_chain):
26018           rewrite buffer offset
26019
26020 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26021
26022         * configure.ac:
26023         * ext/Makefile.am:
26024         * ext/dts/Makefile.am:
26025         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26026         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26027         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26028         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26029         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26030         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26031         (plugin_init):
26032         * ext/dts/gstdtsdec.h:
26033           New DTS decoder.
26034         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26035         (gst_faad_srcconnect):
26036           Add ESDS atom handling (.m4a).
26037
26038 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * ext/divx/gstdivxdec.c: (plugin_init):
26041           Remove comment that makes no sense.
26042         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26043           Fix for obvious typo that resulted in warnings during gst-register.
26044         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26045         (gst_xviddec_sink_link):
26046           Fix caps negotiation a bit better.
26047         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26048           We call this 'codec_data', not 'esds'.
26049
26050 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26051
26052         * gst/monoscope/gstmonoscope.c:
26053           make sure we only provide 256x128
26054         * gst/monoscope/monoscope.c: (monoscope_init):
26055           assert size of 256x128
26056
26057 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26058
26059         * Makefile.am:
26060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26061         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26062           fixate to max width and height of device
26063
26064 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * Makefile.am:
26067         * sys/v4l/gstv4l.c:
26068         * sys/v4l/gstv4lsrc.c:
26069         * sys/v4l/v4l_calls.c:
26070         * sys/v4l/v4lsrc_calls.c:
26071           fix for qc-usb driver which fakes having more than one buffer
26072           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26073           buffer_free override
26074           add debugging
26075
26076 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26077
26078         * Makefile.am:
26079         * gst/videotestsrc/gstvideotestsrc.c:
26080         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26081         (gst_videotestsrc_init), (gst_videotestsrc_get),
26082         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26083         * gst/videotestsrc/gstvideotestsrc.h:
26084           add num-buffers property
26085
26086         2004-04-26  Benjamin Otte  <otte@gnome.org>
26087
26088         * ext/mad/gstid3tag.c: (plugin_init):
26089           set id3mux rank to NONE so it doesn't confuse spider
26090           require audio/mpeg,mpegversion=1 in id3mux
26091
26092 2004-04-26  Benjamin Otte  <otte@gnome.org>
26093
26094         * configure.ac:
26095           detect faad correctly as non-working if it's indeed non-working
26096
26097 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26098
26099         * Makefile.am:
26100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26101         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26102         fix _getcaps so it only negotiates to its supported format
26103
26104 2004-04-25  Benjamin Otte  <otte@gnome.org>
26105
26106         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26107           fix memleak
26108
26109 2004-04-23  Benjamin Otte  <otte@gnome.org>
26110
26111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26112           audio/x-raw-int with height rules! not. Now it's depth.
26113
26114 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26115
26116         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26117         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26118         (gst_wavparse_loop):
26119           Missing variable initialization. Add handling of DVI ADPCM. Fix
26120           mis-parsing of LIST chunks. This works around a bug where we mis-
26121           parse non-aligning LIST chunks (so LIST chunks where the contents
26122           don't align with the actual LIST size). The correct fix is to use
26123           rifflib, I'm not going to fix wavparse - too much work. All this
26124           fixes #104878.
26125
26126 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26127
26128         reviewed by Benjamin Otte  <otte@gnome.org>
26129
26130         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26131           fix shoutcast not working (fixes #140844)
26132
26133 2004-04-22  Benjamin Otte  <otte@gnome.org>
26134
26135         * ext/hermes/gsthermescolorspace.c:
26136         (gst_hermes_colorspace_caps_remove_format_info):
26137         * gst/colorspace/gstcolorspace.c:
26138         (gst_colorspace_caps_remove_format_info):
26139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26140         (gst_ffmpegcolorspace_caps_remove_format_info):
26141           s/gst_caps_simplify/gst_caps_do_simplify/
26142
26143 2004-04-22  Benjamin Otte  <otte@gnome.org>
26144
26145         * gst-libs/gst/riff/riff-media.c:
26146         (gst_riff_create_video_caps_with_data):
26147           mpegversion is an int
26148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26149           don't try to create pad templates with NULL caps, use any caps
26150           instead.
26151
26152 2004-04-20  David Schleef  <ds@schleef.org>
26153
26154         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26155         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26156         (bug #140384)
26157
26158 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26159
26160         reviewed by David Schleef
26161
26162         * ext/mad/gstid3tag.c: Add stdlib.h
26163         * gst/rtp/gstrtpgsmenc.c: same
26164         * gst/tags/gstid3tag.c: same
26165         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26166         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26167         GST_DISABLE_LOADSAVE use.
26168         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26169         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26170         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26171         atol(3)).
26172         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26173         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26174         strtoul(3)).
26175         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26176         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26177         $(ID3_CFLAGS).
26178         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26179         $(LIBFAME_CFLAGS).
26180
26181 2004-04-20  David Schleef  <ds@schleef.org>
26182
26183         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26184         last checkin.  Same idea.
26185
26186 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26187
26188         reviewed by David Schleef
26189
26190         * configure.ac: bump required gstreamer version to 0.8.1.1
26191         because of following changes [--ds]
26192
26193         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26194         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26195         (gst_riff_read_header):  Use GST_READ_UINT*
26196         macros to access possibly unaligned memory.
26197
26198         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26199         (mp3_type_find):  Use GST_READ_UINT*
26200         macros to access possibly unaligned memory.
26201         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26202         (speex_type_find): Likewise
26203
26204         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26205
26206         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26207         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26208         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26209         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26210         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26211         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26212         macros to access possibly unaligned memory.
26213
26214         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26215         Likewise.
26216
26217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26218         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26219
26220         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26221         Likewise.
26222
26223         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26224         (gst_mpeg2subt_chain_subtitle): Likewise.
26225
26226         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26227         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26228         Likewise.
26229
26230         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26231         Likewise.
26232
26233         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26234         Likewise.
26235
26236         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26237         Likewise.
26238
26239 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26240
26241         * configure.ac:
26242           update required version of GStreamer because of GST_TIME_FORMAT
26243
26244 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26245
26246         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26247           remove leftover g_print
26248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26249           don't try setting only a subset of the caps. We don't want to kill
26250           autoplugging on purpose
26251
26252 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26253
26254         * sys/ximage/ximagesink.c: (plugin_init):
26255         * sys/xvimage/xvimagesink.c: (plugin_init):
26256           add debugging categories
26257
26258 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26259
26260         * po/en_GB.po:
26261         * po/LINGUAS:
26262           Adding en_GB translation (Gareth Owen)
26263
26264 2004-04-20  David Schleef  <ds@schleef.org>
26265
26266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26267         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26268         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26269         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26270         A number of new features and hacks to extract the esds atom and
26271         put it into the caps.  (bug #137724)
26272
26273 2004-04-19  David Schleef  <ds@schleef.org>
26274
26275         * gconf/Makefile.am: Fix for non-GNU make
26276         * gst-libs/gst/Makefile.am: Change directory order to handle
26277         GstPlay linking with gstinterfaces
26278         * gst-libs/gst/audio/make_filter: make use of tr portable
26279         * gst-libs/gst/play/Makefile.am: Add intended \
26280         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26281         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26282         function prototype instead of void *.
26283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26284         macro.
26285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26286         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26287         * gst/videofilter/make_filter: make use of tr portable
26288         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26289
26290 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26291
26292         * po/LINGUAS:
26293         * po/uk.po:
26294           Added Ukrainian translation (Maxim V. Dziumanenko)
26295
26296 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26299         (gst_gsmdec_link), (gst_gsmdec_chain):
26300           Fix capsnego, simplify chain function slightly.
26301         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26302           Add GSM.
26303
26304 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26307         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26308         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26309           Hack to make wavparse work with spider (always -> sometimes pad).
26310           Fixes #135862 && #140411.
26311
26312 2004-04-18  Benjamin Otte  <otte@gnome.org>
26313
26314         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26315         (gst_osselement_rate_probe_check),
26316         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26317           get rid of \n in debug output
26318
26319 2004-04-17  Iain <iain@prettypeople.org>
26320
26321         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26322         not just EOS.
26323
26324 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26325
26326         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26327         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26328         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26329         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26330         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26331         (gst_id3_tag_change_state), (plugin_init):
26332           deprecate id3tag element and replace with id3demux/id3mux.
26333           great side effect: this ugly file is now even uglier, yay!
26334         * ext/mad/gstmad.h:
26335           remove non-available function
26336           update for new get_type
26337
26338 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26339
26340         * configure.ac:
26341           require mpeg2dec >= 0.4.0
26342
26343 2004-04-17  Benjamin Otte  <otte@gnome.org>
26344
26345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26346         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26347         (gst_xvimagesink_set_xwindow_id):
26348           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26349           assorted cleanup fixes.
26350
26351 2004-04-16  David Schleef  <ds@schleef.org>
26352
26353         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26354         * sys/xvimage/xvimagesink.h: same
26355
26356 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26357
26358         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26359           Fix GST_ELEMENT_ERROR with (NULL)
26360
26361 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * gst-libs/gst/riff/riff-media.c:
26364         (gst_riff_create_video_caps_with_data):
26365           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26366
26367 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * gst-libs/gst/riff/riff-media.c:
26370         (gst_riff_create_video_caps_with_data),
26371         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26372         (gst_riff_create_video_template_caps),
26373         (gst_riff_create_audio_template_caps):
26374         * gst-libs/gst/riff/riff-media.h:
26375         * gst-libs/gst/riff/riff-read.c:
26376         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26377         * gst-libs/gst/riff/riff-read.h:
26378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26379           Add MS RLE support. I added some functions to read out strf chunks
26380           into strf chunks and the data behind it. This is usually color
26381           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26382           caps creation. Lastly, add ADPCM (similar to wavparse - which
26383           should eventually be rifflib based).
26384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26385         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26386         * gst/matroska/matroska-demux.h:
26387           Remove placeholders for some prehistoric tagging system. Didn't add
26388           support for any tag system really anyway.
26389         * gst/qtdemux/qtdemux.c:
26390           Add support for audio/x-m4a (MPEG-4) through spider.
26391         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26392         (gst_wavparse_loop):
26393           ADPCM support (#135862). Increase max. buffer size because we
26394           cannot split buffers for ADPCM (screws references) and I've seen
26395           files with 2048 byte chunks. 4096 seems safe for now.
26396
26397 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26398
26399         * configure.ac: bump nano to 1
26400
26401 === release 0.8.1 ===
26402
26403 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26404
26405         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26406
26407 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26410           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26411           Fixes #140058
26412
26413 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26414
26415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26416           lower rank of dvddemux so that it's not used for mpeg playback.
26417
26418 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26419
26420         * configure.ac:
26421           save libs correctly when checking mad
26422
26423 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26424
26425         * ext/mad/gstid3tag.c: (plugin_init):
26426           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26427
26428 2004-04-13  David Schleef  <ds@schleef.org>
26429
26430         * common/m4/gst-feature.m4: Call -config scripts with
26431         --plugin-libs if it is supported.
26432         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26433         JPEG images are image/jpeg.
26434         * gst/debug/Makefile.am:
26435         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26436         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26437         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26438         (gst_negotiation_plugin_init): Add a property that acts like
26439         filter caps.
26440         * testsuite/gst-lint:  Move license checking to be a standard
26441         test.
26442
26443 2004-04-13  David Schleef  <ds@schleef.org>
26444
26445         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26446         patch from Sebastien Cote (bug #139958)
26447
26448 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26449
26450         * examples/gstplay/Makefile.am:
26451         * examples/gstplay/player.c: (main):
26452           make the commandline player example use gconf settings
26453
26454 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26455
26456         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26457         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26458         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26459           init/end library during state transition, not object
26460           creation/disposal.  get rid of custom dispose handler.
26461
26462
26463 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26464
26465         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26466         be a symlink
26467
26468 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26471           Handle JUNK chunks inside data section. Prevents warnings.
26472
26473 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26476         (gst_riff_create_video_template_caps):
26477           Add MS video v1.
26478         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26479         (gst_avi_demux_stream_data):
26480           Add support for "rec-list" chunks.
26481
26482 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26483
26484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26485           Fix another codecname mismatch.
26486
26487 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26490           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26491           so that MJPEG plays back.
26492
26493 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26496         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26497         * gst/mpeg1videoparse/gstmp1videoparse.h:
26498           Fix for some slight mis-cuts in buffer parsing, and for some
26499           potential overflows or faults-causers. Adds disconts. Also fixes
26500           #139105 while we're at it.
26501
26502 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * configure.ac:
26505         * sys/v4l2/gstv4l2element.h:
26506           Workaround for missing struct v4l2_buffer declaration in Suse 9
26507           and Mandrake 10 linux/videodev2.h header file (#135919).
26508
26509 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26510
26511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26512           Bail out if no filename was given.
26513
26514 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26517         (gst_v4l2_fourcc_from_structure):
26518           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26519           Y41B somewhere).
26520
26521 2004-04-09  Benjamin Otte  <otte@gnome.org>
26522
26523         * ext/gnomevfs/gstgnomevfssink.c:
26524         (_gst_boolean_allow_overwrite_accumulator),
26525         (gst_gnomevfssink_class_init):
26526           fix erase signal - if any handler returns false the file will not be
26527           overwritten. If no handler is connected, the file will not be
26528           overwritten either.
26529           renamed signal to "allow-overwrite"
26530         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26531           free string when adding it to ID3 failed
26532         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26533           unref event when done
26534         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26535           free caps
26536         * gst/typefind/gsttypefindfunctions.c:
26537         (mpeg_video_stream_type_find):
26538           fix invalid read
26539
26540 2004-04-08  David Schleef  <ds@schleef.org>
26541
26542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26543         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26544
26545 2004-04-08  David Schleef  <ds@schleef.org>
26546
26547         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26548         we don't support (bug #139532)
26549
26550 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26551
26552         * ext/mad/gstmad.c: (gst_mad_handle_event),
26553         (gst_mad_check_caps_reset), (gst_mad_chain),
26554         (gst_mad_change_state):
26555           only set explicit caps if they haven't been set before for
26556           this stream.  MPEG-audio sample rate/channels aren't allowed
26557           to change in-stream.
26558           Fixes #139382
26559
26560 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26563         (_gst_boolean_did_something_accumulator),
26564         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26565         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26566         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26567         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26568         (gst_gnomevfssink_change_state):
26569           Fix erase signal. Don't erase by default. Remove handoff signal.
26570           Remove erase property. Don't segfault. General cleanup.
26571
26572 2004-04-07  Benjamin Otte  <otte@gnome.org>
26573
26574         * gst-libs/gst/gconf/test-gconf.c: (main):
26575           add missing gst_init
26576
26577 2004-04-07  Benjamin Otte  <otte@gnome.org>
26578
26579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26580           free the mutexes, too
26581
26582 2004-04-07  Benjamin Otte  <otte@gnome.org>
26583
26584         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26585           actually free the URI string
26586         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26587           compute offset correctly when passing discont events
26588         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26589           don't leak discont events
26590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26591           add some missing breaks so caps aren't copied randomly
26592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26593           if we realloc memory, we better use it
26594
26595 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26596
26597         * ext/mad/gstmad.c: (normal_seek):
26598           fix GST_FORMAT_TIME usage
26599
26600 2004-04-05  David Schleef  <ds@schleef.org>
26601
26602         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26603         a deprecated function (hack!)
26604
26605 2004-04-05  Benjamin Otte  <otte@gnome.org>
26606
26607         * ext/esd/esdmon.c: (gst_esdmon_get):
26608           fix nonterminated vararg and memleak
26609
26610 2004-04-05  Benjamin Otte  <otte@gnome.org>
26611
26612         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26613         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26614         (gst_ladspa_set_property), (gst_ladspa_get_property),
26615         (gst_ladspa_instantiate), (gst_ladspa_activate),
26616         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26617           clean up debugging
26618
26619 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26620
26621         reviewed by Benjamin Otte  <otte@gnome.org>
26622
26623         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26624           check for broken LADSPA parameters (fixes #138635)
26625
26626 2004-04-05  Benjamin Otte  <otte@gnome.org>
26627
26628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26629           advertise buffer-frames correctly on sinkpads
26630
26631 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26632
26633         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26634         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26635         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26636         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26637         (gst_mad_check_caps_reset), (gst_mad_chain):
26638         add more debugging, only reset caps when we're not in error state
26639
26640 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26641
26642         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26643
26644 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26645
26646         reviewed by Benjamin Otte  <otte@gnome.org>
26647
26648         * configure.ac:
26649           fix == in test(1) operator
26650
26651 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26652
26653         reviewed by Benjamin Otte  <otte@gnome.org>
26654
26655         * configure.ac:
26656           fix --export-symblos-regex to a working regex.
26657
26658 2004-04-04  Benjamin Otte  <otte@gnome.org>
26659
26660         * sys/oss/.cvsignore:
26661           add for oss_probe
26662
26663 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26664
26665         reviewed by Benjamin Otte  <otte@gnome.org>
26666
26667         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26668           add missing 'new_media' argument (fixes #138168)
26669         * gst/matroska/matroska-demux.c:
26670         (gst_matroska_demux_handle_seek_event):
26671           add vararg terminator (fixes #138169)
26672
26673 2004-04-02  David Schleef  <ds@schleef.org>
26674
26675         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26676         disted (bug #138914)
26677
26678 2004-04-01  Benjamin Otte  <otte@gnome.org>
26679
26680         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26681         (gst_alsa_close_audio):
26682           handle case better where a soundcard can't pause
26683         * ext/ogg/gstoggdemux.c:
26684           don't crash when we get events but don't have pads yet
26685
26686 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26687
26688         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26689           throw an error if we couldn't probe any caps.
26690
26691 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26692
26693         * ext/dvdnav/gst-dvd:
26694         Add a really simple sample DVD player
26695
26696 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26697
26698         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26699         (gst_a52dec_push), (gst_a52dec_handle_event),
26700         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26701         (gst_a52dec_change_state):
26702         * ext/a52dec/gsta52dec.h:
26703           Use a debug category, Output timestamps correctly
26704           Emit tag info, Handle events, tell liba52dec about cpu
26705           capabilities so it can use MMX etc.
26706         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26707           Fix a crasher accessing invalid memory
26708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26709         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26710         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26711         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26712         (dvdnavsrc_query):
26713           Some support for byte-format seeking.
26714           Small fixes for still frames and menu button overlays
26715         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26716         (gst_mpeg2dec_alloc_buffer):
26717           Use a debug category. Adjust the report level of several items to
26718           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26719           so it doesn't lose the GstBuffer pointer
26720         * gst/debug/Makefile.am:
26721         * gst/debug/gstdebug.c: (plugin_init):
26722         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26723         (gst_navseek_base_init), (gst_navseek_class_init),
26724         (gst_navseek_init), (gst_navseek_seek),
26725         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26726         (gst_navseek_get_property), (gst_navseek_chain),
26727         (gst_navseek_plugin_init):
26728         * gst/debug/gstnavseek.h:
26729           Add the navseek debug element for seeking back and forth in a
26730           video stream using arrow keys.
26731         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26732         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26733         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26734         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26735         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26736         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26737         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26738         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26739         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26740         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26741         * gst/mpeg2sub/gstmpeg2subt.h:
26742           Pretty much a complete rewrite. Now a loopbased element. May still
26743           require work to properly synchronise subtitle buffers.
26744         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26745         (gst_dvd_demux_send_subbuffer):
26746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26747           Don't attempt to create subbuffers of size 0
26748           Reduce a couple of error outputs to warnings.
26749         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26750         (gst_y4mencode_chain):
26751         Output the y4m frame header correctly.
26752
26753 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26754
26755         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26756           throw errors instead of allowing SIGFPE
26757
26758 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26759
26760         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26761         (gst_gconf_render_bin_from_key):
26762           leak plugging and style fixing
26763
26764 2004-03-31  David Schleef  <ds@schleef.org>
26765
26766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26767         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26768         (bug #138225)
26769         * gst/debug/Makefile.am:
26770         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26771         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26772         plugin.
26773         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26774         (gst_negotiation_base_init), (gst_negotiation_class_init),
26775         (gst_negotiation_init), (gst_negotiation_getcaps),
26776         (gst_negotiation_pad_link), (gst_negotiation_chain),
26777         (gst_negotiation_set_property), (gst_negotiation_get_property),
26778         (gst_negotiation_plugin_init):  New element to talk about random
26779         negotiation things happening in a pipeline.
26780
26781 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26782
26783         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26784           fix integer addition with help of Stefan Kost
26785
26786 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26787
26788         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26789
26790 2004-03-30  David Schleef  <ds@schleef.org>
26791
26792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26793         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26794         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26795         (bug #137504)
26796         * ext/mpeg2dec/gstmpeg2dec.h:
26797
26798 2004-03-30  David Schleef  <ds@schleef.org>
26799
26800         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26801
26802 2004-03-30  David Schleef  <ds@schleef.org>
26803
26804         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26805         Michael Petullo) to handle .mov
26806
26807 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26808
26809         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26810         (gst_osselement_rate_check_rate):
26811           probe caps correctly for sound cards that only support one format
26812
26813 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26814
26815         * ext/kio/kiosrc.cpp: (process_events):
26816           update handling event processing if inside KDE - untested
26817
26818 2004-03-29  David Schleef  <ds@schleef.org>
26819
26820         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26821         by 2 to not interfere with other colorspaces.
26822         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26823         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26824         one to not interfere with ffmpeg_colorspace.
26825
26826 2004-03-29  David Schleef  <ds@schleef.org>
26827
26828         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26829         aren't in the caps.
26830         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26831         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26832
26833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26834
26835         * gst-libs/gst/riff/riff-media.c:
26836           fail on error, don't try to set stuff on NULL caps
26837
26838 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26839
26840         * configure.ac:
26841         * ext/Makefile.am:
26842         * ext/kio/Makefile.am:
26843         * ext/kio/kioreceiver.cpp:
26844         * ext/kio/kioreceiver.h:
26845         * ext/kio/kiosrc.cpp:
26846         * ext/kio/kiosrc.h:
26847           add experimental kiosrc plugin
26848         * ext/alsa/gstalsaplugin.c: (plugin_init):
26849           initialize debugging category only when we're sure registering the
26850           plugins worked.
26851
26852 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26853
26854         * examples/gstplay/player.c: (main):
26855         * gst-libs/gst/play/play.c: (gst_play_class_init),
26856         (gst_play_set_location), (gst_play_set_data_src),
26857         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26858         (gst_play_set_visualization), (gst_play_connect_visualization):
26859           check return values of element_set_state and return FALSE where
26860           failed
26861
26862 2004-03-29  Benjamin Otte  <otte@gnome.org>
26863
26864         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26865           try harder to check if an event is really a discont
26866
26867 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26868
26869         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26870         * po/az.po:
26871
26872 2004-03-28  Benjamin Otte  <otte@gnome.org>
26873
26874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26875         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26876         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26877           get rid of non-standard "..." ranges in case statements.
26878
26879 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26880
26881         * gst/mpegstream/gstmpegdemux.c:
26882         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26883         specific functionality split to the new dvddemux element.
26884         * gst/mpegstream/gstdvddemux.c:
26885         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26886         streams, derived from mpegdemux.
26887         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26888         up. SCR based timestamp rewriting can be turned off (will probably
26889         completely disappear soon).
26890         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26891         hacking. General cleanup. All printf statements replaced by
26892         debugging messages. Almost complete libdvdnav support.
26893         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26894         by events. New properties for audio and subpicture languages.
26895         (dvdnavsrc_update_highlight): Now uses events.
26896         (dvdnavsrc_user_op): Cleaned up.
26897         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26898         based). Lots of cleanup, and propper support for most libdvdnav
26899         events.
26900         (dvdnavsrc_make_dvd_event): New function.
26901         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26902         (dvdnavsrc_make_clut_change_event): New function.
26903
26904 2004-03-26  Benjamin Otte  <otte@gnome.org>
26905
26906         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26907           fix bug where typefinding would claim it's theora whenever less then
26908           7 bytes of data were available
26909
26910 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26913         (gst_alawdec_base_init), (gst_alawdec_class_init),
26914         (gst_alawdec_init), (gst_alawdec_chain):
26915         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26916         (gst_alawenc_base_init), (gst_alawenc_class_init),
26917         (gst_alawenc_init), (gst_alawenc_chain):
26918         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26919         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26920         (gst_mulawdec_init), (gst_mulawdec_chain):
26921         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26922         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26923         (gst_mulawenc_init), (gst_mulawenc_chain):
26924           Fix capsnego in all four, remove the unused property functions and
26925           simplify the chain functions slightly. I guess we could use macros
26926           or something similar for those, since the code is so similar, but
26927           I'm currently too lazy...
26928
26929 2004-03-24  David Schleef  <ds@schleef.org>
26930
26931         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26932         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26933         (gst_osselement_get_format_structure),
26934         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26935         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26936         (gst_osselement_rate_int_compare): Add code to handle rate probing
26937         (bug #120883)
26938         * sys/oss/gstosselement.h: same
26939         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26940         Use rate probing provided by osselement.
26941         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26942
26943 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26944
26945         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26946         (gst_xvidenc_get_property):
26947           ulong/int mess-up.
26948
26949 2004-03-24  David Schleef  <ds@schleef.org>
26950
26951         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26952         (gst_speexdec_init):
26953         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26954         (gst_speexenc_init):  Create the pad template correctly (from
26955         the static pad template, not a NULL pointer.)
26956
26957 2004-03-25  Benjamin Otte  <otte@gnome.org>
26958
26959         * gst/debug/Makefile.am:
26960         * gst/debug/breakmydata.c:
26961           add element that quasi-randomly changes bytes in the stream.
26962           Intended use is robustness checking of demuxers and decoders in
26963           media tests.
26964
26965 2004-03-24  Benjamin Otte  <otte@gnome.org>
26966
26967         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26968         (gst_alsa_probe_hw_params):
26969         * ext/alsa/gstalsa.h:
26970           debugging output fixes
26971
26972 2004-03-24  Benjamin Otte  <otte@gnome.org>
26973
26974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26975           don't g_return_if_fail if element is PLAYING, fail silently as every
26976           other element.
26977         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26978           only fix needed for cast lvalue issues in gst-plugins
26979         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26980           add proxy_getcaps
26981
26982 2004-03-24  Benjamin Otte  <otte@gnome.org>
26983
26984         * gst/level/gstlevel.c: (gst_level_init):
26985           add proxying getcaps function, so level doesn't advertise impossible
26986           caps
26987
26988 2004-03-24  David Schleef  <ds@schleef.org>
26989
26990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26991         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26992         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26993         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26994         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26995         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26996         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26997         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26998         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26999         messages.  Divide the chunk size by the compression ratio
27000         (needed for MACE audio)
27001
27002 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27005           Fix buffer overflow read error.
27006
27007 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * ext/alsa/gstalsa.h:
27010           Remove unused entry.
27011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27012           Add cinepak.
27013         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27014         (gst_videodrop_link), (gst_videodrop_chain):
27015           Fix, sort of. Was horribly broken with new capsnego. Bah...
27016
27017 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27018
27019         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27020         (plugin_init):
27021         Add a monkeysaudio typefind function
27022
27023 2004-03-23  Johan Dahlin  <johan@gnome.org>
27024
27025         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27026         (gst_play_video_fixate): Check so the structure has the field
27027         before trying to fixate them, this makes it possible to have
27028         fakesinks for video and audio output without printing errors on
27029         the output console.
27030
27031 2004-03-22  David Schleef  <ds@schleef.org>
27032
27033         * sys/oss/Makefile.am:
27034         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27035         (check_rate), (add_rate):  Rate probing test app.
27036
27037 2004-03-21  Benjamin Otte  <otte@gnome.org>
27038
27039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27040         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27041           add a fixation function that pretty much does the right thing (fixes
27042           #137556)
27043
27044 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27045
27046         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27047
27048 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27049
27050         reviewed by: Benjamin Otte  <otte@gnome.org>
27051
27052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27053           terminate gst_event_new_discontinuous correctly (fixes parts of
27054           #137711)
27055
27056 2004-03-19  David Schleef  <ds@schleef.org>
27057
27058         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27059         since it doesn't depend on X, and it's part of our ABI.
27060
27061 2004-03-19  Iain <iain@prettypeople.org>
27062
27063         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27064         is_int in the structure, not the local variable.
27065
27066 2004-03-19  David Schleef  <ds@schleef.org>
27067
27068         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27069         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27070         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27071         Improvements in caps negotiation.
27072
27073 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27074
27075         * po/LINGUAS:
27076         * po/af.po:
27077           adding Afrikaans (Petri Jooste)
27078
27079 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27080
27081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27082         (gst_ffmpegcolorspace_chain):
27083         throw error instead of g_critical (#137588)
27084
27085 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27086
27087         * Makefile.am:
27088         * configure.ac:
27089           dist common and m4 correctly
27090         * po/sv.po:
27091
27092 2004-03-17  David Schleef  <ds@schleef.org>
27093
27094         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27095         (bug #137348)
27096
27097 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27098
27099         * po/LINGUAS:
27100         * po/sv.po:
27101           adding Swedish translation (Christian Rose)
27102
27103 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27104
27105         * Makefile.am: use release.mak
27106
27107 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27108
27109         * common/ChangeLog:
27110         * common/gst-autogen.sh:
27111           add some explanation about the version detection
27112         * configure.ac:
27113           fix X check
27114
27115 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27116
27117         * configure.ac: bump nano to 1
27118
27119 === release 0.8.0 ===
27120
27121 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27122
27123         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27124
27125 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27126
27127         * configure.ac:
27128           update libtool version
27129         * gst-libs/gst/media-info/Makefile.am:
27130           actually use libtool version
27131
27132 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27135
27136 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27137
27138         * configure.ac:
27139         * gst-plugins.spec.in:
27140         * pkgconfig/Makefile.am:
27141         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27142         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27143         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27144         * pkgconfig/gstreamer-libs.pc.in:
27145         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27147         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27148         * pkgconfig/gstreamer-plugins.pc.in:
27149           remove @VERSION@ from some of the pc files since core and plugins
27150           are decoupled.
27151           created gstreamer-plugins.pc as it's a better name, but keeping
27152           -libs around for now to get fixes upstream done first.
27153
27154 2004-03-15  Julien MOUTTE <julien@moutte.net>
27155
27156         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27157         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27158         * gst-libs/gst/play/play.h:
27159
27160 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27161
27162         * *.c, *.cc: don't mix tabs and spaces
27163
27164 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27165
27166         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27167           use the new ffmpegcolorspace
27168         * gst-plugins.spec.in:
27169           package new colorspace and media-info
27170         * configure.ac:
27171         * pkgconfig/Makefile.am:
27172           fix some more disting issues
27173         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27174         * pkgconfig/gstreamer-media-info.pc.in:
27175           generate media-info pc files
27176
27177 2004-03-15  Johan Dahlin  <johan@gnome.org>
27178
27179         * *.h: Revert indenting
27180
27181 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27182
27183         * configure.ac:
27184           adding ffmpegcolorspace element
27185         * gst/ffmpegcolorspace/Makefile.am:
27186         * gst/ffmpegcolorspace/avcodec.h:
27187         * gst/ffmpegcolorspace/common.h:
27188         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27189         * gst/ffmpegcolorspace/dsputil.h:
27190         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27192         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27193         (gst_ffmpeg_caps_to_pix_fmt):
27194         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27196         (gst_ffmpegcolorspace_caps_remove_format_info),
27197         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27198         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27199         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27200         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27201         (gst_ffmpegcolorspace_set_property),
27202         (gst_ffmpegcolorspace_get_property),
27203         (gst_ffmpegcolorspace_register):
27204         * gst/ffmpegcolorspace/imgconvert.c:
27205         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27206         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27207         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27208         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27209         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27210         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27211         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27212         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27213         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27214         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27215         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27216         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27217         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27218         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27219         (img_get_alpha_info), (deinterlace_line),
27220         (deinterlace_line_inplace), (deinterlace_bottom_field),
27221         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27222         * gst/ffmpegcolorspace/imgconvert_template.h:
27223         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27224         * gst/ffmpegcolorspace/mmx.h:
27225         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27226           adding ffmpegcolorspace element supplied by Ronald after cleaning
27227           up and pulling in the right bits of upstream source.
27228           I'm sure a better C/compiler wizard could do some cleaning up (for
27229           example use GLIB's malloc stuff), but as a first pass this
27230           works very well
27231
27232 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27233
27234         * ext/alsa/gstalsa.h:
27235           I assume Ronald forgot to commit the change to have cardname
27236           as a struct member.  Expect some public spanking at the next
27237           opportunity.
27238
27239 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27240
27241         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27242         (gst_alsa_open_audio), (gst_alsa_close_audio):
27243         * ext/alsa/gstalsa.c:
27244           Don't open the device if we're a mixer (= padless).
27245         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27246         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27247         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27248           Open mixer during state change rather than during object
27249           initialization. Also, get a device name. Currently in a somewhat
27250           hackish fashion, but I didn't really find something better.
27251
27252 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27253
27254         * *.c, *.h: run gst-indent
27255
27256 2004-03-14  Benjamin Otte  <otte@gnome.org>
27257
27258         * gst/modplug/gstmodplug.cc:
27259         * gst/modplug/gstmodplug.h:
27260           set correct timestamps on outgoing buffers
27261
27262 2004-03-14  Benjamin Otte  <otte@gnome.org>
27263
27264         * gst/modplug/gstmodplug.cc:
27265           handle events - don't do crap when a discont arrives that's not
27266           necessary
27267           This allows correct loading and playback of mods in Rhythmbox
27268
27269 2004-03-14  Benjamin Otte  <otte@gnome.org>
27270
27271         * configure.ac:
27272         * gst-libs/gst/gconf/Makefile.am:
27273         * pkgconfig/Makefile.am:
27274           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27275           they get rebuilt properly
27276         * configure.ac:
27277           when checking for vorbis, try pkgconfig first.
27278         * gst/modplug/gstmodplug.cc:
27279           add fixate function
27280
27281 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27284           Fix for obvious mistake, where we first shift the offset and then
27285           read a samplesize element assuming the old offset. Note that this
27286           part still has something weird, i.e. my movies containing those
27287           don't actually play well, but at least there's something that looks
27288           like sound now.
27289
27290 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27291         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27292         (plugin_init):
27293         Add a typefind function for speex format
27294
27295 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27296
27297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27298         (gst_asf_demux_setup_pad):
27299           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27300           instead of 0. Reason is simple: some elements have a fps range
27301           of 1-max instead of 0-max. So now ASF video actually works.
27302
27303 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27304
27305         * po/LINGUAS:
27306         * po/sr.po:
27307           adding serbian as a language
27308
27309 2004-03-13  Benjamin Otte  <otte@gnome.org>
27310
27311         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27312           return taglist correctly from _get function, don't gst_pad_push it.
27313           (fixes #137042)
27314
27315 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27316         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27317
27318 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27322         (gst_alsa_mixer_track_new):
27323         * ext/alsa/gstalsamixertrack.h:
27324           Fix ancient leftovers... MixerTrack is a GObject.
27325
27326 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27329         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27330           Don't block during probing...
27331
27332 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27335         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27336         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27337         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27338         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27339         (gst_alsa_open_audio), (gst_alsa_close_audio):
27340         * ext/alsa/gstalsa.h:
27341           Add propertyprobe interface implementation, add some device-name
27342           property, all this so that it looks good in gnome-volume-control.
27343
27344 2004-03-12  David Schleef  <ds@schleef.org>
27345
27346         * configure.ac: the Hermes library controls hermescolorspace, not
27347         colorspace.
27348         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27349         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27350         not /* */
27351         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27352         * ext/sdl/sdlvideosink.h: ditto.
27353         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27354
27355 2004-03-12  Benjamin Otte  <otte@gnome.org>
27356
27357         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27358         (gst_x_overlay_got_xwindow_id):
27359         * gst-libs/gst/xoverlay/xoverlay.h:
27360           replace XID with unsigned long to get rid of the xlibs dependency in
27361           XOverlay (fixes #137004)
27362
27363 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27364         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27365         (gst_agingtv_setup):
27366         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27367         (gst_dicetv_base_init), (gst_dicetv_class_init),
27368         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27369         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27370         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27371         (gst_edgetv_setup), (gst_edgetv_rgb32):
27372         * gst/effectv/gsteffectv.c:
27373         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27374         (gst_quarktv_set_property):
27375         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27376         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27377         (gst_revtv_setup), (gst_revtv_rgb32):
27378         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27379         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27380         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27381         (gst_shagadelictv_rgb32):
27382         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27383         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27384         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27385         * gst/effectv/gstwarp.c:
27386         Port everything that can be ported to videofilter and fix up the caps.
27387         Can someone with a big-endian machine please check these?
27388
27389 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27392         (gst_osssink_chain), (gst_osssink_change_state):
27393           Latest fixes for A/V sync, audio playback and such. This is about
27394           all... MPEG playback issues are mostly related to the async build-
27395           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27396
27397 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27398
27399         patch from: Stephane Loeuillet
27400
27401         * configure.ac:
27402           use pkg-config for some libraries, falling back to the old .m4 way
27403           (fixes #131270)
27404         * m4/libdv.m4:
27405           removed
27406
27407 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27408
27409         * configure.ac:
27410         * tools/Makefile.am:
27411         * tools/Makefile.in:
27412         * tools/gst-launch-ext-m.m:
27413         * tools/gst-launch-ext.1.in:
27414         * tools/gst-visualise-m.m:
27415         * tools/gst-visualise.1:
27416         * tools/gst-visualise.1.in:
27417           reorganizing generation of script tools
27418
27419 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * ext/divx/gstdivxdec.c:
27422           Downgrade priority. We prefer ffdec_mpeg4.
27423         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27424         (gst_faad_chain), (gst_faad_change_state):
27425           Fix capsnego. Doesn't work for some sounds because we don't have
27426           a 5:1 to stereo element.
27427         * ext/xvid/gstxvid.c: (plugin_init):
27428           Add priority.
27429         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27430         (gst_osssink_change_state):
27431           Add discont handling.
27432
27433 2004-03-09  Colin Walters  <walters@verbum.org>
27434
27435         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27436         conversion.
27437
27438 2004-03-09  Benjamin Otte  <otte@gnome.org>
27439
27440         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27441           the signals take 2 arguments
27442
27443 2004-03-09  David Schleef  <ds@schleef.org>
27444
27445         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27446         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27447         * ext/alsa/gstalsa.h:
27448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27449
27450 2004-03-09  Benjamin Otte  <otte@gnome.org>
27451
27452         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27453         (gst_mikmod_change_state):
27454         * ext/mikmod/gstmikmod.h:
27455           make mikmod's loop function not loop infinitely and call
27456           gst_element_yield anymore
27457         * gst/modplug/gstmodplug.cc:
27458           fix pad negotiation (fixes #136590)
27459
27460 2004-03-09  David Schleef  <ds@schleef.org>
27461
27462         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27463         doesn't conflict with the internal colorspace plugin.
27464         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27465         satisfy the crappy-ass shell shipped by a certain vendor.
27466         * gst/videofilter/make_filter: same (bug #135299)
27467
27468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27469
27470         * configure.ac: bump nano to 1
27471
27472 === release 0.7.6 ===
27473
27474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27475
27476         * configure.in: releasing 0.7.6, "There"
27477
27478 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27479
27480         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27481         * pkgconfig/gstreamer-play.pc.in:
27482           synchronize the two
27483
27484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27485
27486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27487         (cdparanoia_open), (cdparanoia_event):
27488           fix/add error handling
27489         * po/POTFILES.in:
27490           add cdparanoia source
27491         * tools/Makefile.am:
27492           make scripts executable
27493
27494 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * configure.ac:
27497         * ext/vorbis/Makefile.am:
27498         * sys/Makefile.am:
27499           remove id3types, vorbisfile and xvideosink from the build (#133783)
27500
27501 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27504           Fix metadata read crash (#136537).
27505
27506 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27507
27508         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27509         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27510           adding mime types, fixing the one-stop function
27511
27512 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27513
27514         * ext/nas/nassink.c and /ext/nas/nassink.h:
27515         More NAS love from Arwed von Merkatz
27516         So lets all sing 'Can you feel the NAS tonight'
27517
27518 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27519
27520         * tools/gst-launch-ext.in:
27521         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27522
27523 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27524
27525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27526         (gst_mpeg2dec_init):
27527         remove the user_data pad for now, because it is being used in
27528         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27529         If someone knows how to fix this properly, please do.
27530
27531 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27532
27533         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27534         (gst_osssink_get_time):
27535         add a warning, IMO this won't get triggered anymore, remove later
27536
27537 2004-03-07  David Schleef  <ds@schleef.org>
27538
27539         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27540         format (bug #136470)
27541
27542 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27543
27544         * gst-libs/Makefile.am:
27545         * gst-libs/gst/media-info/Makefile.am:
27546         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27547         (error_callback), (gst_media_info_error_create),
27548         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27549         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27550         * gst-libs/gst/media-info/media-info-priv.h:
27551         * gst-libs/gst/media-info/media-info-test.c: (main):
27552         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27553         (gst_media_info_class_init), (gst_media_info_instance_init),
27554         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27555         (gst_media_info_read_idler), (gst_media_info_read):
27556         * gst-libs/gst/media-info/media-info.h:
27557         fixed, should work now
27558
27559 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27560
27561         * ext/nas/nassink.c:
27562         A bunch of NAS fixes from Arwed von Merkatz
27563
27564 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27565
27566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27567         (qtdemux_parse_trak):
27568           Fix crash (j might be greater than n_samples, in which case we're
27569           writing outside the allocated space for the array) and memleak.
27570
27571 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27572
27573         * sys/oss/gstosssink.c: (gst_osssink_chain):
27574           And another caller that couldn't handle delay < 0 (unsigned
27575           integer overflow). Video now continues playing on an audio
27576           buffer underrun, and the clock continues working. Audio still
27577           stalls.
27578
27579 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27580
27581         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27582         (gst_osssink_get_time):
27583           get_delay() may return values lower than 0. In those cases, we
27584           should not actually cast to *unsigned* int64, that will break
27585           stuff horribly. In my case, it screwed up A/V sync in movies
27586           in totem rather badly.
27587
27588 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27589
27590         * ext/faac/gstfaac.c: (gst_faac_chain):
27591         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27592         * ext/libpng/gstpngenc.c: (user_write_data):
27593         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27594         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27595         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27596         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27597         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27598         of any buffer), should fix some leaks. I hope I didn't unref buffers
27599         that shouldn't be...
27600
27601 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27604         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27605         (error_callback), (gmi_reset), (gmi_seek_to_track),
27606         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27607         (gmip_find_type_post), (gmip_find_stream_post),
27608         (gmip_find_track_streaminfo_post):
27609         * gst-libs/gst/media-info/media-info-priv.h:
27610         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27611         (info_print), (main):
27612         * gst-libs/gst/media-info/media-info.c:
27613         (gst_media_info_error_create), (gst_media_info_error_element),
27614         (gst_media_info_instance_init), (gst_media_info_get_property),
27615         (gst_media_info_new), (gst_media_info_set_source),
27616         (gst_media_info_read_idler), (gst_media_info_read):
27617         * gst-libs/gst/media-info/media-info.h:
27618           first pass at making this work again.  This seems to work on
27619           tagged ogg/vorbis and mp3 files.
27620
27621 2004-03-06  Benjamin Otte  <otte@gnome.org>
27622
27623         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27624           fix huge leak: gst_buffer_merge doesn't unref the first argument
27625           itself.
27626
27627 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27628
27629         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27630           report layer/mode/emphasis
27631
27632 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27633
27634         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27635
27636 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27637
27638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27639           signal serial
27640
27641 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * ext/vorbis/vorbis.c: (plugin_init):
27644         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27645         (gst_vorbis_dec_init), (vorbis_dec_event):
27646         add debug category
27647         make vorbisdec handle _BYTE and _TIME queries
27648
27649 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27650
27651         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27652           from the xing header
27653
27654 2004-03-06  Benjamin Otte  <otte@gnome.org>
27655
27656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27657         (gst_audio_convert_link), (gst_audio_convert_change_state),
27658         (gst_audio_convert_buffer_from_default_format):
27659           do conversions from/to float correctly, fix some caps nego errors,
27660           export correct supported caps in template and getcaps, use correct
27661           caps in try_set_caps functions
27662
27663 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27664
27665         For some reason, I only committed a ChangeLog entry yesterday and
27666         not the corresponding code...
27667         * ext/mad/gstmad.c: Fix detection of Xing headers
27668         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27669
27670 2004-03-06  Benjamin Otte  <otte@gnome.org>
27671
27672         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27673         (gst_ogg_demux_src_query):
27674           make sure to handle the case where there's no current chain
27675           gracefully.
27676
27677 2004-03-05  David Schleef  <ds@schleef.org>
27678
27679         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27680         Add fixate function. (bug #131128)
27681         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27682         (gst_sdlvideosink_fixate):  Add fixate function.
27683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27684         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27685         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27686         Fix missing break that was causing ulaw to be interpreted as
27687         raw int.
27688
27689 2004-03-05  David Schleef  <ds@schleef.org>
27690
27691         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27692         Fix code that ignores return value of gst_buffer_merge().
27693         (bug #114560)
27694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27695         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27696         * testsuite/gst-lint:  Check for above.
27697
27698 2004-03-05  David Schleef  <ds@schleef.org>
27699
27700         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27701         caps and throw an element error.  (bug #136334)
27702
27703 2004-03-05  David Schleef  <ds@schleef.org>
27704
27705         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27706         (gst_faad_chain): Fix negotiation.
27707         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27708         key and button events.
27709         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27710         dung heap of code.
27711         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27712         depends on gconf
27713         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27714         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27715         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27716         function to encourage better negotiation, particularly between
27717         audioconvert and osssink.
27718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27719         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27720         more important.
27721         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27722         typefinding.
27723         * gst/vbidec/vbiscreen.c:  Add glib header
27724         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27725
27726 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27727
27728         * ext/mad/gstmad.c: Fix detection of Xing headers
27729         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27730
27731 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27732
27733         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27734         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27735           debug updates
27736
27737 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27738
27739         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27740         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27741         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27742         files, and report the parsed length as a GST_TAG_DURATION tag.
27743         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27744
27745 2004-03-05  Benjamin Otte  <otte@gnome.org>
27746
27747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27748           convert channels correctly. convert correctly to unsigned.
27749
27750 2004-03-05  Julien MOUTTE <julien@moutte.net>
27751
27752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27753         we have a window before clearing it.
27754
27755 2004-03-05  Julien MOUTTE <julien@moutte.net>
27756
27757         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27758         have a window before clearing it.
27759
27760 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27761
27762         * gconf/gstreamer.schemas.in:
27763         * gst-libs/gst/gconf/Makefile.am:
27764           version installation path the same way as for 0.6
27765         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27766         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27767         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27768           remove comment that was fixed
27769
27770 2004-03-05  David Schleef  <ds@schleef.org>
27771
27772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27773         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27774         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27775         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27776         Add prototype code for handling seeking and querying.
27777
27778 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27779
27780         * examples/gstplay/player.c: (main):
27781           Initialize variables to NULL. Prevents a segfault because the
27782           (uninitialized) variable is not NULL, resulting in a crash on
27783           trying to reach error->message.
27784
27785 2004-03-05  Benjamin Otte  <otte@gnome.org>
27786
27787         * gst/audioconvert/gstaudioconvert.c:
27788         (gst_audio_convert_buffer_to_default_format):
27789         make float=>int conversion work correctly even in cornercases.
27790
27791 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27792
27793         * debian/README.Debian:
27794         * debian/build-deps:
27795         * debian/changelog:
27796         * debian/control:
27797         * debian/control.in:
27798         * debian/copyright:
27799         * debian/gstreamer-a52dec.files:
27800         * debian/gstreamer-aa.files:
27801         * debian/gstreamer-alsa.files:
27802         * debian/gstreamer-alsa.manpages:
27803         * debian/gstreamer-arts.files:
27804         * debian/gstreamer-artsd.files:
27805         * debian/gstreamer-audiofile.files:
27806         * debian/gstreamer-avifile.files:
27807         * debian/gstreamer-cdparanoia.files:
27808         * debian/gstreamer-colorspace.files:
27809         * debian/gstreamer-doc.files:
27810         * debian/gstreamer-dv.files:
27811         * debian/gstreamer-dvd.files:
27812         * debian/gstreamer-esd.files:
27813         * debian/gstreamer-festival.files:
27814         * debian/gstreamer-flac.files:
27815         * debian/gstreamer-gconf.conffiles:
27816         * debian/gstreamer-gconf.files:
27817         * debian/gstreamer-gconf.postinst:
27818         * debian/gstreamer-gnomevfs.files:
27819         * debian/gstreamer-gsm.files:
27820         * debian/gstreamer-http.files:
27821         * debian/gstreamer-jack.files:
27822         * debian/gstreamer-jpeg.files:
27823         * debian/gstreamer-mad.files:
27824         * debian/gstreamer-mikmod.files:
27825         * debian/gstreamer-misc.files:
27826         * debian/gstreamer-mpeg2dec.files:
27827         * debian/gstreamer-oss.files:
27828         * debian/gstreamer-plugin-apps.files:
27829         * debian/gstreamer-plugin-apps.manpages:
27830         * debian/gstreamer-plugin-libs-dev.files:
27831         * debian/gstreamer-plugin-libs.files:
27832         * debian/gstreamer-plugin-template.postinst:
27833         * debian/gstreamer-plugin-template.postrm:
27834         * debian/gstreamer-sdl.files:
27835         * debian/gstreamer-sid.files:
27836         * debian/gstreamer-vorbis.files:
27837         * debian/gstreamer-x.files:
27838         * debian/mk.control:
27839         * debian/rules:
27840         Debian package info not maintained here.
27841
27842 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27845         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27847         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27848         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27849         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27850         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27851         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27852         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27854         * gst-libs/gst/colorbalance/colorbalance.c:
27855         (gst_color_balance_class_init):
27856         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27857         (gst_color_balance_channel_class_init):
27858         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27859         * gst-libs/gst/play/play.c: (gst_play_class_init):
27860         * gst-libs/gst/propertyprobe/propertyprobe.c:
27861         (gst_property_probe_iface_init):
27862         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27863         * gst-libs/gst/tuner/tunerchannel.c:
27864         (gst_tuner_channel_class_init):
27865         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27866         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27867         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27868         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27869         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27871         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27874           fix signals to use - instead of _
27875         * ext/libcaca/gstcacasink.h:
27876         * ext/sdl/sdlvideosink.h:
27877           fix header rename
27878
27879 2004-03-04  David Schleef  <ds@schleef.org>
27880
27881         * testsuite/gst-lint:  Add a check for bad signal names.
27882
27883 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27884
27885         reviewed by David Schleef
27886
27887         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27888         modified the alpha channel and caused a warning. (bug #136192)
27889
27890 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27891
27892         * gst-plugins.spec.in:
27893         Change names of plugins to actually be correct. Try to keep things
27894         alphabetical to avoid getting beat up by Thomas
27895
27896 2004-03-03  Julien MOUTTE <julien@moutte.net>
27897
27898         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27899         Using ximagesink as a default if no gconf key found. We should
27900         probably consider using alsasink instead of osssink for the audio
27901         part.
27902
27903 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * configure.ac:
27906           fix --with-plugins, don't think it ever worked before
27907         * gst-plugins.spec.in:
27908           even more updates
27909
27910 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27911
27912         * ext/sdl/sdlvideosink.h:
27913         * sys/ximage/ximagesink.h:
27914         * sys/xvideo/xvideosink.h:
27915         * sys/xvimage/xvimagesink.h:
27916           Fix for move of gstvideosink.h -> videosink.h.
27917
27918 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27919
27920         * gst-libs/gst/xwindowlistener/Makefile.am:
27921           this is a plugin library, not a library
27922
27923 2004-03-01  David Schleef  <ds@schleef.org>
27924
27925         * AUTHORS:  Added some names.  Add yourself if you're still
27926         missing.
27927
27928 2004-03-01  David Schleef  <ds@schleef.org>
27929
27930         * MAINTAINERS: Add
27931
27932 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27933
27934         * gst-plugins.spec.in: clean up spec file
27935
27936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27937
27938         * gst-libs/gst/video/Makefile.am:
27939         * gst-libs/gst/video/gstvideosink.c:
27940         * gst-libs/gst/video/gstvideosink.h:
27941           rename gstvideosink.h to videosink.h to match other headers
27942         * gst/mixmatrix/Makefile.am:
27943           fix plugin filename
27944         * gst/tags/Makefile.am: fix plugin filename
27945
27946 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27947
27948         * gst/tags/Makefile.am: fix plugin filename
27949
27950 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27951
27952         * examples/gstplay/player.c: (got_time_tick), (main):
27953           add error handler
27954           display time_tick more readably
27955         * gst/mixmatrix/Makefile.am:
27956           fix plugin file name
27957
27958 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27959
27960         * sys/oss/gstosselement.c: (gst_osselement_probe),
27961         (device_combination_append), (gst_osselement_class_probe_devices):
27962         * sys/oss/gstosselement.h:
27963           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27964           on my system using alsa oss emulation, fixes bug #135597
27965
27966 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27969         (gst_videodrop_chain), (gst_videodrop_change_state):
27970         * gst/videodrop/gstvideodrop.h:
27971           Work based on timestamp of input data, not based on the expected
27972           framerate from the input. The consequence is that this element now
27973           not only scales framerates, but also functions as a framerate
27974           corrector or framerate stabilizer/constantizer.
27975
27976 2004-02-27  David Schleef  <ds@schleef.org>
27977
27978         patches from jmmv@menta.net (Julio M. Merino Vidal)
27979
27980         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27981         GST_ELEMENT_ERROR call (bug #135634)
27982         * gst/interleave/interleave.c: (interleave_buffered_loop),
27983         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27984         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27985         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27986         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27987         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27988         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27989         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27990         Fix GST_ELEMENT_ERROR call.
27991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27992         GST_ELEMENT_ERROR call.
27993
27994 2004-02-27  Benjamin Otte  <otte@gnome.org>
27995
27996         * gst-libs/gst/audio/audio.h:
27997           add macro to make sure header isn't included twice
27998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27999           don't use gst_buffer_free
28000         * gst/playondemand/filter.func:
28001           don't use gst_data_free. Free data only once.
28002
28003 2004-02-26  David Schleef  <ds@schleef.org>
28004
28005         * gst-libs/gst/colorbalance/Makefile.am:
28006         * gst-libs/gst/mixer/Makefile.am:
28007         * gst-libs/gst/tuner/Makefile.am:
28008         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28009         should not be disted, -marshal.h files should not be installed,
28010         and -enum.h files _should_ be installed.  Fix to make this the
28011         case.
28012
28013 === release 0.7.5 ===
28014
28015 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28016
28017         * configure.ac: release 0.7.5, "Under The Sea"
28018
28019 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28020
28021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28022         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28023         * gst/videoscale/gstvideoscale.c:
28024         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28025           assorted debug/warning fixes
28026
28027 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28028
28029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28030         (gst_videoscale_init), (gst_videoscale_chain),
28031         (gst_videoscale_set_property), (plugin_init):
28032         * gst/videoscale/gstvideoscale.h:
28033         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28034         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28035         (gst_videoscale_planar400), (gst_videoscale_packed422),
28036         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28037         (gst_videoscale_24bit), (gst_videoscale_16bit),
28038         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28039         (gst_videoscale_scale_plane_slow),
28040         (gst_videoscale_scale_point_sample),
28041         (gst_videoscale_scale_nearest),
28042         (gst_videoscale_scale_nearest_str2),
28043         (gst_videoscale_scale_nearest_str4),
28044         (gst_videoscale_scale_nearest_32bit),
28045         (gst_videoscale_scale_nearest_24bit),
28046         (gst_videoscale_scale_nearest_16bit):
28047         add debugging category and use it properly
28048         fix use of GST_PTR_FORMAT
28049
28050 2004-02-25  Andy Wingo  <wingo@pobox.com>
28051
28052         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28053         push only when channel->buffer is NULL. Prevents segfaults doing
28054         the state change after a nonlocal exit, like a scheme exception.
28055
28056         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28057         Handle the case where the intersected caps is empty.
28058
28059 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28060
28061         * gst/law/mulaw-decode.c: (mulawdec_link):
28062         * gst/law/mulaw.c: (plugin_init):
28063           fix mulawdec so it actually works again
28064
28065 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28066
28067         reviewed by: David Schleef  <ds@schleef.org>
28068
28069         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28070         (gst_gamma_init), (gst_gamma_set_property),
28071         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28072         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28073         for RGB, with separate r g and b correction factors. (#131167)
28074
28075 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28076
28077         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28078           only signal tags for bitrate if they're > 0 (#134894)
28079
28080 2004-02-24  David Schleef  <ds@schleef.org>
28081
28082         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28083         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28084         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28085         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28086         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28087         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28088         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28089         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28090         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28091         category.  Attempt to fix timestamp calculation.
28092
28093 2004-02-24  Johan Dahlin  <johan@gnome.org>
28094
28095         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28096
28097 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28098
28099         * configure.ac:
28100         * gconf/Makefile.am:
28101         * gconf/gstreamer.schemas:
28102         * gst-libs/gst/gconf/Makefile.am:
28103         * gst-libs/gst/gconf/gconf.c:
28104           version gconf schemas and install locations
28105
28106 2004-02-23  Benjamin Otte  <otte@gnome.org>
28107
28108         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28109         (gst_xine_input_subclass_init):
28110           call parent dispose.
28111           change pad template for CD reader correctly
28112         * ext/xine/Makefile.am:
28113         * ext/xine/gstxine.h:
28114         * ext/xine/xine.c: (plugin_init):
28115         * ext/xine/xineaudiosink.c:
28116           wrap audio sinks, too
28117         * gst-libs/gst/resample/private.h:
28118         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28119         (gst_resample_reinit), (gst_resample_scale),
28120         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28121         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28122         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28123         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28124         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28125         * gst-libs/gst/resample/resample.h:
28126         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28127         (gst_audioscale_class_init), (gst_audioscale_link),
28128         (gst_audioscale_get_buffer), (gst_audioscale_init),
28129         (gst_audioscale_chain), (gst_audioscale_set_property),
28130         (gst_audioscale_get_property):
28131         * gst/audioscale/gstaudioscale.h:
28132           s/resample_*/gst_resample_*/i to not clobber namespaces
28133
28134 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28135
28136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28137         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28138         (gst_riff_create_video_template_caps),
28139         (gst_riff_create_audio_template_caps),
28140         (gst_riff_create_iavs_template_caps):
28141         * gst-libs/gst/riff/riff-media.h:
28142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28143         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28144         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28145         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28147         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28148         (gst_matroska_demux_plugin_init): First batch implementing audio and
28149         video codec tags in demuxers.
28150
28151 2004-02-22  Benjamin Otte  <otte@gnome.org>
28152
28153         * ext/xine/Makefile.am:
28154         * ext/xine/gstxine.h:
28155         * ext/xine/xine.c: (plugin_init):
28156         * ext/xine/xineinput.c:
28157           add input plugin wrapper. Playback from files, http, mms and cdda
28158           works.
28159         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28160           remove leftover G_GNUC_UNUSED
28161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28162         (gst_asf_demux_identify_guid):
28163           improve debugging output
28164
28165 2004-02-22  Benjamin Otte  <otte@gnome.org>
28166
28167         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28168
28169         * autogen.sh:
28170           replace test -e with test -x for mkinstalldirs to be more portable.
28171           (fixes #134816)
28172
28173 2004-02-22  Benjamin Otte  <otte@gnome.org>
28174
28175         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28176
28177         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28178           set rank to PRIMARY
28179         * gst/volume/gstvolume.c: (plugin_init):
28180           set rank to NONE
28181         fixes #134960
28182
28183 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28184
28185         reviewed by Benjamin Otte  <otte@gnome.org>
28186
28187         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28188           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28189
28190 2004-02-22  Benjamin Otte  <otte@gnome.org>
28191
28192         * configure.ac:
28193           export [_]*{gst,Gst,GST}.* symbols from plugins
28194
28195 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28196
28197         reviewed by: Benjamin Otte  <otte@gnome.org>
28198
28199         * ext/lame/gstlame.c: (add_one_tag):
28200         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28202         (gst_vorbisenc_metadata_set1):
28203         * gst/tags/gstid3tag.c:
28204         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28205           apply fixes from bugs #135042 (lame can't write tags) and #133817
28206           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28207
28208 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28209
28210         * configure.ac: Export only gst_plugin_desc from plugins.
28211          Note that this change only makes any effect with Linux using libtool
28212          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28213          fine. And don't try to have several versions of libtool in different
28214          directories.
28215
28216 2004-02-20  Andy Wingo  <wingo@pobox.com>
28217
28218         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28219         interleave respectively.
28220
28221         * gst/interleave/deinterleave.c: New plugin: deinterleave
28222         (replaces on oneton).
28223         * gst/interleave/interleave.c: New plugin: interleave.
28224         * gst/interleave/plugin.h: Support file.
28225         * gst/interleave/plugin.c: Support file.
28226
28227         * configure.ac: Remove intfloat and oneton, add interleave.
28228
28229         * ext/sndfile/gstsf.c: Handle events better.
28230
28231         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28232         and float2int operation. int2float has scheduling problems as
28233         noted in in2float_chain.
28234
28235 2004-02-20  Benjamin Otte  <otte@gnome.org>
28236
28237         * ext/xine/Makefile.am:
28238         * ext/xine/gstxine.h:
28239         * ext/xine/xine.c:
28240         * ext/xine/xineaudiodec.c:
28241         * ext/xine/xinecaps.c:
28242           add first version of xine plugin wrapper. Currently only wraps the
28243           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28244         * configure.ac:
28245         * ext/Makefile.am:
28246           add xine plugin wrapper, disabled by default. Use --enable-xine to
28247           build. Note that it'll segfault on gst-register if you don't remove
28248           the goom and tvtime post plugins from xine.
28249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28250         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28251           add extradata parsing for QDM2.
28252           change around debugging prints.
28253
28254 2004-02-19  Benjamin Otte  <otte@gnome.org>
28255
28256         * ext/lame/gstlame.c: (gst_lame_chain):
28257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28258           use gst_tag_list_insert when you want to insert tags
28259
28260 2004-02-18  David Schleef  <ds@schleef.org>
28261
28262         * configure.ac:  Move massink to gst-rotten
28263         * ext/Makefile.am:
28264         * ext/mas/Makefile.am:
28265         * ext/mas/massink.c:
28266         * ext/mas/massink.h:
28267
28268 2004-02-18  David Schleef  <ds@schleef.org>
28269
28270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28271         typefinding, since it seems to be worse than nothing.
28272         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28273         atom to recognize .mp4 and .m4a files as video/quicktime.
28274
28275 2004-02-18  David Schleef  <ds@schleef.org>
28276
28277         * gst/sine/demo-dparams.c: (quit_live),
28278         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28279         Use double dparams, not float.
28280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28281         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28282         sync'd elements don't really work correctly.
28283         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28284         (volume_update_volume), (volume_get_property):  Change dparam
28285         to double.
28286
28287 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28288
28289         * sys/ximage/ximagesink.c:
28290         (gst_ximagesink_xwindow_update_geometry),
28291         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28292         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28293         (gst_ximagesink_init): Rework the way software video scaling works. So
28294         now we check on each chain call if the video frames are feeling the
28295         window. If not we try to renegotiate caps. On failure we memorize that
28296         and we won't try again for that PLAYING sessions.
28297         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28298         failure.
28299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28300         synchronous flag.
28301
28302 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28303
28304         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28305           break up _link so we can give a better debug message for errors
28306
28307 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28308
28309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28310           set up debug category
28311
28312 2004-02-18  Julien MOUTTE <julien@moutte.net>
28313
28314         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28315         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28316         the way renegotiation work. The event handling function is not taking
28317         care of external windows and renegotiate method check for pad flags
28318         NEGOTIATING. Should fix : #133209
28319
28320 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28321
28322         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28323         pad is negotiating before trying renegotiation.
28324
28325 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28326
28327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28328           pass on all possible mime types as typefind hints
28329
28330 2004-02-17  Julien MOUTTE <julien@moutte.net>
28331
28332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28334         possible SHM leak if we crash. All other apps using XShm are doing
28335         that.
28336
28337 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28338
28339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28340         (gst_ximagesink_expose): Renegotiate size on expose.
28341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28342         size on expose.
28343
28344 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28345
28346         * testsuite/alsa/sinesrc.c:
28347           cosmetic fix to fix compile issue with gcc 2.95.4
28348
28349 2004-02-16  Julien MOUTTE <julien@moutte.net>
28350
28351         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28352         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28353         failed opening the audio device.
28354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28355         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28356         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28357         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28358         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28359         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28360         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28361         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28362         Removing some useless g_return_if_fail like wingo suggested.
28363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28364         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28365         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28366         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28367         (gst_xvimagesink_update_colorbalance),
28368         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28369         (gst_xvimagesink_xcontext_clear),
28370         (gst_xvimagesink_get_fourcc_from_caps),
28371         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28372         (gst_xvimagesink_set_xwindow_id),
28373         (gst_xvimagesink_colorbalance_list_channels),
28374         (gst_xvimagesink_colorbalance_set_value),
28375         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28376         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28377
28378 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28379
28380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28381           throw error when not negotiated instead of asserting
28382
28383 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28384
28385         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28386         correct data refcounting.
28387
28388 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28389
28390         * gst/switch/gstswitch.c: (gst_switch_change_state),
28391         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28392         change, mostly the EOS flag.
28393
28394 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28395
28396         * examples/gstplay/player.c: (got_eos), (main): Adding some
28397         output for debugging.
28398         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28399         timeouts if we go to any state different from PLAYING.
28400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28401         more EOS bugs in riff lib.
28402
28403 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28404
28405         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28406         visualization until i find a way to fix switch correctly.
28407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28408         EOS arrives.
28409         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28410         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28411         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28412         Reworked switch to get a more correct behaviour with events and refing
28413         of data stored in sinkpads.
28414         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28415         we don't pull from a pad in EOS.
28416
28417 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28418
28419         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28420           remove v1 tag even if we can't read it (makes sure we don't detect
28421           it again)
28422
28423 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28424
28425         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28426         (gst_alsa_xrun_recovery):
28427         * ext/alsa/gstalsa.h:
28428           try xrun recovery when wait failed. Make xrun recovery function
28429           return TRUE/FALSE to indicate success. (might fix #134354)
28430
28431 2004-02-13  David Schleef  <ds@schleef.org>
28432
28433         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28434         (dynparm_value_changed), (main): Convert from float to double.
28435         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28436
28437 2004-02-13  David Schleef  <ds@schleef.org>
28438
28439         * gst/silence/gstsilence.c: (gst_silence_class_init),
28440         (gst_silence_set_clock), (gst_silence_get),
28441         (gst_silence_set_property), (gst_silence_get_property):
28442         * gst/silence/gstsilence.h: Add sync property.
28443         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28444         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28445         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28446         * gst/sine/gstsinesrc.h: Add sync property.
28447
28448 2004-02-13  David Schleef  <ds@schleef.org>
28449
28450         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28451         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28452
28453 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28454
28455         * configure.ac:
28456         * ext/Makefile.am:
28457         * gst-libs/ext/Makefile.am:
28458           move ffmpeg plugin to gst-ffmpeg module
28459
28460 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28461
28462         * configure.ac: use GST_ARCH to detect architecture
28463
28464 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28465
28466         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28467
28468 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28469
28470         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28471           classify LADSPA plugins based on number of src/sink pads
28472           (#133663, Stefan Kost)
28473         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28474           fix dparams registration
28475           (#133528, Stefan Kost)
28476         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28477           fix use of isprint and use g_ascii_isprint instead
28478           (#133316, Stefan Kost)
28479
28480 2004-02-11  David Schleef  <ds@schleef.org>
28481
28482         Convert a few inner loops to use liboil.  This is currently
28483         optional, and is only enabled if liboil is present (duh!).
28484         * configure.ac: Check for liboil-0.1
28485         * gst/intfloat/Makefile.am:
28486         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28487         (gst_int2float_chain_gint16):
28488         * gst/videofilter/Makefile.am:
28489         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28490         (tablelookup_u8), (gst_videobalance_planar411):
28491         * gst/videotestsrc/Makefile.am:
28492         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28493         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28494         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28495         (paint_hline_RGB565), (paint_hline_xRGB1555):
28496
28497 2004-02-11  David Schleef  <ds@schleef.org>
28498
28499         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28500         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28501         (gst_colorspace_getcaps), (gst_colorspace_link),
28502         (gst_colorspace_base_init), (gst_colorspace_init),
28503         (gst_colorspace_chain), (gst_colorspace_change_state),
28504         (plugin_init): Merge Ronald's patch (bug #117897) and update
28505         for new caps and negotiation.  Seems to work, although it
28506         shows off bugs in lcs.
28507
28508 2004-02-11  David Schleef  <ds@schleef.org>
28509
28510         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28511         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28512
28513 2004-02-11  David Schleef  <ds@schleef.org>
28514
28515         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28516         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28517         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28518         Add server and port properties
28519
28520 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28521
28522         * m4/a52.m4:
28523         * m4/aalib.m4:
28524         * m4/as-ffmpeg.m4:
28525         * m4/as-liblame.m4:
28526         * m4/as-slurp-ffmpeg.m4:
28527         * m4/check-libheader.m4:
28528         * m4/esd.m4:
28529         * m4/freetype2.m4:
28530         * m4/gconf-2.m4:
28531         * m4/glib.m4:
28532         * m4/gst-alsa.m4:
28533         * m4/gst-artsc.m4:
28534         * m4/gst-ivorbis.m4:
28535         * m4/gst-matroska.m4:
28536         * m4/gst-sdl.m4:
28537         * m4/gst-shout2.m4:
28538         * m4/gst-sid.m4:
28539         * m4/gtk.m4:
28540         * m4/libdv.m4:
28541         * m4/libfame.m4:
28542         * m4/libmikmod.m4:
28543         * m4/ogg.m4:
28544         * m4/vorbis.m4:
28545           fix underquotedness of macros (#133800)
28546         * m4/as-avifile.m4:
28547         * m4/xmms.m4:
28548           removed because no longer used
28549
28550 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28551
28552         * configure.ac:
28553           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28554           by autopoint (fixes #132996)
28555
28556 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28557
28558         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28559         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28560         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28561         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28562           fix memleaks
28563
28564 2004-02-11  David Schleef  <ds@schleef.org>
28565
28566         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28567         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28568         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28569         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28571         (gst_jpegenc_class_init), (gst_jpegenc_init),
28572         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28573         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28574         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28575         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28576
28577 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28578
28579         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28580         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28581         * ext/mikmod/gstmikmod.h:
28582           fix caps negotiation in mikmod
28583         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28584           output debug information
28585
28586 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28587
28588         * gst-libs/gst/colorbalance/Makefile.am:
28589         * gst-libs/gst/navigation/Makefile.am:
28590         * gst-libs/gst/xoverlay/Makefile.am:
28591           remove unused GST_OPT_CFLAGS from Makefiles
28592           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28593
28594 2004-02-07  David Schleef  <ds@schleef.org>
28595
28596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28597         push events to pads that haven't been created (#133508)
28598
28599 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28600
28601         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28602         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28603         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28604         (gst_dvdec_loop), (gst_dvdec_change_state):
28605         Second attempt at committing a working dvdec element.
28606
28607 2004-02-06  David Schleef  <ds@schleef.org>
28608
28609         Build fixes for OS X: (see #129600)
28610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28611         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28612         (gst_riff_read_strf_iavs):
28613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28614         (gst_avi_demux_stream_odml):
28615         * gst/playondemand/Makefile.am:
28616         * gst/rtp/rtp-packet.c:
28617
28618 2004-02-05  David Schleef  <ds@schleef.org>
28619
28620         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28621         last change, because it Just Doesn't Compile.
28622
28623 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28624
28625         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28626           skip undecodable id3v2 tag instead of keeping it
28627
28628 2004-02-05  David Schleef  <ds@schleef.org>
28629
28630         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28631         Unref leaked buffer.  (Noticed by Ronald)
28632
28633 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28634
28635         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28636         Sync requires with other checks.  >= vs =.
28637
28638 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28639
28640         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28641         (gst_dvdec_video_link), (gst_dvdec_loop):
28642         * ext/dv/gstdvdec.h:
28643           rework the caps negotiation so that dvdec works again instead
28644           of just segfaulting.
28645
28646 === release 0.7.4 ===
28647
28648 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28649
28650         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28651         * configure.ac: changed for release
28652
28653 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28654
28655         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28656         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28657         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28658         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28659           reworked patch by David Lehn to fix libdir and includedir for
28660           uninstalled libraries
28661           removed play and gconf from gstreamer-libs since they have their
28662           own pkgconfig files
28663
28664 2004-02-04  David Schleef  <ds@schleef.org>
28665
28666         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28667         memleak.
28668
28669 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28670
28671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28672           use correct GST_TAG_ENCODER tag
28673
28674 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28675
28676         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28677           be sure to stop the clock when going to paused
28678         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28679           reset number of transmitted when going to ready.
28680         fixes #132935
28681
28682 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28683
28684         reviewed by Benjamin Otte
28685
28686         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28687           extract track count (fixes #133410)
28688
28689 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28690
28691         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28692           that should be !=, not == (fixes #132519)
28693
28694 2004-02-04  David Schleef  <ds@schleef.org>
28695
28696         Make sure set_explicit_caps() is called before adding pad.
28697         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28698         * gst/id3/gstid3types.c: (gst_id3types_loop):
28699         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28700         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28701
28702 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28703
28704         * configure.ac:
28705           bump nano to 2, first prerelease
28706           put back AM_PROG_LIBTOOL
28707
28708 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28709
28710         * testsuite/alsa/Makefile.am:
28711           these are user test apps, not automatic testsuite tests
28712
28713 2004-02-04  David Schleef  <ds@schleef.org>
28714
28715         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28716         * gst/mpeg1videoparse/gstmp1videoparse.c:
28717         (mp1videoparse_parse_seq):
28718         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28720         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28721         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28722         (gst_xvideosink_getcaps):
28723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28724         * testsuite/gst-lint: more tests
28725
28726 2004-02-04  David Schleef  <ds@schleef.org>
28727
28728         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28729         with the code that they would expand to.
28730         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28731         (gst_flacdec_get_src_query_types),
28732         (gst_flacdec_get_src_event_masks):
28733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28734         (gst_gnomevfssrc_get_query_types),
28735         (gst_gnomevfssrc_get_event_mask):
28736
28737 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28738
28739         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28740         (gst_sinesrc_dispose):
28741           fix memleak by properly disposing sinesrc
28742
28743 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28744
28745         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28746         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28747         an overlay to redraw the image because it has been exposed.
28748         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28749         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28750         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28751         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28752         interface
28753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28754         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28755         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28756         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28757         interface
28758
28759 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28760
28761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28762           more memleak fixage
28763
28764 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28765
28766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28767         * gst/typefind/gsttypefindfunctions.c:
28768           fix memleaks shown by gst-typefind
28769
28770 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28771
28772         * common/glib-gen.mak:
28773           add hack rule to touch .Plo files
28774         * gst-libs/gst/colorbalance/Makefile.am:
28775         * gst-libs/gst/mixer/Makefile.am:
28776         * gst-libs/gst/play/Makefile.am:
28777         * gst-libs/gst/tuner/Makefile.am:
28778           remove glib_root variable
28779
28780 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28781
28782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28783           set explicit caps before adding the element, so the autopluggers can
28784           plug correctly.
28785         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28786         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28788         (dv_type_find):
28789           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28790           argument.
28791
28792 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28793
28794         * gst-libs/gst/colorbalance/Makefile.am:
28795         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28796         * gst-libs/gst/colorbalance/colorbalance.c:
28797         * gst-libs/gst/colorbalance/colorbalance.h:
28798         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28799         * gst-libs/gst/mixer/Makefile.am:
28800         * gst-libs/gst/mixer/mixer-marshal.list:
28801         * gst-libs/gst/mixer/mixer.c:
28802         * gst-libs/gst/mixer/mixer.h:
28803         * gst-libs/gst/mixer/mixermarshal.list:
28804         * gst-libs/gst/play/Makefile.am:
28805         * gst-libs/gst/play/play.h:
28806         * gst-libs/gst/tuner/Makefile.am:
28807         * gst-libs/gst/tuner/tuner-marshal.list:
28808         * gst-libs/gst/tuner/tuner.c:
28809         * gst-libs/gst/tuner/tuner.h:
28810         * gst-libs/gst/tuner/tunermarshal.list:
28811           use new glib-gen.mak snippet to clean up Makefile.am
28812           fix various bugs in Makefile.am's
28813
28814 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28815
28816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28817           handle chain parsing correctly in the multichain case
28818         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28819         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28820         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28821         (theora_dec_chain):
28822           handle events and queries correctly
28823
28824 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28825
28826         * .cvsignore:
28827         Ignore generated file _stdint.h.
28828
28829 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28830
28831         * gst-libs/gst/colorbalance/Makefile.am:
28832         * gst-libs/gst/colorbalance/colorbalance.h:
28833         * gst-libs/gst/mixer/Makefile.am:
28834         * gst-libs/gst/mixer/mixer.h:
28835         * gst-libs/gst/play/Makefile.am:
28836         * gst-libs/gst/play/play.h:
28837         * gst-libs/gst/tuner/Makefile.am:
28838         * gst-libs/gst/tuner/tuner.h:
28839         Generate enum type code with glib-mkenums.
28840         * gst-libs/gst/colorbalance/.cvsignore:
28841         * gst-libs/gst/mixer/.cvsignore:
28842         * gst-libs/gst/play/.cvsignore:
28843         * gst-libs/gst/tuner/.cvsignore:
28844         Ignore generated files.
28845
28846 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28847
28848         * gst-libs/gst/audio/.cvsignore:
28849         Ignore generated file.
28850         * gst-libs/gst/audio/Makefile.am:
28851         Do not install example filter.
28852
28853 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28854
28855         * examples/switch/.cvsignore:
28856         Ignore generated file.
28857
28858 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28859
28860         * common/m4/ax_create_stdint_h.m4:
28861         * configure.ac:
28862           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28863           _stdint.h.
28864         * Makefile.am:
28865           remove generated _stdint.h in DISTCLEANFILES
28866         * ext/a52dec/gsta52dec.c:
28867           include _stdint.h for a52dec. (should fix #133064)
28868
28869 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28870
28871         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28872         (gst_tag_to_vorbis_comments):
28873         Add replaygain support to vorbistag
28874
28875 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28876         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28877         (gst_ffmpeg_caps_to_extradata):
28878           Fix SVQ3 caps flag properties
28879           Use glib macro for bytes swap
28880
28881 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28884         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28885         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28886         * ext/sndfile/gstsf.c: (plugin_init):
28887         * gst/avi/gstavi.c: (plugin_init):
28888         * sys/dxr3/dxr3init.c: (plugin_init):
28889         * sys/oss/gstossaudio.c: (plugin_init):
28890         * sys/v4l/gstv4l.c: (plugin_init):
28891         * sys/v4l2/gstv4l2.c: (plugin_init):
28892           remove textdomain calls
28893         * po/nl.po:
28894           update Dutch translation
28895
28896 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28897
28898         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28899         (gst_play_set_audio_sink): Moving volume in the audio thread for
28900         instantaneous volume change. Maybe i will add another volume in front
28901         of visualization later, not sure yet though.
28902
28903 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28904
28905         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28906         (gst_ximagesink_handle_xevents): Better X events handling, only take
28907         the latest events for configure and motion.
28908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28909
28910 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28911
28912         reviewed by: David Schleef  <ds@schleef.org>
28913
28914         Fix memory leaks:
28915         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28916         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28917
28918 2004-02-02  David Schleef  <ds@schleef.org>
28919
28920         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28921         of lines.
28922         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28923         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28925         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28926         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28927         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28928         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28929         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28930         (gst_float2_2_int_link):
28931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28932         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28933         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28934         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28935         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28936         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28937         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28939         * testsuite/gst-lint: Add tests for bzero and ;;
28940
28941 2004-02-02  David Schleef  <ds@schleef.org>
28942
28943         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28944
28945 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28946
28947         * ext/aalib/gstaasink.c: (gst_aasink_open):
28948         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28950         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28951         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28952         (gst_afsink_close_file):
28953         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28954         (gst_afsrc_close_file):
28955         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28956         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28957         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28958         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28959         * ext/esd/esdmon.c: (gst_esdmon_get):
28960         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28961         * ext/faac/gstfaac.c: (gst_faac_chain):
28962         * ext/faad/gstfaad.c: (gst_faad_chain):
28963         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28964         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28965         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28966         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28967         (gst_flacdec_loop):
28968         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28969         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28970         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28972         (gst_gnomevfssink_close_file):
28973         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28974         (gst_gnomevfssrc_open_file):
28975         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28976         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28977         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28978         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28979         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28980         * ext/mad/gstmad.c: (gst_mad_chain):
28981         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28982         * ext/mpeg2dec/gstmpeg2dec.c:
28983         * ext/mpeg2enc/gstmpeg2enc.cc:
28984         * ext/mplex/gstmplex.cc:
28985         * ext/mplex/gstmplexibitstream.cc:
28986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28987         (gst_ogg_demux_push):
28988         * ext/raw1394/gstdv1394src.c:
28989         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28990         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28991         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28992         (gst_sf_loop):
28993         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28994         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28995         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28996         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28998         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28999         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29000         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29001         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29002         (gst_riff_read_element_data), (gst_riff_read_seek),
29003         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29004         * gst/adder/gstadder.c: (gst_adder_loop):
29005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29006         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29007         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29008         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29009         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29010         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29011         * gst/goom/gstgoom.c: (gst_goom_chain):
29012         * gst/id3/gstid3types.c: (gst_id3types_loop):
29013         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29014         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29015         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29016         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29017         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29018         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29019         (gst_ebml_read_float), (gst_ebml_read_header):
29020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29021         (gst_matroska_demux_parse_blockgroup):
29022         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29023         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29024         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29025         * gst/silence/gstsilence.c: (gst_silence_get):
29026         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29027         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29028         * gst/speed/gstspeed.c: (speed_loop):
29029         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29030         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29031         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29032         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29033         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29034         (gst_wavparse_loop):
29035         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29036         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29037         (dxr3audiosink_close):
29038         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29039         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29040         (dxr3videosink_close), (dxr3videosink_write_data):
29041         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29042         * sys/oss/gstosssink.c: (gst_osssink_chain):
29043         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29044         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29047         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29048         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29049         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29050         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29051         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29052         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29053         (gst_v4l_set_audio):
29054         * sys/v4l/v4l_calls.h:
29055         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29056         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29057         (gst_v4lmjpegsink_playback_init),
29058         (gst_v4lmjpegsink_playback_start):
29059         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29060         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29061         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29062         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29064         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29065         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29066         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29067         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29068         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29069         (gst_v4l2_get_output), (gst_v4l2_set_output),
29070         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29071         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29072         (gst_v4l2_set_attribute):
29073         * sys/v4l2/v4l2_calls.h:
29074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29075         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29076         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29077         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29078         (gst_v4l2src_capture_stop):
29079         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29081         (gst_ximagesink_chain):
29082         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29083         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29084         (gst_xvideosink_xwindow_new):
29085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29086         (gst_xvimagesink_chain):
29087
29088 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29089
29090         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29091         (gst_volume_get_volume), (volume_class_init), (volume_init),
29092         (volume_chain_int16), (volume_update_volume):
29093         * gst/volume/gstvolume.h:
29094           make code more readable by removing magic numbers
29095           make mixer interface export 0-100 range
29096           make it internally map to 0.0-1.0 range so users don't distort
29097           output by putting the sliders at full volume
29098
29099 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29100
29101         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29102         (gst_play_state_change), (gst_play_seek_to_time):
29103         block the tick callback for 0.5 secs after doing a seek
29104
29105 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * gst-libs/gst/play/play.c: (gst_play_new):
29108           check for GError
29109
29110 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29111
29112         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29113         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29114         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29115         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29117         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29118
29119 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29120
29121         * configure.ac:
29122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29123           check for a function added in vorbis 1.1
29124
29125 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29126
29127         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29128         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29129           really start/stop clock only on PLAYING <=> PAUSED
29130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29131           remove \n from debugging lines
29132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29133           make it work when seeking does not
29134         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29135           reset on DISCONT
29136
29137 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29138
29139         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29140           start clock on PAUSED=>PLAYING, not later
29141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29142           extract correct time for different discont formats
29143         (gst_alsa_sink_get_time):
29144           don't segfault when no format is negotiated yet, just return 0
29145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29146         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29147         (gst_ogg_pad_push):
29148           handle flush and discont events correctly
29149         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29150           handle discont events correctly
29151
29152 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29153
29154         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29155         (gst_play_error_create), (gst_play_error_plugin),
29156         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29157         * gst-libs/gst/play/play.h:
29158           add error handling during creation
29159         * examples/gstplay/player.c: (main):
29160           use new gst_play_new
29161
29162
29163 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29164
29165         * ext/theora/theoradec.c: (theora_dec_chain):
29166           make comments work
29167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29168         (vorbis_dec_src_event), (vorbis_dec_chain):
29169           add encoder tag, fix tag reading to be more error tolerant, change
29170           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29171           gst_pad_event_default.
29172         * gst/tags/gstvorbistag.c:
29173         (gst_tag_list_from_vorbiscomment_buffer):
29174           undefine function specific define at end of function
29175
29176 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29177
29178         * ext/flac/gstflac.c: (plugin_init):
29179         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29180         * ext/flac/gstflacdec.h:
29181         * ext/flac/gstflacenc.h:
29182           Fix typos
29183
29184 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29185
29186         * examples/gstplay/player.c: s/gstplay.h/play.h/
29187
29188 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29189
29190         * gst-libs/gst/play/Makefile.am:
29191         * gst-libs/gst/play/gstplay.c:
29192         * gst-libs/gst/play/gstplay.h:
29193         * gst-libs/gst/play/play.c:
29194           more surgery, operation complete
29195
29196 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29197
29198         * gst-libs/gst/play/play.old.c:
29199         * gst-libs/gst/play/play.old.h:
29200           after CVS surgery by moving, remove
29201         * gst-libs/gst/play/playpipelines.c:
29202           remove
29203
29204         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29205           add negotiation error
29206
29207 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29208
29209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29210         (gst_ogg_demux_push):
29211           add some seeking debug info
29212           send a flush when seeking
29213
29214 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29215
29216         * configure.ac:
29217           use AC_C_INLINE
29218         * configure.ac:
29219         * ext/Makefile.am:
29220         * ext/theora/Makefile.am:
29221         * ext/theora/theoradec.c:
29222           add theora video decoder. Does just do simple decoding for now and
29223           has been tested against Theora cvs only. It only works when theora
29224           is compiled with --enable-static.
29225         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29226           always reset packetno on DISCONT
29227
29228 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29229
29230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29231           Fix audio.
29232
29233 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * gst/mpegaudioparse/gstmpegaudioparse.c:
29236         (mp3_type_frame_length_from_header):
29237           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29238
29239 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29240
29241         * ext/esd/esdsink.c: (gst_esdsink_init):
29242           Since we have static pad template caps, we don't need to negotiate;
29243           either the core errors out or we know the format.
29244
29245 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29246
29247         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29248         (gst_riff_read_seek):
29249         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29250         (gst_ebml_read_seek):
29251           Fix event handling.
29252
29253 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29254
29255         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29256           removee video/x-theora from vp3 decoder, it doesn't handle raw
29257           theora streams
29258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29259           fix bug with finalizing element that never went to PAUSED
29260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29261           length and position queries were swapped
29262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29263         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29264         (vorbis_dec_src_event):
29265           implement querying time and bytes
29266
29267 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29268
29269         * just about every source file:
29270           gst_element_error -> GST_ELEMENT_ERROR
29271
29272 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29273
29274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29275         emiting FLUSH and even before DISCONT.
29276         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29277         get the best instant seeking as possible yay!
29278
29279 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29280
29281         * gst/mpeg1videoparse/gstmp1videoparse.c:
29282         (gst_mp1videoparse_real_chain):
29283           Committed wrong version last week... Grr... Didn't notice until now.
29284
29285 2004-01-29  Julien MOUTTE <julien@moutte.net>
29286
29287         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29289         have_xwindow_id signal in xwindow_create.
29290
29291 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29292
29293         * ext/ogg/gstoggdemux.c:
29294           lots of changes - mainly support for chained bitstreams, seeking,
29295           querying and bugfixes of course
29296         * ext/vorbis/Makefile.am:
29297         * ext/vorbis/vorbisdec.c:
29298         * ext/vorbis/vorbisdec.h:
29299           add vorbisdec raw vorbis decoder
29300         * ext/vorbis/vorbis.c: (plugin_init):
29301           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29302         * gst/intfloat/Makefile.am:
29303         * gst/intfloat/float22int.c:
29304         * gst/intfloat/float22int.h:
29305         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29306           add float2intnew plugin. It converts multichannel interleaved float to
29307           multichannel interleaved int. The name should probably be changed.
29308         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29309         (plugin_init):
29310           add typefinding for raw theora video so oggdemux can detect it.
29311
29312 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29313
29314         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29315         sink element first.
29316         * gst/videoscale/gstvideoscale.c:
29317         (gst_videoscale_handle_src_event): Fixing src event handler.
29318
29319 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29322         (gst_v4lsrc_open), (gst_v4lsrc_close),
29323         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29324         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29325         * sys/v4l/gstv4lsrc.h:
29326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29327         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29328           Implement resizing... Hack. But that's why v4l is b0rked...
29329
29330 2004-01-28  Julien MOUTTE <julien@moutte.net>
29331
29332         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29333         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29334         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29335         (gst_ximagesink_xwindow_destroy):
29336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29337         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29338         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29339         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29340         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29341         correctly cleaning the image created to check xshm calls on succes,
29342         added a lot of XSync calls in X11 functions, and fixed a segfault when
29343         no image format was defined before negotiation happened.
29344
29345 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29346
29347         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29348           use gst_element_get_time to get correct time
29349
29350 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29351
29352         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29354         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29356         (gst_xvimagesink_check_xshm_calls),
29357         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29358         X plugins are now able to detect that XShm calls will fail even if the
29359         server claims that it has XShm support (remote displays most of the
29360         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29361         so that we use non XShm functions. This feature is almost useless for
29362         xvimagesink as Xv is not supported on remote displays anyway, but
29363         it might happen than even on the local display XShm calls fail.
29364
29365 2004-01-27  David Schleef  <ds@schleef.org>
29366
29367         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29368         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29369         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29370         changed esdsink to only use 44100,16,2, since esd sucks at rate
29371         conversion and esdsink has had difficulty negotiating.
29372
29373 2004-01-27  Julien MOUTTE <julien@moutte.net>
29374
29375         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29376         (gst_play_seek_to_time): Fixing the way to get current position.
29377
29378 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29379
29380         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29381           use gst_element_get_time to get correct time
29382
29383 2004-01-27  Julien MOUTTE <julien@moutte.net>
29384
29385         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29386         fix ever... Inverting 2 lines of code make spider autoplug correctly
29387         tagged mp3 !
29388
29389 2004-01-27  David Schleef  <ds@schleef.org>
29390
29391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29392         Use gst_pad_try_set_caps_nonfixed().
29393
29394 2004-01-27  David Schleef  <ds@schleef.org>
29395
29396         * gst/ac3parse/gstac3parse.c: update to checklist 5
29397         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29398         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29399         * gst/audioscale/gstaudioscale.c: same
29400         * gst/auparse/gstauparse.c: same
29401         * gst/avi/gstavidemux.c: same
29402
29403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29404
29405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29406           stop processing after EOS
29407
29408 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29409
29410         * gst/asfdemux/asfheaders.h:
29411         * gst/asfdemux/gstasfdemux.c:
29412         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29413         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29414         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29415           lot's of fixes to make data extraction simpler and get the code
29416           architecture and compiler independant. Add debugging category
29417         * gst/goom/gstgoom.c: (gst_goom_change_state):
29418           reset channel count on PAUSED=>READY, not READY=>PAUSED
29419
29420 2004-01-26  Colin Walters  <walters@verbum.org>
29421
29422         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29423         code to pull a bigger buffer in iradio mode.  This as a side effect
29424         makes typefinding work.
29425
29426 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29427
29428         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29429         Fix SVQ3 decoding on PPC
29430
29431 2004-01-26  Julien MOUTTE <julien@moutte.net>
29432
29433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29434         that one managed to stay there... Fixed.
29435
29436 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29437
29438         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29439         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29440         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29441         (qtdemux_video_caps):
29442         * gst/qtdemux/qtdemux.h:
29443         Add SVQ3 specific flags to qtdemux and ffmpeg
29444
29445 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29446
29447         * gst-libs/gst/audio/audio.h:
29448           remove buffer-frames from audio caps
29449         * gst/audioconvert/gstaudioconvert.c:
29450           fix plugin to really work.
29451
29452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29453
29454         * gst-libs/gst/mixer/mixer.c:
29455         * gst-libs/gst/propertyprobe/propertyprobe.c:
29456         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29457         (gst_tuner_find_channel_by_name):
29458         * gst-libs/gst/tuner/tuner.h:
29459           Add gtk-doc style comments. Also fix a function name.
29460
29461 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29464         (gst_divxdec_negotiate):
29465           Fix for new capsnego - also fixes gst-player with divxdec.
29466
29467 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29468
29469         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29470         (gst_play_identity_handoff), (gst_play_set_location),
29471         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29472         try in visualization implementation. Still have an issue with switch
29473         blocking when pulling from video_queue and only audio comes out of
29474         spider.
29475         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29476         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29477         release method. And check if the pad is usable before pulling.
29478
29479 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29480
29481         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29482         (gst_videobalance_init),
29483         (gst_videobalance_colorbalance_list_channels),
29484         (gst_videobalance_colorbalance_set_value),
29485         (gst_videobalance_colorbalance_get_value),
29486         (gst_videobalance_update_properties),
29487         (gst_videobalance_update_tables_planar411),
29488         (gst_videobalance_planar411):
29489         * gst/videofilter/gstvideobalance.h:
29490           Implement lookup-tables. +/- 10x faster.
29491
29492 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29493
29494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29495         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29496           The index reading was broken. The rest worked fine, but the whole
29497           goal of my rewrite was to make avidemux readable, and this was
29498           not at all readable. Please use typed variables.
29499
29500 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29501
29502         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29503           Additional pad usability check.
29504         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29505         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29506         (gst_mp1videoparse_real_chain):
29507           Fix MPEG video stream parsing. The original plugin had several
29508           issues, including not timestamping streams where the source was
29509           not timestamped (this happens with PTS values in mpeg system
29510           streams, but MPEG video is also a valid stream on its own so
29511           that needs timestamps too). We use the display time code for that
29512           for now. Also, if one incoming buffer contains multiple valid
29513           frames, we push them all on correctly now, including proper EOS
29514           handling. Lastly, several potential segfaults were fixed, and we
29515           properly sync on new sequence/gop headers to include them in next,
29516           not previous frames (since they're header for the next frame, not
29517           the previous). Also see #119206.
29518         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29519         (bpf_from_header):
29520           Move caps setting so we only do it after finding several valid
29521           MPEG-1 fraes sequentially, not right after the first one (which
29522           might be coincidental).
29523         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29524         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29525         (plugin_init):
29526           Add unsynced MPEG video stream typefinding, and change some
29527           probability values so we detect streams rightly. The idea is as
29528           follows: I can have an unsynced system stream which contains
29529           video. In the current code, I would randomly get a type for either
29530           system or video stream type found, because the probabilities are
29531           being calculated rather randomly. I now use fixed values, so we
29532           always prefer system stream if that was found (and that is how it
29533           should be). If no system stream was found, we can still identity                the stream as video-only.
29534
29535 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29536
29537         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29538         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29539           don't write to buffer. Extract data without the need of
29540           __attribute__ ((packed))
29541
29542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29543
29544         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29545         (mpeg1_sys_type_find):
29546           Fix MPEG-1 stream typefinding.
29547
29548 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29549
29550         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29551           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29552
29553 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29554
29555         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29556         * ext/esd/gstesd.c: (plugin_init):
29557           private debugging, better error reporting
29558
29559 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29562         (gst_riff_read_init), (gst_riff_read_change_state):
29563         * gst-libs/gst/riff/riff-read.h:
29564           Remove stuff fromold metadata system.
29565
29566 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * ext/ogg/gstoggdemux.c:
29569           Fix wrong file comment.
29570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29572           Add metadata reading properly.
29573
29574 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * ext/Makefile.am:
29577           Fix nas DIST_SUBDIRS
29578           Uraeus:
29579           Fix bug where make distcheck doesn't get run on adding stuff to
29580           the build.
29581
29582 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29583
29584         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29585         * ext/divx/gstdivxdec.h:
29586           Fix divx3 ("msmpeg4") playback using divxdec.
29587
29588 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29589
29590         * gst/typefind/gsttypefindfunctions.c:
29591         (mp3_type_frame_length_from_header): fix bug in length computation
29592         (mp3_type_find): improve debugging output
29593
29594 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29595
29596         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29597         (gst_play_set_location), (gst_play_seek_to_time),
29598         (gst_play_set_audio_sink), (gst_play_set_visualization),
29599         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29600         the pipeline from scratch. Visualization is back and switch went out as
29601         i realized it was not possible to use the way i wanted.
29602         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29603         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29604         clearing in state change from READY to NULL. So that one can clean the
29605         X ressources keeping the element.
29606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29607         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29608         (gst_xvimagesink_colorbalance_set_value),
29609         (gst_xvimagesink_colorbalance_get_value),
29610         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29611         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29612         change from READY to NULL and fixed some stupid bugs in colorbalance
29613         get/set values. Also added the following feature : when nobody tries to
29614         set some values to the colorbalance levels before the xcontext is
29615         grabbed, then when creating channels list from Xv attributes we set the
29616         internal values to the Xv defaults. This way we handle buggy Xv drivers
29617         that set default hue values far from the middle of the range (Thanks
29618         to Jon Trowbridge for pointing that issue).
29619         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29620         colorbalance levels have been set before xcontext is grabbed.
29621
29622 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29623
29624         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29625           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29626           it might block operations (which is bad for a mixer).
29627
29628 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29629
29630         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29631         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29632         (gmip_find_type_pre):
29633         * gst-libs/gst/media-info/media-info-priv.h:
29634         * gst-libs/gst/media-info/media-info.c:
29635         (gst_media_info_instance_init), (gst_media_info_read_idler):
29636         add fakesink to get caps on decoder src pad again
29637         fix callback prototype to match new have_type signal signature
29638
29639 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29640
29641         * gst/adder/gstadder.c: (gst_adder_link):
29642           fix non-compile and cut-n-paste code
29643
29644 2004-01-21  David Schleef  <ds@schleef.org>
29645
29646         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29647         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29648         (gst_swfdec_init), (gst_swfdec_change_state):
29649         * ext/swfdec/gstswfdec.h:
29650         Fix negotiation.
29651         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29652         (gst_adder_request_new_pad): Fix negotiation.
29653         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29654         Add a fixate function.
29655         * gst/intfloat/gstfloat2int.c:
29656         * gst/intfloat/gstfloat2int.h:
29657         * gst/intfloat/gstint2float.c:
29658         * gst/intfloat/gstint2float.h:
29659         Completely rewrite the negotiation.  Doesn't quite work yet,
29660         due to some buffer-frames problem.
29661
29662 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29663
29664         * ext/gnomevfs/gstgnomevfssrc.c:
29665         * sys/v4l2/v4l2_calls.h:
29666           fix includes for distcheck
29667
29668 2004-01-21  Christian Schaller <uraeus@gnome.org>
29669
29670         * ext/nas/
29671         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29672         based on earlier patch from Laurent Vivier
29673
29674 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29675
29676         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29677         Fix wma caps property
29678         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29679         Fix typo (flags1 and flags2)
29680
29681 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29682
29683         * gst-libs/gst/media-info/media-info-priv.c:
29684         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29685         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29686         (gmip_find_stream), (gmip_find_track_metadata),
29687         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29688         (gmip_find_track_format):
29689         * gst-libs/gst/media-info/media-info-priv.h:
29690         * gst-libs/gst/media-info/media-info-test.c: (main):
29691         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29692         (gst_media_info_read_idler), (gst_media_info_read):
29693         * gst-libs/gst/media-info/media-info.h:
29694           register debugging category and use it for debugging
29695
29696 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29697
29698         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29699         (gst_vorbisfile_new_link):
29700           signal streaminfo through tags
29701
29702 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * ext/mplex/gstmplex.cc:
29705         * ext/mplex/gstmplexibitstream.cc:
29706           g++ doesn't like NULL in our i18n/error macros, should be
29707           either (NULL) or ("").
29708
29709 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * sys/dxr3/dxr3audiosink.c:
29712         * sys/dxr3/dxr3init.c:
29713         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29714         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29715           Fix more error error error errors (missing includes here).
29716
29717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29718
29719         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29720           fix thomas' error errors.
29721
29722 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29723
29724         * ext/mpeg2enc/gstmpeg2enc.cc:
29725           fix error errors.
29726
29727 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29728
29729         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29730         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29731           Fix for new error system.
29732
29733 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29734
29735         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29736           fix for new error reporting
29737
29738 2004-01-20  David Schleef  <ds@schleef.org>
29739
29740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29741         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29742         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29743         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29744         and neither is 100+, most likely.
29745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29746         (gst_xvimagesink_getcaps): same
29747
29748 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29749
29750         * configure.ac:
29751           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29752           clashes with ffmpeg.
29753
29754 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29755
29756         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29757         (gst_switch_init): Fixed switch element : proxying link and setting
29758         caps from src to sink on request.
29759
29760 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29761
29762         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29763         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29764         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29765         fix element_error
29766
29767 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29768
29769         * sys/v4l/v4l_calls.h:
29770         * sys/v4l2/v4l2_calls.h:
29771           element_error fixes
29772
29773 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29774
29775         * gst-libs/gst/gst-i18n-plugin.h:
29776           add locale.h
29777           remove config.h inclusion
29778
29779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29780
29781         * autogen.sh:
29782           adding autopoint invocation
29783         * Makefile.am:
29784         * configure.ac:
29785         * gst-libs/gst/gettext.h:
29786           adding gettext bits
29787         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29788         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29789         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29791         (gst_gnomevfssink_close_file):
29792         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29793         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29794         * gst-libs/gst/gst-i18n-plugin.h:
29795         * gst/avi/gstavi.c: (plugin_init):
29796         * sys/dxr3/dxr3init.c: (plugin_init):
29797         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29798         * sys/oss/gstossaudio.c: (plugin_init):
29799         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29800         * sys/v4l/gstv4l.c: (plugin_init):
29801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29802         * sys/v4l2/gstv4l2.c: (plugin_init):
29803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29804         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29805         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29806         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29807         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29808         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29809           make sure locale and translation domain are set
29810           fix translated strings
29811         * po/.cvsignore:
29812         * po/LINGUAS:
29813         * po/Makevars:
29814         * po/POTFILES.in:
29815         * po/nl.po:
29816           put translation files into place
29817         * sys/xvideo/imagetest.c: (main):
29818         * ext/dv/demo-play.c: (main):
29819           fix unnecessary translations
29820
29821 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29822
29823         * ext/sndfile/gstsf.c:
29824         * gst/avi/gstavimux.c:
29825         * ext/audiofile/gstafsink.c:
29826         * ext/audiofile/gstafsrc.c:
29827         * ext/gnomevfs/gstgnomevfssink.c:
29828         * ext/gnomevfs/gstgnomevfssrc.c:
29829         * sys/oss/gstosselement.c:
29830         * sys/v4l/v4l_calls.h:
29831           fix i18n include
29832
29833 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29834
29835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29836         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29837         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29838         (gst_v4l2_get_output), (gst_v4l2_set_output),
29839         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29840         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29841         (gst_v4l2_set_attribute):
29842         update to new error handling
29843
29844 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29845
29846         * ext/sidplay/gstsiddec.cc:
29847         * gst/modplug/gstmodplug.cc:
29848           parenthese NULL because C++ seems angry about it
29849
29850 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29851
29852         * gst-libs/gst/gst-i18n-plugin.h:
29853           add skeleton i18n stuff, but needs to be further implemented
29854
29855 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29856
29857         * examples/gstplay/player.c: (main):
29858         * ext/aalib/gstaasink.c: (gst_aasink_open):
29859         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29862         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29863         (gst_afsink_close_file):
29864         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29865         (gst_afsrc_close_file):
29866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29867         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29869         * ext/esd/esdmon.c: (gst_esdmon_get):
29870         * ext/esd/esdsink.c: (gst_esdsink_chain):
29871         * ext/faac/gstfaac.c: (gst_faac_chain):
29872         * ext/faad/gstfaad.c: (gst_faad_chain):
29873         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29874         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29875         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29876         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29877         (gst_flacdec_loop):
29878         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29879         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29882         (gst_gnomevfssink_close_file):
29883         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29884         (gst_gnomevfssrc_open_file):
29885         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29886         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29887         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29888         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29889         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29890         * ext/mad/gstmad.c: (gst_mad_chain):
29891         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29892         * ext/mpeg2dec/gstmpeg2dec.c:
29893         * ext/mpeg2enc/gstmpeg2enc.cc:
29894         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29895         * ext/mplex/gstmplex.cc:
29896         * ext/mplex/gstmplexibitstream.cc:
29897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29898         (gst_ogg_demux_push), (gst_ogg_pad_push):
29899         * ext/raw1394/gstdv1394src.c:
29900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29901         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29902         * ext/sidplay/gstsiddec.cc:
29903         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29904         (gst_sf_loop):
29905         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29906         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29907         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29909         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29910         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29911         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29912         * gst-libs/gst/Makefile.am:
29913         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29914         (gst_riff_read_element_data), (gst_riff_read_seek),
29915         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29916         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29918         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29919         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29920         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29921         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29922         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29923         * gst/goom/gstgoom.c: (gst_goom_chain):
29924         * gst/id3/gstid3types.c: (gst_id3types_loop):
29925         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29926         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29927         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29928         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29929         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29930         (gst_ebml_read_float), (gst_ebml_read_header):
29931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29932         (gst_matroska_demux_parse_blockgroup):
29933         * gst/modplug/gstmodplug.cc:
29934         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29935         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29936         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29937         * gst/silence/gstsilence.c: (gst_silence_get):
29938         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29939         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29940         * gst/speed/gstspeed.c: (speed_loop):
29941         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29942         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29943         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29944         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29945         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29946         (gst_wavparse_loop):
29947         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29948         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29949         (dxr3audiosink_close):
29950         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29951         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29952         (dxr3videosink_close), (dxr3videosink_write_data):
29953         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29954         * sys/oss/gstosselement.h:
29955         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29956         (gst_osssink_chain):
29957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29961         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29962         (gst_v4l_enable_overlay):
29963         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29964         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29965         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29966         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29967         (gst_v4l_set_audio):
29968         * sys/v4l/v4l_calls.h:
29969         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29970         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29971         (gst_v4lmjpegsink_playback_init),
29972         (gst_v4lmjpegsink_playback_start):
29973         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29974         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29975         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29976         (gst_v4lmjpegsrc_requeue_frame):
29977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29979         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29980         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29981         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29982         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29983         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29984         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29985         (gst_v4l2src_capture_stop):
29986         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29988         (gst_ximagesink_chain):
29989         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29990         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29991         (gst_xvideosink_xwindow_new):
29992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29993         (gst_xvimagesink_chain):
29994         use new error signal, function and categories
29995
29996 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29997
29998         * configure.ac:
29999         * ext/Makefile.am:
30000         * ext/musicbrainz/gsttrm.c:
30001         * ext/musicbrainz/gsttrm.h:
30002         * ext/musicbrainz/Makefile.am:
30003         Add a trm plugin
30004
30005 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30006
30007         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30008         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30009         synchronous property for debugging.
30010         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30012         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30013         smaller block, fixing indent.
30014
30015 2004-01-16  David Schleef  <ds@schleef.org>
30016
30017         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30018         property affects the video stream.
30019         * sys/xvimage/xvimagesink.c:
30020         * sys/xvimage/xvimagesink.h:
30021         Add synchronous property for debugging.  Should probably be
30022         disabled in non-CVS builds.  Make sure that the Xv attribute
30023         exists before we set it (crash!).  Fix a silly float bug that
30024         caused colorbalance to just not work.
30025
30026 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30027
30028         * tools/gst-launch-ext.in - update for new plugins
30029
30030 2004-01-16  David Schleef  <ds@schleef.org>
30031
30032         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30033         already-freed caps.
30034
30035 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30036
30037         * Update spec for new colorspace plugin and libcaca plugin
30038         * Fix compilation of libcaca plugin (clock -> id)
30039
30040 2004-01-16  Julien MOUTTE <julien@moutte.net>
30041
30042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30043         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30044         (gst_xvimagesink_set_xwindow_id),
30045         (gst_xvimagesink_colorbalance_set_value),
30046         (gst_xvimagesink_colorbalance_get_value),
30047         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30048         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30049         correct colorbalance properties. They can now be set when the element
30050         is still in NULL state. The values will be committed to the Xv Port
30051         when xcontext is initialized.
30052         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30053         brightness int values in the GstXvImagesink structure.
30054
30055 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * gst-libs/gst/Makefile.am:
30058           restructure so having local patches works easier.
30059
30060 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30061
30062         * ext/mpeg2enc/Makefile.am:
30063         * ext/mpeg2enc/gstmpeg2enc.cc:
30064         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30065           Bugfix with respect to EOS handling.
30066
30067 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30068
30069         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30070           Link with right caps (else, it segfaults).
30071         * ext/mplex/gstmplexjob.cc:
30072           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30073
30074 2004-01-15  David Schleef  <ds@schleef.org>
30075
30076         * gst-libs/gst/audio/Makefile.am:
30077         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30078         from the template.
30079         * gst-libs/gst/audio/gstaudiofilter.c:
30080         * gst-libs/gst/audio/gstaudiofilter.h:
30081         Add bytes_per_sample and size and n_samples calculation.
30082         * gst-libs/gst/audio/gstaudiofilterexample.c:
30083         Remove, now autogenerated.
30084         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30085         Moved from gstaudiofilterexample, object name changed, code added
30086         so that it actually works.
30087         * gst-libs/gst/audio/make_filter:
30088         Script to build an audiofilter subclass from the template.
30089         * gst/colorspace/Makefile.am:
30090         * gst/colorspace/yuv2yuv.c:
30091         Remove file, since it's GPL, and we don't use it.
30092
30093 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30094
30095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30097         them use the buffer free function to test how the buffer was allocated.
30098
30099 2004-01-15  David Schleef  <ds@schleef.org>
30100
30101         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30102         that handles osssink fallback.
30103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30104         (gst_audio_convert_getcaps):
30105         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30106         Add audio/x-qdm2 for QDM2 audio.
30107         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30108         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30110         Decrease minimum size to 16x16.
30111         * gst/wavparse/gstwavparse.c:
30112         Convert disabled pad template caps to new caps.
30113         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30115         (gst_xvimagesink_chain): Throw element error when display cannot
30116         be opened.  Increase minimum framerate to 1.0.  Check the data
30117         free function on a buffer to make sure it is the type we expect
30118         before manipulating it.
30119
30120 2004-01-15  Julien MOUTTE <julien@moutte.net>
30121
30122         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30123         (gst_videobalance_colorbalance_set_value): Implement passthru if
30124         settings are in the middle.
30125         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30126
30127 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * gst/videofilter/Makefile.am:
30130         * gst/volume/Makefile.am:
30131           Since we use videofilter symbols, link to it.
30132
30133 2004-01-15  Julien MOUTTE <julien@moutte.net>
30134
30135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30136         mixer interface type to HARDWARE.
30137         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30138         type to SOFTWARE.
30139         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30140         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30141         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30142         (gst_volume_interface_init), (gst_volume_list_tracks),
30143         (gst_volume_set_volume), (gst_volume_get_volume),
30144         (gst_volume_set_mute), (gst_volume_mixer_init),
30145         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30146         (volume_init): Implementing mixer interface.
30147         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30148         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30149         (gst_osselement_change_state): Removing some trailing commas in
30150         structures.
30151         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30152         interface type to HARDWARE.
30153         * sys/v4l/gstv4lcolorbalance.c:
30154         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30155         type to HARDWARE.
30156         * sys/v4l2/gstv4l2colorbalance.c:
30157         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30158         interface type to HARDWARE.
30159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30160         same code than ximagesink for event handling.
30161
30162 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30163
30164         * ext/snapshot/Makefile.am:
30165         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30166         (gst_snapshot_chain):
30167         * ext/snapshot/gstsnapshot.h:
30168           This has to be a joke... Snapshot should be connected to a tee,
30169           colorspace element before it and EOS after that, where the other
30170           src of the tee receives normal data.
30171           The current way is *wrong*.
30172
30173 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * ext/hermes/gsthermescolorspace.c:
30176           Fix another compile error. Same as below.
30177
30178 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30179
30180         * gst/colorspace/gstcolorspace.c:
30181         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30182         (gst_colorspace_i420_to_yv12):
30183           Fix compiling... Didn't test if it actually works.
30184
30185 2004-01-15  David Schleef  <ds@schleef.org>
30186
30187         * configure.ac:
30188         * gst/colorspace/Makefile.am:
30189         * gst/colorspace/gstcolorspace.c:
30190         * gst/colorspace/gstcolorspace.h:
30191         * gst/colorspace/yuv2rgb.c:
30192         * gst/colorspace/yuv2rgb.h:
30193         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30194         code and GPL code.  Fix for new caps negotiation.  Rewrite
30195         much of the format handling code, and some of the conversion
30196         code.  Basically, rewrote almost everything.  This element
30197         handles I420, YV12 to RGB conversions.
30198         * ext/hermes/Makefile.am:
30199         * ext/hermes/gsthermescolorspace.c:
30200         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30201         Remove non-Hermes related code.  This element handles lots of
30202         RGB to RGB conversions, but no YUV.
30203         * ext/hermes/gstcolorspace.c:
30204         * ext/hermes/gstcolorspace.h:
30205         * ext/hermes/rgb2yuv.c:
30206         * ext/hermes/yuv2rgb.c:
30207         * ext/hermes/yuv2rgb.h:
30208         * ext/hermes/yuv2rgb_mmx16.s:
30209         * ext/hermes/yuv2yuv.c:
30210         * ext/hermes/yuv2yuv.h:
30211         Remove old code.
30212
30213 2004-01-14  Colin Walters  <walters@verbum.org>
30214
30215         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30216         they've already been.
30217
30218 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30219
30220         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30221           assume tag mode when pad is not connected
30222
30223 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30224
30225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30226           Don't update the time of the clock
30227         (gst_alsa_sink_loop):
30228           sync to the clock given to alsasink, not the own clock
30229         * sys/oss/gstosssink.c: (gst_osssink_chain):
30230           sync to the clock
30231         (gst_osssink_change_state):
30232           activate the clock
30233         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30235           remove bogus code that made DISCONT events unhandled
30236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30237           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30238           #131502)
30239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30240         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30241         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30242           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30243           2nd warning in bug #131502)
30244
30245 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30246
30247         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30248         (gst_videobalance_colorbalance_set_value),
30249         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30250         for colorbalance interface implementation.
30251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30252         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30253         (gst_ximagesink_dispose), (gst_ximagesink_init),
30254         (gst_ximagesink_class_init): Adding DISPLAY property.
30255         * sys/ximage/ximagesink.h: Adding display_name to store display.
30256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30257         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30258         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30259         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30260         properties (they still need polishing though for gst-launch use : no
30261         xcontext yet, i ll do that tomorrow).
30262         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30263
30264 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30265
30266         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30267         (gst_play_set_location), (gst_play_set_visualization): Preparing
30268         switch integration, adding videobalance in the pipeline.
30269
30270 2004-01-14  Julien MOUTTE <julien@moutte.net>
30271
30272         * gst-libs/gst/colorbalance/colorbalance.c:
30273         (gst_color_balance_class_init): Adding a default type.
30274         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30275         the type.
30276         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30277         (gst_videobalance_dispose), (gst_videobalance_class_init),
30278         (gst_videobalance_init), (gst_videobalance_interface_supported),
30279         (gst_videobalance_interface_init),
30280         (gst_videobalance_colorbalance_list_channels),
30281         (gst_videobalance_colorbalance_set_value),
30282         (gst_videobalance_colorbalance_get_value),
30283         (gst_videobalance_colorbalance_init): Implementing colorbalance
30284         interface.
30285         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30286         list.
30287         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30288         bug which was triggering a BadAccess X error when setting an overlay
30289         before pad was really negotiated.
30290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30291         Using the colorbalance type macro.
30292
30293 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30294
30295         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30296         (gst_flacenc_chain):
30297           handle tags correctly
30298         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30299           extract ID3v1 tags correctly
30300
30301 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30302
30303         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30304         (plugin_init):
30305           Improve matroska typefinding for odd-typed headers...
30306
30307 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30308
30309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30310           Fix for using incremental number on padnames.
30311
30312 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30313
30314         * ext/divx/gstdivxdec.c:
30315         * ext/divx/gstdivxenc.c:
30316           Set category to divx4linux instead of divx (too generic).
30317         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30318         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30319         (gst_wavparse_loop), (gst_wavparse_change_state):
30320         * gst/wavparse/gstwavparse.h:
30321           fix parsing of WAV files with non-standard fmt-tag size and fix
30322           skipping of unrecognized chunks... Someone please fix this thing
30323           to use rifflib so all this is automated.
30324         * sys/v4l/Makefile.am:
30325         * sys/v4l2/Makefile.am:
30326           Add X_CFLAGS because we depend on X (for overlay).
30327
30328 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30329
30330         * ext/mpeg2dec/gstmpeg2dec.c:
30331           Don't issue a timestamp unless we tagged the frame
30332           with a PTS.
30333
30334 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30335
30336         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30337           Query the audio element to get the time, not the clock. We're
30338           interested in the element's time here.
30339
30340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30341
30342         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30344         * ext/esd/esdsink.c: (gst_esdsink_chain):
30345         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30346         * ext/mas/massink.c: (gst_massink_chain):
30347         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30349         (gst_matroska_demux_parse_metadata):
30350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30351         (gst_mpeg_parse_release_locks):
30352         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30353         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30355         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30356         (gst_osssink_change_state):
30357         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30359         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30360         (gst_xvideosink_release_locks):
30361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30362           use element time.
30363         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30364         (gst_alsa_clock_stop):
30365         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30366         (gst_audio_clock_get_internal_time):
30367           simplify for use with new clocking code.
30368         * testsuite/alsa/Makefile.am:
30369         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30370           fix testsuite for new caps system
30371
30372 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30373
30374         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30375         * ext/flac/gstflacenc.c: (add_one_tag):
30376           length is already host endian, no need to convert. Fixes playback of
30377           tagged files on PPC. (bug #128384)
30378
30379 2004-01-13  Julien MOUTTE <julien@moutte.net>
30380
30381         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30382         colorbalance interface stating if it is hardware based or software
30383         based.
30384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30385         Removing a trailing comma.
30386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30387         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30388         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30389         the documentation seems to be wrong on the -1000 to 1000 interval.
30390
30391 2004-01-12  David Schleef  <ds@schleef.org>
30392
30393         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30394         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30395         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30396         Fix negotiation.  Add a bufferalloc function for the sink pad,
30397         and generally clean up some of the code.
30398
30399 2004-01-12  Julien MOUTTE <julien@moutte.net>
30400
30401         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30402         (gst_color_balance_channel_dispose): Adding safety check in dispose
30403         method.
30404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30405         (gst_xvimagesink_xcontext_clear),
30406         (gst_xvimagesink_interface_supported),
30407         (gst_xvimagesink_colorbalance_list_channels),
30408         (gst_xvimagesink_colorbalance_set_value),
30409         (gst_xvimagesink_colorbalance_get_value),
30410         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30411         Adding colorbalance interface support to set XV parameters such as
30412         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30413         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30414         interface.
30415
30416 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30417
30418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30419         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30420         (gst_audio_convert_init), (gst_audio_convert_set_property),
30421         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30422         (gst_audio_convert_link),
30423         (gst_audio_convert_buffer_to_default_format),
30424         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30425           - implement _getcaps and use it
30426           - improve linking
30427           - remove float caps since no float conversion is actually done
30428           - remove properties and arguments that were to be used for rate
30429             conversion
30430
30431 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30432
30433         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30434         (gst_audio_structure_set_int):
30435         * gst-libs/gst/audio/audio.h:
30436           add helper functions for _getcaps matching the standard audio
30437           templates
30438
30439 2004-01-12  David Schleef  <ds@schleef.org>
30440
30441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30442         Test that pad is negotiated before getting its caps.
30443
30444 2004-01-12  Julien MOUTTE <julien@moutte.net>
30445
30446         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30447         analyzing the pads of an element the bin is mostly in READY state so
30448         no caps were negotiated. This helper function needs to work with
30449         _get_caps directly then. I was not freeing them though, added that to
30450         fix the mem leak.
30451
30452 2004-01-12  Julien MOUTTE <julien@moutte.net>
30453
30454         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30456         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30457         than the free_func.
30458
30459 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30460
30461         * sys/oss/gstossaudio.c: (plugin_init):
30462         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30463         * sys/oss/gstosselement.h:
30464           make an oss debugging category
30465           make failure more descriptive
30466
30467 2004-01-11  David Schleef  <ds@schleef.org>
30468
30469         * ext/ffmpeg/gstffmpeg.c:
30470         * ext/ffmpeg/gstffmpegcodecmap.c:
30471         * ext/ffmpeg/gstffmpegdec.c:
30472         * ext/ffmpeg/gstffmpegenc.c:
30473         * ext/ffmpeg/gstffmpegprotocol.c:
30474         * ext/gdk_pixbuf/gstgdkanimation.c:
30475         * ext/jpeg/gstjpeg.c:
30476         * ext/libpng/gstpng.c:
30477         * ext/mpeg2dec/perftest.c:
30478         * ext/speex/gstspeex.c:
30479         * gst-libs/gst/resample/dtos.c:
30480         * gst/intfloat/gstintfloatconvert.c:
30481         * gst/oneton/gstoneton.c:
30482         * gst/rtjpeg/RTjpeg.c:
30483         * gst/rtp/gstrtp.c:
30484         * sys/dxr3/dxr3init.c:
30485         * sys/glsink/gstgl_nvimage.c:
30486         * sys/glsink/gstgl_pdrimage.c:
30487         * sys/glsink/gstglsink.c:
30488         * testsuite/gst-lint:
30489         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30490
30491 2004-01-11  David Schleef  <ds@schleef.org>
30492
30493         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30494         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30495         * ext/gdk_pixbuf/gstgdkanimation.c:
30496         (gst_gdk_animation_iter_create_pixbuf):
30497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30498         (gst_gdk_pixbuf_chain):
30499         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30500         * ext/jack/gstjack.c: (gst_jack_change_state):
30501         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30502         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30503         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30504         * gst/videofilter/gstvideofilter.c:
30505         (gst_videofilter_set_output_size):
30506         Remove all usage of gst_pad_get_caps(), and replace it with
30507         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30508
30509 2004-01-11  David Schleef  <ds@schleef.org>
30510
30511         * configure.ac:
30512         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30513         * ext/divx/gstdivxdec.c:
30514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30515         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30516         handle images that span multiple buffers.  Now work with both
30517         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30518         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30519         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30520         video/video.h changes
30521         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30523         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30524         of GstData free function.
30525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30526         same.
30527
30528 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30529
30530         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30531         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30532         (gst_v4l2element_get_property):
30533         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30534           add norm, channel and frequency properties.
30535         * sys/v4l2/gstv4l2tuner.c:
30536           fixes for tuner interface changes
30537         * sys/v4l2/gstv4l2element.h:
30538         * sys/v4l2/gstv4l2src.c:
30539         * sys/v4l2/gstv4l2src.h:
30540         * sys/v4l2/v4l2src_calls.c:
30541         * sys/v4l2/v4l2src_calls.h:
30542           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30543
30544 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30545
30546         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30547         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30548         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30549         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30550         * gst-libs/gst/tuner/tuner.h:
30551           GObjects aren't const.
30552           Add find_by_name functions.
30553           Add checks to _changed functions.
30554         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30555         (gst_v4l_tuner_get_norm):
30556           Fixes for above.
30557
30558 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30559
30560         * gst-libs/gst/video/video.h:
30561           Fix caps template names to be understandable.
30562           Prefix everything with GST_VIDEO.
30563         * ext/aalib/gstaasink.c:
30564         * ext/divx/gstdivxdec.c:
30565         * ext/divx/gstdivxenc.c:
30566         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30567         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30568         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30569         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30570         * ext/libcaca/gstcacasink.c:
30571         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30572         * ext/snapshot/gstsnapshot.c:
30573         * ext/swfdec/gstswfdec.c:
30574         * ext/xvid/gstxviddec.c:
30575         * ext/xvid/gstxvidenc.c:
30576         * gst/chart/gstchart.c:
30577         * gst/deinterlace/gstdeinterlace.c:
30578         * gst/effectv/gsteffectv.c:
30579         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30580         * gst/goom/gstgoom.c:
30581         * gst/median/gstmedian.c:
30582         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30583         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30584         * gst/overlay/gstoverlay.c:
30585         * gst/smooth/gstsmooth.c:
30586         * gst/smpte/gstsmpte.c:
30587         * gst/synaesthesia/gstsynaesthesia.c:
30588         * gst/videocrop/gstvideocrop.c:
30589         * gst/videodrop/gstvideodrop.c:
30590         * gst/y4m/gsty4mencode.c:
30591         * sys/qcam/gstqcamsrc.c:
30592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30593           Make them work with new video.h file.
30594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30597         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30598           Make it work with new buffer allocation system.
30599
30600 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30601
30602         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30603         pad_alloc_buffer implementation to use ->srcpad
30604         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30605         pad_alloc_buffer implementation to use ->srcpad
30606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30607         pad_alloc_buffer implementation to use ->srcpad
30608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30609         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30610         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30611         a reference to everything we need.
30612         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30614         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30615         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30616         a reference to everything we need.
30617         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30618
30619 2004-01-11  David Schleef  <ds@schleef.org>
30620
30621         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30622         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30623         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30624         structure members.
30625         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30626         value during a resize/renegotiation.
30627         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30628         gst_pad_alloc_buffer();
30629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30630         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30631         structure members.
30632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30633         Fix for rename of buffer private structure members.
30634         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30635         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30636         Fix for rename of buffer private structure members.
30637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30638         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30639         Fix for rename of buffer private structure members.
30640
30641 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30642
30643         reviewed by: David Schleef <ds@schleef.org>
30644
30645         * gst/videofilter/Makefile.am:
30646         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30647         from the patch by ds to fit in with recent make_filter changes.
30648
30649 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30650
30651         * configure.ac: Adding examples/switch/Makefile
30652         * examples/Makefile.am: Adding examples/switch
30653         * examples/switch/Makefile.am: Adding switcher example.
30654         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30655         (switch_timer), (main): Adding an example demonstrating switch usage
30656         with 2 videotestsrc showing different patterns.
30657         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30658         (gst_switch_init): Fixing switch with the new caps system.
30659
30660 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30661
30662         * gst-libs/gst/video/video.h:
30663           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30664           They should probably be like
30665           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30666
30667 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30668
30669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30670         (qtdemux_parse_trak):
30671           fix audio chunk size/timestamp calculation
30672
30673 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30674
30675         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30676           fix SVQ3 caps
30677
30678 2004-01-11  Steve Baker  <steve@stevebaker.org>
30679
30680         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30681         (gst_agingtv_base_init), (gst_agingtv_class_init),
30682         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30683         (gst_agingtv_set_property), (gst_agingtv_get_property):
30684         Port agingTV to videofilter
30685
30686 2004-01-09  Julien MOUTTE <julien@moutte.net>
30687
30688         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30689         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30690
30691 2004-01-09  Julien MOUTTE <julien@moutte.net>
30692
30693         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30694         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30695         * gst-libs/gst/xoverlay/xoverlay.c:
30696         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30698         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30700         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30701         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30702         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30703         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30704         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30705         interface implementation to handle xid being 0 and fix some bugs
30706         triggered by Benjamin's testcase.
30707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30708         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30709         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30710         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30711         interface implementation to handle xid being 0 and fix some bugs
30712         triggered by Benjamin's testcase.
30713
30714 2004-01-09  David Schleef  <ds@schleef.org>
30715
30716         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30717         mouse pointer events.  It works.
30718
30719 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30720
30721         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30722           Use explicit caps - fix capsnego.
30723         * ext/xvid/gstxviddec.c:
30724         * ext/xvid/gstxvidenc.c:
30725           Remove macro-inside-macro which caused compile errors.
30726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30727           Error out if it's not a RIFF file. Else we error out without
30728           gst_element_error() which is not good...
30729
30730 2004-01-08  David Schleef  <ds@schleef.org>
30731
30732         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30733         Fix pad_link function to handle formats that ffmpeg returns
30734         as multiple caps structures.
30735         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30736         Only complain if source buffer is _smaller_ than expected.
30737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30738         (gst_videoscale_handle_src_event): Resize navigation events
30739         when passing them upstream.
30740         * gst/videotestsrc/gstvideotestsrc.c:
30741         * gst/videotestsrc/gstvideotestsrc.h:
30742         * gst/videotestsrc/videotestsrc.c:
30743         * gst/videotestsrc/videotestsrc.h:
30744         Rewrite many of the buffer painting functions to handle odd
30745         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30746         been verified to work with my video card.
30747         * testsuite/gst-lint:  Add check for elements calling
30748         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30749
30750 2004-01-08  David Schleef  <ds@schleef.org>
30751
30752         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30753         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30754
30755 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30756
30757         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30758         configure event is not emiting the desired size signal. That fixes
30759         aspect ratio issues with gst-player.
30760
30761 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30762
30763         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30764           Fix capsnego.
30765
30766 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30767
30768         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30769         public method to fire size signal.
30770
30771 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30772
30773         * examples/gstplay/Makefile.am: Adding the interface library.
30774         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30775         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30776         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30777         GST_IS_X_OVERLAY before signal connect.
30778         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30779         Removing the have_video_size signal.
30780         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30781         and associated public method.
30782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30783         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30784         signal.
30785         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30786         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30787         signal.
30788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30789         Using XOverlay public method to fire size signal.
30790
30791 2004-01-07  David Schleef  <ds@schleef.org>
30792
30793         * gst/videofilter/Makefile.am:
30794         * gst/videofilter/gstvideotemplate.c:
30795         * gst/videofilter/make_filter:
30796         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30797         Convert make_filter to /bin/sh script.
30798
30799 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30800
30801         * gst/modplug/gstmodplug.cc: fix element description
30802
30803 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30804
30805         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30806         (got_video_size): Adding some new lines in g_print calls.
30807         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30808         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30809         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30810         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30811         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30812         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30813         Complete code review, reverting some stuff i disagree with, adding
30814         some fixes : time synchronization on invalid timestamps, renegotiation
30815         of private window.
30816         * sys/ximage/ximagesink.h:
30817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30818         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30819         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30820         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30821         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30822         (gst_xvimagesink_buffer_new),
30823         (gst_xvimagesink_navigation_send_event),
30824         (gst_xvimagesink_set_xwindow_id),
30825         (gst_xvimagesink_get_desired_size),
30826         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30827         stuff i disagree with, adding some fixes : Renegotiation of private
30828         window, implementing get_desired_size.
30829
30830 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30831
30832         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30833         (gst_afsink_handle_event):
30834         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30835         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30836         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30837         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30838         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30839           Fix for instantiate-test (see core). Also remove dead code from
30840           jpegenc (which still needs fixing, but that's lower on my TODO
30841           list...).
30842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30843           Never return NULL as caps.
30844
30845 2004-01-07  David Schleef  <ds@schleef.org>
30846
30847         * configure.ac:
30848         * ext/Makefile.am:
30849         * ext/librfb/Makefile.am:
30850         * ext/librfb/gstrfbsrc.c:
30851         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30852         is the protocol used by VNC.
30853
30854 2004-01-07  David Schleef  <ds@schleef.org>
30855
30856         * gst/videofilter/gstvideotemplate.c:
30857         * gst/videofilter/gstvideotemplate.h:
30858         * gst/videofilter/make_filter:
30859         Merge videotemplate header into source file.
30860         * gst/effectv/Makefile.am:
30861         * gst/effectv/gsteffectv.c: (plugin_init):
30862         * gst/effectv/gstwarp.c:
30863         Make warpTV a subclass of videofilter.
30864
30865 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30866
30867         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30868           Add guard against invalid utf-8 conversions in mad. Just in case.
30869
30870 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30871
30872         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30873           Fix for bug shown by poisoning
30874
30875 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30876
30877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30878         (gst_v4lmjpegsrc_buffer_free):
30879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30880         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30881         (gst_v4lsrc_buffer_free):
30882           Fix for removed bufferpools.
30883
30884 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30885
30886         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30887         Fix caps negotiation.
30888
30889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30890         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30891         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30892         (dvdnavsrc_event):
30893         * ext/mpeg2dec/gstmpeg2dec.c:
30894         * gst-libs/gst/navigation/navigation.c:
30895         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30896         * gst-libs/gst/navigation/navigation.h:
30897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30898         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30900         Super-simple first version of mouse and keyboard events. Clicking
30901         on a DVD menu now works, although it may not take you where you
30902         expected.
30903
30904         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30905         * gst/videotestsrc/gstvideotestsrc.c:
30906         (gst_videotestsrc_src_fixate):
30907         These fixate functions were broken - they never actually
30908         fixated :)
30909
30910 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30911
30912         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30913         (gst_icecastsend_init):
30914           fix for new caps system.
30915         * gst-libs/gst/mixer/mixertrack.h:
30916         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30917           Add 'master track' flag (for tools like ACME that only want to
30918           change the main volume).
30919
30920 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30921
30922         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30923         (gst_xvid_csp_to_caps):
30924         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30925         * ext/xvid/gstxvidenc.c:
30926         ifdef out ARGB type when it isn't available
30927         in xvidcore 1.0.0beta2
30928
30929 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30930
30931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30932           When we have received a new SCR right in the first buffer after
30933           a seek (so in the same cycle that handles the discont), we should
30934           handle the buffer instead of unreffing it, else we lose data.
30935
30936 2004-01-06  Iain <iain@prettypeople.org>
30937
30938         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30939           buffer-frames caps too.
30940
30941         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30942           caps that we need, don't destroy them all and rebuild them. And when
30943           creating src pads, use the src pad template rather than the sink...
30944
30945 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30946
30947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30948           Add pad to element *after* setting functions such as event handler.
30949           Without this, the scheduler (opt) will link pads, set the event
30950           handler from the default event function (dispatcher in gstpad.c)
30951           and *after* that, we will set our own event function, which will
30952           thus never be used (and thus mpegdemux doesn't handle events).
30953
30954 2004-01-04  David Schleef  <ds@schleef.org>
30955
30956         Fix the fixate functions to handle new prototype:
30957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30958         * gst/videotestsrc/gstvideotestsrc.c:
30959         (gst_videotestsrc_src_fixate):
30960         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30961         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30963
30964 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30965
30966         * sys/ximage/ximagesink.h:
30967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30968         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30969         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30970         (gst_ximagesink_xoverlay_init):
30971           assorted fixes to make (re)embedding work
30972         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30973         (gst_ximagesink_get_desired_size):
30974           implement desired size additions to XOverlay
30975
30976 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30977
30978         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30979         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30980         (gst_x_overlay_got_desired_size):
30981         * gst-libs/gst/xoverlay/xoverlay.h:
30982           Add optional "desired size" signal and querying.
30983
30984 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30985
30986         * gst/matroska/matroska-demux.c:
30987         (gst_matroska_demux_parse_blockgroup):
30988           Fix EBML-laced block parsing. Diffs are relative to previous
30989           lace, not the first lace. Thanks to Mosu from the Matroska
30990           team for detecting this.
30991         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30992         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30993         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30994         (gst_wavparse_change_state):
30995         * gst/wavparse/gstwavparse.h:
30996           Quickfix for capsnego.
30997
30998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31001           Fix indenting, fix pad creation.
31002
31003 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31006         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31007         (gst_xviddec_sink_link):
31008           Implement src_getcaps() so proper size caps is negotiated.
31009
31010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31011
31012         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31013           Finish flac decoder on EOS. See #116178.
31014
31015 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31016
31017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31018         (gst_matroska_demux_add_stream):
31019         * gst/matroska/matroska-ids.h:
31020           Add getcaps() function to fix capsnego...
31021
31022 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31023
31024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31025         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31026         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31027           Fix more integer overflows. Again, see #126967.
31028
31029 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31030
31031         * ext/mpeg2dec/gstmpeg2dec.c:
31032           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31033           #130416.
31034
31035 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * configure.ac:
31038         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31039         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31040         * ext/xvid/gstxvid.h:
31041         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31042         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31043         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31044         (gst_xviddec_change_state):
31045         * ext/xvid/gstxviddec.h:
31046         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31047         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31048         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31049         (gst_xvidenc_link), (gst_xvidenc_set_property),
31050         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31051         * ext/xvid/gstxvidenc.h:
31052           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31053
31054 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/rtp/rtp-packet.c:
31057           Add sys/types.h include, since OS X doesn't define in_addr_t
31058           in netinet/in.h, like it does on Linux (see #129600).
31059
31060 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31061
31062         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31063
31064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31065           Correct logic of dispose function (see #129306).
31066
31067 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31068
31069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31071         (gst_mpeg_parse_init):
31072         * gst/mpegstream/gstmpegparse.h:
31073           Remove clock (which was never provided, i.e. dead code), and
31074           also fix integer overflows at high PTS values (see #126967).
31075
31076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31077
31078         * ext/flac/gstflacdec.c:
31079         * ext/libpng/gstpngenc.h:
31080         * ext/mikmod/gstmikmod.h:
31081           OS X fixes (see #126628).
31082
31083 2004-01-02  David Schleef  <ds@schleef.org>
31084
31085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31086         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31088         (gst_mpeg_parse_class_init): Move pad template registration
31089         to class_init, since the derived class (mpegdemux) doesn't
31090         want them.
31091
31092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31093
31094         * sys/ximage/Makefile.am:
31095         * sys/xvideo/Makefile.am:
31096         * sys/xvimage/Makefile.am:
31097           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31098           after installation (see #127664).
31099
31100 2004-01-02  David Schleef  <ds@schleef.org>
31101
31102         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31103         (gst_ffmpegenc_connect):  Negotiation fixes.
31104         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31105         Remove inappropriate gst_caps_free().
31106         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31107         Reenable Ronald's internal resize code, since the core handles
31108         it correctly now.
31109
31110 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31111
31112         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31115           Fix pad template stuff.
31116
31117 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31118
31119         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31120         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31121           fix signed integer reading/writing.
31122
31123 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31124
31125         * ext/alsa/README:
31126           Remove outdated document
31127
31128 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31129
31130         * gst/cutter/gstcutter.c: (gst_cutter_init):
31131           src pad was being created twice - oops.
31132
31133 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31134
31135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31136           Comment out internal resize. It doesn't handle the resulting
31137           XEvent internally, does another try_set_caps() which leads to
31138           a really nice loop.
31139           Real fix will come when Julien and Dave are awake. ;).
31140
31141 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31142
31143         * ext/mpeg2enc/gstmpeg2enc.cc:
31144           fix const/nonconst compile issue.
31145
31146 2004-01-02  David Schleef  <ds@schleef.org>
31147
31148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31149         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31150         Add fixate function and a check for bad formats.
31151
31152 2004-01-01  David Schleef  <ds@schleef.org>
31153
31154         Negotiation fixes:
31155         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31156         (gst_audiofilter_init):
31157         * gst/debug/efence.c: (gst_efence_init):
31158         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31159         (gst_deinterlace_init):
31160         * gst/volume/gstvolume.c: (volume_connect):
31161
31162 2004-01-01  David Schleef  <ds@schleef.org>
31163
31164         Convert elements to use gst_pad_use_explicit_caps() where
31165         appropriate:
31166         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31167         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31168         (gst_afparse_open_file):
31169         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31170         (gst_afsrc_open_file):
31171         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31172         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31173         (gst_ffmpegdec_chain):
31174         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31175         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31177         (gst_gdk_pixbuf_chain):
31178         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31179         (gst_jpegdec_chain):
31180         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31181         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31182         (gst_mikmod_negotiate):
31183         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31184         (gst_mpeg2dec_negotiate_format):
31185         * ext/mpeg2enc/gstmpeg2enc.cc:
31186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31187         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31188         (gst_speexdec_sinkconnect):
31189         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31190         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31191         (gst_vorbisfile_new_link):
31192         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31193         (gst_ac3parse_chain):
31194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31195         (gst_asf_demux_setup_pad):
31196         * gst/auparse/gstauparse.c: (gst_auparse_init),
31197         (gst_auparse_chain):
31198         * gst/id3/gstid3types.c: (gst_id3types_loop):
31199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31200         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31201         (mp1videoparse_parse_seq):
31202         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31203         (bpf_from_header):
31204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31205         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31207         (gst_mpeg_parse_send_data):
31208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31209         (gst_qtdemux_add_stream):
31210         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31211         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31212         (gst_wavparse_parse_fmt):
31213
31214 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31215
31216         * configure.ac:
31217           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31218           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31219           it therefore uses the wrong include paths. Too bad... Note
31220           that 1.6.1.93 is not release yet. ;).
31221           Also add a check for mplex, which is now using the lib'ified
31222           mplex from mjpegtools, too.
31223         * ext/ffmpeg/gstffmpegcodecmap.c:
31224           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31225           issues. I don't think ffmpeg handles 3ivx correctly, so this
31226           probably won't work. But it won't hurt either.
31227         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31228         (gst_ffmpegdec_chain):
31229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31230         (gst_ffmpegenc_chain_audio):
31231           Fix memleak in audio encoding. Close codec if open fails, this
31232           calls the cleanup routines so we can re-use the context.
31233         * ext/mpeg2enc/gstmpeg2enc.cc:
31234           Fix pad template names/types, fix memory issue with getcaps().
31235         * ext/mpeg2enc/gstmpeg2encoder.cc:
31236         * ext/mpeg2enc/gstmpeg2encoder.hh:
31237           Fix compile issue with new caps system (const thingy).
31238         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31239         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31240           We read a first frame right on initing, so that we have a caps
31241           when we init the output. This caps is cached in padprivate and
31242           read as first frame.
31243         * ext/mplex/Makefile.am:
31244         * ext/mplex/gstmplex.cc:
31245         * ext/mplex/gstmplex.h:
31246         * ext/mplex/gstmplex.hh:
31247         * ext/mplex/gstmplexibitstream.cc:
31248         * ext/mplex/gstmplexibitstream.hh:
31249         * ext/mplex/gstmplexjob.cc:
31250         * ext/mplex/gstmplexjob.hh:
31251         * ext/mplex/gstmplexoutputstream.cc:
31252         * ext/mplex/gstmplexoutputstream.hh:
31253           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31254           had issues, didn't do capsnego, supported only a subset of the
31255           mplex features and required a mplex fork in our local CVS. Plus
31256           that it worked agaist a very old mplex version. Rewriting was
31257           faster than updating it.
31258         * gst-libs/ext/Makefile.am:
31259         * gst-libs/ext/mplex/INSTRUCT:
31260         * gst-libs/ext/mplex/Makefile.am:
31261         * gst-libs/ext/mplex/README:
31262         * gst-libs/ext/mplex/TODO:
31263         * gst-libs/ext/mplex/ac3strm_in.cc:
31264         * gst-libs/ext/mplex/audiostrm.hh:
31265         * gst-libs/ext/mplex/audiostrm_out.cc:
31266         * gst-libs/ext/mplex/aunit.hh:
31267         * gst-libs/ext/mplex/bits.cc:
31268         * gst-libs/ext/mplex/bits.hh:
31269         * gst-libs/ext/mplex/buffer.cc:
31270         * gst-libs/ext/mplex/buffer.hh:
31271         * gst-libs/ext/mplex/fastintfns.h:
31272         * gst-libs/ext/mplex/format_codes.h:
31273         * gst-libs/ext/mplex/inputstrm.cc:
31274         * gst-libs/ext/mplex/inputstrm.hh:
31275         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31276         * gst-libs/ext/mplex/mjpeg_logging.cc:
31277         * gst-libs/ext/mplex/mjpeg_logging.h:
31278         * gst-libs/ext/mplex/mjpeg_types.h:
31279         * gst-libs/ext/mplex/mpastrm_in.cc:
31280         * gst-libs/ext/mplex/mpegconsts.cc:
31281         * gst-libs/ext/mplex/mpegconsts.h:
31282         * gst-libs/ext/mplex/mplexconsts.hh:
31283         * gst-libs/ext/mplex/multplex.cc:
31284         * gst-libs/ext/mplex/outputstream.hh:
31285         * gst-libs/ext/mplex/padstrm.cc:
31286         * gst-libs/ext/mplex/padstrm.hh:
31287         * gst-libs/ext/mplex/stillsstream.cc:
31288         * gst-libs/ext/mplex/stillsstream.hh:
31289         * gst-libs/ext/mplex/systems.cc:
31290         * gst-libs/ext/mplex/systems.hh:
31291         * gst-libs/ext/mplex/vector.cc:
31292         * gst-libs/ext/mplex/vector.hh:
31293         * gst-libs/ext/mplex/videostrm.hh:
31294         * gst-libs/ext/mplex/videostrm_in.cc:
31295         * gst-libs/ext/mplex/videostrm_out.cc:
31296         * gst-libs/ext/mplex/yuv4mpeg.cc:
31297         * gst-libs/ext/mplex/yuv4mpeg.h:
31298         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31299         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31300           We don't fork mjpegtools' mplex in our CVS anymore.
31301         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31302         (gst_avi_demux_add_stream):
31303         * gst/avi/gstavidemux.h:
31304           Add getcaps() function for proper caps nego. This makes some
31305           parts of AVI playback/reading work.
31306         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31307           Resize window on new capsnego. This is probably wrong, but
31308           I'm still committing it because with current capsnego, the
31309           first successfull capsnego is auto-fixated, therefore rounded
31310           down to the lowest values in the caps. this results in a 16x16
31311           XWindow that is not reized when real capsnego finishes.
31312           Dave, I see more cases of this, do you know a proper solution?
31313         * tools/gst-launch-ext.in:
31314           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31315
31316 2003-12-31  David Schleef  <ds@schleef.org>
31317
31318         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31319         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31320           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31321
31322 2003-12-30  David Schleef  <ds@schleef.org>
31323
31324         * ext/ffmpeg/gstffmpegcolorspace.c:
31325         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31326         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31327         (gst_ffmpegcsp_chain): Negotiation fixes
31328         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31330         (gst_audio_convert_link), (gst_audio_convert_channels):
31331         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31332         (gst_audioscale_link), (gst_audioscale_get_buffer),
31333         (gst_audioscale_chain): Negotiation fixes
31334         * gst/audioscale/gstaudioscale.h:
31335         * gst/videofilter/gstvideofilter.c:
31336         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31337         (gst_videofilter_link), (gst_videofilter_init),
31338         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31339         (gst_videofilter_find_format_by_structure):
31340         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31342         (gst_videoscale_link):
31343         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31344         (videoscale_find_by_structure), (gst_videoscale_setup):
31345         * gst/videoscale/videoscale.h: Negotiation fixes
31346         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31347         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31348         function, restrict resizing to a multiple of 4 (hack until
31349         everyone supports odd sizes correctly).
31350
31351 2003-12-29  Colin Walters  <walters@verbum.org>
31352
31353         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31354         signed.
31355
31356 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31357
31358         * ext/sndfile/gstsf.c: (gst_sf_loop):
31359           Fix warning about discarding const qualifier
31360
31361 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31362
31363         * gst/cutter/gstcutter.c:
31364         * gst/videoscale/gstvideoscale.c:
31365         * gst/volenv/gstvolenv.c:
31366         * gst-libs/gst/audio/audio.c:
31367         * gst-libs/gst/video/video.c:
31368           Fix warnings
31369
31370 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31371
31372         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31373           Don't send ALSA debugging to stderr.
31374         * ext/alsa/gstalsa.h:
31375           Use GST_WARNING instead of g_warning when ALSA functions fail.
31376
31377 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31378
31379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31380           Free XVAdapterInfo correctly.
31381
31382 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31383
31384         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31385         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31386           Make id3tag use correct caps nego.
31387
31388 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31389
31390         * ext/ivorbis/vorbis.c:
31391         * ext/ivorbis/vorbisenc.h:
31392         * ext/ivorbis/vorbisfile.c:
31393           Modify so that it uses the new caps things
31394
31395 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31396
31397         * testsuite/spider/spider1.c: (main):
31398         * testsuite/spider/spider2.c: (main):
31399         * testsuite/spider/spider3.c: (main):
31400           Make tests compile again. They probably don't work.
31401
31402 2003-12-24  Colin Walters  <walters@verbum.org>
31403
31404         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31405         we can't fixate the caps anymore.
31406
31407 2003-12-23  David Schleef  <ds@schleef.org>
31408
31409         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31410         * sys/oss/gstosssink.c: (gst_osssink_init),
31411         (gst_osssink_sink_fixate): Add fixate function.
31412
31413 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31414
31415         * ext/ffmpeg/gstffmpegcodecmap.c:
31416         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31417         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31418         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31419         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31420         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31421         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31422         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31423           fix typo in RGB masks, and move back to "old" colorspace
31424           capsnego code until whoever wrote this new crap has actually
31425           tested it so that it works.
31426           And yes, this works, keep it that way please.
31427
31428 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31429
31430         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31431         (gst_divxdec_init), (gst_divxdec_negotiate):
31432         * ext/divx/gstdivxdec.h:
31433         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31434         (gst_divxenc_init):
31435         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31436         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31437         * ext/mpeg2enc/gstmpeg2enc.cc:
31438         * ext/mpeg2enc/gstmpeg2encoder.cc:
31439         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31440         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31441         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31442         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31443         (dxr3spusink_init):
31444         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31445         (dxr3videosink_init):
31446           Fix caps breakage after Dave's caps branch merge.
31447
31448 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31449
31450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31451           Fix for 24bpp display.
31452
31453 2003-12-23  Colin Walters  <walters@verbum.org>
31454
31455         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31456         a GnomeVFSHandle directly.
31457
31458 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31459
31460         * gst/volume/Makefile.am:
31461         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31462         (volume_base_init), (volume_init):
31463           Reenable volume element and fix to work with new caps stuff.
31464           Rhythmbox needs this.
31465
31466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31467
31468         * gst/qtdemux/qtdemux.c: (plugin_init):
31469           qtdemux requires bytestream
31470
31471 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31472
31473         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31474           Fix remaining caps handling errors due to CAPS merge.
31475
31476 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31477
31478         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31479         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31480         (gst_faad_srcconnect):
31481           Port to new caps system.
31482
31483 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31484
31485         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31486         (got_video_size), (main): using g_print instead of g_message.
31487         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31488         signal which was not emitted because of "switch" element added to the
31489         bin but not connected. (Removing from the bin temporarily)
31490
31491 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31492
31493         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31494         find X development files. I don't understand the previous tests and
31495         they fail on my debian/ppc unstable. This one works.
31496         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31497         exiting.
31498         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31499         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31500         (gst_play_set_visualization): Add some safety checks in set_ methods
31501         and state_change. This was throwing some ugly CRITICAL messages when
31502         pipeline was getting disposed and casts were failing.
31503
31504 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31505
31506         * configure.ac:
31507           Improve mpeg2enc detection. This is for distributions that do
31508           ship mjpegtools, but without mpeg2enc. Also does object check
31509           for might there ever be ABI incompatibility.
31510         * ext/mpeg2enc/gstmpeg2enc.cc:
31511           Add Andrew as second maintainer (he's helping me), and also add
31512           an error if no caps was set. This happens if I pull before capsnego
31513           and that's something I should solve sometime else.
31514         * gst/matroska/matroska-demux.c:
31515         (gst_matroska_demux_parse_blockgroup):
31516           Fix time parsing.
31517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31518         (gst_matroska_mux_track_header):
31519           Add caps to templates.
31520         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31521           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31522         * gst/mpegstream/gstmpegdemux.c:
31523           Remove layer since it causes warnings about unfixed caps.
31524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31525           Fix obvious typo (we error out if caps were set, we should of
31526           course error out if *no* caps were set).
31527         * sys/oss/gstosselement.c: (gst_osselement_convert):
31528           Fix format conversion, we confused bits/bytes.
31529         * sys/oss/gstosselement.h:
31530           Improve documentation for 'bps'.
31531         * sys/v4l/TODO:
31532           Remove stuff about plugins that need removing - this was done
31533           ages ago.
31534         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31535         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31537         (gst_v4lsrc_src_query):
31538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31539         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31540           Add get_query_types(), get_formats() and query() functions.
31541
31542 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31543
31544         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31545           * moved CVS to freedesktop.org