tests/check/elements/subparse.c: Add unit test for MPL2 subtitle format (#413799).
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * tests/check/elements/subparse.c: (GST_START_TEST),
4         (subparse_suite):
5           Add unit test for MPL2 subtitle format (#413799).
6
7 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8
9         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10
11         * gst/subparse/Makefile.am:
12         * gst/subparse/gstsubparse.c:
13         (gst_sub_parse_data_format_autodetect),
14         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
15         (gst_subparse_type_find):
16         * gst/subparse/gstsubparse.h:
17         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
18         * gst/subparse/mpl2parse.h:
19           Add support for MPL2 subtitle format (#413799).
20
21 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
22
23         * configure.ac:
24           We require core CVS for the new buffer metadata copy functions.
25
26 2007-03-09  Wim Taymans  <wim@fluendo.com>
27
28         * gst-libs/gst/tag/gstid3tag.c:
29         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
30         Fixes #414496.
31
32 2007-03-09  Wim Taymans  <wim@fluendo.com>
33
34         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
35         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
36         Improve adapter usage and comments.
37
38 2007-03-09  Wim Taymans  <wim@fluendo.com>
39
40         * ext/pango/gsttextrender.c: (gst_text_render_chain):
41         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
42         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
43         Use new metadata copy function.
44
45         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
46         (gst_ffmpegcsp_transform):
47         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
48         Basetransform copied the metadata for us.
49
50 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
51
52         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
53         (gst_text_overlay_video_event):
54           Some more logging. Only accept newsegment events in TIME format and
55           send a WARNING message if they are not in TIME format.
56
57         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
58         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
59         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
60         * gst/subparse/gstsubparse.h:
61           No need to allocate GstSegment structure dynamically, just put it
62           into the instance structure; ignore newsegment events in BYTE
63           format and in particular don't let it overwrite our saved TIME
64           segment from the last seek.
65
66 2007-03-09  Michael Smith  <msmith@fluendo.com>
67
68         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
69           Replace AC3 typefinder with one that isn't terrible, and actually
70           works usefully.
71
72 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
73
74         * gst/audioconvert/gstaudioconvert.c:
75         (gst_audio_convert_transform):
76           fix error category and translatable string
77           
78
79 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
82         * pkgconfig/gstreamer-plugins-base.pc.in:
83           Fix up utils => pbutils here too.
84
85 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
86
87         * gst/subparse/gstsubparse.c: (handle_buffer):
88           Break out of loop in chain function as soon as possible if we get
89           a non-OK flow return.
90
91 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
92
93         * tests/check/elements/alsa.c: (GST_START_TEST):
94         Unref the mixer if the state change fails too (if the
95         alsa devices are inaccessible, for example)
96
97 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
98
99         * tests/check/Makefile.am:
100         Don't test libvisual elements in the states check, because libvisual
101         seems to leak internally.
102
103         Re-enable the alsa and states tests now that there's new suppressions
104         in gst.supp.
105
106         * tests/check/elements/alsa.c: (GST_START_TEST):
107         Don't leak the alsamixer we instantiated.
108
109 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
110
111         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
112         (gst_ximagesink_change_state), (gst_ximagesink_reset),
113         (gst_ximagesink_finalize):
114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
115         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
116         Move some cleanup stuff from the state change handler into a _reset()
117         function that can be called from _finalize(). This ensures that things
118         get freed even if (for some reason) the NULL->READY state transition
119         fails in the parent class.
120         Even if a parent state change fails, process our downward state change
121         logic instead of bailing out early.
122         Free the correct xcontext pointer in ximagesink's xcontext_clear.
123
124 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
125
126         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
127         Extra log line.
128
129         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
130         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
131         Use pango_font_description_set_family_static instead of 
132         pango_font_description_set_family to save a string copy (it was
133         leaking due to the strdup anyway)
134
135         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
136         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
137         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
138         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
139         Chain up in finalize.
140
141 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
142
143         * gst-libs/gst/interfaces/mixertrack.c:
144         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
145         (gst_mixer_track_set_property):
146           API: add "untranslated-label" property which should be set by
147           implementations at construct time (#414645).
148
149         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
150         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
151           Set "untranslated-label" when constructing mixer track objects.
152
153         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
154           Unit test to check the above.
155
156 2007-03-07  Wim Taymans  <wim@fluendo.com>
157
158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
159         Fix confusing debug message.
160
161 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
162
163         * gst-plugins-base.doap:
164         update doap file with new version
165
166 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
167
168         * configure.ac:
169         Back to CVS
170
171 === release 0.10.12 ===
172
173 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
174
175         * configure.ac:
176           releasing 0.10.12, "Zombie Horde"
177
178 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
179
180         * configure.ac:
181         Bump version to 0.10.11.4 pre-release
182
183 2007-03-06  Wim Taymans  <wim@fluendo.com>
184
185         * gst-libs/gst/audio/gstbaseaudiosink.c:
186         (gst_base_audio_sink_async_play):
187         Fix regression that made GStreamer skip the first samples of audio.
188         Fixes #414684.
189
190 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
191
192         * configure.ac:
193         Bump version to 0.10.11.3 pre-release
194
195 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
196
197         * po/POTFILES.in:
198           Update paths for the rename from utils to pbutils to fix the build.
199
200 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
201
202         * gst-libs/gst/pbutils/Makefile.am:
203           Change directory to install headers in from gst/utils to gst/pbutils
204           as well.
205
206 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
207
208         * configure.ac:
209         * docs/libs/gst-plugins-base-libs-docs.sgml:
210         * docs/libs/gst-plugins-base-libs-sections.txt:
211         * gst-libs/gst/Makefile.am:
212         * gst-libs/gst/interfaces/mixer.c:
213         * gst-libs/gst/pbutils/Makefile.am:
214         * gst-libs/gst/pbutils/descriptions.c:
215         (gst_pb_utils_get_source_description),
216         (gst_pb_utils_get_sink_description),
217         (gst_pb_utils_get_decoder_description),
218         (gst_pb_utils_get_encoder_description),
219         (gst_pb_utils_get_element_description),
220         (gst_pb_utils_add_codec_description_to_tag_list),
221         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
222         * gst-libs/gst/pbutils/descriptions.h:
223         * gst-libs/gst/pbutils/install-plugins.c:
224         * gst-libs/gst/pbutils/install-plugins.h:
225         * gst-libs/gst/pbutils/missing-plugins.c:
226         (gst_missing_uri_source_message_new),
227         (gst_missing_uri_sink_message_new),
228         (gst_missing_element_message_new),
229         (gst_missing_decoder_message_new),
230         (gst_missing_encoder_message_new),
231         (gst_missing_plugin_message_get_description):
232         * gst-libs/gst/pbutils/missing-plugins.h:
233         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
234         * gst-libs/gst/pbutils/pbutils.h:
235         * gst-libs/gst/utils/Makefile.am:
236         * gst-libs/gst/utils/base-utils.c:
237         * gst-libs/gst/utils/base-utils.h:
238         * gst-libs/gst/utils/descriptions.c:
239         * gst-libs/gst/utils/descriptions.h:
240         * gst-libs/gst/utils/install-plugins.c:
241         * gst-libs/gst/utils/install-plugins.h:
242         * gst-libs/gst/utils/missing-plugins.c:
243         * gst-libs/gst/utils/missing-plugins.h:
244         * gst-plugins-base.spec.in:
245         * gst/playback/Makefile.am:
246         * gst/playback/gstdecodebin.c:
247         * gst/playback/gstdecodebin2.c:
248         * gst/playback/gstplaybasebin.c: (setup_subtitle),
249         (gen_source_element):
250         * gst/playback/gstplaybin.c: (plugin_init):
251         * tests/check/Makefile.am:
252         * tests/check/libs/pbutils.c: (GST_START_TEST),
253         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
254         * tests/check/libs/utils.c:
255           rename utils to pbutils
256
257 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
258
259         * docs/plugins/Makefile.am:
260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
262         * docs/plugins/inspect/plugin-decodebin2.xml:
263         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
264         Add documentation for decodebin2 that indicates that the API
265         is still unstable.
266
267 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
268
269         * configure.ac:
270         Update to 0.10.11.2 (0.10.12 pre-release)
271
272 2007-03-01  Wim Taymans  <wim@fluendo.com>
273
274         * gst-libs/gst/audio/gstbaseaudiosink.c:
275         (gst_base_audio_sink_async_play):
276         base time is irrelevant here.
277
278 2007-03-01  Wim Taymans  <wim@fluendo.com>
279
280         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
281         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
282         Improve debugging.
283
284         * gst-libs/gst/audio/gstbaseaudiosink.c:
285         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
286         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
287         Improve latency and clock slaving calculations.
288         Improve slave clock calibration.
289
290         * gst-libs/gst/audio/gstringbuffer.c:
291         (gst_ring_buffer_commit_full):
292         When we are asked to render N sample to 0 bytes, return N.
293
294 2007-03-01  Wim Taymans  <wim@fluendo.com>
295
296         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
297         (gst_alsasink_write), (gst_alsasink_reset):
298         * ext/alsa/gstalsasink.h:
299         Remove unused dispose function.
300         Rename lock to not interfere with alsasrc lock.
301
302         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
303         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
304         (gst_alsasrc_read), (gst_alsasrc_reset):
305         * ext/alsa/gstalsasrc.h:
306         Implement finalize function.
307         Use lock to protect alsa access.
308         Implement _reset.
309         Fine tune sw params.
310
311 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
312
313         * configure.ac:
314           Convert to new AG_GST style.
315
316 2007-02-28  Wim Taymans  <wim@fluendo.com>
317
318         Patch by: Ed Catmur <ed at catmur dot co dot uk>
319
320         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
321         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
322         Fix race condition when rapidly switching visualisations in playbin.
323         Fixes #401029.
324
325 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
326
327         * tests/check/Makefile.am:
328         Include local stuff before system installed things in LDFLAGS and
329         CFLAGS.
330
331 2007-02-28  Wim Taymans  <wim@fluendo.com>
332
333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
334         Improve debugging.
335
336 2007-02-28  Wim Taymans  <wim@fluendo.com>
337
338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
339         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
340         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
341         Fix duration and timestamping, taking latency into account.
342         Implement latency query.
343
344 2007-02-28  Wim Taymans  <wim@fluendo.com>
345
346         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
347         (gst_audio_clock_new):
348         Fix clock name.
349
350         * gst-libs/gst/audio/gstbaseaudiosink.c:
351         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
352         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
353         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
354         (gst_base_audio_src_create):
355         Improve latency query code.
356         Use proper clock names.
357
358 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
359
360         * tests/check/generic/states.c: (GST_START_TEST):
361           Copy the states.c test from core again
362         * tests/check/Makefile.am:
363           ignore cdio and cdparanoiasrc
364
365 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
366
367         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
368         (double_hq), (audio_convert_get_func_index), (check_default),
369         (audio_convert_prepare_context), (audio_convert_convert):
370           Also make valgrind happy and avoid copying data in some cases.
371
372 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
373
374         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
375         (double_hq), (audio_convert_get_func_index),
376         (audio_convert_prepare_context), (audio_convert_convert):
377         * gst/audioconvert/gstaudioconvert.c:
378         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
379         (gst_audio_convert_transform_caps):
380         * tests/check/elements/audioconvert.c: (GST_START_TEST),
381         (audioconvert_suite):
382           Don't run inplace if that overwrites source data as we go. Add more
383           tests. Fixes #339837 even more.
384
385 2007-02-27  Julien MOUTTE  <julien@moutte.net>
386
387         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
388         (msg_segment_done): Fix various seeking bugs (Slider was not
389         updating when doing a non flushing seek, Reverse playback 
390         on segment seek was wrong).
391
392 2007-02-26  Wim Taymans  <wim@fluendo.com>
393
394         * tests/examples/seek/seek.c: (stop_seek):
395         When we stop scrubbing, don't leave the pipeline PLAYING when we
396         requested a PAUSED state.
397
398 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
399
400         Patch by: René Stadler <mail at renestadler de>
401
402         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
403           Parse date strings in vorbis comments that have an invalid (zero)
404           month or day (#410396).
405
406         * tests/check/libs/tag.c: (GST_START_TEST):
407           Test case for the above.
408
409 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
410
411         Patch by: Loïc Minier <lool+gnome at via ecp fr>
412
413         * configure.ac:
414         * ext/alsa/Makefile.am:
415         * gst/audiotestsrc/Makefile.am:
416           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
417
418 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
419
420         * gst/playback/gstplaybin.c:
421           Improve docs: point out that the application needs to assist playbin
422           with buffering.
423
424 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
425
426         * gst-libs/gst/utils/install-plugins.c:
427         * gst-libs/gst/utils/missing-plugins.c:
428         * tests/check/libs/utils.c: (missing_msg_check_getters):
429           Change GStreamer marker prefix in detail string from 'gstreamer.net'
430           to just 'gstreamer'. Document the caps string component of the
431           decoder/encoder detail a bit better, since not everyone will be
432           familiar with the GStreamer media type/caps system (but they better
433           enjoy nested itemized lists).
434
435 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
436
437         * gst-libs/gst/netbuffer/gstnetbuffer.c:
438         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
439           Fix copying of GstNetBuffer (would crash before, or at least lead to
440           invalid memory access, #410772), for now by copying the GstBuffer copy
441           code from the core over here so we can copy the GstBuffer fields on a
442           provided buffer instance (of type GstNetBuffer in this case). Would be
443           better to fix this with some support by the core though (and in the long
444           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
445
446         * tests/check/Makefile.am:
447           Enable unit test for GstNetBuffer.
448
449 2007-02-22  Andy Wingo  <wingo@pobox.com>
450
451         * gst-libs/gst/audio/gstbaseaudiosink.c
452         (gst_base_audio_sink_init): Disable pull-mode activation until we
453         figure out how to make audio sinks go to PLAYING.
454
455 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
458         (double_hq), (audio_convert_get_func_index),
459         (audio_convert_prepare_context), (audio_convert_convert):
460         * gst/audioconvert/audioconvert.h:
461         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
462         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
463         * gst/audioconvert/gstchannelmix.h:
464         * tests/check/elements/audioconvert.c: (GST_START_TEST):
465           Add float as an intermediate format, as well as float mixing. Enable
466           test that was failing before. Fixes #339837
467
468 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
469
470         * tests/examples/seek/seek.c: (do_seek):
471         Undo the previous commit: -1 as a stop time implies that the stop
472         time is the end of file, clearing any previously configured segment.
473
474 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
475
476         * tests/examples/seek/seek.c: (do_seek):
477         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
478
479 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
480
481         * gst/volume/gstvolume.c: (volume_process_int16),
482         (volume_process_int16_clamp), (volume_set_caps):
483           Unbreak volume, value remains gint.
484
485 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
486
487         * gst/volume/gstvolume.c: (volume_choose_func),
488         (volume_update_real_volume), (gst_volume_set_volume),
489         (gst_volume_init), (volume_process_double), (volume_process_float),
490         (volume_process_int16), (volume_process_int16_clamp),
491         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
492         * gst/volume/gstvolume.h:
493           Extend float audio support (double) and some int->uint cleanups.
494
495 2007-02-20  Edward Hervey  <edward@fluendo.com>
496
497         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
498         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
499         (sort_end_pads), (gst_decode_group_expose),
500         (gst_decode_group_hide):
501         Don't free groups from the streaming threads. Just put them aside and
502         free them in dispose.
503
504 2007-02-20  Edward Hervey  <edward@fluendo.com>
505
506         * gst/playback/gstdecodebin2.c: (connect_element),
507         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
508         (sort_end_pads), (gst_decode_group_expose):
509         Handle dynamic pads within groups.
510         Sort pads before exposing them in order to make playbin happy.
511         There still is a race with the multiqueue filling up. This should be
512         solved separately.
513         Fixes #398721
514
515 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
516
517         * gst-libs/gst/utils/base-utils.c:
518         * gst-libs/gst/utils/descriptions.c:
519         * gst-libs/gst/utils/install-plugins.c:
520         * gst-libs/gst/utils/missing-plugins.c:
521           Some more docs (and descriptions for two subtitle formats).
522
523 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
524
525         * gst-libs/gst/audio/audio.c:
526           Fix documentation.
527
528 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
529
530         Patch by: Yves Lefebvre  <ivanohe abacom com>
531
532         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
533           Don't leak caps. Fixes #408278.
534
535 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
536
537         * ext/cdparanoia/gstcdparanoiasrc.h:
538         * ext/ogg/gstoggdemux.h:
539         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
540         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
541         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
542         * gst-libs/gst/audio/audio.h:
543         * gst-libs/gst/audio/gstaudiofilter.h:
544         * gst-libs/gst/interfaces/videoorientation.h:
545         * gst/adder/gstadder.h:
546           More docs coverage and some ChangeLog surgery (add missing names)
547
548 2007-02-15  Wim Taymans  <wim@fluendo.com>
549
550         * sys/ximage/ximagesink.c:
551         (gst_ximagesink_calculate_pixel_aspect_ratio):
552         * sys/xvimage/xvimagesink.c:
553         (gst_xvimagesink_calculate_pixel_aspect_ratio):
554         Small constifications.
555
556 2007-02-15  Wim Taymans  <wim@fluendo.com>
557
558         * gst-libs/gst/audio/gstbaseaudiosink.c:
559         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
560         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
561         (gst_base_audio_sink_async_play),
562         (gst_base_audio_sink_change_state):
563         Answer latency query.
564         Use configured latency when syncing.
565         Fix clock slaving.
566
567         * gst-libs/gst/audio/gstbaseaudiosrc.c:
568         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
569         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
570         Fix possible memleak.
571         Implement latency query.
572         Small cleanups.
573
574 2007-02-15  Wim Taymans  <wim@fluendo.com>
575
576         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
577         Ignore errors in reset, these are not fatal. They also grab the element
578         lock which is already taking when this function is called. Fixes
579         #405451.
580
581 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
582
583         * configure.ac:
584           Remove 'tests/examples/xerror/Makefile' from output files again.
585
586 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
587
588         * configure.ac:
589         * docs/plugins/Makefile.am:
590           Also crossref against gst-plugins-base-libs.
591
592 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
593
594         * configure.ac:
595         * docs/libs/Makefile.am:
596         * docs/plugins/Makefile.am:
597           Add crossreferences to glib/gobject/gstream docs.
598
599         * gst-libs/gst/audio/audio.h:
600           Source formatting.
601
602         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
603           Add own debug category.
604
605 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
606
607         Patch by: René Stadler <mail at renestadler de>
608
609         * gst-libs/gst/tag/gstvorbistag.c:
610           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
611           (#403597).
612
613 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
614
615         * gst/playback/gstplaybasebin.c: (setup_source):
616           When we have external subtitles and wait for the subtitle decodebin
617           to get up and running, we set up a (sync) bus handler for the
618           subtitle decodebin, so we can stop waiting when it posts an error
619           message. However, we should do that before we set the subtitle
620           decodebin's state to playing, otherwise things are racy and we might
621           miss error messages posted before we had a chance to set up the bus.
622           This should finally fix totem hanging on .txt pseudo-subtitle files.
623           
624 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
625
626         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
627           Use gst_gdouble_to_guint64 for conversions.
628         * win32/common/config.h.in:
629           Add a define for GST_INSTALL_PLUGINS_HELPER
630         * win32/common/libgstaudio.def:
631         * win32/common/libgstcdda.def:
632         * win32/common/libgstnetbuffer.def:
633         * win32/common/libgstrtp.def:
634         * win32/common/libgutils.def:
635           Add new exported functions.
636         * win32/vs6/gst_plugins_base.dsw:
637         * win32/vs6/libgstdecodebin.dsp:
638         * win32/vs6/libgstnetbuffer.dsp:
639         * win32/vs6/libgstplaybin.dsp:
640         * win32/vs6/libgstrtp.dsp:
641         * win32/vs6/libgstvorbis.dsp:
642         * win32/vs6/libgstcdda.dsp:
643         * win32/vs6/libgstgdp.dsp:
644         * win32/vs6/libgstutils.dsp:
645           Update and add new project files.
646
647 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
650         (subrip_remove_unhandled_tags), (parse_subrip):
651           For SubRip (.srt) subtitles, ignore all markup tags we don't
652           handle (like font tags, for example).
653
654         * tests/check/elements/subparse.c:
655           Add test for this.
656
657 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
658
659         * gst/playback/gstdecodebin.c: (add_fakesink),
660         (gst_decode_bin_change_state):
661         * gst/playback/gstdecodebin2.c: (add_fakesink),
662         (gst_decode_bin_change_state):
663           Don't error out if there is no fakesink in the NULL to READY state
664           change, since when decodebin is re-used, we're only adding the
665           fakesink element in READY to PAUSED.
666
667         * tests/check/elements/decodebin.c:
668         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
669         (decodebin_suite):
670           Minimal unit test to make sure we can use the same decodebin
671           instance twice (at least with audiotestsrc input).
672
673 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
676           Try to get devic-name from device string first, and from handle only
677           as fallback (seems to yield better results and is more robust
678           against buggy probing code on the application side).
679
680 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
681
682         Based on patch by: Julien Puydt <julien.puydt at laposte net>
683
684         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
685         (gst_alsa_find_device_name):
686         * ext/alsa/gstalsa.h:
687         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
688         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
689           Improve device-name detection a bit, especially in the case where
690           the device is not actually open (#405020, #405024). Move common code
691           into gstalsa.c instead of duplicating it.
692
693 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
694
695         * gst/audioconvert/gstaudioconvert.c:
696           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
697
698 2007-02-06  Julien MOUTTE  <julien@moutte.net>
699
700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
701         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
702         (gst_xvimagesink_interface_supported),
703         (gst_xvimagesink_probe_get_properties),
704         (gst_xvimagesink_probe_probe_property),
705         (gst_xvimagesink_probe_needs_probe),
706         (gst_xvimagesink_probe_get_values),
707         (gst_xvimagesink_property_probe_interface_init),
708         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
709         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
710         (gst_xvimagesink_get_type):
711         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
712         for XVAdaptors so that one can choose the adaptor to use with 
713         gstreamer-properties.
714
715 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
716
717         * gst/audioconvert/gstaudioconvert.c:
718           Also mention that a conversion from double to float is suboptimal still.
719
720 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * gst-libs/gst/audio/gstaudiofilter.c:
723         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
724           Clear our formats structure and free the caps contained in it when
725           shutting down.
726
727 2007-02-05  Andy Wingo  <wingo@pobox.com>
728
729         * gst-libs/gst/audio/gstbaseaudiosink.c
730         (gst_base_audio_sink_callback): Update basesink->offset so that we
731         pull monotonically increasing offsets instead of, um, seeking back
732         to 0 each time. Fixes alsasrc ! alsasink!
733
734 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
735
736         * gst/videoscale/gstvideoscale.c:
737           A width and height of 1 makes us crash, so increase minimum size to
738           2x2 pixels until someone feels like fixing this (#404512).
739
740 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
741
742         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
743           Add small test to make sure request pads are cleaned up properly
744           even if oggmux never changes state out of NULL.
745
746 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * tests/check/libs/utils.c: (GST_START_TEST):
749           Fix unit test. Turns out things work much better when you
750           NULL-terminate string arrays. Should make p5 build bot happy again.
751
752 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * gst-libs/gst/audio/Makefile.am:
755         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
756         (gst_audio_filter_template_base_init),
757         (gst_audio_filter_template_class_init),
758         (gst_audio_filter_template_init),
759         (gst_audio_filter_template_set_property),
760         (gst_audio_filter_template_get_property),
761         (gst_audio_filter_template_setup),
762         (gst_audio_filter_template_filter),
763         (gst_audio_filter_template_filter_inplace), (plugin_init):
764           Oops, forgot to commit fixed-up example.
765
766 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * docs/libs/gst-plugins-base-libs-sections.txt:
769         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
770         (gst_audio_filter_class_init), (gst_audio_filter_init),
771         (gst_audio_filter_set_caps),
772         (gst_audio_filter_class_add_pad_templates):
773         * gst-libs/gst/audio/gstaudiofilter.h:
774           Port GstAudioFilter to 0.10. This change technically breaks
775           API and ABI (and thus also every library developer's heart),
776           but seems justifiable on the grounds that the base class was
777           completely unusable before (ie. would crash immediately when
778           actually used). Fixes #403963 (and eventually also #403572).
779           Also document all of this a bit.
780
781 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst-libs/gst/utils/install-plugins.c:
784         (gst_install_plugins_spawn_child):
785         * tests/check/libs/utils.c:
786         (test_base_utils_install_plugins_do_callout):
787           Lowering log level to see why things fail on the p5 build bot;
788           fix some typos in unit test messages.
789
790 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
791
792         * tests/check/libs/utils.c:
793         (test_base_utils_install_plugins_do_callout):
794           Don't hard-code temp directory for test helper; use GLib functions
795           to write out file and do error checking etc.
796
797 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst-libs/gst/utils/Makefile.am:
800         * gst-libs/gst/utils/base-utils.h:
801         * gst-libs/gst/utils/install-plugins.c:
802         (gst_install_plugins_context_set_xid),
803         (gst_install_plugins_context_new),
804         (gst_install_plugins_context_free),
805         (gst_install_plugins_get_helper),
806         (gst_install_plugins_spawn_child),
807         (gst_install_plugins_return_from_status),
808         (gst_install_plugins_installer_exited),
809         (gst_install_plugins_async), (gst_install_plugins_sync),
810         (gst_install_plugins_return_get_name),
811         (gst_install_plugins_installation_in_progress):
812         * gst-libs/gst/utils/install-plugins.h:
813           API: add API for applications to initiate installation of missing
814           plugins, ie. gst_install_plugins_async() primarily.
815           Based on libgimme-codec by Ryan Lortie.
816
817         * configure.ac:
818           Add --with-install-plugins-helper configure option so distros can specify
819           the path of the helper script or program to call when plugin installation
820           is requested (distros: please do any argument munging in this helper
821           script instead of patching GStreamer to pass arguments differently
822           to another program directly).
823
824         * docs/libs/gst-plugins-base-libs-docs.sgml:
825         * docs/libs/gst-plugins-base-libs-sections.txt:
826           Build and document new API.
827
828         * tests/check/libs/utils.c: (result_cb),
829         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
830         (libgstbaseutils_suite):
831           Some simple checks for the new API.
832
833 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * tests/check/elements/audioconvert.c: (test_float_conversion):
836           Add small test for 32bit float <=> 64bit float conversion (works
837           only one way so far, 32=>64 produces structured noise).
838
839 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * gst/audioconvert/gstaudioconvert.c:
842         (set_structure_widths_32_and_64), (make_lossless_changes):
843           We don't support floats with a width of 40, 48 or 56 bits.
844
845 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
846
847         * gst/audioconvert/audioconvert.c: (float), (double),
848         (audio_convert_get_func_index):
849         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
850         (make_lossless_changes):
851           Support for 64-bit float audio in audioconvert (#339837)
852
853 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
854
855         Patch by: Holger Wansing  <linux wansing-online de>
856
857         * po/LINGUAS:
858         * po/de.po:
859           Add German translation (#352069).
860
861 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
862
863         reviewed by: Wim Taymans <wim@fluendo.com>
864
865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
866         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
867         Use newly added GstCollectPads API to free the allocated resources in
868         the GstOggPad structures (#402393).
869
870 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
871
872         * gst/playback/gstplaybin.c: (gen_vis_element):
873           Add audioresample+audioconvert in front of the visualisation
874           element, so that elements like libvisual 0.4 that don't support all
875           samplerates can work.
876
877           Fixes: #402505
878
879 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
882         (gst_play_base_bin_get_streaminfo_value_array):
883           Take some locks and make a copy of the streaminfo value array we
884           maintain while holding the lock, so that the application can
885           retrieve the stream-info as a value array in a thread-safe way.
886
887 2007-01-30  Wim Taymans  <wim@fluendo.com>
888
889         * gst/audioconvert/gstaudioconvert.c:
890         Don't fail on 0 sized buffers. Fixes #396835.
891
892 2007-01-29  David Schleef  <ds@schleef.org>
893
894         * gst/typefind/gsttypefindfunctions.c:
895           Detect BBCD as video/x-dirac, so we can play raw dirac
896           streams.
897
898 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * ext/theora/theoraenc.c: (theora_enc_chain):
901           Check return value of theora_encode_header(), or we might try to
902           allocate a random number of bytes. theora_encode_header() can fail
903           if libtheora has been compiled with encoding support disabled.
904           Fixes #398110.
905
906 2007-01-29  Wim Taymans  <wim@fluendo.com>
907
908         * tests/check/gst/.cvsignore:
909         Do as buildbot says.
910
911 2007-01-29  Wim Taymans  <wim@fluendo.com>
912
913         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
914         Fix strides in libvisual. Gst uses X strides.
915         Inspired by: <ed at catmur dot co dot uk> and 
916         <tim at centricular dot net>
917         Fixes #401118.
918
919 2007-01-27  Wim Taymans  <wim@fluendo.com>
920
921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
922         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
923         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
924         (gst_ogg_demux_perform_seek),
925         (gst_ogg_demux_bisect_forward_serialno),
926         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
927         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
928         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
929         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
930         * ext/ogg/gstoggdemux.h:
931         Properly propagate streaming errors when we are scanning the file for
932         chains so that we don't crash when shut down. Might fix some crashers
933         when quickly switching oggs in RB such as #332503 and #378436.
934
935 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
938           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
939           error code as well.
940
941 2007-01-25  Wim Taymans  <wim@fluendo.com>
942
943         * gst/playback/gstplaybasebin.c: (remove_source):
944         Don't try to disconnect a signal from a finalized object.
945
946 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
947
948         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
949           Cast lock macro parameters to make sure we're actually accessing the
950           lock member at the right class level. Free list itself in _dispose()
951           as well and NULL it in case dispose gets called multiple times.
952
953 2007-01-25  Edward Hervey  <edward@fluendo.com>
954
955         * gst/playback/gstdecodebin2.c:
956         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
957         Free GstDecodeGroups no longer used.
958         (gst_decode_group_expose):
959         Don't unlock too many times !
960         (deactivate_free_recursive):
961         Free iterator once we're done with it.
962         Fix for recursively deactivating elements (stop at ghostpads).
963
964 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * gst/playback/gstplaybin.c: (handoff):
967           Fix up caps on the frame buffer before we save it and potentially
968           make it accessible to other threads via g_object_get; also use
969           gst_buffer_replace() instead of gst_mini_object_replace().
970
971 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
974           Make getting the current frame thread-safe.
975
976 2007-01-25  Edward Hervey  <edward@fluendo.com>
977
978         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
979         (gst_decode_group_new), (gst_decode_group_free):
980         Set queues to bigger sizes to cope with HD contents.
981         Fix some mutex freeing and add comment about MT safe methods.
982
983 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
986         (gst_text_overlay_text_event):
987           Don't unnecessarily ref (and then leak) upstream events if the text
988           pad is not linked. Fixes #399948.
989
990         * tests/check/gst-plugins-base.supp:
991           Add suppression for pango on edgy/x86 for textoverlay test.
992
993 2007-01-24  Wim Taymans  <wim@fluendo.com>
994
995         * gst-libs/gst/rtp/gstrtpbuffer.h:
996         Add some more fixed payloads.
997
998 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1001           Error out properly if we get an error from libogg while reading the
1002           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1003
1004 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1005
1006         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1007           Don't leak mutex.
1008
1009         * tests/check/elements/playbin.c:
1010         (test_sink_usage_video_only_stream),
1011         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1012         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1013         (test_missing_suburisource_handler),
1014         (test_missing_primary_decoder), (playbin_suite):
1015           Run all tests once with decodebin and once with decodebin2.
1016           One test does not pass yet with decodebin2.
1017
1018 2007-01-23  Edward Hervey  <edward@fluendo.com>
1019
1020         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1021         Fix the cases where oggmux doesn't properly figure out that all
1022         sinkpads have gone EOS, and therefore doesn't push out the remaining
1023         buffers and the final EOS event.
1024         Fixes #363379
1025
1026 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1027
1028         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1030         Don't lock on navigation event push, just on keysym to string.
1031         Fixes #397673 again.
1032
1033 2007-01-22  Edward Hervey  <edward@fluendo.com>
1034
1035         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1036         (get_current_group), (group_demuxer_event_probe),
1037         (gst_decode_group_expose), (deactivate_free_recursive),
1038         (gst_decode_group_free):
1039         Cleanups.
1040         Don't forget to emit 'no-more-pads' once a group is exposed.
1041         Cleanup elements from a DecodeGroup once we remove it.
1042         Protect call to gst_decode_group_expose() with the decodebin lock.
1043
1044 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1045
1046         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1048         Looking at Xorg code i can't figure out if that XKeysymToString
1049         function is thread sensible or not. Lock it just in case as
1050         recommended by Radek Doulik <rodo at ximian dot com>.
1051
1052 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1053
1054         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1056         Lock that X Call as well. Fixes #397673.
1057
1058 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1059
1060         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1061           Don't go into an endless loop if the file starts with 00 00 01 2X,
1062           like quicktime redirect files might. Fixes #396042.
1063
1064         * tests/check/Makefile.am:
1065         * tests/check/gst/.cvsignore:
1066         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1067         (typefindfunctions_suite):
1068           Add unit test for the above.
1069
1070 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1071
1072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1073           On second thought, use "depth" field rather than "bpp" field.
1074
1075 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1078           Camtasia caps apparently need a bpp field (#398875).
1079
1080 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1083         (gen_source_element), (gst_play_base_bin_change_state):
1084           Attempt at a better error message in case we don't have the required
1085           URI handler installed; post missing-plugin message also when we're
1086           missing an URI handler for the subtitle URI; clean up properly also
1087           when an error occurs and we never made it to PAUSED state.
1088
1089         * tests/check/elements/playbin.c: (GST_START_TEST),
1090         (playbin_suite):
1091           Check that we're also getting a missing-plugin messsage for a
1092           missing subtitle URI handler (and clean up properly).
1093
1094 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1095
1096         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1097           Plug a few reference leaks.
1098
1099 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1102           Lower probability a bit if the marker isn't right at the start,
1103           to decrease the chance of false positives.
1104
1105 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1106
1107         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1108           Small mpeg2 system stream typefinding improvement: make typefinder
1109           probe a bit into the stream instead of just looking for a marker
1110           at the beginning. Fixes #397810.
1111
1112 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/audioconvert/gstchannelmix.c:
1115           Remove compatibility cruft for prehistoric GLib versions.
1116
1117 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * gst/playback/Makefile.am:
1120         * gst/playback/gstdecodebin.c: (close_pad_link):
1121         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1123         (gst_play_base_bin_handle_message_func), (unknown_type):
1124           Let decodebin be the element to post missing-plugin messages for
1125           missing decoders (rather than playbin); make playbin implement
1126           GstBin::handle_message so we can suppress missing-plugin messages
1127           for types we're not handling on purpose (don't want to bring up an
1128           installer in those cases).
1129
1130 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1131
1132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1133         * gst-libs/gst/tag/gstvorbistag.c:
1134         (gst_tag_list_to_vorbiscomment_buffer):
1135         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1136           Fix potentially unaligned access (#397207).
1137
1138 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1139
1140         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1141         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1142         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1143         (main):
1144           Allow to toggle looping while it plays. Fix callback prototype. Clean
1145           up code a bit more. Add copyright header.
1146
1147 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1150           Red and blue mask was swapped (spotted by Dan Williams).
1151
1152 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1153
1154         * gst-libs/gst/tag/gstid3tag.c:
1155         * gst-libs/gst/tag/gstvorbistag.c:
1156           Use new beats-per-minute tag from core.
1157
1158 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * po/POTFILES.in:
1161           Add new files with translatable strings, so they actually make it
1162           into the template file one day.
1163
1164 2007-01-12  Andy Wingo  <wingo@pobox.com>
1165
1166         * gst-libs/gst/audio/gstbaseaudiosink.c
1167         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1168         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1169         stuff, as the base class handles this now. Actually tell the ring
1170         buffer to start.
1171         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1172         How did this work before? Maybe I'm not as awesome a programmer as
1173         I think.
1174
1175         * gst-libs/gst/audio/gstbaseaudiosrc.c
1176         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1177         of a pad function.
1178
1179 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1182           Remove more fields so that the application can better blacklist
1183           formats that have been tried before.
1184
1185 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * gst-libs/gst/audio/mixerutils.h:
1188           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1189           used when compiling with c++ compilers as well.
1190
1191 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * gst/typefind/gsttypefindfunctions.c:
1194           Fix comment.
1195
1196 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1197
1198         * gst/playback/gstplaybin.c: (post_missing_element_message),
1199         (gen_video_element), (gen_text_element), (gen_audio_element),
1200         (gen_vis_element):
1201           Post missing-plugin messages also when we error out because
1202           converters, textoverlay or auto*sinks are missing (#161922).
1203
1204 2007-01-10  Wim Taymans  <wim@fluendo.com>
1205
1206         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1207         (is_demuxer_element), (new_caps):
1208         * gst/playback/gstplaybasebin.c: (source_new_pad):
1209         Fix the case where we try to ref a NULL element when we delay a link
1210         because of unfixed caps.
1211         Set the state of autoplugged decodebins to PAUSED.
1212         RTSP now works in playbin, we can remove it from the blacklist.
1213
1214 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * gst/playback/Makefile.am:
1217         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1218         (unknown_type), (setup_subtitle), (gen_source_element):
1219         * gst/playback/gstplaybin.c: (plugin_init):
1220           Post missing-plugin messages on the bus for missing sources and
1221           missing decoders/demuxers/depayloaders; fix error code used when
1222           we're missing an URI handler source; for media types that we are not
1223           handling on purpose at the moment, don't print "don't know how to
1224           handle xyz" messages to the terminal or post missing-plugin
1225           messages on the bus.
1226
1227         * tests/check/elements/playbin.c: (create_playbin),
1228         (GST_START_TEST), (gst_codec_src_uri_get_type),
1229         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1230         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1231         (gst_codec_src_init_type), (gst_codec_src_base_init),
1232         (gst_codec_src_create), (gst_codec_src_class_init),
1233         (gst_codec_src_init), (plugin_init), (playbin_suite):
1234           Add some tests for the missing-plugin stuff.
1235
1236 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * configure.ac:
1239         * gst-libs/gst/Makefile.am:
1240         * gst-libs/gst/utils/Makefile.am:
1241         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1242         * gst-libs/gst/utils/base-utils.h:
1243         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1244         (find_format_info), (caps_are_rtp_caps),
1245         (gst_base_utils_get_source_description),
1246         (gst_base_utils_get_sink_description),
1247         (gst_base_utils_get_decoder_description),
1248         (gst_base_utils_get_encoder_description),
1249         (gst_base_utils_get_element_description),
1250         (gst_base_utils_add_codec_description_to_tag_list),
1251         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1252         * gst-libs/gst/utils/descriptions.h:
1253         * gst-libs/gst/utils/missing-plugins.c:
1254         (missing_structure_get_type), (copy_and_clean_caps),
1255         (gst_missing_uri_source_message_new),
1256         (gst_missing_uri_sink_message_new),
1257         (gst_missing_element_message_new),
1258         (gst_missing_decoder_message_new),
1259         (gst_missing_encoder_message_new),
1260         (missing_structure_get_string_detail),
1261         (missing_structure_get_caps_detail),
1262         (gst_missing_plugin_message_get_installer_detail),
1263         (gst_missing_plugin_message_get_description),
1264         (gst_is_missing_plugin_message):
1265         * gst-libs/gst/utils/missing-plugins.h:
1266           API: add new libgstbaseutils library with functions
1267           - to create and parse missing-plugins messages
1268           - that provide (translated) descriptions for caps/decoders/sources/etc.
1269           Closes #392393.
1270
1271         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1272         * pkgconfig/gstreamer-plugins-base.pc.in:
1273           Add new lib.
1274
1275         * docs/libs/gst-plugins-base-libs-docs.sgml:
1276         * docs/libs/gst-plugins-base-libs-sections.txt:
1277           Generate docs for new lib and API.
1278
1279         * tests/check/Makefile.am:
1280         * tests/check/libs/.cvsignore:
1281         * tests/check/libs/utils.c: (missing_msg_check_getters),
1282         (GST_START_TEST), (libgstbaseutils_suite):
1283           Add some basic unit tests.
1284
1285 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * ext/ogg/Makefile.am:
1288           Dist gstoggdemux.h to fix 'make distcheck'.
1289
1290         * sys/v4l/Makefile.am:
1291           Fix 'make distcheck' even more.
1292
1293 2007-01-09  Wim Taymans  <wim@fluendo.com>
1294
1295         * docs/plugins/Makefile.am:
1296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1298         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1299         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1300         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1301         (gst_ogg_demux_perform_seek):
1302         * ext/ogg/gstoggdemux.h:
1303         Added docs.
1304         Add some more comments.
1305         Small cleanups.
1306
1307 2007-01-09  Wim Taymans  <wim@fluendo.com>
1308
1309         * ext/theora/theoradec.c:
1310         * ext/vorbis/vorbisdec.c:
1311         * gst-libs/gst/audio/gstringbuffer.c:
1312         (gst_ring_buffer_commit_full):
1313         * gst-libs/gst/audio/gstringbuffer.h:
1314         * gst-libs/gst/rtp/gstrtpbuffer.c:
1315         * gst-libs/gst/tag/gstvorbistag.c:
1316         Small documentation updates/fixes
1317
1318 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1319
1320         * configure.ac:
1321           Require core CVS HEAD for Andy's basesrc/sink API additions.
1322
1323 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1326
1327         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1328         (plugin_init):
1329           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1330           on flac.sf.net (there appear to be other versions of the first
1331           ogg page in the wild) (#391365).
1332
1333 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * configure.ac:
1336           Check if localtime_r() is available.
1337
1338         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1339           If localtime_r() is not available, fall back to localtime(). Should
1340           fix build on MingW (#393310).
1341
1342 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1343
1344         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1345         * gst/subparse/gstsubparse.h:
1346           Remove spurious 1000 subtrahend when calculating the timestamp from
1347           the frame number and the frame rate . Also, use the frames/second
1348           value specified in the first line of the file, if one is specified
1349           there. Should fix #357503.
1350
1351         * tests/check/elements/subparse.c: (do_test),
1352         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1353         (subparse_suite):
1354           Add some basic unit tests for the microdvd subtitle format.
1355
1356 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1357
1358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1359         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1360         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1361         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1362         (gst_xvimagesink_set_xwindow_id),
1363         (gst_xvimagesink_set_event_handling),
1364         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1365         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1366         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1367         Fixes : #390076.
1368         Add an adaptor property to select a specific XV adaptor.
1369         * sys/xvimage/xvimagesink.h:
1370
1371 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1372
1373         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1374         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1375         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1376         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1377         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1378         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1379         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1380         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1381         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1382         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1383         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1384         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1385         Use flow_lock much more to protect every access to xwindow.
1386         Try to catch erros while creating images in case some drivers are
1387         just generating an XError when the requested image is too big.
1388         Should fix : #354698, #384008, #384060.
1389         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1390         Implement some stress testing of setting window xid.
1391
1392 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1393
1394         * win32/common/libgsaudio.def:
1395           Add new exported function.
1396         * win32/common/libgstogg.dsp:
1397           Add gstoggaviparse.c to the build.
1398         * win32/common/libgstvideoscale.dsp:
1399           Add vs_4tap.c to the build.
1400         * win32/common/libgstvorbis.dsp:
1401           Add vorbistag.c to the build.
1402         
1403 2007-01-06  Andy Wingo  <wingo@pobox.com>
1404
1405         * gst-libs/gst/audio/gstbaseaudiosink.c
1406         (gst_base_audio_sink_class_init)
1407         (gst_base_audio_sink_init): 
1408         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1409         to baseaudiosink, and tell basesink that we can work in pull mode.
1410         This way the ring buffer thread drives the pipeline directly, if
1411         pull mode is possible. There is some lingering nastiness regarding
1412         capsnego, however.
1413         (gst_base_audio_sink_callback): Implement the callback to pull
1414         data. This interface is a bit light, though -- it should get a
1415         GstFlowReturn return value at least.
1416
1417 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1420         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1421         * gst/playback/gstdecodebin2.c:
1422         (gst_decode_group_check_if_blocked):
1423           Printf format and missing argument fixes.
1424
1425 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1426
1427         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1428         (gst_ogm_parse_change_state):
1429         Activate pads before adding them to the element.
1430
1431 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * tests/examples/seek/scrubby.c: (main):
1434         * tests/examples/seek/seek.c: (main):
1435           Call g_thread_init() first thing in main() (see #391278).
1436
1437 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * tests/check/Makefile.am:
1440         * tests/check/libs/.cvsignore:
1441         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1442         (netbuffer_suite):
1443           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1444           for the time being, since it's broken, see #393099.
1445
1446 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * tests/check/Makefile.am:
1449           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1450
1451 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1452
1453         * configure.ac:
1454           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1455           so that GST_BASE_CFLAGS can go inbetween them, making sure
1456           we use uninstalled gst-libs headers
1457         * docs/libs/Makefile.am:
1458         * ext/alsa/Makefile.am:
1459         * ext/cdparanoia/Makefile.am:
1460         * ext/gnomevfs/Makefile.am:
1461         * ext/libvisual/Makefile.am:
1462         * ext/ogg/Makefile.am:
1463         * ext/theora/Makefile.am:
1464         * ext/vorbis/Makefile.am:
1465         * gst-libs/gst/audio/Makefile.am:
1466         * gst-libs/gst/cdda/Makefile.am:
1467         * gst-libs/gst/interfaces/Makefile.am:
1468         * gst-libs/gst/riff/Makefile.am:
1469         * gst-libs/gst/rtp/Makefile.am:
1470         * gst-libs/gst/tag/Makefile.am:
1471         * gst/adder/Makefile.am:
1472         * gst/audioconvert/Makefile.am:
1473         * gst/audiorate/Makefile.am:
1474         * gst/audioresample/Makefile.am:
1475         * gst/playback/Makefile.am:
1476         * gst/tcp/Makefile.am:
1477         * gst/videoscale/Makefile.am:
1478         * gst/volume/Makefile.am:
1479         * sys/ximage/Makefile.am:
1480         * sys/xvimage/Makefile.am:
1481         * tests/icles/Makefile.am:
1482           adapt
1483
1484 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1485
1486         * gst-libs/gst/interfaces/xoverlay.c:
1487         (gst_x_overlay_handle_events):
1488         * gst-libs/gst/interfaces/xoverlay.h:
1489         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1490         (gst_ximagesink_set_xwindow_id),
1491         (gst_ximagesink_set_event_handling),
1492         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1493         (gst_ximagesink_get_property), (gst_ximagesink_init),
1494         (gst_ximagesink_class_init):
1495         * sys/ximage/ximagesink.h:
1496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1497         (gst_xvimagesink_set_xwindow_id),
1498         (gst_xvimagesink_set_event_handling),
1499         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1500         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1501         (gst_xvimagesink_class_init):
1502         * sys/xvimage/xvimagesink.h:
1503         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1504         Add a method to the XOverlay interface to allow disabling of 
1505         event handling in x[v]imagesink elements. This will let X events
1506         propagate to parent windows which can be usefull in some cases.
1507         Be carefull that the application is then responsible of pushing
1508         navigation events and expose events to the video sink.
1509         Fixes: #387138.
1510
1511 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst-libs/gst/tag/gstvorbistag.c:
1514         * tests/check/libs/tag.c: (GST_START_TEST):
1515           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1516           (fixes #392070).
1517
1518 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1519
1520         * configure.ac:
1521         * docs/Makefile.am:
1522         * docs/design/Makefile.am:
1523           Dist design docs.
1524
1525 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1526
1527         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1528         typo. Fixes: #390063.
1529
1530 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1531
1532         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1534         caps leak.
1535         * win32/common/config.h: Updated.
1536
1537 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1538
1539         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1540         (setup_gdpdepay_streamheader):
1541         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1542         (setup_gdppay_streamheader):
1543           Fix the dp tests, but activating the pads for the streamheader tests
1544           too and cleaning up conditionaly
1545
1546 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1547
1548         * gst/ffmpegcolorspace/avcodec.h:
1549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1550         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1551         (gst_ffmpegcsp_avpicture_fill):
1552         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1553         (img_get_alpha_info):
1554         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1555         other end of the word. Fixes: #387073.
1556
1557         Add some inconsequential branch hints in a couple of places.
1558
1559 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1562         (gst_ffmpeg_caps_to_smpfmt):
1563           The "signed" field in raw audio caps is of boolean type, trying to
1564           extract the value with _get_int() will fail (fix to keep in sync with
1565           the copy in gst-ffmpeg)
1566
1567 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1570         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1571         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1572         (cleanup_gdpdepay):
1573         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1574         * tests/check/elements/subparse.c: (teardown_subparse):
1575         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1576         * tests/check/elements/videorate.c: (cleanup_videorate):
1577         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1578         * tests/check/elements/volume.c: (cleanup_volume):
1579         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1580         (cleanup_vorbisdec):
1581         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1582         (cleanup_vorbistag):
1583           consistent pad (de)activation
1584
1585 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1588           Forgot to register the extensions.
1589
1590 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1593         (plugin_init):
1594           Add typefinder for VIVO files (my christmas present to the 90s).
1595
1596 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst/playback/gstdecodebin.c: (type_found):
1599           Special-case the text/plain media type: we only want to recognise it
1600           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1601           parser, but not if the entire stream is of text/plain type. If the
1602           entire stream is text/plain, we should just error out.
1603
1604           This fixes playback of audio files with lyrics in totem. Totem can't
1605           distinguish between text files and subtitle files and passes any
1606           .txt file with the same basename as the main file to playbin as
1607           suburi, and playbin will then throw a 'subtitle found, but no video
1608           stream' error, which isn't entirely helpful. See #380342.
1609
1610           Also, with this change we'll show a slightly more correct error
1611           message in case totem passes a playlist file to us (although a
1612           custom error message wording instead of the default text would
1613           probably not be a bad idea either).
1614
1615           Same problem also needs to be fixed for playbin+decodebin2.
1616
1617         * tests/check/Makefile.am:
1618         * tests/check/elements/decodebin.c: (src_handoff_cb),
1619         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1620         (decodebin_suite):
1621           Add simple unit test for decodebin for the above.
1622
1623 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1626         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1627           Refuse to change state to READY when we failed to create any of the
1628           required elements in our instance init function.
1629
1630 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * docs/libs/gst-plugins-base-libs-sections.txt:
1633           Small docs fixes/updates.
1634
1635         * gst-libs/gst/video/gstvideosink.h:
1636           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1637           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1638           removed from the base sink API between 0.9.6 and 0.9.7).
1639           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1640           accessor macros, so we don't do a runtime GObject type check every
1641           time we use them.
1642
1643 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1644
1645         * Makefile.am:
1646         * gst-plugins-base.doap:
1647         * gst-plugins-base.spec.in:
1648           add doap file
1649
1650 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1651
1652         Patch by: Jens Granseuer <jensgr at gmx net>
1653
1654         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1655         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1656         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1657         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1659           Declare variables at the beginning of a block. Fixes #383195.
1660
1661 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1662
1663         * configure.ac:
1664         Bump version nano - back to CVS.
1665
1666
1667 === release 0.10.11 ===
1668
1669 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1670
1671         * configure.ac:
1672           releasing 0.10.11, "Dumb things"
1673
1674 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1675
1676         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1677         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1678         Handle the case where an element has multiple pads with 
1679         unfixed caps as well as still possibly producing more dynamic 
1680         pads by storing each case as a distinct entry in the dynamic list.
1681         Fixes #38223 again.
1682
1683 2006-12-04  Wim Taymans  <wim@fluendo.com>
1684
1685         * gst/playback/gstdecodebin.c: (close_pad_link):
1686         Fix #382223, add more dynamic caps handling.
1687
1688 2006-12-04  Wim Taymans  <wim@fluendo.com>
1689
1690         reviewed by: <delete if not using a buddy>
1691
1692         * gst-libs/gst/audio/gstringbuffer.h:
1693         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1694         (gst_netaddress_set_ip4_interface),
1695         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1696         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1697         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1698         (gst_netaddress_get_ttl):
1699         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1700         * gst/playback/gstdecodebin.c: (close_pad_link):
1701         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1702         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1703         * win32/common/config.h:
1704
1705 2006-12-01  Michael Smith  <msmith@fluendo.com>
1706
1707         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1708           Delete bad debug code.
1709           Fixes #381219
1710
1711 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1712
1713         * gst/videoscale/vs_4tap.c:
1714         * win32/MANIFEST:
1715         * win32/common/config.h:
1716         * win32/vs8/libgstvideoscale.vcproj:
1717         Fix compilation on win32 under VS8
1718         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1719         Partially fixes #381175
1720
1721 2006-11-30  Michael Smith  <msmith@fluendo.com>
1722
1723         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1724         (GST_START_TEST):
1725           It would be very bad if, after a discont buffer, we thought every
1726           single following buffer was also discont. So, add to the test to
1727           ensure that this isn't the case.
1728           
1729         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1730           ... it was the case. So fix it.
1731
1732 2006-11-28  Wim Taymans  <wim@fluendo.com>
1733
1734         * gst/playback/gstplaybasebin.c: (check_queue_event):
1735         Improve debug.
1736
1737         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1738         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1739         padtemplate caps. Refixes #357577.
1740
1741 2006-11-28  Wim Taymans  <wim@fluendo.com>
1742
1743         * gst/playback/gstplaybasebin.c: (check_queue_event),
1744         (queue_threshold_reached), (queue_out_of_data),
1745         (gen_preroll_element):
1746         Add event probe to see when EOS is in a queue and we can disable the
1747         underrun signals. Fixes #357577.
1748
1749 2006-11-28  Edward Hervey  <edward@fluendo.com>
1750
1751         * gst/playback/Makefile.am:
1752         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1753         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1754         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1755         (gst_decode_bin_init), (gst_decode_bin_dispose),
1756         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1757         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1758         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1759         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1760         (connect_element), (expose_pad), (type_found),
1761         (pad_added_group_cb), (pad_removed_group_cb),
1762         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1763         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1764         (are_raw_caps), (multi_queue_overrun_cb),
1765         (multi_queue_underrun_cb), (gst_decode_group_new),
1766         (get_current_group), (group_demuxer_event_probe),
1767         (gst_decode_group_control_demuxer_pad),
1768         (gst_decode_group_control_source_pad),
1769         (gst_decode_group_check_if_blocked),
1770         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1771         (gst_decode_group_hide), (gst_decode_group_free),
1772         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1773         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1774         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1775         (plugin_init):
1776         New decodebin2 element.
1777         Closes #370092
1778         * gst/playback/gstplay-marshal.list:
1779         Added marshallers for new signals in decodebin2
1780         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1781         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1782         is set.
1783
1784 2006-11-28  Wim Taymans  <wim@fluendo.com>
1785
1786         * gst/playback/gstplaybasebin.c: (setup_source),
1787         (gst_play_base_bin_change_state):
1788         Disable rtsp:// uris for the release, it's not good enough yet.
1789         Remove unused var.
1790
1791 2006-11-26  Wim Taymans  <wim@fluendo.com>
1792
1793         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1794         (theora_dec_push_forward), (theora_dec_push_reverse),
1795         (theora_handle_data_packet), (theora_dec_decode_buffer),
1796         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1797         (theora_dec_chain_forward), (theora_dec_chain):
1798         Implement reverse playback.
1799
1800         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1801         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1802         (vorbis_dec_chain_forward):
1803         Clear buffers used for reverse playback in _reset.
1804         No need to set the eos flag, we clip samples using the segment.
1805
1806 2006-11-24  Wim Taymans  <wim@fluendo.com>
1807
1808         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1809         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1810         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1811         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1812         Some cleanups.
1813         Handle continued pages in reverse mode.
1814
1815 2006-11-24  Wim Taymans  <wim@fluendo.com>
1816
1817         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1818         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1819         (vorbis_dec_flush_decode):
1820         Small cleanups.
1821         Don't try to add invalid timestamps.
1822         Clipping will unref the buffer.
1823
1824 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1825
1826         * gst/adder/gstadder.h:
1827         * gst/audiotestsrc/gstaudiotestsrc.h:
1828           remove obsolete _factory_init protos
1829
1830 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1831
1832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1833           Fix spacing in debug message.
1834
1835 2006-11-23  Wim Taymans  <wim@fluendo.com>
1836
1837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1838         (gst_ogg_demux_chain):
1839         Don't just ignore return values from _pad_push().
1840         Small debug improvements.
1841
1842 2006-11-23  Michael Smith  <msmith@fluendo.com>
1843
1844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1845           If our incoming buffer is marked as DISCONT, then increment the page
1846           number (so that the discontinuity is marked in the final ogg
1847           bitstream) and flush the previous page.
1848
1849 2006-11-22  Michael Smith  <msmith@fluendo.com>
1850
1851         * ext/theora/gsttheoraenc.h:
1852         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1853         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1854         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1855         (theora_enc_chain), (theora_enc_change_state):
1856           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1857
1858         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1859         (GST_START_TEST), (theoraenc_suite):
1860           Enable discontinuity test, fix it.
1861
1862 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1865         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1866         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1867         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1868         (gst_text_overlay_change_state):
1869         * ext/pango/gsttextoverlay.h:
1870           Some textoverlay fixes: for one, in the video chain function,
1871           actually wait for a text buffer to come in if there is none at the
1872           moment and there should be one; also, deal more gracefully with
1873           incoming buffers that do not have a timestamp or duration; discard
1874           text buffer when not needed any longer. Fixes #341681.
1875
1876         * tests/check/Makefile.am:
1877         * tests/check/elements/.cvsignore:
1878         * tests/check/elements/textoverlay.c:
1879         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1880         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1881         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1882         (test_video_waits_for_text_send_text_newsegment_thread),
1883         (test_video_waits_for_text_shutdown_element),
1884         (test_render_continuity_push_video_buffers_thread),
1885         (textoverlay_suite):
1886           Add some unit tests for textoverlay.
1887
1888 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1891           Avoid integer underflow when the found probability for mp3 is
1892           smaller than the 'penalty' we subtract if there's not a clean
1893           mp3 header sync at offset 0.
1894
1895 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1896
1897         * docs/libs/gst-plugins-base-libs-sections.txt:
1898           Add some new symbols to the docs
1899
1900 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * tests/check/Makefile.am:
1903         * tests/check/elements/ffmpegcolorspace.c:
1904         (ffmpegcolorspace_suite):
1905           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1906           (for now not for valgrinding though, since it takes too long).
1907
1908 2006-11-20  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1911         (gst_ffmpeg_pixfmt_to_caps):
1912         Fix RGBA32 caps. Fixes #357038.
1913
1914 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1915
1916         * gst-libs/gst/interfaces/mixertrack.h:
1917           Add FIXME so we can add some padding here in 0.11
1918
1919 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1920
1921         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1922           Fix GstBaseRTPAudioPayload structure so the whole GObject
1923           inheritance business actually works (parent class instance structure
1924           must always come first in the derived class instance structure).
1925
1926 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * gst/videotestsrc/Makefile.am:
1929         * tests/check/Makefile.am:
1930           Make sure our checks and the videotestsrc plugin link against the
1931           local uninstalled gst libs and not any installed gst libs that
1932           might happen to exist as well.
1933
1934         * tests/check/elements/adder.c: (message_received),
1935         (test_event_message_received), (test_play_twice_message_received):
1936         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1937           Fix compiler warnings when compiling against core with disabled
1938           debugging system.
1939
1940 2006-11-16  Michael Smith  <msmith@fluendo.com>
1941
1942         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1943         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1944           Fix audiorate, so that it accurately sets offsets and timestamps.
1945           Doesn't change the fundamental algorithmic decisions; so should be
1946           safe.
1947
1948         * tests/check/Makefile.am:
1949           Enable audiorate test now that it passes.
1950
1951 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1952
1953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1954           clear xv when going to NULL, remove // commented non-existant proto
1955
1956         * tests/examples/seek/seek.c: (main):
1957           add missing tooltip description for scrub and play_scrub
1958
1959 2006-11-14  David Schleef  <ds@schleef.org>
1960
1961         * configure.ac:
1962           Bump liboil requirement to 0.3.8.
1963         * gst-libs/gst/riff/riff-media.c:
1964           Add Dirac fourcc.
1965         * gst/videoscale/vs_image.h:
1966         * gst/videoscale/vs_scanline.h:
1967           Use liboil's stdint.h.
1968         * gst/videotestsrc/videotestsrc.c:
1969           Remove liboil related ifdef's, since they aren't needed now, and
1970           won't work with future versions.
1971
1972 2006-11-14  David Schleef  <ds@schleef.org>
1973
1974         * gst/videoscale/Makefile.am:
1975         * gst/videoscale/gstvideoscale.c:
1976         * gst/videoscale/gstvideoscale.h:
1977         * gst/videoscale/vs_4tap.c:
1978         * gst/videoscale/vs_4tap.h:
1979         * gst/videoscale/vs_image.c:
1980         * gst/videoscale/vs_image.h:
1981         * gst/videoscale/vs_scanline.c:
1982         * gst/videoscale/vs_scanline.h:
1983           Add a 4-tap image scaler.  Theoretically looks much prettier.
1984           The tap calculation could use some improvement.
1985
1986 2006-11-14  Wim Taymans  <wim@fluendo.com>
1987
1988         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1989
1990         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1991         (gst_riff_parse_strf_iavs):
1992         * gst/subparse/gstsubparse.c: (convert_encoding):
1993         * gst/tcp/gstmultifdsink.c:
1994         (gst_multi_fd_sink_handle_client_write):
1995         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1996         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1997         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1998         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1999         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2000         (gst_ximagesink_ximage_new):
2001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2002         Various gsize and gssize printf fixes. Fixes #372507.
2003
2004 2006-11-13  Wim Taymans  <wim@fluendo.com>
2005
2006         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2007         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2008         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2009         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2010         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2011         * ext/vorbis/vorbisdec.h:
2012         First stab at vorbis reverse playback.
2013
2014 2006-11-13  Wim Taymans  <wim@fluendo.com>
2015
2016         * gst-libs/gst/audio/gstbaseaudiosink.c:
2017         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2018         * gst-libs/gst/audio/gstbaseaudiosink.h:
2019         Make the clock sync code more accurate wrt resampling and playback
2020         at different rates.
2021         
2022         * gst-libs/gst/audio/gstringbuffer.c:
2023         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2024         * gst-libs/gst/audio/gstringbuffer.h:
2025         Use better algorithm to interpolate sample rates. 
2026
2027 2006-11-13  Michael Smith  <msmith@fluendo.com>
2028
2029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2030           Improve a debug line slightly.
2031
2032         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2033           Call gst_riff_init() in plugin_init, to avoid getting errors from
2034           the debug system (unrelated changes to another plugin made this turn
2035           up; not sure why).
2036
2037 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2040
2041         * win32/common/libgsttag.def:
2042           Add missing symbol (#366492).
2043
2044 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2045
2046         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2047           Don't unref a NULL pad.
2048
2049 2006-11-09  Wim Taymans  <wim@fluendo.com>
2050
2051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2052         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2053         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2054         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2055         (gst_ogg_demux_loop):
2056         Implement first stab at reverse playback.
2057
2058 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2059
2060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2061         (gst_riff_create_video_template_caps):
2062           add h263/h264 variants to the caps, Fixes #363118
2063
2064 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2065
2066         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2067         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2068           Use g_strerror instead of strerror so we get UTF-8.
2069
2070 2006-11-03  David Schleef  <ds@schleef.org>
2071
2072         * ext/ogg/gstoggdemux.c:
2073         * ext/ogg/gstoggmux.c:
2074           Add/remove KW-DIRAC header here, since it is ogg-specific.
2075
2076 2006-11-03  Michael Smith  <msmith@fluendo.com>
2077
2078         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2079           Recognise more mpeg4 elementary video streams.
2080
2081 2006-11-02  Edward Hervey  <edward@fluendo.com>
2082
2083         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2084         Lower the probability of mp3 typefinding functions if we don't find a
2085         valid mp3 header at the start of the file.
2086         Closes #369482
2087
2088 2006-11-02  Wim Taymans  <wim@fluendo.com>
2089
2090         * ext/theora/gsttheoradec.h:
2091         * ext/theora/theoradec.c: (gst_theora_dec_init),
2092         (theora_dec_sink_event), (theora_dec_chain_forward),
2093         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2094         (theora_dec_chain):
2095         Document and partially implement an algorithm for doing reverse playback
2096         of theora video.
2097
2098 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2099
2100         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2101
2102         * win32/common/config.h:
2103         * win32/common/interfaces-enumtypes.c:
2104         * win32/common/libgsttag.def:
2105         * win32/vs8/gst-plugins-base.sln:
2106         * win32/vs8/libgstaudioresample.vcproj:
2107         * win32/vs8/libgstinterfaces.vcproj:
2108         * win32/vs8/libgstogg.vcproj:
2109         * win32/vs8/libgstriff.vcproj:
2110         * win32/vs8/libgsttag.vcproj:
2111         * win32/vs8/libgsttheora.vcproj:
2112         * win32/vs8/libgstvideoscale.vcproj:
2113         * win32/vs8/libgstvorbis.vcproj:
2114           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2115           to libgsttag.def; add missing dependencies for some vs8 projects;
2116           re-arrange placement of .def files in vs8 projects (#366334).
2117
2118 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         * ext/ogg/gstogg.c:
2121           Remove unused variable.
2122
2123         * ext/ogg/gstoggdemux.c:
2124           Fix Wim's surname in plugin description.
2125
2126 2006-10-31  Wim Taymans  <wim@fluendo.com>
2127
2128         * gst-plugins-base.spec.in:
2129         spec new .h file. Fixes #368310.
2130
2131 2006-10-31  Michael Smith  <msmith@fluendo.com>
2132
2133         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2134         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2135         (gst_multi_fd_sink_get_stats),
2136         (gst_multi_fd_sink_remove_client_link),
2137         (gst_multi_fd_sink_queue_buffer),
2138         (gst_multi_fd_sink_handle_clients):
2139         * gst/tcp/gstmultifdsink.h:
2140           Make using the remove or clear signals threadsafe.
2141           Make calling get-stats with an invalid fd not segfault.
2142           Fixes 368273.
2143
2144 2006-10-31  Wim Taymans  <wim@fluendo.com>
2145
2146         * gst-libs/gst/rtp/Makefile.am:
2147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2148         (gst_base_rtp_audio_payload_init):
2149         Fix and activate base audio payloader.
2150
2151 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2152
2153         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2154         (plugin_init):
2155           Add typefinder for QuickTime Image Files (see #366156).
2156
2157 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2160           Another typo fix (#366212).
2161
2162 2006-10-27  Wim Taymans  <wim@fluendo.com>
2163
2164         * gst/volume/gstvolume.c: (volume_transform_ip):
2165         Use stream time to synchronize volume property instead of rather random
2166         timestamps. This is needed when gnonlin does its time shifting.
2167
2168 2006-10-27  Wim Taymans  <wim@fluendo.com>
2169
2170         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2171
2172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2173         Remove the pad from the element in release_pad. Fixes #364812.
2174
2175 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2176
2177         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2179           Explicitly create our custom buffer classes at a thread-safe
2180           location as well, since g_type_class_ref() doesn't seem to be
2181           entirely thread-safe either (#365501; also see #349410).
2182
2183 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2184
2185         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2186         (gst_riff_parse_info):
2187           If strings in INFO chunk are not UTF-8, do something similar to
2188           what we do for ID3v1 tags: check a number of environment variables
2189           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2190           character sets to try, otherwise try the current locale and/or fall
2191           back on ISO-8859-1. Fixes #360552.
2192
2193 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         * gst/videotestsrc/gstvideotestsrc.c:
2196         (gst_video_test_src_pattern_get_type),
2197         (gst_video_test_src_set_pattern):
2198         * gst/videotestsrc/gstvideotestsrc.h:
2199         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2200         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2201         (gst_video_test_src_checkers8):
2202         * gst/videotestsrc/videotestsrc.h:
2203           Add a bunch of exciting new checkers patterns.
2204
2205 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2206
2207         * gst/subparse/Makefile.am:
2208         * gst/subparse/gstsubparse.c:
2209         (gst_sub_parse_data_format_autodetect),
2210         (gst_sub_parse_format_autodetect), (handle_buffer),
2211         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2212         * gst/subparse/gstsubparse.h:
2213         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2214         (parse_tmplayer):
2215         * gst/subparse/tmplayerparse.h:
2216           Add support for TMPlayer-type subtitles (#362845).
2217
2218         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2219         (GST_START_TEST), (subparse_suite):
2220           Add some basic unit tests for the above.
2221
2222 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * tests/check/elements/audiorate.c: (test_injector_base_init),
2225         (test_injector_class_init), (test_injector_chain),
2226         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2227         (GST_START_TEST), (audiorate_suite):
2228           More tests for audiorate: inject buffers to check behaviour when
2229           buffers overlap.
2230
2231 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         * tests/check/Makefile.am:
2234         * tests/check/elements/.cvsignore:
2235         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2236         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2237           Add some basic unit tests for audiorate. Disabled at the moment
2238           since it doesn't pass yet (see bug #363119).
2239
2240 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2243         (parse_subrip), (handle_buffer):
2244           Add missing closing tags for markup and fix broken markup,
2245           otherwise pango won't render anything (fixes #357531). Also,
2246           make sure the text we send out is always NUL-terminated
2247           (better safe than sorry etc.).
2248
2249         * tests/check/elements/subparse.c: (test_srt_do_test),
2250         (test_srt):
2251           Some more tests for .srt incl. tests for the above stuff.
2252
2253 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2254
2255         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2257         Patch by: Stefan Kost  <ensonic@users.sf.net>
2258         Try to redraw borders only when needed. Apparently this consumes
2259         resources on small devices... :-O (#363607)
2260
2261 2006-10-20  Michael Smith  <msmith@fluendo.com>
2262
2263         * gst/tcp/gstmultifdsink.c:
2264         (gst_multi_fd_sink_client_queue_buffer):
2265           If caps change, then update the client's idea of the caps so that we
2266           don't end up re-sending streamheaders for every single buffer after
2267           the caps change.
2268
2269 2006-10-20  Michael Smith  <msmith@fluendo.com>
2270
2271         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2272         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2273           Set caps on pushed buffers; fix up refcounting of caps objects.
2274
2275 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2276
2277         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2278         (plugin_init):
2279           Typefind mmsh header data packet to application/x-mmsh (#362625).
2280
2281 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * tests/check/Makefile.am:
2284         * tests/check/elements/.cvsignore:
2285         * tests/check/elements/subparse.c: (buffer_from_static_string),
2286         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2287         (GST_START_TEST), (subparse_suite):
2288           Add very simple unit test for subparse.
2289
2290 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2291
2292         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2293         (parse_subrip):
2294           Strip trailing newlines from subtitle text output.
2295
2296 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2297
2298         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2299         (gst_sub_parse_change_state):
2300           Fix memleak; clear subparse->textbuf n state change function.
2301
2302 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * gst/subparse/gstsubparse.c:
2305         (gst_sub_parse_data_format_autodetect):
2306           Don't require subrip (.srt) files to start with a chunk number of 1.
2307
2308 2006-10-18  Wim Taymans  <wim@fluendo.com>
2309
2310         * gst-libs/gst/audio/gstbaseaudiosink.c:
2311         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2312         * gst-libs/gst/audio/gstbaseaudiosink.h:
2313         Extract rate from the NEWSEGMENT event.
2314         Use commit_full to also take rate adjustment into account when writing
2315         samples to the ringbuffer.
2316         
2317         * gst-libs/gst/audio/gstringbuffer.c:
2318         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2319         (gst_ring_buffer_read):
2320         * gst-libs/gst/audio/gstringbuffer.h:
2321         Added _commit_full() to also take rate into account.
2322         Use simple interpolation algorithm to resample audio.
2323         API: gst_ring_buffer_commit_full()
2324
2325         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2326         * tests/examples/seek/seek.c: (segment_done):
2327         Don't try to seek with 0.0 rate, just pause instead.
2328         Remove bogus debug line.
2329
2330 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2333         (setup_source):
2334           Catch async errors when starting up the subtitle bin, so we can
2335           stop waiting and continue with the main film instead of hanging
2336           forever. Fixes #339366.
2337
2338         * tests/check/elements/playbin.c: (playbin_suite):
2339           Enable unit test for the above.
2340
2341 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * tests/check/Makefile.am:
2344         * tests/check/elements/.cvsignore:
2345         * tests/check/elements/playbin.c: (GST_START_TEST),
2346         (gst_red_video_src_uri_get_type),
2347         (gst_red_video_src_uri_get_protocols),
2348         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2349         (gst_red_video_src_uri_handler_init),
2350         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2351         (gst_red_video_src_create), (gst_red_video_src_class_init),
2352         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2353           Some small and basic unit tests for playbin; not very useful yet,
2354           but at least a start.
2355
2356 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2357
2358         * gst/playback/gstplaybin.c: (setup_sinks):
2359           The old pad activation spiel.
2360
2361 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2362
2363         * gst/playback/gstplaybasebin.c: (setup_source):
2364           Don't hang forever if the subbin already fails to start up in 
2365           the state change to PAUSED (#339366).
2366
2367 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2368
2369         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2370         (gst_tuner_set_channel), (gst_tuner_get_channel),
2371         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2372         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2373         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2374         (gst_tuner_find_channel_by_name):
2375           Fix some function guards, add some more function guards.
2376
2377 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2378
2379         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2380         (remove_element_chain):
2381         Don't return a pad from get_our_ghost_pad unless it is actually the
2382         one we want.
2383         Change a cast in remove_element_chain slightly.
2384
2385 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2386
2387         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2388         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2389         Segment seeking needs to use the rate and set stop to -1.
2390
2391 2006-10-13  Wim Taymans  <wim@fluendo.com>
2392
2393         * gst-libs/gst/audio/gstbaseaudiosink.c:
2394         (gst_base_audio_sink_setcaps):
2395         Don't crash when ringbuffer is not yet created.
2396         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2397         Fixes #361634.
2398
2399         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2400         * gst/playback/gststreamselector.c:
2401         (gst_stream_selector_request_new_pad):
2402         Activate pads befre adding them to running elements.
2403
2404 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2405
2406         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2407         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2408         updater when we start grabing the slider. Don't wait for the
2409         pipeline to be PAUSED.
2410
2411 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2412
2413         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2414         (gst_mixer_set_volume), (gst_mixer_get_volume),
2415         (gst_mixer_set_mute), (gst_mixer_set_option),
2416         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2417         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2418         (gst_mixer_option_changed):
2419           Guard mixer interface functions against bogus arguments.
2420
2421 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2422
2423         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2424         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2425         (msg_state_changed), (main): Use state-changed messages to trigger
2426         start/stop of scale update timer. Indeed the scale slider was
2427         jumping here and there because the update timer was activated 
2428         before seek completed. This fixes instant applying of rate changes
2429         by pressing the spinbutton like a crazy man !
2430
2431 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2434
2435         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2436         (gst_basertppayload_finalize):
2437           Fix two small memory leaks (#361456).
2438
2439 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2440
2441         * tests/examples/seek/seek.c: (do_seek),
2442         (rate_spinbutton_changed_cb): When changing spinbutton we try
2443         to change the rate on the fly.
2444
2445 2006-10-10  Wim Taymans  <wim@fluendo.com>
2446
2447         * gst-libs/gst/riff/riff-ids.h:
2448         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2449         (gst_riff_create_audio_template_caps):
2450         Add WMS caps.
2451
2452 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2453
2454         Patch by: Josep Torre Valles <josep@fluendo.com>
2455
2456         * ext/gnomevfs/gstgnomevfssink.c:
2457         * ext/gnomevfs/gstgnomevfssrc.c:
2458         Fix URI interface implementation return type.
2459         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2460         Fix what looks like a copy/paste issue when assigning values.
2461         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2462         (gst_audio_filter_template_get_type):
2463         Cast to prevent Forte warnings.
2464         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2465         Fix URI interface implementation return type.
2466         gst_pad_query_position requires a signed integer pointer as
2467         3rd parameter, GstClockTime is unsigned.
2468         * gst/audioconvert/audioconvert.c:
2469         Fix integer overflow when treated as signed.
2470         * gst/audioresample/resample.c: (resample_add_input_data):
2471         Cast to prevent warnings on Forte.
2472         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2473         Fix integer overflow when treated as signed.
2474         * gst/ffmpegcolorspace/imgconvert_template.h:
2475         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2476         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2477         (cleanup_decodebin):
2478         Who initialises a guint to -1!
2479         Cast function pointers to prevent warnings on Forte.
2480         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2481         (queue_threshold_reached):
2482         Cast function pointers correctly to prevent warnings on Forte.
2483         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2484         Cast function pointers correctly to prevent warnings on Forte.
2485         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2486         Obvious change to unsigned, 0xEF > max signed char.
2487         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2488         GstClockTime is unsigned, initialise correctly.
2489         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2490         Cast so pointer arithemetic doesn't cause warnings on Forte.
2491         * gst/videorate/gstvideorate.c:
2492         Use correct return value.
2493         * tests/examples/seek/scrubby.c:
2494         GstClockTime is unsigned, initialise correctly.
2495
2496 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2499
2500         * gst/typefind/gsttypefindfunctions.c:
2501           Recognise XML files and XML-like files shorter than 256 bytes as
2502           well (fixes #359237).
2503
2504 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2505
2506         Patch by: Renato Filho <renato.filho@indt.org.br>
2507         
2508         * gst/typefind/gsttypefindfunctions.c:
2509         Added typefind functions to video/x-nuv media.
2510         
2511 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst-libs/gst/interfaces/xoverlay.c:
2514         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2515           Some more guards against invalid input.
2516
2517 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2518
2519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2520         Useless goto.
2521         * tests/examples/seek/seek.c: (do_seek),
2522         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2523         seek example to experiment with rates != 1.0 (reverse playback !)
2524
2525 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2526
2527         * gst-libs/gst/interfaces/xoverlay.c:
2528           Unref message in doc-example (spotted by Robert McQueen)
2529
2530 2006-10-06  Wim Taymans  <wim@fluendo.com>
2531
2532         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2533         (mpeg1_parse_header), (mpeg1_sys_type_find):
2534         printf fix.
2535
2536 2006-10-06  Wim Taymans  <wim@fluendo.com>
2537
2538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2539         (close_pad_link):
2540         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2541         Activate dynamic pads before adding them to the element.
2542
2543 2006-10-06  Michael Smith  <msmith@fluendo.com>
2544
2545         * gst-libs/gst/floatcast/floatcast.h:
2546           Fix obviously-bogus macros; use the correct types.
2547
2548 2006-10-06  Wim Taymans  <wim@fluendo.com>
2549
2550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2551         (gst_base_rtp_depayload_change_state):
2552         Also call parent state change function to activate pads.
2553
2554         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2555         (mpeg1_parse_header), (mpeg1_sys_type_find):
2556         Add some more debug info in mpeg typefinding.
2557
2558 2006-10-06  Michael Smith  <msmith@fluendo.com>
2559
2560         * ext/theora/theoradec.c: (theora_dec_chain):
2561           Zero byte theora packets are valid and well-defined; don't warn on
2562           them.
2563
2564 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2565
2566         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2567         (gst_multi_fd_sink_get_stats), (find_limits),
2568         (gst_multi_fd_sink_queue_buffer):
2569           API: add dropped_buffers to the get-stats GValueArray
2570
2571 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * ext/alsa/gstalsadeviceprobe.c:
2574         (gst_alsa_device_property_probe_get_values):
2575         * ext/alsa/gstalsasink.c: (set_hwparams):
2576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2577         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2579         (gst_ogg_mux_process_best_pad):
2580         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2581         (gst_ogg_parse_chain):
2582         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2583         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2584         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2585         (gst_vorbis_enc_buffer_check_discontinuous):
2586         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2587         * gst-libs/gst/audio/gstbaseaudiosink.c:
2588         (gst_base_audio_sink_render):
2589         * gst-libs/gst/cdda/gstcddabasesrc.c:
2590         (gst_cdda_base_src_handle_track_seek):
2591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2592         (gst_base_rtp_depayload_push_full):
2593         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2594         * gst/audioresample/resample.c: (resample_input_pushthrough):
2595         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2596         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2598         (wavpack_type_find):
2599         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2600         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2601         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2602         * tests/check/elements/volume.c: (GST_START_TEST):
2603           Printf format fixes.
2604
2605 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2606
2607         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2608           Fix a simple mistake (see the docs)
2609           Fixes #359580
2610
2611 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * docs/plugins/Makefile.am:
2614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2616         * docs/plugins/gst-plugins-base-plugins.args:
2617         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2618         * docs/plugins/inspect/plugin-adder.xml:
2619         * docs/plugins/inspect/plugin-alsa.xml:
2620         * docs/plugins/inspect/plugin-audioconvert.xml:
2621         * docs/plugins/inspect/plugin-audiorate.xml:
2622         * docs/plugins/inspect/plugin-audioresample.xml:
2623         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2624         * docs/plugins/inspect/plugin-cdparanoia.xml:
2625         * docs/plugins/inspect/plugin-decodebin.xml:
2626         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2627         * docs/plugins/inspect/plugin-gdp.xml:
2628         * docs/plugins/inspect/plugin-gnomevfs.xml:
2629         * docs/plugins/inspect/plugin-libvisual.xml:
2630         * docs/plugins/inspect/plugin-ogg.xml:
2631         * docs/plugins/inspect/plugin-pango.xml:
2632         * docs/plugins/inspect/plugin-playbin.xml:
2633         * docs/plugins/inspect/plugin-subparse.xml:
2634         * docs/plugins/inspect/plugin-tcp.xml:
2635         * docs/plugins/inspect/plugin-theora.xml:
2636         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2637         * docs/plugins/inspect/plugin-video4linux.xml:
2638         * docs/plugins/inspect/plugin-videorate.xml:
2639         * docs/plugins/inspect/plugin-videoscale.xml:
2640         * docs/plugins/inspect/plugin-videotestsrc.xml:
2641         * docs/plugins/inspect/plugin-volume.xml:
2642         * docs/plugins/inspect/plugin-vorbis.xml:
2643         * docs/plugins/inspect/plugin-ximagesink.xml:
2644         * docs/plugins/inspect/plugin-xvimagesink.xml:
2645           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2646
2647 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2650
2651         * ext/vorbis/Makefile.am:
2652         * ext/vorbis/vorbis.c: (plugin_init):
2653         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2654         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2655         * ext/vorbis/vorbisparse.h:
2656         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2657         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2658         (gst_vorbis_tag_parse_packet):
2659         * ext/vorbis/vorbistag.h:
2660           Add new vorbistag element which derives from vorbisparse
2661           and is essentially the same as well, only that it implements
2662           the GstTagSetter interface and can modify the stream's
2663           vorbiscomment on the fly (#335635).
2664
2665         * tests/check/Makefile.am:
2666         * tests/check/elements/.cvsignore:
2667         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2668         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2669         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2670         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2671           Add unit test for new vorbistag element.
2672
2673 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2676         (vorbis_parse_push_headers), (vorbis_parse_chain):
2677           Set BOS flag in packet structure to fix 'jump depends
2678           on unitialized value' errors in valgrind; various minor
2679           clean-ups.
2680
2681 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2682
2683         * gst/playback/gstdecodebin.c: (close_pad_link):
2684         Fix typo in a debug statement.
2685
2686         * gst/playback/gstplaybasebin.c: (probe_triggered),
2687         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2688         (gen_source_element), (source_new_pad), (analyse_source),
2689         (setup_source):
2690         When handling no_more_pads in new_decoded_pad, make sure to treat
2691         subtitle pads correctly. Fixes playback with subtitle files.
2692
2693         Move a recurring message to LOG level.
2694
2695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2696         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2697         which ends up as -1 when cast to an int. Make the logic handle the
2698         max value as an unsigned mask and only change the colorkey when it's
2699         a value we recognise.
2700
2701 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2702
2703         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2704         Removed empty * between paragraphs
2705
2706 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2707
2708         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2709         * gst-libs/gst/rtp/README:
2710         Moved some documentation into .c file
2711
2712 2006-09-29  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst/playback/gstdecodebin.c: (no_more_pads):
2715         Fix compilation.
2716
2717 2006-09-29  Wim Taymans  <wim@fluendo.com>
2718
2719         * gst/playback/gstdecodebin.c: (new_caps):
2720         Remove g_print
2721
2722         * gst/playback/gstplaybin.c:
2723         Add some docs.
2724
2725 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2726
2727         * tests/check/Makefile.am:
2728           Re-enable cddabasesrc test to see if it works again
2729           now.
2730
2731 2006-09-29  Wim Taymans  <wim@fluendo.com>
2732
2733         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2734         (gen_source_element):
2735         Handle invalid URIs a bit more gracefully.
2736
2737 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2738
2739         * tests/check/pipelines/oggmux.c:
2740           Remove obsolete comment.
2741
2742 2006-09-29  Michael Smith  <msmith@fluendo.com>
2743
2744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2745         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2746         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2747         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2748         (gst_ogg_mux_collected):
2749           Commit patch from James "Doc" Livingston, adds proper EOS handling
2750           in oggmux. GStreamer can, for the first time ever, create a valid
2751           Ogg file! Yay!
2752
2753         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2754         (oggmux_suite):
2755           Reenable tests now that they pass.
2756
2757 2006-09-29  Wim Taymans  <wim@fluendo.com>
2758
2759         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2760         Stop reading commands when EOF (we read 0) as well.
2761
2762 2006-09-28  Wim Taymans  <wim@fluendo.com>
2763
2764         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2765         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2766         (find_dynamic), (unlinked), (close_link):
2767         Implement delayed caps linking needed for element with a lot of
2768         different caps on the src pads that get fixed at runtime.
2769         Improve management of dynamic elements.
2770
2771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2772         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2773         (gen_preroll_element), (remove_groups), (unknown_type),
2774         (add_element_stream), (no_more_pads_full), (no_more_pads),
2775         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2776         (new_decoded_pad), (setup_subtitle), (array_has_value),
2777         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2778         (analyse_source), (remove_decoders), (make_decoder),
2779         (remove_source), (setup_source), (finish_source), (prepare_output),
2780         (gst_play_base_bin_change_state):
2781         * gst/playback/gstplaybasebin.h:
2782         Use more _CAST instead of full type checking casts.
2783         Small cleanups, plug some leaks.
2784         Handle dynamic sources.
2785         Add some helper functions to create lists of strings used for
2786         blacklisting and other stuff.
2787         Refactor some code dealing with analysing the source.
2788         Re-enable sources without pads (like cd:// or other selfcontained
2789         elements).
2790
2791 2006-09-28  Wim Taymans  <wim@fluendo.com>
2792
2793         * gst-libs/gst/audio/gstbaseaudiosink.c:
2794         (gst_base_audio_sink_render):
2795         When we have a timestamp, we can still perform clipping.
2796         When we have no clock, we must play the sample ASAP.
2797
2798 2006-09-28  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2801         Set caps on outgoing buffers.
2802
2803         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2804         (gst_video_rate_event), (gst_video_rate_chain):
2805         * gst/videorate/gstvideorate.h:
2806         Fix videorate some more. Fixes #357977
2807
2808 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2809
2810         * tests/check/elements/adder.c: (adder_suite):
2811           Don't set timeout to 6 seconds when we're running
2812           in valgrind ... (and how is 6 seconds longer than
2813           the default anyway?)
2814
2815 2006-09-28  Wim Taymans  <wim@fluendo.com>
2816
2817         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2818         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2819         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2820         Keep sink and src segment to keep track of time and support more
2821         input formats.
2822         Fix bogus next_offset and run_time calculation, don't understand how
2823         this could have worked before. Fixes #357976.
2824         Remove some unneeded vars.
2825
2826 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2827
2828         * gst/playback/gstplaybin.c: (remove_sinks):
2829           Only remove visualisation from visbin if there is a visbin (or:
2830           don't throw warnings when closing totem without playing a file).
2831
2832 2006-09-27  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst-libs/gst/audio/gstbaseaudiosink.c:
2835         (gst_base_audio_sink_render):
2836         Add some more info in a WARNING.
2837
2838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2839         (gst_base_audio_src_create):
2840         Handle PAUSE in create function, use new -core addition to
2841         wait for playing. Fixes pausing and resuming capture from an
2842         audiosrc.
2843
2844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2845         (gst_ring_buffer_read):
2846         Constify some more.
2847         Caller supports interrupted reads now.
2848
2849 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2850
2851         * tests/check/Makefile.am:
2852           Another attempt to make the gen64 buildbot happy.
2853
2854 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2855
2856         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2857
2858         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2859         (gst_visual_chain), (gst_visual_change_state):
2860           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2861           correctly. Fixes #357800
2862
2863 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2864
2865         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2866           Add timeout to _get_state() so we see which pipeline it is
2867           that causes trouble on the gen64 build bot.
2868
2869 2006-09-27  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2872         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2873         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2874         (gst_base_rtp_depayload_set_gst_timestamp):
2875         the source pad always uses fixed caps.
2876
2877 2006-09-27  Wim Taymans  <wim@fluendo.com>
2878
2879         * docs/libs/gst-plugins-base-libs-docs.sgml:
2880         * docs/libs/gst-plugins-base-libs-sections.txt:
2881         * gst-libs/gst/audio/gstaudioclock.c:
2882         * gst-libs/gst/audio/gstaudioclock.h:
2883         * gst-libs/gst/audio/gstaudiosink.c:
2884         * gst-libs/gst/audio/gstaudiosink.h:
2885         * gst-libs/gst/audio/gstaudiosrc.c:
2886         * gst-libs/gst/audio/gstbaseaudiosink.c:
2887         (gst_base_audio_sink_render):
2888         * gst-libs/gst/audio/gstbaseaudiosink.h:
2889         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2890         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2891         * gst-libs/gst/audio/gstringbuffer.h:
2892         Added docs for the audio libs.
2893
2894 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         * tests/check/Makefile.am:
2897           Temporarily disable test that fails on the bots for unknown reasons.
2898
2899 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2900
2901         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2902         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2903         Moved AudioCodecType into priv
2904         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2905
2906 2006-09-25  Wim Taymans  <wim@fluendo.com>
2907
2908         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2909         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2910         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2911         (new_pad):
2912         Cleanups and small leak fixes.
2913         Added Depayloaders to valid list of autopluggable elements.
2914
2915 2006-09-25  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2918         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2919         (gen_video_element), (gen_text_element), (gen_audio_element),
2920         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2921         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2922         Detect NO_PREROLL state change returns and disable clock distribution to
2923         the sinks so that sync is disabled.
2924         Avoid some type checking and do simple casts instead.
2925         Small cleanups, fix some FIXMEs.
2926         Be more robust when linking user specified elements, catch an report
2927         errors. Fixes #357404.
2928         Fix some leaks in the error paths.
2929
2930 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2931
2932         * ChangeLog:
2933           ChangeLog surgery for missing bug-number
2934
2935 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2936
2937         Patch by: Peter Kjellerstedt  <pkj at axis com>
2938
2939         * gst/playback/test.c:
2940           Fix compilation with uClibc and -Werror (#357591).
2941
2942 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2945           Parse dates that are followed by a time as well (#357532).
2946
2947         * tests/check/libs/tag.c: (test_vorbis_tags):
2948           Add unit test for this.
2949
2950 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2953         (gst_audio_convert_transform_caps):
2954         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2955         * gst/videotestsrc/videotestsrc.h:
2956           A few array const-ifications.
2957
2958 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * tests/check/Makefile.am:
2961           See if this makes the build bots happy.
2962
2963         * tests/check/libs/cddabasesrc.c:
2964           UTF8-ise my name.
2965
2966 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2967
2968         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2969
2970         * gst/subparse/samiparse.c: (handle_start_font),
2971         (fix_invalid_entities):
2972           More case-insensitivity for certain tags; recognise entities with
2973           decimal codes as special entities as well (#357330).
2974
2975 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * gst-libs/gst/Makefile.am:
2978           Need to build tag directory before cdda.
2979
2980 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2981
2982         * docs/libs/gst-plugins-base-libs-sections.txt:
2983         * gst-libs/gst/cdda/Makefile.am:
2984         * gst-libs/gst/cdda/gstcddabasesrc.c:
2985         (gst_cdda_base_src_base_init):
2986         * gst-libs/gst/cdda/gstcddabasesrc.h:
2987         * gst-libs/gst/tag/tag.h:
2988         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2989         (gst_tag_register_musicbrainz_tags):
2990           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2991           depend on libgsttag. This is required so we can extract/read tags like
2992           DISCID without depending on libgstcddabasesrc (which used to register
2993           them).
2994
2995         * gst-libs/gst/tag/gstvorbistag.c:
2996           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2997           tags (also see #347848).
2998
2999         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3000           Log vorbis comments we are actually writing. Const-ify array.
3001
3002 2006-09-23  Wim Taymans  <wim@fluendo.com>
3003
3004         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3005         Improve buffering a bit by avoiding a deadlock because we cannot assume
3006         the underrun is always called.
3007
3008 2006-09-23  Wim Taymans  <wim@fluendo.com>
3009
3010         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3011
3012         * gst-libs/gst/riff/riff-ids.h:
3013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3014         (gst_riff_create_audio_template_caps):
3015         Added MPEG-4 AAC and id and caps. Fixes #357289
3016         Added WMA9 Lossless id.
3017
3018 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         * ext/gnomevfs/gstgnomevfssrc.c:
3021           Fix misleading docs addition.
3022
3023         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3024           Get rid of compiler warning the right way.
3025
3026 2006-09-22  Wim Taymans  <wim@fluendo.com>
3027
3028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3029         (gst_base_rtp_depayload_finalize),
3030         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3031         (gst_base_rtp_depayload_push_full),
3032         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3033         (gst_base_rtp_depayload_process),
3034         (gst_base_rtp_depayload_set_gst_timestamp),
3035         (gst_base_rtp_depayload_queue_release):
3036         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3037         Small cleanups.
3038         Fix some leaks.
3039         Refactored the process method and added methods to push from the process
3040         vmethod.
3041         Use _scale functions.
3042         API: gst_base_rtp_depayload_push_ts
3043         API: gst_base_rtp_depayload_push
3044
3045         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3046         timestamps are uint.
3047
3048 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3049
3050         * gst-libs/gst/interfaces/xoverlay.c:
3051           Remove unused statement from doc example.
3052
3053 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3054
3055         * gst-libs/gst/interfaces/videoorientation.c:
3056         (gst_video_orientation_iface_init),
3057         (gst_video_orientation_get_hflip),
3058         (gst_video_orientation_get_vflip),
3059         (gst_video_orientation_get_hcenter),
3060         (gst_video_orientation_get_vcenter),
3061         (gst_video_orientation_set_hflip),
3062         (gst_video_orientation_set_vflip),
3063         (gst_video_orientation_set_hcenter),
3064         (gst_video_orientation_set_vcenter):
3065           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3066           in ChangeLog)
3067
3068 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         * tests/check/Makefile.am:
3071         * tests/check/elements/.cvsignore:
3072         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3073         (create_rgb_conversions), (rgb_conversion_free),
3074         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3075         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3076           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3077           but disable for now since it doesn't pass (something wrong with
3078           RGBA somewhere).
3079
3080 2006-09-21  Wim Taymans  <wim@fluendo.com>
3081
3082         * gst/playback/gstplaybasebin.c: (group_commit),
3083         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3084         (queue_out_of_data), (gen_preroll_element),
3085         (preroll_remove_overrun), (probe_triggered):
3086         Refactor handling of overrun detection.
3087         Separate handling of group completion and deadlock detection when doing
3088         network buffering. This should fix some deadlocks that were not detected
3089         because the group was completed.
3090         Add more comments, improve debugging.
3091
3092 2006-09-21  Wim Taymans  <wim@fluendo.com>
3093
3094         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3095         * tests/check/libs/audio.c:
3096         Some more compilation fixes.
3097
3098 2006-09-21  Wim Taymans  <wim@fluendo.com>
3099
3100         * gst-libs/gst/audio/gstringbuffer.c:
3101         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3102         (gst_ring_buffer_read):
3103         Early morning compilation fix.
3104
3105 2006-09-20  Wim Taymans  <wim@fluendo.com>
3106
3107         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3108         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3109         * tests/check/elements/videorate.c: (GST_START_TEST):
3110         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3111         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3112         Fix some warnings.
3113
3114 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3115
3116         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3117         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3118         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3119           Handcrafted merge to help CVS understanding what I changed and what
3120           not.
3121
3122 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3125         (gst_xvimagesink_get_times):
3126           change colorkey behaviour back according to #354773 comment 6/7
3127
3128 2006-09-19  Michael Smith  <msmith@fluendo.com>
3129
3130         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3131         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3132         (gst_multi_fd_sink_recover_client),
3133         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3134         (gst_multi_fd_sink_get_property):
3135         * gst/tcp/gstmultifdsink.h:
3136           Implement stubbed out properties unit-type, units-soft-max,
3137           units-max, to allow specifying maximum sizes in units other than
3138           buffers.
3139           Fixes #355935
3140
3141 2006-09-19  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3144         (gst_riff_create_audio_template_caps):
3145         Reorder the audio formats a bit for clarity.
3146         Detect and create caps for MSGSM and MSN (WAV49).
3147         Fixes #356596.
3148
3149         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3150         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3151         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3152         Small cleanups, move error handling out of normal flow for clarity.
3153
3154 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3155
3156         * docs/libs/gst-plugins-base-libs-docs.sgml:
3157         * docs/libs/gst-plugins-base-libs.types:
3158         * gst-libs/gst/interfaces/Makefile.am:
3159         * gst-libs/gst/interfaces/videoorientation.c:
3160         (gst_video_orientation_get_type),
3161         (gst_video_orientation_iface_init),
3162         (gst_video_orientation_get_hflip),
3163         (gst_video_orientation_get_vflip),
3164         (gst_video_orientation_get_hcenter),
3165         (gst_video_orientation_get_vcenter),
3166         (gst_video_orientation_set_hflip),
3167         (gst_video_orientation_set_vflip),
3168         (gst_video_orientation_set_hcenter),
3169         (gst_video_orientation_set_vcenter):
3170         * gst-libs/gst/interfaces/videoorientation.h:
3171           API: Add new interface to control video orientation (fixes #354908)
3172
3173 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3174
3175         * gst/videotestsrc/gstvideotestsrc.c:
3176           Use G_UNLIKELY in _create and log one more detail.
3177           
3178         (gst_video_test_src_get_times), (gst_video_test_src_create):
3179         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3180           Use gst_util_uint64_scale_int in _get_times().
3181
3182 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3183
3184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3185           Give better warning message (add object and detail).
3186
3187 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3190         (gst_xvimagesink_get_times):
3191           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3192           #354773), use gst_util_uint64_scale_int in _get_times()
3193
3194 2006-09-18  Michael Smith  <msmith@fluendo.com>
3195
3196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3197           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3198           always true, leading to dropping all timestamps.
3199
3200 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3201
3202         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3203         (gst_visual_chain), (gst_visual_change_state):
3204           update to work also with libvisual 0.4 API, fix double unref (#355914)
3205           
3206         * tools/gst-launch-ext.1.in:
3207         * tools/gst-visualise.1.in:
3208           remove references to old man-pages
3209
3210         * tests/examples/seek/seek.c: (main):
3211           add real meadi-buttons, add tool-tips for the seek-options, arrange
3212           seek options in a table
3213
3214 2006-09-18  Michael Smith  <msmith@fluendo.com>
3215
3216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3217         (gst_ogg_mux_push_buffer):
3218           Don't generate out-of-order timestamps from oggmux, instead clamp
3219           output timestamps to be >= the previously output ts.
3220           Fixes #355595
3221
3222 2006-09-18  Michael Smith  <msmith@fluendo.com>
3223
3224         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3225         (gst_multi_fd_sink_class_init):
3226           Updates, fixes, and typo corrections for multifdsink. No functional
3227           changes.
3228
3229 2006-09-17  Michael Smith  <msmith@fluendo.com>
3230
3231         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3232           Don't crash on truncated files - check that we got an 8 byte buffer
3233           before trying to memcmp it.
3234
3235 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3236
3237         * gst/playback/gstplaybasebin.c: (get_active_source):
3238           Make stream-switching appear instant to the application
3239           (ie. make sure that a g_object_get on 'current-foo' returns
3240           the stream previously set with g_object_set(). Totem needs
3241           this to update stream-related meta-info (like audio-codec)
3242           correctly when switching streams.
3243
3244 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3245
3246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3247         (gst_alsa_mixer_ensure_track_list):
3248           Try harder to guess which mixer track is the master mixer
3249           track (instead of just taking the first one that has a pvolume).
3250           Fixes #342228.
3251
3252 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3253
3254         reviewed by: <delete if not using a buddy>
3255
3256         * gst-libs/gst/audio/audio.h:
3257         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3258
3259 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3260
3261         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3262         (gst_audio_convert_transform_caps):
3263           Get structure-name just once.
3264
3265 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3266
3267         * tests/check/elements/audioresample.c: (GST_START_TEST):
3268         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3269         * tests/check/elements/volume.c: (GST_START_TEST):
3270         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3271         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3272         (test_pipeline), (GST_START_TEST):
3273         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3274         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3275           Fix big batch of compiler warnings.
3276
3277 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3278
3279         * ext/gnomevfs/gstgnomevfssrc.c:
3280           Add docs about icydemux usage in connection with gnomevfssrc
3281
3282         * ext/libvisual/visual.c:
3283         * ext/ogg/gstoggaviparse.c:
3284         * ext/ogg/gstoggdemux.c:
3285         * ext/ogg/gstoggmux.c:
3286         * ext/ogg/gstoggparse.c:
3287         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3288         * gst-libs/gst/audio/gstaudiosink.c:
3289         * gst-libs/gst/audio/gstaudiosrc.c:
3290         * gst/audiorate/gstaudiorate.c:
3291           More G_OBJECT macro fixing.
3292
3293         * gst/audiotestsrc/gstaudiotestsrc.h:
3294           Fix wrong info in header due to copy & paste
3295
3296 2006-09-15  Wim Taymans  <wim@fluendo.com>
3297
3298         * gst-libs/gst/audio/gstbaseaudiosink.c:
3299         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3300         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3301         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3302         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3303         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3304         Do the delay calculation in the source/sink base classes as this is
3305         specific for the capture/playback mode.
3306         Try to fixate a bit better, like round depth up to a multiple of 8
3307         bigger than width.
3308         Handle underruns correctly by marking DISCONT on buffers and adjusting
3309         timestamps to handle the gap.
3310         Set offset/offset_end correctly on buffers.
3311
3312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3313         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3314         (gst_ring_buffer_read):
3315         Remove resync and underrun recovery from the ringbuffer.
3316         Fix ringbuffer read code on under/overrun.
3317
3318 2006-09-15  Wim Taymans  <wim@fluendo.com>
3319
3320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3321         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3322         (queue_threshold_reached), (gst_play_base_bin_set_property),
3323         (gst_play_base_bin_get_property):
3324         * gst/playback/gstplaybasebin.h:
3325         Don't use a 0 low watermark when buffering, it is catching starvation
3326         way too late. Instead, use a 3 second queue with 30 and 95
3327         percent low/high watermarks. 
3328         Added queue-min-threshold property to configure low watermark.
3329         Use new _buffering message API.
3330         Make queue_threshold variable big enough to store a uint64 time value.
3331         API: playbin::queue-min-threshold property.
3332
3333 2006-09-15  Wim Taymans  <wim@fluendo.com>
3334
3335         * configure.ac:
3336         We require 0.10.10.1 now because of _wait_preroll().
3337
3338         * gst-libs/gst/audio/gstbaseaudiosink.c:
3339         (gst_base_audio_sink_render):
3340         Use gst_base_sink_wait_preroll().
3341
3342 2006-09-15  Wim Taymans  <wim@fluendo.com>
3343
3344         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3345         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3346         Use DEBUG_OBJECT more.
3347
3348 === release 0.10.10 ===
3349
3350 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3351
3352         patch by: Michael Smith <msmith at fluendo dot com>
3353
3354         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3355         (gst_multi_fd_sink_client_queue_buffer),
3356         (gst_multi_fd_sink_new_client):
3357         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3358         (multifdsink_suite):
3359           Fix implementation of sync-method 'next-keyframe'
3360           Closes #354594
3361
3362 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3363
3364         patch by: Wim Taymans <wim at fluendo dot com>
3365
3366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3367         This patch removes the RANDOM flag that was incorrectly introduced with
3368         revision 1.91.  Fixes #354590
3369
3370 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * tests/check/Makefile.am:
3373           Random variation in Makefile line to see if it makes the
3374           gen64-base-full bot any happier.
3375
3376 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3379           Disable test that fails at the moment (killed after timeout).
3380
3381 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3382
3383         Patch by: James Livingston  <doclivingston at gmail.com>
3384
3385         * tests/check/Makefile.am:
3386         * tests/check/pipelines/.cvsignore:
3387         * tests/check/pipelines/oggmux.c: (get_page_codec),
3388         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3389         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3390         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3391         (test_theora_vorbis), (oggmux_suite):
3392           Add simple unit test for oggmux from #337026 with checking for the
3393           EOS flags disabled for the time being.
3394
3395 2006-09-04  Wim Taymans  <wim@fluendo.com>
3396
3397         patch by: Alessandro Dessina <alessandro nnva org>
3398
3399         * ext/ogg/gstoggmux.c:
3400         Add cmml caps to oggmux. Fixes #353912
3401
3402 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3405           Returning a return value often helps. In this case, we
3406           don't need the return value anyway, so just get rid of it.
3407           Should make build bots much happier.
3408
3409 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3412         (paint_get_structure), (gst_video_test_src_get_size),
3413         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3414         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3415         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3416         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3417         * gst/videotestsrc/videotestsrc.h:
3418           Add support for AYUV and the various RGBA formats. Initialise
3419           fields of paintinfo structs allocated on the stack.
3420
3421         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3422         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3423         (check_rgb_buf), (videotestsrc_suite):
3424           Add unit tests for videotestsrc's RGB output.
3425
3426 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         * gst/videotestsrc/gstvideotestsrc.c:
3429         (gst_video_test_src_pattern_get_type),
3430         (gst_video_test_src_set_pattern):
3431         * gst/videotestsrc/gstvideotestsrc.h:
3432         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3433         (gst_video_test_src_black), (gst_video_test_src_white),
3434         (gst_video_test_src_red), (gst_video_test_src_green),
3435         (gst_video_test_src_blue):
3436         * gst/videotestsrc/videotestsrc.h:
3437           Add more uni-colour patterns ("white", "red", "green", and "blue").
3438
3439 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3442           Fix stride for YVYU, should be word-aligned (#353658).
3443
3444 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * gst/adder/gstadder.c: (gst_adder_src_event):
3447           Fix build.
3448
3449 2006-08-31  Edward Hervey  <edward@fluendo.com>
3450
3451         * gst/adder/gstadder.c: (forward_event_func),
3452         (gst_adder_src_event), (gst_adder_collected),
3453         (gst_adder_change_state):
3454         * gst/adder/gstadder.h:
3455         Remember the start position asked in the incoming seeks, so we can
3456         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3457         of assuming it will always be 0).
3458
3459 2006-08-31  Edward Hervey  <edward@fluendo.com>
3460
3461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3462         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3463         (gst_ogg_demux_loop):
3464         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3465
3466 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3469         (gst_ffmpegcsp_get_unit_size):
3470           Return FALSE instead of returning a random false unit
3471           size when the format isn't known/supported (even if
3472           this shouldn't happen under normal circumstances).
3473
3474 2006-08-29  Wim Taymans  <wim@fluendo.com>
3475
3476         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3477
3478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3479         (gst_gnome_vfs_src_start):
3480         Try harder to get the size from a uri by using _info_uri() when
3481         _info_from_handle() does not give us enough info. 
3482         Also follow symlinks when getting the size.
3483         Partially Fixes #332864.
3484
3485 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3488
3489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3490         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3491         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3492         (gst_alsa_mixer_set_record):
3493         * ext/alsa/gstalsamixertrack.c:
3494         (gst_alsa_mixer_track_update_alsa_capabilities),
3495         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3496         (gst_alsa_mixer_track_update):
3497         * ext/alsa/gstalsamixertrack.h:
3498           Improve and fix mixer track handling, in particular better handling
3499           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3500           separate track objects for tracks that have both capture and playback
3501           volume (and label them differently as well so they're not mistakenly
3502           assumed to be duplicates); classify mixer tracks that only affect
3503           the audible volume of something (rather than the capture volume)
3504           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3505           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3506           (following the meaning documented in the mixer interface header
3507           file); add support for alsa's exclusive cswitch groups; update/sync
3508           state/flags better if mixer settings are changed by another
3509           application. Fixes #336075.
3510
3511 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3512
3513         * gst/playback/gstplaybin.c:
3514           Improve docs: add section about BUFFERING messages sent by playbin.
3515
3516 2006-08-29  Michael Smith  <msmith@fluendo.com>
3517
3518         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3519         (gst_vorbis_enc_buffer_check_discontinuous),
3520         (gst_vorbis_enc_chain):
3521           Ignore explicit DISCONT marked on buffers (which is often spurious,
3522           particularly when using multiple segments), in favour of solely
3523           using the timestamps/durations.
3524
3525 2006-08-29  Edward Hervey  <edward@fluendo.com>
3526
3527         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3528         Don't rely on incoming buffers offset anymore, since it is completely
3529         broken when using multiple segments.
3530         Instead convert the incoming buffers timestamp to running time, and
3531         then convert that value to the offsets.
3532         Also inform GstSegment of the last outputted stop position, which is
3533         needed if we received several segments with an unknown stop value.
3534
3535 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3536
3537         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3538           fix buffer unreffing on a header push failure
3539
3540 2006-08-28  Wim Taymans  <wim@fluendo.com>
3541
3542         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3543         (gst_audio_rate_chain):
3544         Make the metadata of the buffer writable before changing its
3545         flags.
3546
3547 2006-08-28  Wim Taymans  <wim@fluendo.com>
3548
3549         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3550         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3551         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3552         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3553         Fix audiorate some more.
3554         Reset and resync counters on flush and READY.
3555         Handle the DISCONT flag correctly.
3556         Use GstSegment to track position.
3557         Fail when not negotiated.
3558         Fixes #353234.
3559
3560 2006-08-25  Michael Smith  <msmith@fluendo.com>
3561
3562         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3563           Fix spelling.
3564           Remove accidently included debug line.
3565
3566 2006-08-25  Wim Taymans  <wim@fluendo.com>
3567
3568         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3569         Small cleanups.
3570         If a buffer is received with no caps, make the buffer metadata
3571         writable and set the caps, making sure that we don't screw up the
3572         refcounts.
3573
3574 2006-08-25  Michael Smith  <msmith@fluendo.com>
3575
3576         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3577         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3578           Fix memory leaks and misleading debug messages, add a couple of
3579           comments.
3580
3581         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3582         (gst_multi_fd_sink_render):
3583           Do not use gst_buffer_make_writable() in a basesink render method,
3584           as it may incorrectly unref the buffer. Instead, use convoluted
3585           dance to avoid copying the buffer except when we need to.
3586
3587 2006-08-25  Michael Smith  <msmith@fluendo.com>
3588
3589         * ext/vorbis/vorbisenc.c:
3590         (gst_vorbis_enc_buffer_check_discontinuous):
3591           Allow very small discontinuities in the timestamps. These we can't
3592           do anything useful with anyway (because vorbis's timestamps have
3593           only sample granularity), and are commonly produced by elements with
3594           minor bugs. Allow up to 1/2 a sample out.
3595           Fixes #351742.
3596
3597 2006-08-24  Wim Taymans  <wim@fluendo.com>
3598
3599         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3600         (play_scrub_toggle_cb), (main):
3601         Add a checkbox to enable play scrubbing. Makes it possible to disable
3602         normal scrubbing.
3603
3604 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3605
3606         * tests/check/elements/.cvsignore:
3607           make buildbot happy
3608
3609 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3612         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3613         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3614         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3615         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3616         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3617         (gst_ogm_text_parse_strip_trailing_zeroes),
3618         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3619         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3620           Refactor ogm parse, do better input checking, misc. clean-ups.
3621           Cache incoming events and push them once the source pad has
3622           been created. Don't pass unterminated strings to sscanf().
3623           Strip trailing zeroes from subtitle text output, since they
3624           are not valid UTF-8. Don't push vorbiscomment packets on
3625           the subtitle text pad. Output perfect streams if possible.
3626
3627 2006-08-23  Wim Taymans  <wim@fluendo.com>
3628
3629         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3630         Waits for tasks to settle down so that we clean up correctly for 
3631         valgrind.
3632
3633 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3636           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3637           actually return return value in taglists_are_equal.
3638
3639 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3642           Fix crash due to broken bitstream parsing on x86-64: can't make
3643           any assumptions about sizeof(struct) due to alignment/packing
3644           differences on different architectures. Fixes #351790.
3645
3646 2006-08-22  Wim Taymans  <wim@fluendo.com>
3647
3648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3649         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3650         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3651         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3652         (gst_riff_parse_info):
3653         Protect public functions against bad input.
3654         Do some cleanups.
3655         Fix documentation.
3656
3657 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3658
3659         * gst-libs/gst/riff/riff-ids.h:
3660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3661           Add voxware audio IDs (even if we can't play it) (#351795).
3662
3663 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * gst-libs/gst/riff/riff-media.c:
3666         (gst_riff_create_video_template_caps),
3667         (gst_riff_create_audio_template_caps),
3668         (gst_riff_create_iavs_template_caps):
3669           Const-ify some arrays and use G_N_ELEMENTS instead
3670           of wasting oodles of RAM on terminator bits.
3671
3672 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3673
3674         * gst-libs/gst/tag/gstvorbistag.c:
3675         (gst_tag_list_to_vorbiscomment_buffer):
3676         * tests/check/libs/tag.c: (GST_START_TEST):
3677           And the same for _to_vorbiscomment_buffer(): allow
3678           id_data_len == 0 for speex.
3679
3680 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3681
3682         * configure.ac:
3683         * docs/plugins/Makefile.am:
3684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3686         * docs/plugins/inspect/plugin-gdp.xml:
3687         * gst/gdp/Makefile.am:
3688         * tests/check/Makefile.am:
3689           Move GDP plugin to -base from -bad.  Closes #347783.
3690
3691 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3692
3693         * gst-libs/gst/tag/gstvorbistag.c:
3694         (gst_tag_list_from_vorbiscomment_buffer):
3695           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3696           Also add some checks to make sure we don't memcmp() beyond the end of
3697           vorbiscomment buffer if the ID to check for is larger than the buffer.
3698
3699         * tests/check/libs/tag.c: (GST_START_TEST):
3700           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3701
3702 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3705         (gst_vorbis_enc_set_metadata):
3706           Use vorbis comment utility functions from libgsttag
3707           instead of re-inventing the wheel (partially fixes #347091).
3708
3709 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3710
3711         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3712         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3713         as some that won't.
3714
3715 2006-08-21  Wim Taymans  <wim@fluendo.com>
3716
3717         * docs/libs/Makefile.am:
3718         * docs/libs/gst-plugins-base-libs-sections.txt:
3719         * docs/libs/gst-plugins-base-libs.types:
3720         Don't try to GObject scan the netbuffer as it's not a GObject.
3721         Fixes #351308.
3722
3723         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3724         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3725         Document GstNetBuffer.
3726
3727 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3728
3729         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3730         (audioconvert_suite):
3731           Add testcase for caps-size-explosion
3732
3733 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3734
3735         * gst/audioconvert/gstaudioconvert.c:
3736         (gst_audio_convert_get_unit_size), (set_structure_widths):
3737           Lower debug, use g_assert in _get_unit_size
3738
3739         * gst/audioresample/gstaudioresample.c:
3740         (audioresample_get_unit_size):
3741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3742         (gst_ffmpegcsp_get_unit_size):
3743         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3744           use g_assert in _get_unit_size
3745
3746 2006-08-18  Wim Taymans  <wim@fluendo.com>
3747
3748         * docs/libs/gst-plugins-base-libs-sections.txt:
3749         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3750         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3751         (gst_rtp_buffer_get_payload_buffer):
3752         * gst-libs/gst/rtp/gstrtpbuffer.h:
3753         Document GstRTPBuffer.
3754         Added function to efficiently strip payload headers.
3755         API: gst_rtp_buffer_get_payload_subbuffer()
3756
3757 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3760         (gst_tag_to_vorbis_comments):
3761           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3762           tags and deserialise them properly as well (#347091).
3763           Add some more gtk-doc blurbs and also some g_return_if_fail().
3764
3765         * tests/check/libs/tag.c: (GST_START_TEST),
3766         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3767           More tests.
3768
3769 2006-08-17  Wim Taymans  <wim@fluendo.com>
3770
3771         * ext/ogg/Makefile.am:
3772         * ext/ogg/gstogg.c: (plugin_init):
3773         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3774         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3775         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3776         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3777         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3778         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3779         Added ogg-in-avi parser element. Fixes #140139.
3780
3781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3782         Fixed a bug in oggdemux debug code.
3783
3784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3785         (gst_riff_create_audio_template_caps):
3786         Recognise Ogg in the AVI extensible wave format.
3787
3788 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3791           Make buffer durations add up (duration should be next_ts-ts for
3792           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3793           from CVS.
3794
3795         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3796         (test_buffer_timestamps), (cddabasesrc_suite):
3797           Add unit test for the above.
3798
3799         * tests/check/Makefile.am:
3800           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3801           to see what happens.
3802
3803 2006-08-16  Wim Taymans  <wim@fluendo.com>
3804
3805         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3806         (gst_alsasink_open):
3807         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3808         (gst_alsasrc_open):
3809         Avoid setting and using a NULL device name.
3810         Print more info when we fail to open a device.
3811
3812 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * docs/libs/gst-plugins-base-libs-sections.txt:
3815         * gst-libs/gst/tag/tag.h:
3816         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3817           API: add gst_tag_parse_extended_comment() (#351426).
3818
3819         * tests/check/Makefile.am:
3820         * tests/check/libs/.cvsignore:
3821         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3822           Add unit test for gst_tag_parse_extended_comment().
3823
3824 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3828           Fix leak (#351502).
3829
3830 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3834         * docs/plugins/gst-plugins-base-plugins.args:
3835         * gst/playback/gstplaybin.c:
3836           Document playbin.
3837           
3838         * docs/plugins/inspect/plugin-adder.xml:
3839         * docs/plugins/inspect/plugin-alsa.xml:
3840         * docs/plugins/inspect/plugin-audioconvert.xml:
3841         * docs/plugins/inspect/plugin-audiorate.xml:
3842         * docs/plugins/inspect/plugin-audioresample.xml:
3843         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3844         * docs/plugins/inspect/plugin-cdparanoia.xml:
3845         * docs/plugins/inspect/plugin-decodebin.xml:
3846         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3847         * docs/plugins/inspect/plugin-gnomevfs.xml:
3848         * docs/plugins/inspect/plugin-ogg.xml:
3849         * docs/plugins/inspect/plugin-pango.xml:
3850         * docs/plugins/inspect/plugin-playbin.xml:
3851         * docs/plugins/inspect/plugin-subparse.xml:
3852         * docs/plugins/inspect/plugin-tcp.xml:
3853         * docs/plugins/inspect/plugin-theora.xml:
3854         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3855         * docs/plugins/inspect/plugin-video4linux.xml:
3856         * docs/plugins/inspect/plugin-videorate.xml:
3857         * docs/plugins/inspect/plugin-videoscale.xml:
3858         * docs/plugins/inspect/plugin-videotestsrc.xml:
3859         * docs/plugins/inspect/plugin-volume.xml:
3860         * docs/plugins/inspect/plugin-vorbis.xml:
3861         * docs/plugins/inspect/plugin-ximagesink.xml:
3862         * docs/plugins/inspect/plugin-xvimagesink.xml:
3863           Update to CVS version.
3864
3865 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3868         (gst_play_bin_set_property), (gst_play_bin_get_property),
3869         (value_list_append_structure_list),
3870         (gst_play_bin_handle_redirect_message),
3871         (gst_play_bin_handle_message):
3872           API: GstPlayBin::connection-speed
3873           Add "connection-speed" property; re-order redirect messages with
3874           multiple redirect locations depending on the minimum bitrate if
3875           that information is available and a connection speed is set
3876           (#350399).
3877
3878 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3879
3880         * gst/playback/gstplaybin.c:
3881           Update max volume to the same value that the volume element uses.
3882
3883 2006-08-14  Wim Taymans  <wim@fluendo.com>
3884
3885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3886         Less uglyness..
3887
3888 2006-08-14  Wim Taymans  <wim@fluendo.com>
3889
3890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3891         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3892         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3893         Add some more debug info.
3894         Don't crash when a seek failed.
3895         Actually return the result of the seek instead of TRUE.
3896         Ignore multiple BOS pages with the same serial so that we don't create
3897         the same stream multiple times.
3898         Post an error when we fail to do the initial seek.
3899
3900 2006-08-13  Wim Taymans  <wim@fluendo.com>
3901
3902         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3903         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3904         Small code cleanup.
3905
3906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3907         (gst_alsa_mixer_new):
3908         Remove hack that always set the device to hw:0*.
3909         Properly find the card name for whatever device was configured.
3910         Do some better debugging.
3911         Fixes #350784.
3912
3913         * ext/alsa/gstalsamixerelement.c:
3914         (gst_alsa_mixer_element_set_property),
3915         (gst_alsa_mixer_element_change_state):
3916         Cleanups.
3917         Handle setting of a NULL device name better.
3918
3919 2006-08-11  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst/adder/gstadder.c:
3922         Don't clip float values. Fixes #350900.
3923
3924 2006-08-11  Andy Wingo  <wingo@pobox.com>
3925
3926         * gst/tcp/gsttcp.c: Really fix the build?
3927
3928         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3929         fixes the build.
3930
3931 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3934           Float caps shouldn't have a "signed" field.
3935
3936 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3939           Implement SEEKING query in its most basic form, so that we can
3940           at least check if we're seekable or not (#350655).
3941
3942 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3945           The checks here are not even close to anything that would
3946           justify MAXIMUM probability, lowering to POSSIBLE until someone
3947           fixes the checks (case at hand: quicktime redirection files
3948           might start with 00 00 01 XX and pass the checks here just
3949           fine, see #350399).
3950
3951 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         Patch by: Sjoerd Simons  <sjoerd at luon net>
3954
3955         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3956           Better detection for multipart/x-mixed-replace: accept leading
3957           whitespaces before the boundary marker as well (as our very own
3958           multipartmux used to produce) (#349068).
3959
3960 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         Patch by: Young-Ho Cha  <ganadist at chollian net>
3963
3964         * gst-libs/gst/riff/riff-ids.h:
3965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3966         (gst_riff_create_audio_template_caps):
3967           Detect DTS audio streams (#350157).
3968
3969 2006-08-05  Andy Wingo  <wingo@pobox.com>
3970
3971         * ext/theora/gsttheoraparse.h:
3972         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3973         (theora_parse_dispose, theora_parse_set_property)
3974         (theora_parse_get_property, theora_parse_munge_granulepos)
3975         (theora_parse_push_buffer, theora_parse_change_state):
3976         API: GstTheoraParse::synchronization-points
3977         Add a property 'synchronization-points' to fix badly synchronized oggs.
3978
3979 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * tests/check/Makefile.am:
3982         * tests/check/libs/.cvsignore:
3983         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3984         (fixed_caps_have_channel_positions), (GST_START_TEST),
3985         (audio_suite), (main):
3986           Add a few tests for the channel position stuff in libgstaudio.
3987
3988 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3991         (gst_alsa_detect_channels):
3992         * ext/alsa/gstalsasink.c:
3993           Add support for cards that (only) do more than 8 channels,
3994           like the Delta 44 (#345188).
3995
3996         * gst-libs/gst/audio/multichannel.c:
3997         (gst_audio_check_channel_positions):
3998         * gst-libs/gst/audio/multichannel.h:
3999           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4000           unspecified channel position and cannot be combined with any
4001           of the other audio channel positions; adjust position layout
4002           checks accordingly (#345188).
4003
4004 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4007           Recognise ancient RealAudio files (see #349779).
4008
4009 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         Patch by: Jens Granseuer  <jensgr at gmx net>
4012
4013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4014           Add typefinder for Interplay's MVE format (#348973).
4015
4016 2006-08-02  Wim Taymans  <wim@fluendo.com>
4017
4018         Patch by: Marcel Moreaux <marcelm at luon dot net>
4019
4020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4021         (gst_base_rtp_depayload_add_to_queue):
4022         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4023         Handle RTP sequence number rollover.
4024         Disable jitterbuffer by default.
4025
4026 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4027
4028         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4029         (audioresample_set_caps):
4030         Don't leak references to the incoming caps. Clean them up when
4031         stopping.
4032
4033         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4034         (gst_video_scale_finalize):
4035         Don't leak our temporary pixel buffer.
4036
4037         * tests/check/Makefile.am:
4038         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4039         (GST_START_TEST), (simple_launch_lines_suite):
4040
4041         Fix leaks and re-enable the test for valgrind checking.
4042
4043 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         Patch by: Sjoerd Simons  <sjoerd at luon net>
4046
4047         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4048         (plugin_init):
4049           Add typefind function for multipart/x-mixed-replace (#348916).
4050
4051 2006-07-28  Wim Taymans  <wim@fluendo.com>
4052
4053         * gst/adder/gstadder.c: (gst_adder_setcaps),
4054         (gst_adder_query_duration):
4055         Fix leak in duration query.
4056         Reflow some docs and notes.
4057
4058 2006-07-28  Michael Smith  <msmith@fluendo.com>
4059
4060         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4061         (vorbisenc_suite):
4062           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4063           aspect of it.
4064
4065 2006-07-28  Michael Smith  <msmith@fluendo.com>
4066
4067         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4068         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4069         (gst_vorbis_enc_push_buffer),
4070         (gst_vorbis_enc_buffer_check_discontinuous),
4071         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4072         * ext/vorbis/vorbisenc.h:
4073           Handle discontinuities in the input vorbis stream correctly,
4074           so that the output is properly timestamped (and has good granulepos
4075           values). Needs some oggmux fixes too.
4076
4077 2006-07-27  Wim Taymans  <wim@fluendo.com>
4078
4079         patch by: Kai Vehmanen <kv2004 eca cx>
4080
4081         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4082         (gst_base_rtp_depayload_chain),
4083         (gst_base_rtp_depayload_handle_sink_event),
4084         (gst_base_rtp_depayload_change_state):
4085         Don't send multiple newsegments with different formats.
4086         Fixes #348677.
4087
4088 2006-07-26  Wim Taymans  <wim@fluendo.com>
4089
4090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4091         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4092         Make seeking in ogg more accurate again by doing the more correct
4093         granuletime to stream time conversion.
4094
4095 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4096
4097         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4098         (gst_multi_fd_sink_new_client):
4099           debug a little more understandably
4100           do not use goto as a substitute for break, especially if
4101           break is also being used
4102
4103 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4106         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4107           Remove GLib-2.6 compatibility cruft.
4108
4109 2006-07-24  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst-libs/gst/audio/gstbaseaudiosink.c:
4112         (gst_base_audio_sink_render):
4113         Don't try to align a sample to an unknown value.
4114
4115 2006-07-24  Wim Taymans  <wim@fluendo.com>
4116
4117         * gst-libs/gst/audio/gstbaseaudiosink.c:
4118         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4119         When the audio clock is slaved to another clock, never try to align
4120         samples but trust the rate interpolation algorithm.
4121
4122 2006-07-24  Wim Taymans  <wim@fluendo.com>
4123
4124         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4125         Don't try to calculate silence samples, base class does this much
4126         better now.
4127
4128         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4129         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4130         (gst_ring_buffer_acquire):
4131         Calculate silence samples correctly.
4132
4133         * gst-libs/gst/audio/gstringbuffer.h:
4134         Add _CAST macro.
4135
4136 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4137
4138         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4139           Limit search for the first markup tag to the first few kB of
4140           the file. If we don't find one there, it's highly unlikely that
4141           this is an XML(-ish) file.
4142
4143 2006-07-21  Andy Wingo  <wingo@pobox.com>
4144
4145         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4146         test to the one in vorbisenc. Also commented out.
4147
4148         * tests/check/pipelines/vorbisenc.c: 
4149         (test_discontinuity): New test, commented out until Mike lands
4150         some elite vorbisenc patches.
4151
4152         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4153         Bufferstraw was actually factored out of these tests. Now we share
4154         code yay.
4155
4156         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4157         for bufferstraw addition to gstcheck.
4158
4159 2006-07-21  Wim Taymans  <wim@fluendo.com>
4160
4161         * ext/theora/theoradec.c: (clip_buffer):
4162         Better clipping.
4163
4164 2006-07-21  Wim Taymans  <wim@fluendo.com>
4165
4166         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4167         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4168         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4169         Fix leak.
4170         Avoid type casting when we can.
4171
4172         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4173         Fix mem leak.
4174
4175 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         * ext/alsa/gstalsamixerelement.c:
4178         (gst_alsa_mixer_element_change_state):
4179           Make state change fail if the specified device can't be opened
4180           for some reason.
4181
4182 2006-07-20  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4185         (cb_newpad), (main):
4186         Example of a small audio/video player using decodebin.
4187
4188 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4189
4190         * gst-libs/gst/riff/riff-ids.h:
4191           Add 'fact' chunk id
4192
4193 2006-07-19  Wim Taymans  <wim@fluendo.com>
4194
4195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4196         (gst_base_rtp_depayload_chain),
4197         (gst_base_rtp_depayload_change_state):
4198         Don't assert when not negotiated but post a meaningfull 
4199         error message. Fixes #347918.
4200
4201         * gst-libs/gst/rtp/gstbasertppayload.c:
4202         Add comment about better default MTU size.
4203
4204         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4205         Small cleanups, start docs.
4206
4207 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4208
4209         Patch by: Martin Szulecki
4210
4211         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4212           If "device-name" is requested and the device is not
4213           open, try to temporarily open it to obtain this
4214           information (#342494).
4215
4216 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst-libs/gst/tag/gstid3tag.c:
4219           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4220
4221         * gst-libs/gst/tag/gsttageditingprivate.h:
4222         * gst-libs/gst/tag/gstvorbistag.c:
4223           Some more random const-ifications.
4224
4225 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4226
4227         * gst-libs/gst/riff/riff-ids.h:
4228         * gst-libs/gst/riff/riff-media.c:
4229         (gst_riff_create_video_template_caps):
4230           Add more FOURCCs (sort list to make stuff easier to find),
4231           add comment what those 16 bytes in struct _gst_riff_strh according to
4232           one avi-dumper are
4233
4234 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         * gst-libs/gst/audio/multichannel.c:
4237         (gst_audio_check_channel_positions),
4238         (gst_audio_fixate_channel_positions):
4239           Const-ify two arrays.
4240
4241 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4242
4243         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4244           Fix typo, so that alsasink also advertises 8 channels
4245           if that's supported (tags: can, worms, open, alsa, ph34r).
4246
4247 2006-07-17  Wim Taymans  <wim@fluendo.com>
4248
4249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4250         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4251         *sigh*, when is the compiler going to warn when the comments
4252         are out-of-sync with the code.. Refix case of busted theora
4253         headers with 0 granule pos.
4254
4255 2006-07-14  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4258         (gst_base_rtp_depayload_wait),
4259         (gst_base_rtp_depayload_change_state),
4260         (gst_base_rtp_depayload_set_property),
4261         (gst_base_rtp_depayload_get_property):
4262         Fix 99% cpu load by waiting for absolute times on the
4263         clock. Fixes #347300.
4264
4265 2006-07-14  Andy Wingo  <wingo@pobox.com>
4266
4267         * ext/theora/gsttheoraparse.h: 
4268         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4269         (theora_parse_push_headers, theora_parse_clear_queue)
4270         (theora_parse_drain_queue_prematurely, )
4271         (theora_parse_sink_event, theora_parse_change_state): Queue events
4272         until we initialized our state, like in vorbisparse.
4273
4274         * ext/vorbis/vorbisparse.h: 
4275         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4276         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4277         (vorbis_parse_drain_queue_prematurely, )
4278         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4279         until we have initialized our state. Fixes seeking after an
4280         initial pad block.
4281
4282 2006-07-14  Andy Wingo  <wingo@pobox.com>
4283
4284         Patch by: Iain Holmes <iaingnome@gmail.com>
4285         
4286         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4287
4288 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4289
4290         * configure.ac:
4291         Bump nano back to CVS
4292
4293 === release 0.10.9 ===
4294
4295 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4296
4297         * configure.ac:
4298           releasing 0.10.9, "I walk the line"
4299
4300 2006-07-14  Michael Smith  <msmith@fluendo.com>
4301
4302         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4303           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4304           (commonly happens when running this test under valgrind) when trying
4305           to remove the buffer probe.
4306
4307 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4308
4309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4310         Fix missing g_unlock from the previous commit
4311
4312 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4313
4314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4315         (gst_ximagesink_change_state):
4316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4317         (gst_xvimagesink_change_state):
4318         Implement a locking order to ensure we always take the object lock
4319         before the x_lock and never vice-versa.
4320
4321 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4322
4323         * gst/playback/gstdecodebin.c: (find_compatibles):
4324         Fix a caps leak when linking (#347304)
4325
4326         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4327         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4328         (gst_ximagesink_change_state):
4329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4330         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4331         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4332         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4333         Don't leak shared memory resources. Use the object lock to protect
4334         against the xcontext disappearing while returning a buffer from the
4335         pipeline. (#347304)
4336
4337 2006-07-12  Edward Hervey  <edward@fluendo.com>
4338
4339         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4340         (vorbis_handle_comment_packet):
4341         gst_tag_list_merge() returns a new object. Take that into account when
4342         using it. This avoids memleak.
4343         Revert previous commit which is not needed.
4344
4345 2006-07-12  Edward Hervey  <edward@fluendo.com>
4346
4347         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4348         Reset the decoder in finalize so that all fields get cleared.
4349
4350 2006-07-12  Wim Taymans  <wim@fluendo.com>
4351
4352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4353         (gst_base_audio_src_set_clock),
4354         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4355         Don't try to post an error message when setting the clock fails
4356         as this can happen when adding an element to a bin which will then
4357         deadlock. Fixes #347296.
4358
4359 2006-07-12  Edward Hervey  <edward@fluendo.com>
4360
4361         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4362         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4363         (vorbis_handle_type_packet):
4364         Post tag messages on the bus even if we're not initialized.
4365         If we're not initialized, we still postpone the event pushing of tags.
4366
4367 2006-07-12  Wim Taymans  <wim@fluendo.com>
4368
4369         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4370         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4371         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4372         Revert last two changes that broke the freeze.
4373
4374 2006-07-12  Wim Taymans  <wim@fluendo.com>
4375
4376         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4377         basesink calculates silence sample correctly for us.
4378
4379 2006-07-12  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4382         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4383         Calculate correct silence samples so we don't fill our ringbuffer
4384         with noise.
4385
4386 2006-07-12  Edward Hervey  <edward@fluendo.com>
4387
4388         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4389         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4390         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4391         * ext/vorbis/vorbisdec.h:
4392         Delay sending events (newsegment, tags) until the decoder is properly
4393         initialized.
4394         Fixes #347295
4395
4396 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4397
4398         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4399         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4400           Patch from #347221 adding a test for audioconvert
4401           channel remappings.
4402
4403 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4406         (gst_ssa_parse_parse_line):
4407           Don't include the terminating NUL in the buffer size,
4408           it's only there for extra paranoia (would add random
4409           '*' characters at the end of each subtitle since the
4410           terminator itself is not valid UTF-8 technically).
4411           Also fix indenting after boilerplate macro.
4412
4413 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst/playback/gstdecodebin.c: (close_pad_link):
4416           Also emit 'unknown-type' signal (which should really be
4417           called unhandled-type) if we found potential decoders/demuxers
4418           in the registry but none of them worked in the end (as in the
4419           case where the plugins don't exist any longer but are still
4420           listed in the registry). Fixes #329798.
4421
4422 2006-07-08  Andy Wingo  <wingo@pobox.com>
4423
4424         * theoraparse.c (theora_parse_push_buffer)
4425         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4426         Add some more debugging. Fix granulepos reconstruction in the face
4427         of discontinuities.
4428
4429 2006-07-06  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst-libs/gst/audio/gstbaseaudiosink.c:
4432         (gst_base_audio_sink_class_init),
4433         (gst_base_audio_sink_provide_clock):
4434         Use gobject_class instead of G_OBJECT_CLASS (klass)
4435
4436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4437         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4438         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4439         (gst_base_audio_src_get_time),
4440         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4441         (gst_base_audio_src_create_ringbuffer):
4442         Fix latency and buffer-time constants and properties ala basesink.
4443         Implement pull based scheduling. Fixes #346527.
4444         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4445         one segment.
4446         Refuse slaving to another clock instead of silently not working.
4447         Only provide a clock when we are actually able to do so.
4448         Various small cleanups and compiler hints.
4449
4450 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         Patch by: Lutz Mueller <lutz at topfrose de>
4453
4454         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4455         (plugin_init):
4456           Add typefinding for text/html (#346581).
4457
4458 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4461         (xml_check_first_element), (xml_type_find), (smil_type_find):
4462           Fix SMIL typefinding, make xml_check_first_element() more
4463           useful.
4464
4465 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4468         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4469         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4470         * gst/playback/gstplaybasebin.h:
4471           Protect list of elements with a subtitle-encoding property and
4472           the subtitle encoding member itself with a lock of their own
4473           instead of using the object lock. This prevents a dead-lock in
4474           the element-remove callback in some circumstances when shutting
4475           down playbin.
4476
4477 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4478
4479         * win32/common/libgsttag.def:
4480         Export some new functions.
4481         * win32/vs6/libgstogg.dsp:
4482         Add a link to libgsttag-0.10.lib.
4483
4484 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4487           Some const-ification.
4488
4489 2006-07-04  Wim Taymans  <wim@fluendo.com>
4490
4491         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4492         Improve checking if we are dealing with a stream. Added some
4493         more uris that need buffering.
4494
4495 2006-07-03  Edward Hervey  <edward@fluendo.com>
4496
4497         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4498         Remove unused variable.
4499
4500 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4501
4502         * Makefile.am:
4503           include lcov.mak
4504         * configure.ac:
4505           add GCOV_LIBS to GST_LIBS
4506
4507 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4510
4511         * ext/alsa/gstalsasrc.c:
4512           Add 32 bps to template caps and increase channels range
4513           from [1,2] to [1,MAX]. See #346326.
4514
4515 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4518           Recognise 'WMVA' video codec fourcc (#345879).
4519           
4520 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4521          
4522         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4523           Fixed nasty memory leak
4524
4525 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4526
4527         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4528         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4529           fix logging
4530
4531 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4532
4533         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4534         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4535         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4536         Protect remove_fakesink using a mutex, so that we don't try and
4537         remove the fakesink simultaneously from multiple threads.
4538
4539         When going from READY to PAUSED, restore the fakesink, so that
4540         it is there when decodebin gets reused.
4541
4542 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4546         * gst-libs/gst/rtp/gstbasertppayload.c:
4547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4548         * gst/tcp/gstmultifdsink.c:
4549         * gst/tcp/gsttcpclientsink.c:
4550         * gst/tcp/gsttcpclientsrc.c:
4551         * gst/tcp/gsttcpserversink.c:
4552         * gst/tcp/gsttcpserversrc.c:
4553         * gst/videorate/gstvideorate.c:
4554         * gst/videotestsrc/gstvideotestsrc.c:
4555         * sys/v4l/gstv4ljpegsrc.c:
4556         * sys/v4l/gstv4lmjpegsink.c:
4557         * sys/v4l/gstv4lsrc.c:
4558         * tests/examples/seek/scrubby.c:
4559         * tests/examples/seek/seek.c:
4560           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4561
4562 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4565           Second field in GEnumValue shouldn't be a description,
4566           but a stringified version of the enum value.
4567
4568 2006-06-22  Wim Taymans  <wim@fluendo.com>
4569
4570         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4571         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4572         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4573         Avoid type checking in buffer casts.
4574         Avoid caps copy in buffer_alloc when we can.
4575         Use pad_peer_accept.
4576
4577 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst-libs/gst/tag/tag.h:
4580           Oops, make that 'Since: 0.10.9'.
4581
4582 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * docs/libs/gst-plugins-base-libs-sections.txt:
4585         * gst-libs/gst/tag/tag.h:
4586         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4587         (gst_tag_image_type_get_type):
4588           API: add GstTagImageType enum to describe images contained
4589           in image tags (#345641).
4590
4591 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4594           Fix warnings with gst-inspect: "buffers-min" property
4595           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4596           typo in property description.
4597
4598 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         Patch by: Cody Russell <bratsche at gnome org>
4601
4602         * gst/audioresample/gstaudioresample.c:
4603         (gst_audioresample_class_init):
4604         * gst/playback/gststreamselector.c:
4605         (gst_stream_selector_class_init):
4606         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4607         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4608         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4609         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4610         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4611         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4612         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4613         * gst/videotestsrc/gstvideotestsrc.c:
4614         (gst_video_test_src_class_init):
4615         * gst/volume/gstvolume.c: (gst_volume_class_init):
4616           Avoid unnecessary class cast check in class_init
4617           functions (#337747).
4618
4619 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4622         (gst_text_overlay_video_chain):
4623           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4624           and doesn't validate its input either (and neither did
4625           textoverlay it seems). Let's do that then and fix #345206.
4626
4627 2006-06-19  Wim Taymans  <wim@fluendo.com>
4628
4629         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4630         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4631         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4632         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4633         (find_syncframe), (find_limits), (assign_value),
4634         (count_burst_unit), (gst_multi_fd_sink_new_client),
4635         (gst_multi_fd_sink_handle_client_write),
4636         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4637         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4638         (gst_multi_fd_sink_change_state):
4639         * gst/tcp/gstmultifdsink.h:
4640         Added shiny new burst-on-connect methods.
4641         Add properties to control the minimal amount of data queued.
4642         Small cleanups.
4643         API: bytes-min property
4644         API: time-min property
4645         API: buffers-min property
4646         API: burst-unit property
4647         API: burst-value property
4648         API: add-full signal
4649
4650         * gst/tcp/gsttcp-marshal.list:
4651         Added new marshaller code for the new signal.
4652
4653         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4654         (multifdsink_suite):
4655         Added testcases for new burst methods.
4656
4657 2006-06-19  Edward Hervey  <edward@fluendo.com>
4658
4659         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4660         Implement clipping for accurate seeking.
4661         Closes #345225
4662
4663 2006-06-19  Wim Taymans  <wim@fluendo.com>
4664
4665         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4666
4667         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4668         (gst_video_scale_transform):
4669         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4670
4671 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * configure.ac:
4674           Fix --disable-external (can't set conditionals conditionally,
4675           #343602).
4676
4677 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * tests/check/elements/audioresample.c: (test_reuse),
4680         (audioresample_suite):
4681           Add test case for bug #342789 fixed below.
4682
4683 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst/audioresample/gstaudioresample.c:
4686         (gst_audioresample_class_init), (gst_audioresample_init),
4687         (audioresample_start), (audioresample_stop),
4688         (gst_audioresample_set_property), (gst_audioresample_get_property):
4689           Implement GstBaseTransform::start and ::stop so that audioresample
4690           can clear its internal state properly and be reused instead of
4691           causing non-negotiated errors with playbin under some circumstances
4692           (#342789).
4693
4694         * tests/check/elements/audioresample.c: (setup_audioresample),
4695         (cleanup_audioresample):
4696           Need to set element state here so that ::start and ::stop are
4697           called.
4698
4699 2006-06-16  Wim Taymans  <wim@fluendo.com>
4700
4701         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4702
4703         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4704         Parse extra data better, apparently it's right behind
4705         the normal strf header size. Fixes #343500.
4706
4707 2006-06-16  Wim Taymans  <wim@fluendo.com>
4708
4709         * ext/alsa/gstalsasink.c: (set_hwparams):
4710         If we fail to set the buffer_time and period_time alsa
4711         parameters, post a warning and leave alsa select a 
4712         default instead of failing. Fixes #342085
4713
4714 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * docs/libs/gst-plugins-base-libs-sections.txt:
4717         * gst-libs/gst/cdda/gstcddabasesrc.h:
4718           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4719           out in the header file and shouldn't be listed in the docs.
4720
4721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4722           Must dereference pointer to fourcc in the debug statement.
4723
4724 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4725
4726         * docs/libs/Makefile.am:
4727         * docs/libs/gst-plugins-base-libs-docs.sgml:
4728         * docs/libs/gst-plugins-base-libs-sections.txt:
4729         * docs/libs/gst-plugins-base-libs.types:
4730         add remaining symbols into correct setions
4731         
4732         * gst-libs/gst/audio/gstringbuffer.c:
4733         fix incomplete docs
4734         
4735         * gst-libs/gst/audio/gstringbuffer.h:
4736         comment out not yet implemented function
4737         
4738         
4739         * gst-libs/gst/floatcast/floatcast.h:
4740         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4741         add short descriptions
4742         
4743         
4744         * gst-libs/gst/interfaces/propertyprobe.c:
4745         fix return value docs   
4746         
4747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4748         simplify debug logging
4749         
4750         * gst-libs/gst/riff/riff-read.h:
4751         sync function prototype and docs
4752         
4753         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4754         remove left over symbol
4755
4756 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * autogen.sh:
4759         * configure.ac:
4760         * docs/Makefile.am:
4761           Use GST_PLUGIN_DOCS macro in configure.ac, add
4762           --enable-plugin-docs default to autogen.sh and use
4763           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4764
4765 2006-06-15  Wim Taymans  <wim@fluendo.com>
4766
4767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4768         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4769         (gst_ogg_demux_loop):
4770         Combine GstFlowReturn from the source pads to give a
4771         meaningfull result to the upstream peer or to stop the
4772         processing task in case of errors.
4773
4774 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst/playback/gststreaminfo.c: (cb_probe):
4777           Try GST_TAG_CODEC as fallback when extracting the
4778           codec name; more debug info.
4779
4780 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * ext/ogg/Makefile.am:
4783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4784           Extract language tags from ogm subtitle streams, so that
4785           the subtitle menu choices are labelled correctly in
4786           Totem (fixes #344708).
4787
4788 2006-06-14  Wim Taymans  <wim@fluendo.com>
4789
4790         Patch by: Alessandro Decina <alessandro at nnva dot org>
4791
4792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4793         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4794         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4795         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4796         Fix various leaks. Fixes #343699.
4797         Add x-smoke mime type.
4798
4799 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * gst-libs/gst/riff/riff-ids.h:
4802           Add IDs for 'bext' chunks (see #343837).
4803
4804 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         Patch by: Young-Ho Cha  <ganadist at chollian net>
4807
4808         * gst/subparse/samiparse.c: (sami_context_pop_state),
4809         (handle_start_font), (end_sami_element):
4810           Honour font face tags in SAMI subtitles (#344503).
4811
4812 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4813
4814         * po/POTFILES.in:
4815           add missing files containing translatable strings
4816
4817 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4818
4819         * docs/libs/tmpl/.cvsignore:
4820           we don't want those *.sgml files in CVS either
4821
4822 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4823
4824         * docs/libs/.cvsignore:
4825         * tests/check/elements/.cvsignore:
4826         * tests/check/libs/.cvsignore:
4827           ignore more
4828
4829 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4830
4831         * docs/libs/Makefile.am:
4832           also commiting the changed Makefile.am (added more libs to the
4833           doc-build)
4834
4835 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4836
4837         * docs/libs/gst-plugins-base-libs-docs.sgml:
4838         * docs/libs/gst-plugins-base-libs-sections.txt:
4839         * docs/libs/gst-plugins-base-libs.types:
4840           first batch of reordering things, add index & hierarchy
4841
4842 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4843
4844         * configure.ac:
4845           use GST_PKG_CHECK_MODULES, cleans up output
4846
4847 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4850           Add support for burn:// URIs (#343385); const-ify things a bit,
4851           use G_N_ELEMENTS instead of hard-coded array size.
4852
4853 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         Patch by: Young-Ho Cha  <ganadist at chollian net>
4856
4857         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4858           Fix up broken entities before passing them to libxml *sigh*.
4859           (#343303).
4860           
4861 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4862
4863         * configure.ac:
4864           back to TRUNK
4865
4866 === release 0.10.8 ===
4867
4868 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4869
4870         * configure.ac:
4871           releasing 0.10.8, "Moar gij ziet mij nie"
4872
4873 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4874
4875         * configure.ac:
4876         * po/af.po:
4877         * po/az.po:
4878         * po/cs.po:
4879         * po/en_GB.po:
4880         * po/hu.po:
4881         * po/it.po:
4882         * po/nb.po:
4883         * po/nl.po:
4884         * po/or.po:
4885         * po/sq.po:
4886         * po/sr.po:
4887         * po/sv.po:
4888         * po/uk.po:
4889         * po/vi.po:
4890         * win32/common/config.h:
4891           0.10.7.2 prerelease
4892
4893 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4894
4895         * docs/libs/tmpl/gstaudio.sgml:
4896         * docs/libs/tmpl/gstcolorbalance.sgml:
4897         * docs/libs/tmpl/gstmixer.sgml:
4898         * docs/libs/tmpl/gstringbuffer.sgml:
4899         * docs/libs/tmpl/gsttuner.sgml:
4900         * docs/libs/tmpl/gstxoverlay.sgml:
4901         * gst-libs/gst/audio/audio.c:
4902         * gst-libs/gst/audio/gstringbuffer.c:
4903         * gst-libs/gst/interfaces/colorbalance.c:
4904         * gst-libs/gst/interfaces/mixer.c:
4905         * gst-libs/gst/interfaces/tuner.c:
4906         * gst-libs/gst/interfaces/xoverlay.c:
4907           move last template doc snippets to source code and delete them
4908
4909 2006-06-06  Michael Smith  <msmith@fluendo.com>
4910
4911         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4912         (theora_parse_drain_queue):
4913           Mark DELTA_UNIT on non-keyframes.
4914
4915 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4916
4917         * gst-libs/gst/audio/gstbaseaudiosink.c:
4918         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4919         * gst-libs/gst/audio/gstbaseaudiosink.h:
4920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4921         (gst_ring_buffer_samples_done):
4922         * gst-libs/gst/audio/gstringbuffer.h:
4923         Document better the fact that latency_time and buffer_time are values
4924         stored in microseconds, and not the usual GStreamer nanoseconds.
4925         Change the variables (compatibly) that store them from GstClockTime 
4926         to guint64 to make it more clear that they're not storing clock times.
4927         Also, remove the bogus property description that says the user can
4928         specify -1 to get the default value, since that's never been the case.
4929
4930         When computing the default segment size for the ring buffer, make it
4931         an integer number of samples.
4932
4933         When the sub-class indicates a delay greater than the number of
4934         samples we've written return 0 from the audio sink get_time method.
4935
4936 2006-06-02  Michael Smith  <msmith@fluendo.com>
4937
4938         * tests/check/elements/audioconvert.c: (set_channel_positions),
4939         (get_float_mc_caps), (get_int_mc_caps):
4940         * tests/check/elements/audioresample.c:
4941         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4942         * tests/check/elements/videorate.c:
4943         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4944         * tests/check/elements/volume.c:
4945         * tests/check/elements/vorbisdec.c:
4946         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4947           Don't busy-wait in tests; this was causing test timeouts very
4948           frequently when running under valgrind.
4949
4950 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4951
4952         * gst/tcp/README:
4953         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4954         (gst_multi_fd_sink_remove_client_link),
4955         (gst_multi_fd_sink_client_queue_caps),
4956         (gst_multi_fd_sink_client_queue_buffer),
4957         (gst_multi_fd_sink_handle_client_write),
4958         (gst_multi_fd_sink_render):
4959         * gst/tcp/gstmultifdsink.h:
4960           make multifdsink properly deal with streamheader:
4961           - streamheader is taken from caps
4962           - buffers marked with IN_CAPS are not sent
4963           - streamheaders are sent, on connection, from the caps of the
4964             buffer where the client gets positioned to
4965           - further streamheader changes are done every time the client
4966             will receive a buffer with different caps
4967         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4968         (gst_multifdsink_create_streamheader):
4969           add tests for this
4970
4971 2006-06-02  Michael Smith  <msmith@fluendo.com>
4972
4973         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4974           Reinstate limit on channel count. Vorbis does not define the meaning
4975           of > 6 channels, so they're just independent channels. Gstreamer
4976           currently has no mechanism to represent N independent channels.
4977
4978 2006-06-02  Michael Smith  <msmith@fluendo.com>
4979
4980         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4981           Don't arbitrarily restrict channel counts and rate in vorbis.
4982           In terms of effects likely on real-world files, this fixes 96kHz
4983           playback of vorbis.
4984
4985 2006-06-02  Michael Smith  <msmith@fluendo.com>
4986
4987         * gst/audioconvert/audioconvert.c: (float):
4988           More correct float->int conversion.
4989
4990 2006-06-02  Michael Smith  <msmith@fluendo.com>
4991
4992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4993           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4994           value. Fixes g-critical on trying to play back ogg containing
4995           unknown codec.
4996
4997 2006-06-02  Wim Taymans  <wim@fluendo.com>
4998
4999         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5000         (setup_source):
5001         * gst/playback/gstplaybasebin.h:
5002         Make the subtitle detection work from any thread so we don't
5003         deadlock. Fixes #343397.
5004
5005 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5006
5007         * gst/volume/Makefile.am:
5008           Seriously, it's not *that* hard to get compilation right.  Even
5009           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5010
5011 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5012
5013         * gst/volume/gstvolume.c: (volume_choose_func),
5014         (volume_update_real_volume), (gst_volume_class_init),
5015         (gst_volume_init), (volume_process_float), (volume_process_int16),
5016         (volume_process_int16_clamp), (volume_set_caps),
5017         (volume_transform_ip), (plugin_init):
5018         * gst/volume/gstvolume.h:
5019         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5020         another property desc., remove unused param from process function
5021         
5022         * tests/check/elements/volume.c: (volume_suite):
5023         reactivate the passthrough test
5024
5025 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * ext/alsa/gstalsamixerelement.h:
5028         * ext/alsa/gstalsamixeroptions.h:
5029         * ext/alsa/gstalsamixertrack.h:
5030         * ext/gnomevfs/gstgnomevfssink.h:
5031         * ext/gnomevfs/gstgnomevfssrc.h:
5032         * ext/theora/gsttheoradec.h:
5033         * ext/theora/gsttheoraenc.h:
5034         * ext/theora/gsttheoraparse.h:
5035         * ext/vorbis/vorbisparse.h:
5036         * gst-libs/gst/audio/gstaudioclock.h:
5037         * gst-libs/gst/audio/gstaudiofilter.h:
5038         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5039         * gst/audioconvert/gstaudioconvert.h:
5040         * gst/audioresample/gstaudioresample.h:
5041         * gst/audiotestsrc/gstaudiotestsrc.h:
5042         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5043         * gst/playback/gststreamselector.h:
5044         * gst/tcp/gstmultifdsink.h:
5045         * gst/tcp/gsttcpclientsink.h:
5046         * gst/tcp/gsttcpclientsrc.h:
5047         * gst/tcp/gsttcpserversink.h:
5048         * gst/tcp/gsttcpserversrc.h:
5049         * gst/videorate/gstvideorate.h:
5050         * gst/videoscale/gstvideoscale.h:
5051         * gst/videotestsrc/gstvideotestsrc.h:
5052         * gst/volume/gstvolume.h:
5053         * sys/v4l/gstv4ljpegsrc.h:
5054         * sys/v4l/gstv4lmjpegsink.h:
5055         * sys/v4l/gstv4lmjpegsrc.h:
5056         * sys/v4l/gstv4lsrc.h:
5057         * sys/ximage/ximagesink.h:
5058         * sys/xvimage/xvimagesink.h:
5059         * tests/old/testsuite/alsa/sinesrc.h:
5060         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5061
5062 2006-05-31  Wim Taymans  <wim@fluendo.com>
5063
5064         * ext/libvisual/visual.c: (gst_visual_reset),
5065         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5066         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5067         Handle DISCONT.
5068         Use running time before doing QoS.
5069         Handle mono too.
5070
5071 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5072
5073         * docs/libs/Makefile.am:
5074           set a magic variable to indicate we know the docs are incomplete
5075
5076 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5077
5078         * win32/common/libgstvideo.def:
5079           export gst_video_calculate_display_ratio
5080         * win32/vs6/libgstvideoscale.dsp:
5081           add link to libgstvideo-0.10.lib
5082
5083 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * gst/playback/gstplaybasebin.c: (gen_source_element):
5086           Throw a more comprehensible error for rtsp:// URIs (rather
5087           than erroring out with a negotiation error later on) until
5088           we fix playbin to handle rtspsrc etc.
5089
5090 2006-05-30  Wim Taymans  <wim@fluendo.com>
5091
5092         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5093         (gst_text_overlay_text_event):
5094         Added some FIXMEs.
5095
5096 2006-05-30  Wim Taymans  <wim@fluendo.com>
5097
5098         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5099         (gst_adder_request_new_pad), (gst_adder_release_pad):
5100         * gst/adder/gstadder.h:
5101         Implement release_request_pad.
5102         Make padcounter atomic.
5103
5104         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5105         Added check for release_pad in adder.
5106
5107 2006-05-30  Wim Taymans  <wim@fluendo.com>
5108
5109         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5110         Fix build again.
5111
5112 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5113
5114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5115         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5116         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5117         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5118         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5119         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5120         (gst_ogg_demux_bisect_forward_serialno),
5121         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5122         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5123           add more debugging
5124           clean up printf formats for granulepos and serialno
5125
5126 2006-05-30  Michael Smith  <msmith@fluendo.com>
5127
5128         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5129         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5130         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5131         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5132         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5133         * ext/vorbis/vorbisenc.h:
5134           Multi-channel caps negotiation, so we can do proper multichannel
5135           vorbis encoding, negotiated through audioconvert.
5136
5137 2006-05-30  Wim Taymans  <wim@fluendo.com>
5138
5139         * tests/check/elements/adder.c: (test_event_message_received),
5140         (test_play_twice_message_received), (GST_START_TEST),
5141         (adder_suite):
5142         Added check to show that #339935 is fixed with ongoing
5143         adder and collectpads fixes.
5144
5145 2006-05-29  Wim Taymans  <wim@fluendo.com>
5146
5147         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5148         Don't leak pad name.
5149
5150 2006-05-29  Wim Taymans  <wim@fluendo.com>
5151
5152         * gst/adder/gstadder.c: (gst_adder_query_duration),
5153         (forward_event_func), (forward_event), (gst_adder_src_event):
5154         Fix adder seeking.
5155         Make query/seeking code threadsafe.
5156
5157         * tests/check/Makefile.am:
5158         * tests/check/elements/adder.c: (test_event_message_received),
5159         (GST_START_TEST), (test_play_twice_message_received):
5160         Fix adder test case.
5161
5162 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         Patch by: Young-Ho Cha  <ganadist at chollian net>
5165
5166         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5167         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5168         (set_encoding_element), (decodebin_element_added_cb),
5169         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5170         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5171         * gst/playback/gstplaybasebin.h:
5172           Add 'subtitle-encoding' property to playbin, so applications can
5173           force a subtitle encoding for non-UTF8 subtitles (#342268).
5174
5175         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5176         (gst_sub_parse_set_property):
5177           Rename recently-added 'encoding' property to 'subtitle-encoding'
5178           (so it can be proxied by playbin/decodebin in a generic way
5179           with less danger of false positives).
5180
5181 2006-05-29  Michael Smith  <msmith@fluendo.com>
5182
5183         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5184         (append_with_other_format), (set_structure_widths),
5185         (gst_audio_convert_transform_caps):
5186           Patch from #341562: give more specific audio caps in get_caps, so
5187           that basetransform  can make better decisions on what caps to
5188           negotiate.
5189
5190 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5191
5192         * tests/check/elements/volume.c:
5193         make it compile again
5194
5195 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5196
5197         * tests/check/elements/volume.c: (volume_suite):
5198         disable test until #343196 gets resolved
5199
5200 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5201
5202         * gst/adder/gstadder.c: (gst_adder_get_type):
5203         Make it easier to copy&paste
5204         
5205         * gst/volume/Makefile.am:
5206         * gst/volume/gstvolume.c: (volume_update_real_volume),
5207         (gst_volume_set_volume), (gst_volume_set_mute),
5208         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5209         (volume_transform_ip), (volume_update_mute),
5210         (volume_update_volume):
5211         * gst/volume/gstvolume.h:
5212         Add own debug category, move duplicate code to helper function, fix
5213         property texts, add more comments and prepare ffor liboil-goodness
5214         
5215         * tests/check/Makefile.am:
5216         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5217         add test for mute and passtrough case, be a bit more verbose to track
5218         failure
5219         
5220         * tests/check/generic/states.c: (GST_START_TEST):
5221         catch elements that fail to instantiate
5222
5223 2006-05-28  Edward Hervey  <edward@fluendo.com>
5224
5225         * tests/check/pipelines/simple-launch-lines.c:
5226         * tests/check/pipelines/theoraenc.c:
5227         * tests/check/pipelines/vorbisenc.c:
5228         Comment out tests using parse_launch() if core was built without
5229         parsing capabilities.
5230
5231 2006-05-27  Edward Hervey  <edward@fluendo.com>
5232
5233         * tests/check/Makefile.am:
5234         Extra bonus points for whoever explains to ensonic that you are meant
5235         to test unit tests thoroughly before commiting them, especially if
5236         you know it's going to break.
5237         De-activated element/adder tests.
5238
5239 2006-05-27  Edward Hervey  <edward@fluendo.com>
5240
5241         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5242         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5243         Marking caps conversion issues as GST_WARNING is way too verbose,
5244         Moving them to GST_LOG.
5245
5246 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * README:
5249           Replace current README (containing the release notes from
5250           some 0.9.x version) with a proper README taken from the core.
5251
5252 2006-05-26  Wim Taymans  <wim@fluendo.com>
5253
5254         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5255         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5256         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5257         (vorbis_dec_change_state):
5258         Small cleanups.
5259         Add some FIXMEs
5260         Clip output samples to segment boundaries.
5261
5262 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5263
5264         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5265         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5266         Improve the errors produced on bad output, including some human
5267         readable description strings.
5268         Handle the (theoretical for ximagesink) case where the XServer 
5269         has a different idea about the size required for a particular 
5270         frame and gives us too small a memory allocation.
5271
5272 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5273
5274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5275         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5276         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5277         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5278         Improve the errors produced on bad output, including some human 
5279         readable description strings.
5280         Handle RGB Xv formats properly by transforming them into our 
5281         big-endian caps description.
5282         Use gst_caps_truncate to ensure that we never try and choose a
5283         non-fixed caps in buffer_alloc.
5284         Handle the case where the XServer has a different idea about the size
5285         required for a particular frame and gives us too small a memory
5286         allocation.
5287         Use -1 to indicate 'no image format', because 0 is a valid XServer
5288         image format number.
5289         Put RGB Xv formats at the end of the caps, so that we always prefer
5290         YUV format frames.
5291         Iterate the available Xv Encodings to determine the maximum width and
5292         height, and then return that in our caps.
5293         (Closes #315312, #337544)
5294
5295 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5296
5297         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5298         When there is only one unfinished pad and it receives an event that
5299         doesn't match our requirements, we need to set alldone=FALSE so that
5300         the fakesink is not removed yet.
5301
5302 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5303
5304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5305           Use gst_type_find_helper_for_buffer() to find the type
5306           of stream from the first packet.
5307
5308         * configure.ac:
5309           Bump requirements to core CVS (needed for vorbis
5310           typefinding to work).
5311
5312 2006-05-24  Edward Hervey  <edward@fluendo.com>
5313
5314         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5315         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5316         contain.  Else they play perfectly fine with qtdemux.
5317
5318 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5319
5320         * ext/theora/theoradec.c:
5321         * ext/theora/theoraenc.c:
5322         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5323         * gst/audiorate/gstaudiorate.c:
5324           make more debug catagories static
5325         
5326         * tests/check/Makefile.am:
5327         * tests/check/elements/adder.c: (message_received),
5328         (test_event_message_received), (GST_START_TEST),
5329         (test_play_twice_message_received), (adder_suite):
5330           added test case for using element twice, extra bonus points for anyone
5331           who can make these test run reliably
5332
5333 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * ext/theora/theoradec.c: (theora_dec_chain):
5336           Make work with time-stamped input buffers that do not
5337           have a granulepos in BUFFER_OFFSET_END (like theora
5338           buffers coming from matroskademux). Fixes #342448.
5339
5340 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         Patch by: Peter Kjellerstedt  <pkj at axis com>
5343
5344         * gst/tcp/Makefile.am:
5345           fdstresstest doesn't need Gtk+, fix compilation if 
5346           gtk is not available (#342566).
5347
5348 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5349          
5350         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5351           80 line columns
5352           Removed redundant floor()
5353
5354 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5357           On second thought, just skip JUNK chunks automatically, so
5358           the caller doesn't have to handle this. Fixes #342345.
5359           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5360           not GST_FLOW_ERROR.
5361
5362 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5365           Don't bail out on JUNK chunks with a size of 0 (would try to
5366           pull_range 0 bytes before, which sources don't like too much).
5367           See #342345.
5368
5369 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5370
5371         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5373         Use the gstutil scaling function to preserve 64 bits while calculating
5374         output width and height from the display-aspect-ratio. (A continuation
5375         of #341542)
5376
5377 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5378
5379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5380         (gst_xvimagesink_buffer_alloc):
5381         * sys/xvimage/xvimagesink.h:
5382         When performing buffer allocations, remember the caps and image format
5383         we return so that if the same caps are asked for next time we can
5384         return them immediately without doing any caps intersections.
5385
5386 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5387          
5388         * gst-libs/gst/rtp/README:
5389           Some new documentation
5390         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5391           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5392         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5393         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5394           New RTP audio base payloader class. Supports frame or sample based
5395           codecs.  Not enabled in Makefile.am until approved.
5396
5397 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * tests/check/elements/alsa.c: (test_device_property_probe):
5400           Fix test case: don't try to free NULL GValueArray when there
5401           are no devices.
5402
5403 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5404
5405         * tests/check/Makefile.am:
5406         * tests/check/elements/alsa.c: (test_device_property_probe),
5407         (alsa_suite), (main):
5408           Add simple test that runs a device property probe on alsasrc,
5409           alsasink and alsamixer. Disable valgrind check for now (too
5410           many leaks in libasound, and valgrind ignored my suppressions
5411           additions).
5412
5413 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5416         (gst_alsa_device_property_probe_probe_property),
5417         (gst_alsa_device_property_probe_needs_probe),
5418         (gst_alsa_device_property_probe_get_values),
5419         (gst_alsa_type_add_device_property_probe_interface):
5420         * ext/alsa/gstalsadeviceprobe.h:
5421         * ext/alsa/gstalsamixerelement.c:
5422         (gst_alsa_mixer_element_init_interfaces):
5423         * ext/alsa/gstalsamixerelement.h:
5424           Clean up and simplify alsa device probing. Make it actually work
5425           for multiple classes. Don't cache results any longer.
5426
5427         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5428         (gst_alsasink_init):
5429         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5430         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5431         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5432           Make alsasink and alsasrc implement the GstPropertyProbe interface
5433           for device probing (#342181).
5434           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5435
5436 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * gst/subparse/samiparse.c: (handle_start_font):
5439           Don't ignore return value of strtol (++compiler_happiness).
5440
5441 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         Patch by: Young-Ho Cha  <ganadist chollian net>
5444
5445         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5446         (gst_sub_parse_class_init), (gst_sub_parse_init),
5447         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5448         (convert_encoding):
5449         * gst/subparse/gstsubparse.h:
5450           Add 'encoding' property (#341681).
5451
5452         * gst/subparse/samiparse.c: (characters_sami):
5453           Output is pango markup, so we need to escape text
5454           between tags (#342143).
5455
5456 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5457
5458         * gst-libs/gst/audio/multichannel.c:
5459         (gst_audio_check_channel_positions):
5460           It's okay to have caps with channels=1 and a channel position
5461           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5462           (deinterleavers might want to keep the position in the caps,
5463           so that they can be re-interleaved again properly later).
5464           Leave check for unexpected 2-channel layouts intact for now.
5465
5466 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5467
5468         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5469         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5470         basesrc can do its job correctly.
5471
5472 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * ext/alsa/Makefile.am:
5475         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5476         (gst_alsa_detect_formats), (get_channel_free_structure),
5477         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5478         (gst_alsa_probe_supported_formats):
5479         * ext/alsa/gstalsa.h:
5480         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5481           Refactor and improve caps probing code: probe signedness
5482           when we probe the supported formats/widths; set endianness
5483           to the one we actually probed for (ie. cpu endianness).
5484           
5485         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5486         (gst_alsasrc_close):
5487         * ext/alsa/gstalsasrc.h:
5488           Implement caps probing for alsasrc.
5489
5490 2006-05-15  Wim Taymans  <wim@fluendo.com>
5491
5492         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5493         (theora_dec_src_query), (theora_dec_src_event),
5494         (theora_dec_sink_event), (theora_handle_comment_packet),
5495         (theora_handle_data_packet), (theora_dec_change_state):
5496         Cleanups, add some G_LIKELY.
5497         Use segment helpers instead of our own wrong code.
5498         Clear queued buffers on seek and READY.
5499
5500         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5501         (vorbis_dec_convert), (vorbis_dec_src_query),
5502         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5503         (vorbis_handle_comment_packet), (vorbis_dec_push),
5504         (vorbis_handle_data_packet), (vorbis_dec_chain),
5505         (vorbis_dec_change_state):
5506         * ext/vorbis/vorbisdec.h:
5507         Remove old useless packetno variable.
5508         Do position query properly.
5509         Add some G_LIKELY.
5510         Do cleanup of queued buffers in new helper function
5511         and use it.
5512
5513 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5516           Query supported sample rates. Fixes #341732.
5517
5518 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5519
5520         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5521         (gst_decode_bin_change_state): Make decodebin reusable
5522         when going from PAUSE_TO_READY and then back to PAUSED.
5523         Fixes #331678.
5524
5525 2006-05-15  Wim Taymans  <wim@fluendo.com>
5526
5527         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5528         (vorbis_dec_convert), (vorbis_dec_src_query),
5529         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5530         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5531         (vorbis_dec_clean_queued), (vorbis_dec_push),
5532         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5533         Cleanups. Use refcounting and DEBUG_OBJECT.
5534         Reset segment on flush, use code methods instead of our
5535         own wrong version.
5536         Fix potential memleak.
5537
5538 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5541         (gst_alsasink_init):
5542         * ext/alsa/gstalsasink.h:
5543           Don't leak allocated snd_output_t structure if there's
5544           more than one alsasink instance at a time (#341873).
5545           Also fix GObject macros in header file.
5546           
5547 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst/subparse/gstsubparse.c:
5550         (gst_sub_parse_data_format_autodetect):
5551           Don't use libxml functions in the typefinding code.
5552
5553 2006-05-15  Wim Taymans  <wim@fluendo.com>
5554
5555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5556         Fix seeking performance in the case where a non-header 
5557         packet has a 0 granulepos (busted theora case). 
5558         Fixes #341719
5559         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5560          the first place, you limelight stealer you)
5561
5562 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * gst/subparse/gstsubparse.c:
5565         (gst_sub_parse_data_format_autodetect):
5566           Improve SAMI typefinding: handle case where there are
5567           whitespaces or newlines in front of the first <SAMI>
5568           tag (#169936).
5569
5570 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * configure.ac:
5573           Build video4linux plugin even if there's no XVIDEO, just
5574           without implementing the GstXOverlay interface (#334002).
5575          
5576 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * configure.ac:
5579         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5580         (plugin_init):
5581           Add tentative support for libvisual-0.4 (#336881).
5582
5583 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         Patch by: Young-Ho Cha <ganadist at chollian net>
5586
5587         * gst/subparse/samiparse.c: (handle_start_font):
5588           Need to map "silver" colour explicitly (#169936).
5589
5590 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         Patch by: Young-Ho Cha  <ganadist at chollian net>
5593
5594         * gst/subparse/Makefile.am:
5595         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5596         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5597         (gst_sub_parse_format_autodetect), (feed_textbuf),
5598         (gst_subparse_type_find), (plugin_init):
5599         * gst/subparse/gstsubparse.h:
5600         * gst/subparse/samiparse.c:
5601         * gst/subparse/samiparse.h:
5602           Add support for SAMI subtitles (#169936).
5603
5604 2006-05-14  Michael Smith  <msmith@fluendo.com>
5605
5606         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5607           Fix #341696: crash when mixing L+R+C to mono or stereo.
5608         * tests/check/Makefile.am:
5609         * tests/check/elements/audioconvert.c: (set_channel_positions),
5610         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5611         (audioconvert_suite):
5612           Add test for the above, including some generic framework bits for
5613           testing multichannel things.
5614
5615 === release 0.10.7 ===
5616
5617 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5618
5619         * configure.ac:
5620           releasing 0.10.7, "Leave the gun"
5621
5622 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5623
5624         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5626         Fix the build.
5627
5628 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5629
5630         * docs/libs/gst-plugins-base-libs-docs.sgml:
5631         * docs/libs/gst-plugins-base-libs-sections.txt:
5632         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5633         * gst-libs/gst/video/video.h:
5634         * gst/videoscale/Makefile.am:
5635         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5637         * tests/check/Makefile.am:
5638         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5639         (main):
5640           Fix integer overflow problem with pixel-aspect-ratio calculations
5641           in videoscale and xvimagesink (#341542)
5642
5643 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * gst-libs/gst/tag/gstid3tag.c:
5646           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5647
5648 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5649
5650         * win32/MANIFEST:
5651           update win32 files listing
5652
5653 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5654
5655         patch by: Sjoerd Simons (sjoerd@luon.net)
5656
5657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5658         (group_create), (group_destroy), (add_stream),
5659         (gst_play_base_bin_get_property),
5660         (gst_play_base_bin_get_streaminfo_value_array):
5661         * gst/playback/gstplaybasebin.h:
5662           API: GstPlayBaseBin::stream-info-value-array property
5663           use a more bindings-friendly way of exposing streaminfo
5664           using a GValueArray.  Tested in ipython.
5665           Closes #341114
5666
5667 2006-05-11  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5670         (queue_underrun_cb), (queue_filled_cb):
5671         Also catch queue underruns but don't do anything yet.
5672         Refactor and comment queue enlarging code a bit.
5673
5674         * gst/playback/gstplaybasebin.c: (queue_overrun),
5675         (queue_threshold_reached), (queue_out_of_data),
5676         (gen_preroll_element):
5677         If a queue over/underruns check that we don't create nasty
5678         deadlocks when the min-threshold is not reached but the
5679         max-bytes is. In those cases disable max-bytes when we
5680         know that the queue is fed timed data.
5681         Add more comments.
5682
5683 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         * gst/playback/gstplaybin.c: (gen_audio_element):
5686           Make playbin automatically plug an 'audioresample'
5687           element before the audio sink as well. This solves
5688           problems with sinks that only accept a very specific
5689           sample rate, like esdsink (e.g. #340379).
5690
5691 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst/playback/gstplaybasebin.c: (gen_source_element):
5694           Make http sources send special headers so that we receive
5695           icecast metadata if the http stream is an icecast stream
5696           (otherwise the server will just ignore them). This also
5697           means that from now on users will need the 'icydemux'
5698           element from gst-plugins-good installed if they want to
5699           listen to icecast radio streams. (#341432, #333657).
5700
5701 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5702
5703         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5704         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5705           remove stupid example from docs - it should come with a simple
5706           C program instead.
5707           Clean up/fix docs
5708         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5709         (fail_if_can_read), (GST_START_TEST),
5710         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5711           add a test for changing streamheader which exposes a bug in
5712           multifdsink
5713
5714 2006-05-11  Michael Smith  <msmith@fluendo.com>
5715
5716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5717         (gst_gnome_vfs_src_received_headers_callback):
5718         * ext/gnomevfs/gstgnomevfssrc.h:
5719           Don't set icy-caps unless we have a sane interval value. Move
5720           interval to a local variable; we never use it outside this function.
5721
5722 2006-05-11  Wim Taymans  <wim@fluendo.com>
5723
5724         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5726         Register special buffer types along with the objects so
5727         that they are not registered at runtime from N different
5728         streaming threads since they are not threadsafe.
5729
5730 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5731
5732         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5733         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5734           add two more tests, one doing streamheader
5735
5736 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5737
5738         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5739           clean up the bufqueue when shutting down
5740         * tests/check/Makefile.am:
5741         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5742         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5743         (main):
5744           add a test for the leak that was just fixed
5745
5746 2006-05-10  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst/adder/gstadder.c: (gst_adder_setcaps),
5749         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5750         (gst_adder_src_event), (gst_adder_sink_event),
5751         (gst_adder_class_init), (gst_adder_finalize),
5752         (gst_adder_request_new_pad), (gst_adder_collected):
5753         * gst/adder/gstadder.h:
5754         Updated some docs. Added comments and FIXMEs all over the place.
5755         Improve debugging info.
5756         Fix leak on finalize by not calling the parent.
5757         Implement duration query.
5758         Make event forwarding threadsafe.
5759         Correctly send NEWSEGMENT at start and after flush.
5760         Handle EOS correctly.
5761         Post error when not negotiated.
5762
5763         * tests/check/elements/adder.c: (GST_START_TEST):
5764         Added FIXME in the test.
5765
5766 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5769         (gst_text_overlay_halign_get_type),
5770         (gst_text_overlay_wrap_mode_get_type):
5771         * ext/theora/theoradec.c: (theora_handle_type_packet),
5772         (theora_handle_data_packet):
5773         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5774         (theora_enc_sink_setcaps), (theora_enc_chain):
5775         * gst-libs/gst/cdda/gstcddabasesrc.c:
5776         (gst_cdda_base_src_mode_get_type):
5777         * gst/audiotestsrc/gstaudiotestsrc.c:
5778         (gst_audiostestsrc_wave_get_type):
5779         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5780         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5781         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5782         (gst_sync_method_get_type), (gst_unit_type_get_type),
5783         (gst_client_status_get_type):
5784         * gst/videoscale/gstvideoscale.c:
5785         (gst_video_scale_method_get_type):
5786         * gst/videotestsrc/gstvideotestsrc.c:
5787         (gst_video_test_src_pattern_get_type):
5788         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5789         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5790         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5791         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5792         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5793         (paint_setup_RGB565), (paint_setup_xRGB1555):
5794           Const-ify GEnumValue and GFlagsValue arrays. Use
5795           GST_ROUND_UP_* macros instead of home-made ones.
5796
5797 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * configure.ac:
5800           Require core CVS for the new newsegment stuff.
5801
5802 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5803
5804         Patch by: Sjoerd Simons  <sjoerd at luon net>
5805
5806         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5807           Register nick for enum value (#341160).
5808
5809 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5810
5811         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5812         (plugin_init):
5813          backout typefind patch #340375
5814          
5815         * tests/check/elements/adder.c: (message_received),
5816         (GST_START_TEST), (adder_suite):
5817           redo, signal-handling of test
5818
5819 2006-05-09  Wim Taymans  <wim@fluendo.com>
5820
5821         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5822         (gst_adder_collected):
5823         * gst/adder/gstadder.h:
5824         Remove bogus segment merging and forwarding, we don't
5825         care about timestamps anyway and we just produce a
5826         continuous stream. 
5827         Also create a nice NEWSEGMENT event when we start.
5828         Use _scale_int some more.
5829
5830 2006-05-09  Edward Hervey  <edward@fluendo.com>
5831
5832         * tests/icles/stress-xoverlay.c:
5833         Fix if core was built without parsing support.
5834
5835 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5838           Add SEDG (Samsung MPEG-4) fourcc.
5839
5840 2006-05-09  Edward Hervey  <edward@fluendo.com>
5841
5842         * tests/icles/stress-xoverlay.c:
5843         * tests/examples/volume/volume.c:
5844         Fix if core was built without parsing support.
5845
5846         * tests/examples/seek/seek.c:
5847         Disable the parse_launch example if core was built without parsing
5848         support.
5849
5850 2006-05-08  Edward Hervey  <edward@fluendo.com>
5851
5852         * autogen.sh: (CONFIGURE_DEF_OPT): 
5853         libtoolize on Darwin/MacOSX is called glibtoolize
5854
5855 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5856
5857         * tests/check/Makefile.am:
5858         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5859           Disable the adder test, until the build-slaves posses the kindness to 
5860           either like it or to give valid reason for not doing so 
5861
5862 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5865         (adder_suite):
5866           Shuffle NULL state change around and raise timeout more
5867
5868 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5871         (mp4_type_find), (plugin_init):
5872           Add typefind to distinguish between "audio/x-m4a" and new type
5873           "video/mp4". Fixes #340375
5874
5875         * tests/check/elements/adder.c: (adder_suite):
5876           Raise timeout to make buildbot happy
5877
5878 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5879
5880         * gst/adder/gstadder.c: (gst_adder_sink_event),
5881         (gst_adder_request_new_pad), (gst_adder_change_state):
5882         * gst/adder/gstadder.h:
5883         * tests/check/Makefile.am:
5884         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5885         (adder_suite), (main):
5886           Add sink-event handling to adder. It tries to merge incomming
5887           newsegment-events. Added test to check if segment_done is comming
5888           through. Fixes #340060
5889
5890 2006-05-05  Andy Wingo  <wingo@pobox.com>
5891
5892         * ext/theora/theoraparse.c (gst_theora_parse_init)
5893         (theora_parse_src_convert, theora_parse_src_query):
5894         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5895         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5896         query functions on the source pads of the theora and vorbis parse
5897         elements. Fixes position querying when doing a remux.
5898
5899 2006-05-05  Michael Smith  <msmith@fluendo.com>
5900
5901         * ext/theora/theoraparse.c: (parse_granulepos),
5902         (theora_parse_drain_queue_prematurely),
5903         (theora_parse_queue_buffer), (theora_parse_sink_event):
5904           Fix flushing.
5905           Fix invalid granulepos outputs when starting with a non-keyframe.
5906
5907 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5908
5909         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5910         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5911         Rearrange MPEG system stream detection, fixing some memleaks in the
5912         process.
5913         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5914         they clean up their data correctly.
5915         Remove unused ogganx caps and move the 'is_annodex' check to inside
5916         the 'is_ogg' if statement.
5917
5918 2006-05-05  Wim Taymans  <wim@fluendo.com>
5919
5920         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5921         Properly remove ghostpads. Fixes #340392
5922
5923 2006-05-04  David Schleef  <ds@schleef.org>
5924
5925         * gst/typefind/gsttypefindfunctions.c:
5926
5927 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5928
5929         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5930         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5931
5932         When typefinding an MP3 in push-based mode, don't penalise the
5933         probability down to 74% when we found 5 valid frames just because we
5934         can't peek the end of the file.
5935
5936         Make the probability for detecting MPEG Transport Streams based on the
5937         number of sequential headers we successfully detected.
5938
5939 2006-05-03  Wim Taymans  <wim@fluendo.com>
5940
5941         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5942         (vorbis_dec_push), (vorbis_dec_chain):
5943         Still produce an error when we receive an empty packet.
5944
5945 2006-05-03  Wim Taymans  <wim@fluendo.com>
5946
5947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5948         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5949         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5950         Mark buffers with DISCONT after seek and after activating new
5951         chains.
5952
5953         * ext/theora/gsttheoradec.h:
5954         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5955         (theora_get_query_types), (theora_dec_sink_event),
5956         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5957         (theora_dec_change_state):
5958         Fix frame counter.
5959         Detect and mark DISCONT buffers.
5960
5961         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5962         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5963         (vorbis_dec_change_state):
5964         * ext/vorbis/vorbisdec.h:
5965         Use GstSegment.
5966         Detect and mark DISCONT buffers.
5967         Don't crash on 0 sized buffers.
5968
5969 2006-05-03  Wim Taymans  <wim@fluendo.com>
5970
5971         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5972         (volume_transform_ip):
5973         Increase "volume" property to 10.0. Fixes #340369.
5974         Set the process function to NULL when capsnego fails so that
5975         we properly error out.
5976
5977 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * gst/playback/gstplaybin.c: (add_sink):
5980         * gst/playback/test.c: (main):
5981         * gst/playback/test5.c: (dump_element_stats):
5982         * gst/playback/test6.c: (main):
5983           free caps using gst_caps_unref, don't leak caps-strings
5984
5985 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5988         (plugin_init):
5989           Refine musepack typefinding a bit. Return MAXIMUM
5990           probability when we detect stream version 7 to make
5991           sure the mpeg audio typefinder doesn't trump us.
5992
5993 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5996           Protect against unexpected NULL strf_data buffer.
5997
5998 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5999
6000         * tests/check/elements/audioconvert.c: (verify_convert),
6001         (GST_START_TEST):
6002           interpret the out[] buffer in the order the bytes are actually
6003           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6004           Other tests should use BYTE_ORDER since the array is filled in
6005           with actual values
6006
6007 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6008
6009         * tests/check/elements/audioconvert.c: (verify_convert),
6010         (GST_START_TEST):
6011           when a test fails, give an indication of which it is
6012
6013 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6014
6015         * gst-libs/gst/cdda/gstcddabasesrc.c:
6016           compile fix; strtol() needs <stdlib.h>
6017
6018 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6019
6020         * ext/alsa/gstalsamixerelement.c:
6021         * ext/alsa/gstalsasrc.c:
6022         * ext/cdparanoia/gstcdparanoiasrc.c:
6023         * ext/gnomevfs/gstgnomevfssink.c:
6024         * ext/gnomevfs/gstgnomevfssrc.c:
6025         * ext/ogg/gstoggdemux.c:
6026         * ext/ogg/gstoggmux.c:
6027         * ext/ogg/gstoggparse.c:
6028         * ext/ogg/gstogmparse.c:
6029         * ext/pango/gstclockoverlay.c:
6030         * ext/pango/gsttextoverlay.c:
6031         * ext/pango/gsttextrender.c:
6032         * ext/pango/gsttimeoverlay.c:
6033         * ext/theora/theoradec.c:
6034         * ext/theora/theoraenc.c:
6035         * ext/vorbis/vorbisdec.c:
6036         * ext/vorbis/vorbisenc.c:
6037         * gst-libs/gst/audio/gstaudiofilter.c:
6038         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6039         * gst/audioconvert/gstaudioconvert.c:
6040         * gst/audiorate/gstaudiorate.c:
6041         * gst/audioresample/gstaudioresample.c:
6042         * gst/audiotestsrc/gstaudiotestsrc.c:
6043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6044         * gst/playback/gstdecodebin.c:
6045         * gst/playback/gstplaybin.c:
6046         * gst/playback/gststreamselector.c:
6047         * gst/subparse/gstsubparse.c:
6048         * gst/tcp/gstmultifdsink.c:
6049         * gst/tcp/gsttcpclientsink.c:
6050         * gst/tcp/gsttcpclientsrc.c:
6051         * gst/tcp/gsttcpserversink.c:
6052         * gst/tcp/gsttcpserversrc.c:
6053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6054         * gst/videorate/gstvideorate.c:
6055         * gst/videoscale/gstvideoscale.c:
6056         * gst/videotestsrc/gstvideotestsrc.c:
6057         * gst/volume/gstvolume.c:
6058         * sys/v4l/gstv4ljpegsrc.c:
6059         * sys/v4l/gstv4lmjpegsink.c:
6060         * sys/v4l/gstv4lmjpegsrc.c:
6061         * sys/v4l/gstv4lsrc.c:
6062         * sys/ximage/ximagesink.c:
6063         * sys/xvimage/xvimagesink.c:
6064         * tests/check/libs/cddabasesrc.c:
6065           make GstElementDetails const
6066
6067 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6068
6069         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6070         (gst_adder_init):
6071           send events from src-pad to all sink-pads fixes #338657
6072
6073 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6074
6075         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6076         (alsasink_parse_spec):
6077           query width capabilities from alsa, fixes #338919
6078
6079 2006-04-28  Wim Taymans  <wim@fluendo.com>
6080
6081         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6082         (gst_multi_fd_sink_remove_client_link):
6083         * gst/tcp/gstmultifdsink.h:
6084         Fix race condition in multifdsink that can lead to spurious 
6085         duplicate clients. this patch adds a new signal that is fired when
6086         multifdsink has removed all references to the fd.
6087         Fixes #339574.
6088         Updated documentation.
6089         API: client-fd-removed signal added
6090
6091 2006-04-28  Michael Smith  <msmith@fluendo.com>
6092
6093         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6094           When asking g_value_array_new to prealloc elements, we may as well
6095           ask for the right number of elements.
6096
6097 2006-04-28  Wim Taymans  <wim@fluendo.com>
6098
6099         * gst-libs/gst/audio/gstbaseaudiosink.c:
6100         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6101         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6102         patch to make timestamp checking more tollerant to rounding 
6103         errors given that real discontinuities are to be marked on
6104         buffers. Fixes some asf files and #338778.
6105         Also avoid some crashers when we receive an event in the 
6106         NULL state.
6107
6108 2006-04-28  Michael Smith  <msmith@fluendo.com>
6109
6110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6111         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6112         (gst_gnome_vfs_src_get_property),
6113         (gst_gnome_vfs_src_send_additional_headers_callback),
6114         (gst_gnome_vfs_src_received_headers_callback),
6115         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6116         (gst_gnome_vfs_src_stop):
6117         * ext/gnomevfs/gstgnomevfssrc.h:
6118           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6119           proper shared support within icydemux.
6120
6121 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6122
6123         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6124         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6125           fix up docs
6126           fix a leak when no caps negotiated
6127           fix counting of input frames
6128         * tests/check/elements/.cvsignore:
6129         * tests/check/elements/videorate.c: (assert_videorate_stats),
6130         (GST_START_TEST), (videorate_suite):
6131           add tests for these
6132
6133 2006-04-28  Wim Taymans  <wim@fluendo.com>
6134
6135         * gst-libs/gst/audio/gstringbuffer.c:
6136         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6137         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6138         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6139         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6140         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6141         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6142         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6143         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6144         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6145         Check arguments passed to public functions instead of
6146         crashing.
6147
6148 2006-04-28  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6151         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6152         GstBaseAudioSrc must be live or it does not work.
6153
6154         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6155         Don't set live to TRUE as this is the default in the parentclass.
6156
6157 2006-04-28  Wim Taymans  <wim@fluendo.com>
6158
6159         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6160         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6161         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6162         fixation cases better. Fixes #338991
6163
6164 2006-04-28  Wim Taymans  <wim@fluendo.com>
6165
6166         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6167         Handle 0/1 framerate correctly Fixes #331901.
6168
6169 2006-04-28  Wim Taymans  <wim@fluendo.com>
6170
6171         * tests/check/elements/audioconvert.c: (get_float_caps),
6172         (GST_START_TEST), (audioconvert_suite):
6173         Added check for correct clipping when doing float samples
6174         in audioconvert.
6175
6176 2006-04-28  Wim Taymans  <wim@fluendo.com>
6177
6178         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6179         (gst_video_rate_chain):
6180         Print more debugging info.
6181
6182 2006-04-28  Wim Taymans  <wim@fluendo.com>
6183
6184         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6185         (resample_set_state_from_caps):
6186         Add support for other formats audioresample can handle such as
6187         32 bits in and float and 64 bits float. Fixes #301759
6188
6189 2006-04-28  Wim Taymans  <wim@fluendo.com>
6190
6191         * gst/audioconvert/audioconvert.c: (float):
6192         correctly clip float samples > 1.0. Fixes #338718
6193
6194 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         Patch by: Young-Ho Cha  <ganadist at chollian net>
6197
6198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6199         (gst_text_overlay_render_text):
6200           Don't strip newlines from the text. Also, center lines
6201           within multi-line paragraphs (#339405).
6202
6203 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6206           Fix wavpack typefinding to work in more cases (don't peek
6207           for chunks of multiple hundred kBs at once, but process
6208           things step-by-step in smaller units). Fixes #339786.
6209
6210 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6211
6212         * configure.ac:
6213           back to HEAD
6214
6215 === release 0.10.6 ===
6216
6217 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6218
6219         * configure.ac:
6220           releasing 0.10.6, "Chao"
6221
6222 2006-04-26  David Schleef  <ds@schleef.org>
6223
6224         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6225           Fixes #338897.
6226
6227 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6228
6229         * configure.ac:
6230         * win32/common/config.h:
6231           new prerelease
6232
6233 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6234
6235         patch by: Wim Taymans
6236
6237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6238         (gst_ogg_demux_perform_seek):
6239           make sure correct newsegments are sent, so that the decoder
6240           and the demuxer agree on timestamps.  Fixes playback of a lot
6241           of Ogg files that do not start from 0.  Fixes #339833.
6242
6243 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6244
6245         Patch by: Edward Hervey  <edward@fluendo.com>
6246
6247         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6248         * tests/check/Makefile.am:
6249         * tests/check/elements/videorate.c: (assert_videorate_stats),
6250         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6251         (videorate_suite), (main):
6252           Fix an infinite loop if frames are passed in with wrongly ordered
6253           timestamps.  Fixes #339013.
6254
6255 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6260           fix typefinding on some ISO files.  Fixes #339212.
6261
6262 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6263
6264         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6267           add another H264 fourcc.  Fixes #339047.
6268
6269 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6270
6271         Patch by: Jan Schmidt
6272
6273         * gst/playback/gststreamselector.c:
6274         (gst_stream_selector_bufferalloc):
6275           Restore old StreamSelector behaviour.
6276           Fixes #338419.
6277
6278 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6279
6280         * configure.ac:
6281         * win32/common/config.h:
6282           prerelease
6283
6284 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6287
6288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6289         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6290           Fix some memory leaks: on finalize, free buffers left in the queue
6291           before destroying the queue; in _push(), unref rtp_buf even if
6292           the process vfunc returned a NULL buffer as output buffer (#337548);
6293           demote some recuring debug messages to LOG level.
6294
6295 2006-04-11  Wim Taymans  <wim@fluendo.com>
6296
6297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6298         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6299         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6300         (gst_ogg_demux_loop):
6301         More cleanups.
6302         Respect segment stop when emiting EOS or SEGMENT_DONE.
6303         Fixes (#337945).
6304
6305 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         * gst/playback/gststreamselector.c:
6308         (gst_stream_selector_get_property):
6309           Don't leak pad name.
6310
6311 2006-04-10  Michael Smith  <msmith@fluendo.com>
6312
6313         * tests/check/Makefile.am:
6314         * tests/check/gst-plugins-base.supp:
6315           Suppress an old libtheora bug (fixed in more recent versions), so 
6316           that FC4 buildslaves can pass.
6317
6318 2006-04-10  Wim Taymans  <wim@fluendo.com>
6319
6320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6321         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6322         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6323         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6324         (gst_ogg_demux_loop):
6325         Don't leak events.
6326         Remember what error we got when finding chains, if we
6327         were shutdown, that would not be an error.
6328
6329 2006-04-10  Wim Taymans  <wim@fluendo.com>
6330
6331         * gst-libs/gst/audio/gstbaseaudiosink.c:
6332         (gst_base_audio_sink_event):
6333         Starting the ringbuffer when we did not acquire it can cause
6334         a deadlock, is pointless and causes nasty things for
6335         subclasses. 
6336         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6337
6338 2006-04-10  Wim Taymans  <wim@fluendo.com>
6339
6340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6341         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6342         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6343         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6344         (gst_ogg_demux_deactivate_current_chain),
6345         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6346         (gst_ogg_demux_bisect_forward_serialno),
6347         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6348         Add some more debugging.
6349
6350 2006-04-10  Wim Taymans  <wim@fluendo.com>
6351
6352         * ext/theora/theoradec.c: (theora_dec_src_event),
6353         (theora_handle_data_packet):
6354         Some more debug info.
6355
6356         * tests/examples/seek/seek.c: (start_seek), (main):
6357         Print element messages too.
6358
6359 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6360
6361         * gst/audioresample/debug.h:
6362           replace debug macros with variable number of parameters
6363           by a simple alias to gstreamer standard debug macros 
6364          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6365           supported by MSVC 6.0 and 7.1)
6366         * gst/audioresample/resample.h:
6367           define M_PI and rint for WIN32
6368         * win32/common/libgstaudio.def:
6369         * win32/common/libgstriff.def:
6370         * win32/common/libgsttag.def:
6371         * win32/common/libgstvideo.def:
6372           add new exported functions
6373         * win32/vs6:
6374           update project files
6375
6376 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6377
6378         * ext/alsa/gstalsamixeroptions.c:
6379         (gst_alsa_mixer_options_class_init):
6380         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6383         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6384         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6385         * gst-libs/gst/audio/gstaudiofilter.c:
6386         (gst_audio_filter_class_init):
6387         * gst-libs/gst/audio/gstaudiosink.c:
6388         (gst_audioringbuffer_class_init):
6389         * gst-libs/gst/audio/gstaudiosrc.c:
6390         (gst_audioringbuffer_class_init):
6391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6392         * gst-libs/gst/interfaces/colorbalancechannel.c:
6393         (gst_color_balance_channel_class_init):
6394         * gst-libs/gst/interfaces/mixeroptions.c:
6395         (gst_mixer_options_class_init):
6396         * gst-libs/gst/interfaces/mixertrack.c:
6397         (gst_mixer_track_class_init):
6398         * gst-libs/gst/interfaces/tunerchannel.c:
6399         (gst_tuner_channel_class_init):
6400         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6401         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6402         (gst_netbuffer_class_init):
6403         * gst-libs/gst/rtp/gstbasertppayload.c:
6404         (gst_basertppayload_class_init):
6405         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6407         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6408         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6409         * gst/playback/gststreamselector.c:
6410         (gst_stream_selector_class_init):
6411         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6412         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6413         * sys/v4l/gstv4lcolorbalance.c:
6414         (gst_v4l_color_balance_channel_class_init):
6415         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6416         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6417         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6418         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6419         (gst_v4l_tuner_norm_class_init):
6420         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6422         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6423         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6424
6425 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6426
6427         * ext/pango/gsttextrender.h:
6428         * gst-libs/gst/audio/gstaudiosink.h:
6429         * gst-libs/gst/audio/gstaudiosrc.h:
6430         * gst-libs/gst/audio/gstbaseaudiosink.h:
6431         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6432         * gst-libs/gst/audio/gstringbuffer.h:
6433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6434         * gst-libs/gst/rtp/gstbasertppayload.h:
6435         * gst-libs/gst/video/gstvideofilter.h:
6436         * gst-libs/gst/video/gstvideosink.h:
6437         * gst/playback/gstplaybasebin.h:
6438         * gst/tcp/gstmultifdsink.h:
6439         * sys/v4l/gstv4lelement.h:
6440         Fix broken GObject macros
6441
6442 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6443
6444         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6445         More debug to trace why my USB headset is not working with gst
6446
6447 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6448
6449         * gst/playback/gstplaybasebin.c: (group_destroy):
6450         Clean up our group elements properly in the case where it never 
6451         got committed - it still got added unconditionally to the bin.
6452
6453 2006-04-07  Wim Taymans  <wim@fluendo.com>
6454
6455         * ext/theora/theoradec.c: (theora_dec_sink_event),
6456         (theora_handle_data_packet), (theora_dec_chain):
6457         Unref unhandled events.
6458         Protect against empty buffers.
6459         Perform QoS on running time.
6460
6461 2006-04-07  Michael Smith  <msmith@fluendo.com>
6462
6463         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6464         (gst_vorbis_enc_chain):
6465           Remove leaks from vorbisenc.
6466           Mostly minor changes, the only significant one is that now the
6467           buffers we set as 'streamheader' on the caps are copies of the
6468           original buffers, to avoid circular refcounting problems.
6469
6470 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6471
6472         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6473           Don't remove our mute-probe if someone else already did so.
6474           Don't set a 2nd one if there is already one pending on the pad.
6475
6476         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6477         (do_playbin_seek):
6478           When a seek fails, ensure that playbin is still set back to playing.
6479           
6480         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6481         (mpeg_ts_type_find), (plugin_init):
6482           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6483
6484 2006-04-06  Andy Wingo  <wingo@pobox.com>
6485
6486         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6487         (gst_video_rate_init): Caps-related parameters should not be reset
6488         by a flush -- move their inits to the instance init function.
6489         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6490         is not OK, just return the result.
6491
6492         * gst/audiotestsrc/gstaudiotestsrc.c
6493         (gst_audio_test_src_class_init)
6494         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6495         broken by Stefan's commit on 24 March.
6496
6497         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6498         buffers being pushed out. Fixes oggmux ! multifdsink.
6499
6500 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6503         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6504         * ext/vorbis/vorbisdec.h:
6505         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6506         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6507         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6508         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6509         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6510         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6511         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6512         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6513         (gst_vorbis_enc_buffer_from_packet),
6514         (gst_vorbis_enc_buffer_from_header_packet),
6515         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6516         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6517         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6518         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6519         (gst_vorbis_enc_change_state):
6520         * ext/vorbis/vorbisenc.h:
6521           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6522           vorbisenc adhere to the official nomenclature; use boilerplate
6523           macro.
6524
6525 2006-04-04  Andy Wingo  <wingo@pobox.com>
6526
6527         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6528         Whoops, fix bug introduced. Bad hacker!
6529         
6530         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6531         Properly handle the case where you get EOS before any buffers are
6532         received. Use gst_buffer_make_metadata_writable where appropriate.
6533
6534         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6535         is often negative -- make it signed so as not to wrap around.
6536         Fixes segfaults introduced on 9 March.
6537
6538 2006-04-03  Wim Taymans  <wim@fluendo.com>
6539
6540         * ext/theora/gsttheoradec.h:
6541         * ext/theora/theoradec.c: (theora_dec_src_event):
6542         Don't try to store a gdouble in a gboolean.
6543         Small cleanups.
6544
6545 2006-04-03  Michael Smith  <msmith@fluendo.com>
6546
6547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6548           Oggmux sucks.
6549           Make it suck slightly less by writing out the final page.
6550           Still can't encode a vorbis-in-ogg file correctly, though.
6551
6552 2006-04-03  Andy Wingo  <wingo@pobox.com>
6553
6554         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6555         a g_print.
6556
6557         * ext/theora/theora.c (plugin_init): Register theoraparse.
6558
6559         * ext/theora/gsttheoraparse.h: 
6560         * ext/theora/theoraparse.c: New files implementing a theora
6561         parser. Now we can properly remux ogg/theora+vorbis, yay.
6562
6563         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6564
6565 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6566
6567         * gst/audiotestsrc/gstaudiotestsrc.c:
6568           Fixed the sample pipeline (see #323798)
6569
6570 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6571
6572         * configure.ac:
6573         * win32/common/config.h:
6574         * win32/common/config.h.in:
6575           use AS_VERSION and AS_NANO
6576           more cleanups
6577
6578 2006-03-31  Andy Wingo  <wingo@pobox.com>
6579
6580         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6581         uninitialized variable return that would happen.
6582         
6583         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6584         uninitialized variable return that would never happen.
6585
6586         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6587         (vorbis_parse_sink_event): Add an event function to flush our
6588         state on a seek, and to drain buffers on a premature EOS.
6589         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6590         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6591         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6592         (vorbis_parse_drain_queue): Queue up buffers until we can set
6593         their timestamps and granulepos values.
6594
6595         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6596         and keep track of data needed for deriving granulepos and
6597         timestamps for buffers.
6598
6599 2006-03-29  Wim Taymans  <wim@fluendo.com>
6600
6601         Patch by: j^ <j at bootlab dot org>
6602
6603         * ext/alsa/gstalsamixerelement.c:
6604         (gst_alsa_mixer_element_class_init):
6605         * ext/alsa/gstalsasink.c:
6606         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6607         * ext/ogg/gstoggdemux.c:
6608         * ext/ogg/gstoggmux.c:
6609         * ext/ogg/gstoggparse.c:
6610         * ext/pango/gstclockoverlay.c:
6611         * ext/pango/gsttextoverlay.c:
6612         * ext/pango/gsttextrender.c:
6613         * ext/pango/gsttimeoverlay.c:
6614         * ext/theora/theoradec.c:
6615         * ext/theora/theoraenc.c:
6616         * ext/vorbis/vorbisdec.c:
6617         * ext/vorbis/vorbisenc.c:
6618         * gst/audioconvert/gstaudioconvert.c:
6619         * gst/subparse/gstsubparse.c:
6620         * gst/tcp/gstmultifdsink.c:
6621         * gst/tcp/gsttcpclientsink.c:
6622         * gst/tcp/gsttcpclientsrc.c:
6623         * gst/tcp/gsttcpserversink.c:
6624         * gst/tcp/gsttcpserversrc.c:
6625           better/unified long descriptions
6626           Fixes #336477
6627
6628 2006-03-29  Wim Taymans  <wim@fluendo.com>
6629
6630         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6631         (stop_seek):
6632         Don't let double and triple clicks mess up our state.
6633
6634 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * gst/playback/gstplaybin.c: (gen_video_element),
6637         (gen_text_element), (gen_audio_element), (gen_vis_element):
6638           Error out gracefully when we can't create any of the usual
6639           conversion elements for some reason. Also, don't try to
6640           create an audioscale (sic) element that's not used anyway.
6641
6642 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * gst/playback/gstplaybasebin.c: (setup_source):
6645           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6646           element for a particular protocol, that's confusing for users.
6647           Instead, post a RESOURCE_FAILED error, so that our own error
6648           message is actually shown in totem etc. (#336303).
6649
6650 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6653
6654         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6655         (gst_gnome_vfs_src_get_icy_metadata):
6656           Fix some minor memory leaks (#336194).
6657
6658 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * ext/gnomevfs/gstgnomevfs.c:
6661         (gst_gnome_vfs_location_to_uri_string):
6662         * ext/gnomevfs/gstgnomevfs.h:
6663         * ext/gnomevfs/gstgnomevfssink.c:
6664         (gst_gnome_vfs_sink_set_property):
6665         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6666           Make gnomevfssink accept filenames as well as URIs for the
6667           "location" property, just like gnomevfssrc does (and
6668           filesrc/filesink do) (#336190).
6669
6670 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6671
6672         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6673           set to NULL before unreffing, fixes a valgrind leak.
6674           Why was this not triggering the error that an object needs to
6675           be NULL before unreffing ?
6676         * win32/common/config.h:
6677           update
6678
6679 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst/subparse/gstsubparse.c: (convert_encoding),
6682         (gst_sub_parse_change_state):
6683         * gst/subparse/gstsubparse.h:
6684           Text subtitle files may or may not be UTF-8. If it's not, we
6685           don't really want to see '?' characters in place of non-ASCII
6686           characters like accented characters. So let's assume the input
6687           is UTF-8 until we come across text that is clearly not. If it's
6688           not UTF-8, we don't really know what it is, so try the following:
6689           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6690           is set; if not, check (b) if the current locale encoding is
6691           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6692           the current locale encoding is UTF-8 and the environment variable
6693           was not set to any particular encoding. Not perfect, but better
6694           than nothing (and better than before, I think) (fixes #172848).
6695
6696 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6697
6698         * configure.ac:
6699           update core requirement to 0.10.4.1 because of async_playback
6700           vmethod on GstBaseSink
6701
6702 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6705         * gst/adder/gstadder.c: (gst_adder_init):
6706         use DEBUG_FUNCPTR for collectpads
6707
6708 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * docs/plugins/Makefile.am:
6711         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6712         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6713         * ext/cdparanoia/gstcdparanoiasrc.c:
6714         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6715         (gst_gnome_vfs_sink_class_init):
6716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6718         * ext/ogg/gstoggmux.c:
6719         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6720         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6721         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6722         * ext/pango/gsttextoverlay.c:
6723         * ext/pango/gsttextrender.c:
6724         * ext/theora/theoradec.c:
6725         * ext/theora/theoraenc.c:
6726         * ext/vorbis/vorbisdec.c:
6727         * ext/vorbis/vorbisenc.c:
6728         * gst-libs/gst/audio/gstaudiofilter.c:
6729         (gst_audio_filter_base_init):
6730         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6731         (gst_audio_filter_template_base_init):
6732         * gst/adder/gstadder.c: (gst_adder_get_type):
6733         * gst/adder/gstadder.h:
6734         * gst/audioconvert/gstaudioconvert.c:
6735         * gst/audiotestsrc/gstaudiotestsrc.c:
6736         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6737         (gst_audio_test_src_create):
6738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6739         * gst/playback/gstdecodebin.c:
6740         * gst/playback/gstplaybin.c:
6741         * gst/playback/gststreamselector.c:
6742         (gst_stream_selector_base_init):
6743         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6744         * gst/volume/gstvolume.c:
6745         * sys/v4l/gstv4lmjpegsink.c:
6746         * sys/v4l/gstv4lmjpegsrc.c:
6747         * tests/check/libs/cddabasesrc.c:
6748         * tests/old/examples/gob/gst-identity2.gob:
6749           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6750           define GstElementDetails at the top
6751
6752 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6753
6754         * win32/common/libgstinterfaces.def:
6755         Add a lot of export functions for gst-python
6756         * win32/vs6/libgstinterfaces.dsp:
6757         Add a missing include folder in the project configuration
6758         
6759 2006-03-23  Wim Taymans  <wim@fluendo.com>
6760
6761         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6762         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6763         (gst_base_audio_src_change_state):
6764         Fix audio sources, forgot to make the ringbuffer
6765         startable...
6766
6767 2006-03-23  Wim Taymans  <wim@fluendo.com>
6768
6769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6770         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6771         (gst_base_audio_src_change_state):
6772         unparent instead of unref the ringbuffer.
6773
6774 2006-03-23  Wim Taymans  <wim@fluendo.com>
6775
6776         * gst-libs/gst/audio/gstbaseaudiosink.c:
6777         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6778         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6779         Implement new async_play vmethod to start slaving and allow
6780         playback start in case of async PLAY state changes. 
6781
6782         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6783         Enable QoS with new method in base class.
6784
6785 2006-03-23  Wim Taymans  <wim@fluendo.com>
6786
6787         Patch by: Julien MOUTTE <julien at moutte dot net>
6788
6789         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6790         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6791         Partially handle 0 framerate, only EOS after the first frame
6792         is missing.
6793
6794 2006-03-23  Wim Taymans  <wim@fluendo.com>
6795
6796         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6797
6798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6799         (gst_riff_create_video_template_caps):
6800         * gst/ffmpegcolorspace/avcodec.h:
6801         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6802         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6803         (gst_ffmpegcsp_avpicture_fill):
6804         * gst/ffmpegcolorspace/imgconvert.c:
6805         Patch for support of YVU9 AVI files (#334822)
6806
6807 2006-03-22  Edward Hervey  <edward@fluendo.com>
6808
6809         * docs/design/design-decodebin.txt:
6810         Added design document for new decodebin
6811         (Target Caps): text/x-pango-markup is also a default target caps.
6812
6813 2006-03-22  Wim Taymans  <wim@fluendo.com>
6814
6815         * gst-libs/gst/audio/gstbaseaudiosink.c:
6816         (gst_base_audio_sink_dispose):
6817         Since we _parent the ringbuffer, we also need to
6818         _unparent instead of a plain _unref.
6819
6820 2006-03-22  Wim Taymans  <wim@fluendo.com>
6821
6822         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6823         (stop_seek), (scrub_toggle_cb), (main):
6824         Add scrub checkbox.
6825
6826 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6829         (gst_ogg_parse_chain):
6830           Fix very inefficient usage of linked lists (#335365).
6831
6832 2006-03-21  Edward Hervey  <edward@fluendo.com>
6833
6834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6835         * gst/playback/gstplaybin.c: (handoff):
6836         * gst/playback/gststreamselector.c:
6837         (gst_stream_selector_set_property):
6838         gcc 4.1 unreferenced pointer fixes.
6839         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6841         gst_buffer_ref() now takes a GstBuffer*.
6842
6843 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6844
6845         * sys/xvimage/xvimagesink.c:
6846         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6847         by Jan Schmidt.
6848
6849 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6852         (id3v1_type_find), (apetag_type_find), (plugin_init):
6853           Can't do tag preferences via probability, as tags would then
6854           lose against types that are recognised with MAXIMUM probability
6855           (like .wav); so let all tag typefinders return MAXIMUM themselves
6856           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6857           that we can prefer APE to ID3v1 (fixes #335028).
6858           
6859 2006-03-17  Wim Taymans  <wim@fluendo.com>
6860
6861         * gst-libs/gst/audio/gstbaseaudiosink.c:
6862         (gst_base_audio_sink_change_state):
6863         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6864         (gst_ring_buffer_may_start):
6865         * gst-libs/gst/audio/gstringbuffer.h:
6866         Only start playback if we are playing.
6867         should fix #330748.
6868
6869 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6870
6871         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6872         * win32/common/config.h:
6873           Revert accidental commits to these files.
6874
6875 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6878
6879         * tests/Makefile.am:
6880           Don't try to build tests in tests/icles if we
6881           don't have X (#323852)
6882
6883 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst-libs/gst/tag/gstid3tag.c:
6886           Add TXXX frame identifiers for replaygain stuff as used
6887           by some taggers (see #323721).
6888
6889 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6890
6891         * gst/playback/gststreamselector.c:
6892         (gst_stream_selector_set_property),
6893         (gst_stream_selector_bufferalloc):
6894           Preserve the existing buggy streamselector behaviour by performing
6895           a fallback buffer allocation when downstream isn't linked yet.
6896           This should really be fixed in playbin by blocking pads until it's
6897           linked them.
6898           Also, use gst_pad_alloc_buffer instead of
6899           gst_pad_alloc_buffer_and_set.
6900
6901 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * gst-libs/gst/tag/gstid3tag.c:
6904           Don't crash on unknown ID3v2 TXXX frames.
6905           
6906 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6907
6908         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6909           Chain up to the parent finalize method.
6910           Add 32-bit sample size to the template caps.
6911
6912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6913         (gst_riff_create_video_template_caps):
6914           Add the fourcc that the VMWare codec uses.
6915           
6916         * gst/playback/gststreamselector.c:
6917         (gst_stream_selector_set_property),
6918         (gst_stream_selector_bufferalloc),
6919         (gst_stream_selector_request_new_pad):
6920           For the active pad, forward buffer-alloc requests, otherwise
6921           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6922           having to memcpy every frame when used by playbin.
6923
6924         * gst/tcp/gstmultifdsink.c:
6925         (gst_multi_fd_sink_handle_client_write):
6926           Get negotiated caps from the sink pad, rather than the sink
6927           pad's peer.
6928
6929 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6932         
6933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6934           Don't forget to set src->callbacks_pushed to FALSE again when
6935           popping them, otherwise re-activation in a different mode won't
6936           work (#334620).
6937
6938 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         Patch by: Sebastien Moutte  <sebastien moutte net>
6941
6942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6943         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6944         (gst_ffmpeg_smpfmt_to_caps):
6945           Replace __VA_ARGS__ caps creation macros with varargs functions.
6946           Makes things compile on MSVC (#320765), looks nicer, and we can
6947           tell the compiler to check for the NULL terminator.
6948
6949 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6952
6953         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6954           Make sure the buffer we copy into is really always big
6955           enough, this time for real (#333488).
6956           
6957 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6960           Add support for 24bpp DIB (#305279).
6961
6962 2006-03-14  Wim Taymans  <wim@fluendo.com>
6963
6964         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6965         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6967         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6968         (gst_video_scale_init), (gst_video_scale_src_event):
6969         Re-enable QoS after the release.
6970         Rework videoscale to use the base class src_event handler.
6971
6972 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         * configure.ac:
6975           back to CVS.
6976
6977 === release 0.10.5 ===
6978
6979 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6980
6981         * configure.ac:
6982           releasing 0.10.5, "Net"
6983
6984 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * docs/plugins/Makefile.am:
6987           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6988           
6989 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6992         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6993         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6994           Add cdparanoiasrc to docs.
6995
6996         * gst-libs/gst/cdda/gstcddabasesrc.c:
6997           More GstCddaBaseSrc docs.
6998
6999 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * docs/libs/gst-plugins-base-libs-sections.txt:
7002         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7003         * gst-libs/gst/tag/tag.h:
7004           API: libgsttag: new method gst_tag_from_id3_user_tag().
7005
7006 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7007
7008         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7009           NULL-terminate array of mpeg4 video file extensions.
7010           Fixes crash on PPC (#334226).
7011
7012 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7013
7014         * ext/gnomevfs/gstgnomevfssrc.c:
7015         (gst_gnome_vfs_src_check_get_range):
7016           gnome_vfs_uri_is_local() alone is not a good indicator
7017           whether we can operate in pull-mode with a specific URI,
7018           as it returns FALSE for file:// URIs that point to an
7019           NFS-mounted path. Be more conservative here: whitelist
7020           local files, blacklist http URIs and use the old
7021           mechanism for anything else (fixes #334216).
7022
7023 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7024
7025         * configure.ac:
7026           back to trunk
7027
7028 === release 0.10.4 ===
7029
7030 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7031
7032         * configure.ac:
7033           releasing 0.10.4, "Power"
7034
7035 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7036
7037         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7038         Disable max-lateness by setting it to -1 for now, so that 
7039         we can bed QoS stuff in thoroughly between now and the next
7040         release.
7041
7042 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7043
7044         Patch by: Fabrizio Gennari
7045
7046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7047           Make sure we don't read beyond the palette buffer in case of
7048           broken or manipulated files (#333488)
7049
7050 2006-03-10  Edward Hervey  <edward@fluendo.com>
7051
7052         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7053         Fix for variable not initialized.
7054
7055 2006-03-09  Wim Taymans  <wim@fluendo.com>
7056
7057         * ext/libvisual/visual.c: (gst_visual_get_type),
7058         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7059         (gst_visual_chain):
7060         Small cleanups.
7061
7062         * ext/theora/gsttheoradec.h:
7063         * ext/theora/theoradec.c: (gst_theora_dec_init),
7064         (gst_theora_dec_reset), (_theora_granule_time),
7065         (theora_dec_src_convert), (theora_dec_sink_convert),
7066         (theora_dec_src_query), (theora_dec_src_event),
7067         (theora_dec_sink_event), (theora_handle_comment_packet),
7068         (theora_handle_header_packet), (theora_dec_push),
7069         (theora_handle_data_packet), (theora_dec_chain),
7070         (theora_dec_change_state):
7071         Add simple QoS.
7072
7073 2006-03-09  Wim Taymans  <wim@fluendo.com>
7074
7075         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7076         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7077         Some cleanups.
7078
7079 2006-03-09  Wim Taymans  <wim@fluendo.com>
7080
7081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7082         Don't try to activate NULL chains.
7083
7084 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7087           Fix invalid memory access to region before peek'd data (#332964).
7088
7089 2006-03-09  Wim Taymans  <wim@fluendo.com>
7090
7091         Patch by: Christophe Fergeau
7092
7093         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7094         * ext/pango/gsttextrender.c: (gst_text_render_init):
7095         * gst/adder/gstadder.c: (gst_adder_init):
7096         Don't leak padtemplates, closes #333510.
7097
7098 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7101           Fix invalid memory access: make sure string passed to
7102           regexec() is NUL-termianted.
7103
7104 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7107         (mp3_type_find):
7108           Refactor mpeg/audio typefinding to make it more maintainable
7109           and easier to fine-tune. Make probing into middle of the file
7110           work properly (fixes #333900, also see #152688).
7111
7112 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * gst/typefind/gsttypefindfunctions.c:
7115         (utf8_type_find_have_valid_utf8_at_offset):
7116           Remove part from previous commit that was bogus:
7117           g_utf8_validate() does in fact not accept embedded
7118           zeroes, so we don't need to check for those (thanks
7119           to Mike for the hint).
7120
7121 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/typefind/gsttypefindfunctions.c:
7124         (utf8_type_find_count_embedded_zeroes),
7125         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7126           Make plain/text typefinder more conservative: firstly, check
7127           for embedded zeroes, which are perfectly valid UTF-8 characters,
7128           but also a fairly good sign that something is not a plain text
7129           file; secondly, probe into the middle of the file if possible.
7130           If we can't probe into the middle, limit the probability value
7131           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7132
7133 2006-03-08  Michael Smith  <msmith@fluendo.com>
7134
7135         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7136           Make typefind function name for mpeg4 video unique.
7137
7138 2006-03-08  Wim Taymans  <wim@fluendo.com>
7139
7140         * ext/libvisual/visual.c: (gst_visual_init),
7141         (gst_visual_clear_actors), (gst_visual_dispose),
7142         (gst_visual_reset), (gst_visual_src_setcaps),
7143         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7144         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7145         (gst_visual_chain), (gst_visual_change_state):
7146         Cleanups, post nice errors.
7147         Handle sink and src events.
7148         Implement simple QoS.
7149
7150         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7151         Use new basesink methods to configure max-lateness.
7152         Small doc update.
7153
7154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7155         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7156         Debug statement cleanups.
7157
7158         * gst/volume/gstvolume.c: (gst_volume_class_init):
7159         Simple cleanup.
7160
7161 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7164         (gst_text_overlay_init), (gst_text_overlay_set_property),
7165         (gst_text_overlay_get_property):
7166           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7167           as string type properties, but mark them deprecated. Add
7168           'halignment' and 'valignment' properties that use enums
7169           instead of strings.
7170
7171 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7172
7173         Patch by: Fabrizio Gennari
7174
7175         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7176           Allow palettes with less than 256 colours in AVI files
7177           (#333488)
7178
7179 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7180
7181         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7182         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7183         pad. We were releasing the queued text buffer when we should keep
7184         it until video pad gets EOS or discard the text buffer because it's
7185         too old. That was eating the last subtitle buffer. Add some more
7186         debug.
7187
7188 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7191         (gst_text_overlay_video_chain):
7192           Fix invalid memory access (we can't access a buffer after it's been
7193           pushed downstream without taking a reference); fix memory leak (if
7194           there's no text to render, bail out before allocating stuff).
7195
7196 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7199         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7200         * ext/pango/gsttextoverlay.h:
7201           If input is plain text, escape it before passing it to
7202           pango_layout_set_markup().
7203
7204 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7207           Don't ignore flow return from gst_pad_push().
7208
7209 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         Patch by: Fabrizio Gennari
7212
7213         * ext/libvisual/visual.c: (gst_visual_getcaps),
7214         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7217         (gst_vorbisenc_convert_sink):
7218         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7219         (gst_audio_duration_from_pad_buffer):
7220         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7221         (gst_audio_filter_chain):
7222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7223         (gst_base_rtp_depayload_setcaps):
7224         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7225         (gst_video_get_size):
7226         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7227           Don't leak references returned by gst_pad_get_parent()
7228           (#333663)
7229
7230 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7233           change location param details
7234         * gst/volume/gstvolume.c: (plugin_init):
7235           correct plugin description
7236
7237 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7240         (gst_gnome_vfs_src_check_get_range):
7241           Override GstBaseSrc::check_get_range() in order to avoid opening
7242           the resource just to check whether we can operate in pull-mode or
7243           not - we can predict that pretty well from the URI alone. Should
7244           fix problems with last.fm (#331690). (Requires latest core CVS).
7245
7246 2006-03-06  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7249         (gst_video_sink_class_init):
7250         Throw away frames that are later than 20 ms.
7251
7252 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         Patch by: Fabrizio Gennari
7255
7256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7257           Set depth on WMA caps (#333545)
7258
7259 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7260
7261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7262         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7263           put Theora BOS pages before others.  This hardcodes
7264           the Ogg/Theora I profile, but hey.
7265
7266 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7267
7268         * ext/ogg/README:
7269           updated with some examples
7270         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7271         (granulepos_add), (theora_buffer_from_packet):
7272         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7273         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7274         (gst_vorbisenc_chain):
7275           implement strategy from ext/ogg/README
7276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7277         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7278         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7279         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7280           Fix muxer so that oggz-validate is happy with all streams;
7281           except for no eos mark, and the BOS page ordering
7282         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7283         (check_buffer_granulepos):
7284         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7285           update tests to check for OFFSET being set as requested
7286           fixed type of granulepos, it's not a ClockTime
7287
7288 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7289
7290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7291         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7292         Check that the xvimage we are creating has a correct size
7293         before returning it. (#314897)
7294
7295 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7298           Give id3 and ape tag typefinders a rank slightly higher
7299           than PRIMARY to ensure they're always run before any of
7300           the other typefinders (in particular wav and mp3) (#324186).
7301
7302 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7305           Add support for '3IVD' fourcc (#333403).
7306
7307 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7308
7309         * configure.ac:
7310           Bump requirements to GStreamer CVS for the new error enum.
7311
7312         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7313           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7314           space left on the device (fixes #333352).
7315
7316 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7317
7318         * win32/vs6:
7319           add a project file for libgstvolume
7320           update the workspace
7321
7322 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7323
7324         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7325         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7326         (GST_START_TEST):
7327           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7328           Set IN_CAPS on header buffers
7329
7330 2006-03-02  Wim Taymans  <wim@fluendo.com>
7331
7332         * docs/plugins/Makefile.am:
7333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7335         Add audioresample to docs.
7336
7337         * gst/audioconvert/gstaudioconvert.c:
7338         Add revision date.
7339
7340         * gst/audioresample/gstaudioresample.c:
7341         (gst_audioresample_base_init), (gst_audioresample_class_init),
7342         (gst_audioresample_init), (gst_audioresample_dispose),
7343         (audioresample_get_unit_size), (audioresample_transform_caps),
7344         (resample_set_state_from_caps), (audioresample_transform_size),
7345         (audioresample_set_caps), (audioresample_event),
7346         (audioresample_do_output), (audioresample_transform),
7347         (audioresample_pushthrough), (gst_audioresample_set_property),
7348         (gst_audioresample_get_property), (plugin_init):
7349         * gst/audioresample/gstaudioresample.h:
7350         Added docs.
7351         Small code cleanups.
7352
7353 2006-03-02  Wim Taymans  <wim@fluendo.com>
7354
7355         * docs/plugins/Makefile.am:
7356         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7357         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7358         Added videoscale to docs.
7359
7360         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7361         (gst_video_rate_swap_prev), (gst_video_rate_event),
7362         (gst_video_rate_chain):
7363         Fix typo in docs.
7364
7365         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7366         (gst_video_scale_init), (gst_video_scale_prepare_size),
7367         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7368         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7369         * gst/videoscale/gstvideoscale.h:
7370         Added docs, examples.
7371         Some code cleanups.
7372         Post errors instead of g_warning.
7373
7374 2006-03-02  Wim Taymans  <wim@fluendo.com>
7375
7376         * docs/libs/gst-plugins-base-libs-docs.sgml:
7377         * docs/libs/gst-plugins-base-libs-sections.txt:
7378         * docs/libs/gst-plugins-base-libs.types:
7379         * docs/plugins/Makefile.am:
7380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7382         Added some more docs to libs and plugins.
7383
7384         * gst-libs/gst/audio/gstringbuffer.c:
7385         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7386         * gst-libs/gst/audio/gstringbuffer.h:
7387         Document ringbuffer some more.
7388
7389         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7390         (gst_video_rate_setcaps), (gst_video_rate_reset),
7391         (gst_video_rate_init), (gst_video_rate_flush_prev),
7392         (gst_video_rate_swap_prev), (gst_video_rate_event),
7393         (gst_video_rate_chain), (gst_video_rate_change_state):
7394         * gst/videorate/gstvideorate.h:
7395         Fix videorate to use segments.
7396         Make it work with 0/1 framerates (closes #331903)
7397         Handle EOS correctly.
7398         Added docs.
7399
7400 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7401
7402         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7403         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7404         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7405           In state change function, first chain up to parent class,
7406           then handle downwards state change stuff. Remove some
7407           commented out cruft from 0.8 code.
7408
7409 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7412         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7413         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7414         (gst_ogm_parse_chain):
7415           Don't remove/re-add source pad if the new caps are the same as
7416           the old caps anyway (#333042). When removing source pad, don't
7417           unref it afterwards - we didn't ref it when adding. Sprinkle some
7418           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7419           after using gst_pad_get_parent(). Return downstream flow return
7420           value in chain function.
7421
7422 2006-03-02  Wim Taymans  <wim@fluendo.com>
7423
7424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7425         * docs/plugins/gst-plugins-base-plugins.args:
7426         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7427         * docs/plugins/gst-plugins-base-plugins.interfaces:
7428         * docs/plugins/gst-plugins-base-plugins.signals:
7429         Fix hierarchy, added some more elements to the docs.
7430
7431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7432         (gst_ffmpegcsp_get_type):
7433         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7434         Fix docs for ffmpegcolorspace.
7435
7436 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7439         (apetag_type_find), (ape_type_find), (plugin_init):
7440           Some typefinding fine-tuning:
7441           - rank ID3/APE tags in order of preference via probabilities, so that
7442             ID3v2 > APEv2 > APEv1 > ID3v1.
7443           - three or four bytes don't really justify MAXIMUM probability,
7444             change those to 'very likely' (musepack and monkeysaudio).
7445
7446 2006-03-01  Wim Taymans  <wim@fluendo.com>
7447
7448         * docs/plugins/Makefile.am:
7449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7451         * ext/alsa/gstalsamixer.c:
7452         * ext/alsa/gstalsamixer.h:
7453         * ext/alsa/gstalsamixerelement.c:
7454         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7455         * ext/alsa/gstalsamixerelement.h:
7456         * ext/alsa/gstalsasink.c:
7457         * ext/alsa/gstalsasink.h:
7458         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7459         (gst_alsasrc_init):
7460         * ext/alsa/gstalsasrc.h:
7461         Added alsa docs.
7462         Small code cleanups.
7463
7464 2006-03-01  Wim Taymans  <wim@fluendo.com>
7465
7466         * ext/theora/Makefile.am:
7467         Dist new header too,
7468
7469 2006-03-01  Wim Taymans  <wim@fluendo.com>
7470
7471         * docs/plugins/Makefile.am:
7472         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7474         * ext/gnomevfs/gstgnomevfssink.h:
7475         * ext/gnomevfs/gstgnomevfssrc.h:
7476         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7477         * ext/vorbis/vorbisdec.h:
7478         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7479         * ext/vorbis/vorbisenc.h:
7480         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7481         (vorbis_parse_chain), (vorbis_parse_change_state):
7482         * ext/vorbis/vorbisparse.h:
7483         * gst/audioconvert/gstaudioconvert.h:
7484         * gst/tcp/gsttcpserversink.h:
7485         * gst/videotestsrc/gstvideotestsrc.c:
7486         * gst/videotestsrc/gstvideotestsrc.h:
7487         * gst/volume/gstvolume.c:
7488         * gst/volume/gstvolume.h:
7489         Fix some more docs.
7490         Added docs for vorbisdec and vorbisparse.
7491         Fix vorbisparse.
7492
7493 2006-03-01  Wim Taymans  <wim@fluendo.com>
7494
7495         * docs/plugins/Makefile.am:
7496         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7497         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7498         * ext/pango/gstclockoverlay.h:
7499         * ext/pango/gsttextoverlay.h:
7500         * ext/pango/gsttextrender.h:
7501         * ext/pango/gsttimeoverlay.h:
7502         * ext/theora/gsttheoradec.h:
7503         * ext/theora/gsttheoraenc.h:
7504         * ext/theora/theoradec.c:
7505         * ext/theora/theoraenc.c:
7506         * gst/audioconvert/gstaudioconvert.h:
7507         * gst/audiotestsrc/gstaudiotestsrc.h:
7508         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7509         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7510         * gst/tcp/gstmultifdsink.h:
7511         Updated/added documentation.
7512
7513         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7514         (gst_text_overlay_halign_get_type),
7515         (gst_text_overlay_wrap_mode_get_type),
7516         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7517         (gst_text_overlay_init), (gst_text_overlay_set_property),
7518         (gst_text_overlay_get_property):
7519         Fix up properties to be enums instead of string to make bindings,
7520         introspection and automatic GUI creation possible.
7521         Add getters for the properties.
7522
7523 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7524
7525         * gst/audiotestsrc/gstaudiotestsrc.c:
7526           added defines of M_PI and M_PI_2
7527         * gst/ffmpegcolorspace/avcodec.h:
7528           removed #include "stdint.h" for win32 as _stdint.h is 
7529           autogenerated to win32/common
7530         * win32/common/libgstaudio.def:
7531         * win32/common/libgsttag.def:
7532           added some exports
7533         * win32/vs6:
7534           some project files bugs corrected
7535         * win32/vs7:
7536           project files are reset to the default vs7 configuration 
7537           (they link to msvcr71.dll using default optimizations)
7538           
7539 2006-02-28  Wim Taymans  <wim@fluendo.com>
7540
7541         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7542         Fix some docs.
7543
7544 2006-02-28  Edward Hervey  <edward@fluendo.com>
7545
7546         * ext/alsa/gstalsasrc.c:
7547         Set proper class on the ElementDetails:
7548         Source/Audio instead of Src/Audio/
7549
7550 2006-02-28  Edward Hervey  <edward@fluendo.com>
7551
7552         * gst/videoscale/vs_scanline.c:
7553         (vs_scanline_resample_nearest_RGBA):
7554         Revert optimization in videoscale. It should go in liboil and have
7555         an appropriate liboil function.
7556
7557 2006-02-28  Wim Taymans  <wim@fluendo.com>
7558
7559         * gst-libs/gst/audio/gstbaseaudiosink.c:
7560         (gst_base_audio_sink_provide_clock):
7561         Don't try to provide a clock in the NULL state.
7562
7563 2006-02-28  Wim Taymans  <wim@fluendo.com>
7564
7565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7566         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7567         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7568         (gst_ogg_demux_deactivate_current_chain),
7569         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7570         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7571         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7572         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7573         Use GstSegment infrastructure to remove duplicated code
7574         and handle more seek cases correctly.
7575
7576 2006-02-28  Wim Taymans  <wim@fluendo.com>
7577
7578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7579         (gst_ffmpegcsp_transform):
7580         Don't ignore return code from ffmpeg convert function.
7581
7582         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7583         Split out some long statements to ease debugging.
7584
7585 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7586
7587         * ext/libvisual/visual.c: (gst_visual_init),
7588         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7589         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7590         being able to renegotiate the size. Instead, use the negotiation
7591         algorithm from the goom plugin to pick an initial output caps. 
7592
7593         Also, allow theoretical libvisual plugins that might support non-GL 
7594         output even if they also do GL.
7595
7596 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7597
7598         * ext/libvisual/visual.c: (gst_visual_init),
7599         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7600         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7601         possible negotiation issues.
7602
7603 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7604
7605         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7606
7607 2006-02-24  Michael Smith  <msmith@fluendo.com>
7608
7609         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7610         (cmml_type_find), (plugin_init):
7611           Fix CMML type find function to not require a specific minor version
7612           of the CMML header.
7613
7614           Add an MPEG4 video elementary stream typefind function.
7615
7616 2006-02-04  Michael Smith  <msmith@fluendo.com>
7617
7618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7619         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7620         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7621         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7622         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7623         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7624           Annodex support in ogg demuxer. Doesn't do very much without the
7625           other annodex patches (to come).
7626
7627 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7628
7629         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7630
7631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7632           Pick up palette for MS video v1 (#327028)
7633
7634 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7637         (gst_ffmpegcsp_caps_remove_format_info),
7638         (gst_ffmpegcsp_get_unit_size):
7639           The 'palette_data' field from incoming RGB caps shouldn't be
7640           proxied on outgoing YUV caps; also, restrict unit size
7641           adjustment in case of paletted data only to the unit that
7642           actually has a palette. Fixes #330711.
7643
7644 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7647         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7648         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7649         (gst_ffmpegcsp_get_unit_size):
7650           Plug some memory leaks.
7651
7652 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * sys/ximage/Makefile.am:
7655         * sys/xvimage/Makefile.am:
7656           Add some _CFLAGS and _LIBS that seem to be missing
7657           and/or required for Cygwin (see #317048).
7658
7659 2006-02-22  Wim Taymans  <wim@fluendo.com>
7660
7661         * ext/alsa/gstalsasrc.c:
7662         Fix description as pointed out by caugier.
7663
7664 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7665
7666         Reviewed by : Edward Hervey  <edward@fluendo.com>
7667
7668         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7669         (qt_type_find):
7670         Better 3gp typefinding (#331526).
7671
7672 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7675           Don't send EOS event here, the base class will send one for us.
7676
7677         * gst/playback/gstplaybasebin.c: (prepare_output):
7678           Subpictures without video stream aren't allowed either.
7679         
7680         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7681           Fix debug statement copy'n'paste-o.
7682
7683 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7684
7685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7686           Fix issues with mixer keeping state when muting/unmuting
7687           and when changing the volume whilst muted (see #331763
7688           and #331765).
7689
7690 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7693         (parse_subrip), (gst_sub_parse_format_autodetect):
7694           Set right caps given that we send escaped text. Also,
7695           honour <i></i>, <b></b> and <u></u> markers that can be found
7696           in .srt files (fixes #310202).
7697
7698 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7699
7700         * gst-libs/gst/audio/mixerutils.c:
7701         (element_factory_rank_compare_func):
7702           Make order in which elements are tried more determinable.
7703
7704 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7705
7706         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7707         (remove_element_chain), (cleanup_decodebin),
7708         (gst_decode_bin_change_state): Make decodebin reusable by
7709         fixing remove_element_chain first and then introduce a
7710         cleaner in state change to ->NULL. (Closes #331678)
7711
7712 2006-02-19  Wim Taymans  <wim@fluendo.com>
7713
7714         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7715         use 0666 mask when creating files so umask gets applied
7716         correctly. Fixes #331295.
7717
7718 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7719
7720         * gst/subparse/Makefile.am:
7721         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7722         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7723         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7724         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7725         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7726         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7727         * gst/subparse/gstssaparse.h:
7728         * gst/subparse/gstsubparse.c: (plugin_init):
7729           Add very basic parser for SSA subtitle streams (as often
7730           found in matroska files).
7731
7732 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7735           That should be text/x-pango-markup, not text/x-pango-layout.
7736
7737 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7738
7739         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7740         Polishing.
7741
7742 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7743
7744         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7745         (gst_text_overlay_finalize), (gst_text_overlay_init),
7746         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7747         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7748         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7749         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7750         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7751         Fix state change deadlock.
7752
7753 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7754
7755         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7756         (gst_text_overlay_finalize), (gst_text_overlay_init),
7757         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7758         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7759         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7760         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7761         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7762         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7763         and subtitles files.
7764
7765 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7766
7767         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7768         should be considered as raw.
7769
7770 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7771
7772         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7773         (cb_probe):
7774         * gst/playback/gststreaminfo.h: Introduce language informations.
7775
7776 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7777
7778         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7779         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7780         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7781         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7782         Set shared memory segments to be deleted as soon as we have attached,
7783         that way they get cleaned up automatically if we crash.
7784
7785 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7786
7787         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7788         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7789         functions are called with lock held.
7790
7791 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7792
7793         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7794         (gst_text_overlay_finalize), (gst_text_overlay_init),
7795         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7796         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7797         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7798         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7799         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7800         (gst_text_overlay_change_state): Refactoring of textoverlay
7801         without collectpads. This now supports sparse subtitles coming
7802         from a demuxer instead of a sub file. Seeking is still broken 
7803         though. Need to discuss with wtay some more on how to handle
7804         seeking correctly.
7805         * ext/pango/gsttextoverlay.h:
7806         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7807         subtitles coming from the demuxer.
7808
7809 2006-02-17  Wim Taymans  <wim@fluendo.com>
7810
7811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7812         (gst_vorbisenc_convert_sink):
7813         Use some more scaling functions.
7814
7815 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * ext/cdparanoia/gstcdparanoiasrc.c:
7818         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7819         (gst_cd_paranoia_paranoia_callback),
7820         (gst_cd_paranoia_src_signal_is_being_watched),
7821         (gst_cd_paranoia_src_read_sector):
7822         * ext/cdparanoia/gstcdparanoiasrc.h:
7823           Add back 'transport-error' and 'uncorrected-error' signals and
7824           make them actually be fired when bad stuff happens (#319340).
7825
7826 2006-02-17  Wim Taymans  <wim@fluendo.com>
7827
7828         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7829         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7830         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7831         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7832         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7833         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7834         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7835         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7836         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7837         (gst_ring_buffer_clear):
7838         Small cleanups.
7839         Added some G_LIKELY.
7840
7841 2006-02-17  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst-libs/gst/audio/TODO:
7844         Update TODO
7845
7846         * gst-libs/gst/audio/gstbaseaudiosink.c:
7847         (gst_base_audio_sink_get_offset):
7848         When trying to play samples ASAP and we don't have a
7849         previous sample, try to play at position 0 instead of
7850         an invalid position.
7851
7852 2006-02-17  Wim Taymans  <wim@fluendo.com>
7853
7854         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7855         (gst_alsasink_reset):
7856         Also release lock when we get an error in _reset();
7857         fix an error message.
7858
7859 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7862         (gst_alsasink_init), (get_channel_free_structure),
7863         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7864         (gst_alsasink_close):
7865         * ext/alsa/gstalsasink.h:
7866           Add support for more than 2 channels (#326720).
7867
7868 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7869
7870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7871           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7872           with 4 or 6 channels, assume a default channel layout to make things
7873           work (not sure there's anything else we can do in those cases).
7874
7875 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * gst-libs/gst/audio/multichannel.c:
7878           Minor docs fix.
7879
7880         * gst-libs/gst/riff/Makefile.am:
7881         * gst-libs/gst/riff/riff-ids.h:
7882         * gst-libs/gst/riff/riff-media.c:
7883         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7884           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7885           channels and a channel layout map.
7886           
7887 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7888
7889         Reviewed by Edward Hervey  <edward@fluendo.com>
7890
7891         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7892         C-level optimization of the RGBA nearest neighbour function.
7893         Eventually this might end up in liboil with vectorized versions.
7894
7895 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst-libs/gst/audio/multichannel.c:
7898         (gst_audio_get_channel_positions):
7899           When we have more than 2 channels, but no channel layout is
7900           specified in the caps, return some default channel layout
7901           to the caller and warn about about a possibly buggy element
7902           (could be buggy filtercaps as well of course) (#317038).
7903
7904 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7907           Add gst-libs/gst/cdda to list of lib search paths.
7908
7909 2006-02-15  Andy Wingo  <wingo@pobox.com>
7910
7911         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7912         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7913         to the Lord Jesus that I do not have to touch the ogg muxer ever
7914         again.
7915
7916 2006-02-15  Edward Hervey  <edward@fluendo.com>
7917
7918         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7919         quicktime movie files can also contain 'uuid' atoms.
7920
7921 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst/audioconvert/plugin.c: (plugin_init):
7924           Register the GstAudioChannelPosition enum type with the type
7925           system in the plugin_init function, so that it is known before
7926           any element actually makes use of multi-channel stuff. This is
7927           required for example if one wants to be able to deserialise/use
7928           a caps string with channel positions before any pipeline has
7929           been setup and started, like with gst-launch.
7930
7931 2006-02-14  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst-libs/gst/audio/gstringbuffer.c:
7934         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7935         (gst_ring_buffer_samples_done), (wait_segment),
7936         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7937         Add some compiler G_(UN_)LIKELY help.
7938         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7939         make sure they can exit their functions. Should fix #330748
7940
7941 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7942
7943         * Makefile.am:
7944         * configure.ac:
7945         * win32/MANIFEST:
7946         * win32/common/_stdint.h:
7947           Windows does not have long long; copy the generated _stdint.h
7948         * win32/common/interfaces-enumtypes.c:
7949         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7950         (gst_mixer_track_flags_get_type),
7951         (gst_tuner_channel_flags_get_type):
7952         * win32/common/multichannel-enumtypes.c:
7953         (gst_audio_channel_position_get_type):
7954           update
7955
7956 2006-02-13  Wim Taymans  <wim@fluendo.com>
7957
7958         * gst-libs/gst/audio/gstbaseaudiosink.c:
7959         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7960         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7961         Always sync on first sample we receive when starting.
7962
7963 2006-02-13  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/playback/gstplaybin.c: (gen_vis_element):
7966         Update vis bin docs.
7967         Move queue after tee so we don't queue video buffers but
7968         audio samples instead. Fixes problems where the video queue
7969         is filled and the audio queue empty.
7970
7971 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7974           No need to push an EOS event here, GstBaseSrc will do that for us
7975           when we return FLOW_UNEXPECTED.
7976           
7977 2006-02-12  Wim Taymans  <wim@fluendo.com>
7978
7979         * gst-libs/gst/audio/gstbaseaudiosink.c:
7980         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7981         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7982         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7983         Use scale functions when possible.
7984         Fix error messages.
7985         Free clockid when after waiting for EOS.
7986         Use G_(UN_)LIKLY when it makes sense.
7987         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7988
7989 2006-02-12  Edward Hervey  <edward@fluendo.com>
7990
7991         * gst/playback/gstplaybasebin.c: (prepare_output): 
7992         Remove stray semi-colon (fixes #330888).
7993
7994 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7995
7996         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7998         Fix up the XShm call testing so that we catch errors, and don't
7999         cause new ones by attempting to detach from a segment we failed
8000         to attach to. Fixes #312439.
8001
8002 2006-02-10  Edward Hervey  <edward@fluendo.com>
8003
8004         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8005         Added flv file typefind (video/x-flv).
8006
8007 2006-02-10  Edward Hervey  <edward@fluendo.com>
8008
8009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8010         (gst_riff_create_video_template_caps):
8011         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8012         Also added the caps to the default set of riff video caps.
8013
8014 2006-02-09  Andy Wingo  <wingo@pobox.com>
8015
8016         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8017         time and the end time of the last packet in the page.
8018         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8019         on the pages in our queue, set the duration as well. Reflow a
8020         debug statement.
8021         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8022         Fixes bad muxing order.
8023
8024 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8025
8026         * gst-libs/gst/rtp/gstbasertppayload.c:
8027         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8028           update seqnum before setting it on the packet; this makes sure
8029           that the timestamp and seqnum properties match after pushing
8030           a buffer
8031
8032 2006-02-09  Andy Wingo  <wingo@pobox.com>
8033
8034         * gst-libs/gst/audio/gstringbuffer.c
8035         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8036         overflow after 13.5 hours of recording. Kapow!
8037
8038         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8039         the buffer size -- we don't care about underrun/overrun reporting
8040         right now, just need to return a useful value.
8041
8042 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8043
8044         * configure.ac:
8045           Back to CVS
8046
8047 === release 0.10.3 ===
8048
8049 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8050
8051         * configure.ac:
8052           releasing 0.10.3, "Under Pressure"
8053
8054 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8055
8056         * configure.ac:
8057         Drat. Bump libtool version number for new API.
8058         Prelease 0.10.2.3 (of 0.10.3)
8059
8060 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8061
8062         * configure.ac:
8063         * win32/common/config.h:
8064         0.10.2.2 prerelease (of 0.10.3).
8065
8066 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8067
8068         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8069           Revert Andy's newsegment change pending a more correct
8070           fix.
8071
8072 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8073
8074         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8075         (qt_type_find), (plugin_init):
8076           detect more files as 3gp
8077           group and reorder the iso file formats
8078
8079 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * ext/vorbis/vorbis.c: (plugin_init):
8082           Register musicbrainz tags, so apps don't have to.
8083
8084 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8085
8086         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8087         (gst_tag_to_vorbis_tag):
8088           Make sure we called gst_tag_register_musicbrainz_tags()
8089           before possibly mapping a vorbiscomment string from/to a
8090           musicbrainz tag.
8091
8092 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8093
8094         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8095           In case we can't find the required number of consecutive
8096           mpeg audio frames to positively identify an MPEG audio
8097           stream, check if there's at least a valid mpeg audio
8098           frame right at offset 0 and if so suggest mpeg/audio
8099           caps with a very low probability (#153004).
8100
8101 2006-02-07  Andy Wingo  <wingo@pobox.com>
8102
8103         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8104         a TIME segment if we get timestamped buffers. Requires recent
8105         fixes in core to work properly.
8106
8107 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8108
8109         * gst/playback/gstplaybasebin.c: (prepare_output):
8110           Don't print the URI as part of the error message, it
8111           makes error dialogs look rather ugly, especially if
8112           the URI is very long or has characters in it that
8113           need escaping.
8114
8115 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * gst/playback/gstplaybasebin.c: (prepare_output):
8118           Error out if we have only text or subtitles, but nothing
8119           else. Also error out if we have subtitles but no video
8120           stream.
8121
8122 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8125           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8126           Post an error message on the bus when we encounter an
8127           error, which will hopefully be more meaningful than the
8128           'Internal Flow Error' message users get to see if we
8129           just return GST_FLOW_ERROR.
8130
8131 2006-02-07  Andy Wingo  <wingo@pobox.com>
8132
8133         * configure.ac (GST_MAJORMINOR): Update core version req to
8134         0.10.2.2, for the collectpads API addition (#330244).
8135
8136 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8139           Return FALSE from plugin_init() when GnomeVFS can't
8140           be initialised for some reason (#328423).
8141
8142 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8143
8144         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8145         Stick to seeking theory until i find the bug.
8146         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8147
8148 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8149
8150         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8151         (theora_enc_finalize), (theora_enc_sink_setcaps),
8152         (theora_set_header_on_caps), (theora_enc_chain),
8153         (theora_enc_change_state):
8154         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8155           Make theoraenc and the tests leak free. Like, really.
8156
8157 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8158
8159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8160         (theora_enc_finalize), (theora_enc_sink_setcaps):
8161           Add a finalize method to ensure we clean up state even if
8162           someone omitted the state change back to NULL.
8163
8164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8165         (gst_vorbisenc_chain):
8166           Free some more leaked bits.
8167
8168         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8169         (stop_pipeline):
8170           Wait for state changes to happen if they're ASYNC.
8171
8172           This ought to teach those fancy pants buildbots a lesson.
8173
8174 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8175
8176         * gst-libs/gst/tag/gstid3tag.c:
8177           Add mapping for ID3 International Standard Recording Code
8178           tag "TSRC"
8179
8180 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8181
8182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8183           Don't leak tag names.
8184
8185 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * docs/libs/gst-plugins-base-libs-docs.sgml:
8188         * docs/libs/gst-plugins-base-libs-sections.txt:
8189         * gst-libs/gst/tag/gstid3tag.c:
8190         * gst-libs/gst/tag/gstvorbistag.c:
8191         * gst-libs/gst/tag/tags.c:
8192           Split libgsttag docs into multiple sections.
8193
8194 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8195
8196         * docs/libs/Makefile.am:
8197         * docs/libs/gst-plugins-base-libs-docs.sgml:
8198         * docs/libs/gst-plugins-base-libs-sections.txt:
8199         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8200         * gst-libs/gst/tag/gstvorbistag.c:
8201         * gst-libs/gst/tag/tag.h:
8202         * gst-libs/gst/tag/tags.c:
8203           Add libgsttag to the docs.
8204
8205 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8206
8207         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8208         (gst_text_overlay_init), (gst_text_overlay_src_event),
8209         (gst_text_overlay_collected): Fix clockoverlay.
8210
8211 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8212
8213         * docs/libs/compiling.sgml:
8214           Fix typo: it's pkg-config, not pkg-gconfig
8215
8216         * docs/libs/gst-plugins-base-libs-docs.sgml:
8217         * docs/libs/gst-plugins-base-libs-sections.txt:
8218         * docs/libs/tmpl/gstgconf.sgml:
8219           There is no libgstgconf in 0.10, remove it
8220           from the docs.
8221
8222 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8223
8224         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8226         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8227         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8228         (gst_sub_parse_class_init), (gst_sub_parse_init),
8229         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8230         (parse_mpsub), (parser_state_init), (handle_buffer),
8231         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8232         * gst/subparse/gstsubparse.h: Introduce seeking code.
8233
8234 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8235
8236         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8237           Add comment about LANGUAGE tag inconsistency (we want
8238           ISO-639-1, but extract three-letter identifiers?)
8239
8240         * po/POTFILES.in:
8241           Add two translatable files.
8242
8243 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * gst-libs/gst/tag/Makefile.am:
8246         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8247         * gst-libs/gst/tag/tag.h:
8248         * gst-libs/gst/tag/tags.c:
8249         (gst_tag_register_musicbrainz_tags_internal),
8250         (gst_tag_register_musicbrainz_tags):
8251           Forward-port some tags stuff from the 0.8 branch. This is
8252           mostly the addition of musicbrainz tags and their mapping
8253           to vorbistags, and a vorbistag mapping of the language tag.
8254
8255 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8256
8257         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8258         refactoring.
8259
8260 2006-02-04  David Schleef  <ds@schleef.org>
8261
8262         * ext/ogg/gstoggmux.c:
8263         * gst/typefind/gsttypefindfunctions.c:
8264           Add Dirac typefinding and add dirac format to oggmux.
8265
8266 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * gst/playback/gstdecodebin.c: (try_to_link_1):
8269           Don't put essential function call into
8270           g_return_*() macro, otherwise it'll all be
8271           replaced by NOOPs when compiling with
8272           G_DISABLE_CHECKS defined.
8273
8274 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8275
8276         * ext/ogg/gstoggdemux.c:
8277         * ext/ogg/gstoggparse.c:
8278         * gst/tcp/gsttcpserversink.c:
8279         * sys/v4l/v4lsrc_calls.c:
8280         * sys/v4l/v4lsrc_calls.h:
8281         Just make it compile with --disable-gst-debug.
8282
8283 2006-02-03  Wim Taymans  <wim@fluendo.com>
8284
8285         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8286         (gst_alsasink_class_init), (gst_alsasink_init),
8287         (gst_alsasink_write), (gst_alsasink_reset):
8288         * ext/alsa/gstalsasink.h:
8289         Add lock to protect alsa calls.
8290         Implement reset to flush samples ASAP, does not work
8291         with dmix though.
8292
8293 2006-02-02  Wim Taymans  <wim@fluendo.com>
8294
8295         * gst-libs/gst/audio/gstbaseaudiosink.c:
8296         (gst_base_audio_sink_provide_clock):
8297         Ugh.. getting late I guess...
8298
8299 2006-02-02  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst-libs/gst/audio/gstbaseaudiosink.c:
8302         (gst_base_audio_sink_provide_clock),
8303         (gst_base_audio_sink_set_property),
8304         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8305         Don't try to provide a clock when we are not negotiated since
8306         we might not be able to make it run.
8307
8308 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * gst/playback/gstdecodebin.c: (try_to_link_1):
8311           Unlinking two source pads is ... hard.
8312
8313 2006-02-02  Wim Taymans  <wim@fluendo.com>
8314
8315         * gst-libs/gst/audio/TODO:
8316         Updated.
8317
8318         * gst-libs/gst/audio/gstbaseaudiosink.c:
8319         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8320         On EOS, wait till the last sample is played before posting EOS.
8321
8322 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8323
8324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8325           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8326           setting queue_delay to zero. Also avoid thread being started if
8327           queue_delay is zero.
8328
8329 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8330
8331         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8332           Make test work again by connecting fakesinks to each decoded pad,
8333           which makes the pipeline wait until each fakesink has a buffer
8334           queued before going to PAUSED state. At that point we know the
8335           decodebin pads are negotiated.
8336
8337 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8340         (gst_cdda_base_src_handle_event):
8341         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8342           Pass unhandled queries to the parent class's query function.
8343
8344 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8347         (gst_ogg_pad_src_query):
8348         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8349         * ext/theora/theoradec.c: (theora_dec_src_query),
8350         (theora_dec_sink_query):
8351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8352         (vorbis_dec_sink_query):
8353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8354         (gst_vorbisenc_sink_query):
8355         * gst/adder/gstadder.c: (gst_adder_query):
8356           Pass unhandled queries upstream instead of just
8357           dropping them (#326447). Also, fix supported
8358           query types list for some elements.
8359
8360 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8363         (paris_type_find), (ilbc_type_find), (plugin_init):
8364           Fix typefinding for audio/x-au, audio/x-paris and
8365           audio/iLBC-sh. We cannot use the START_WITH macros
8366           here, because there can only be one typefind factory
8367           with the same name (caps), so the second one would
8368           replace the first one and the first one would never
8369           be called when doing typefinding (see #161712).
8370           
8371
8372 2006-01-31  Wim Taymans  <wim@fluendo.com>
8373
8374         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8375         (vorbis_handle_header_packet), (vorbis_dec_push),
8376         (vorbis_handle_data_packet):
8377         Use scale_int when we can, add some more scaling.
8378         Check packettype before parsing it.
8379
8380 2006-01-31  Wim Taymans  <wim@fluendo.com>
8381
8382         * ext/theora/theoradec.c: (_theora_granule_time),
8383         (theora_dec_src_convert), (theora_dec_sink_convert):
8384         Call right _scale functions.
8385         Use parameter instead of some other random value.
8386
8387 2006-01-31  Wim Taymans  <wim@fluendo.com>
8388
8389         * ext/theora/theoradec.c: (_theora_granule_frame),
8390         (_theora_granule_time), (_inc_granulepos),
8391         (theora_dec_src_convert), (theora_dec_sink_convert),
8392         (theora_handle_type_packet), (theora_handle_data_packet),
8393         (theora_dec_chain):
8394         Use higher precision timestamps calculation.
8395         Convert some other conversions to _scale.
8396
8397 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * gst/audiotestsrc/gstaudiotestsrc.c:
8400         (gst_audio_test_src_create_sine_table), (plugin_init):
8401         * gst/volume/gstvolume.c: (plugin_init):
8402           initialize gst_controller before using
8403
8404 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8405
8406         * tests/check/pipelines/theoraenc.c:
8407         * tests/check/pipelines/vorbisenc.c:
8408         Define constant using G_GINT64_CONSTANT to avoid errors when
8409         passing it around - otherwise it gets truncated to 32 bits.
8410
8411         Fixes failing tests.
8412
8413 2006-01-31  Andy Wingo  <wingo@pobox.com>
8414
8415         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8416         caps being set doesn't have a framerate value. Basically a stopgap
8417         measure.
8418
8419         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8420         technically correct enough to put into core though.
8421         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8422         DURATION. Fixes theoraenc ! oggmux.
8423
8424         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8425         fraction, not double.
8426
8427 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8428
8429         * win32/vs7:
8430         add vs7 project files created by Sergey Scobich
8431
8432 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8433
8434         * win32/vs8:
8435         add vs8 project files created by Sergey Scobich
8436         
8437 2006-01-30  Andy Wingo  <wingo@pobox.com>
8438
8439         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8440         timestamp + duration, not just timestamp -- ogg pages should be
8441         ordered by stop time. Necessary fix given the change in vorbis
8442         timestamps.
8443
8444         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8445         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8446         (granulepos_add): New function, handles the messiness of adjusting
8447         granulepos values.
8448         (theora_buffer_from_packet):
8449         (theora_enc_chain):
8450         (theora_enc_sink_event): Use granulepos_add, not +.
8451
8452         * tests/check/pipelines/theoraenc.c
8453         (check_buffer_granulepos_from_starttime): Just check the frame
8454         count, not the actual granulepos -- we can't dictate to the
8455         encoder when it should be placing keyframes.
8456
8457 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8458
8459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8460           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8461           play an http:// stream from a server that's not serving
8462
8463 2006-01-30  Andy Wingo  <wingo@pobox.com>
8464
8465         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8466         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8467         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8468         available.
8469
8470         * ext/theora/gsttheoraenc.h:
8471         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8472         although theoraenc was timestamping correctly. Added handling of
8473         streams that start with nonzero timestamps.
8474
8475         * tests/check/Makefile.am:
8476         * tests/check/pipelines/theoraenc.c: New file, basically does same
8477         tests as vorbisenc.
8478
8479         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8480
8481 2006-01-30  Wim Taymans  <wim@fluendo.com>
8482
8483         * gst-libs/gst/audio/gstaudiosink.c:
8484         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8485         (gst_audioringbuffer_pause):
8486         Implement pause that does not wait for completion.
8487
8488         * gst-libs/gst/audio/gstbaseaudiosink.c:
8489         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8490         Don't drop buffers when going to PAUSED but perform preroll on
8491         remaining samples now that core base class supports this.
8492
8493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8494         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8495         (gst_ring_buffer_commit):
8496         Pause should not signal waiters.
8497         Implement return value of _commit correctly.
8498
8499 2006-01-30  Andy Wingo  <wingo@pobox.com>
8500
8501         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8502
8503         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8504         updated to timestamp from the first sample, not the last.
8505         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8506         special care of granulepos and timestamp for header packets.
8507         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8508         when the first buffer has a nonzero timestamp.
8509
8510         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8511         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8512         case when the first audio buffer we get has a nonzero timestamp.
8513         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8514         properly timestamp vorbis buffers with the time of the first
8515         sample, not the last.
8516         
8517         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8518         vorbis_granule_time_copy -- now it takes the granule/subgranule
8519         offset into account.
8520
8521         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8522         timestamps, durations, and granulepos on buffers produced by
8523         vorbisenc.
8524
8525 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8526
8527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8528         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8529           Patch from Eric Jonas to support conversions to/from UYVY 
8530           (Fixes: #324626)
8531
8532 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8533
8534         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8535         (setup_subtitle), (setup_source), (set_active_source):
8536         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8537         (gen_text_element), (gen_audio_element), (gen_vis_element),
8538         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8539
8540 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8541
8542         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8543         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8544                 use gst_guint64_to_gdouble to be compliant with vs6
8545         * gst/playback/gstdecodebin.c: (try_to_link_1)
8546         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8547                 use G_GINT64_CONSTANT for int64 constants
8548         * win32/common/libgstinterfaces.def:
8549                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8550         * win32/vs6:
8551                 update and add new project files
8552                 
8553 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8554
8555         * Makefile.am:
8556         * win32/MANIFEST:
8557         * win32/common/interfaces-enumtypes.c:
8558         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8559         (gst_mixer_track_flags_get_type),
8560         (gst_tuner_channel_flags_get_type):
8561         * win32/common/interfaces-enumtypes.h:
8562         * win32/common/multichannel-enumtypes.c:
8563         (gst_audio_channel_position_get_type):
8564         * win32/common/multichannel-enumtypes.h:
8565           add a win32-update rule like in core, and copy over enumtypes files
8566
8567 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8568
8569         * win32/MANIFEST:
8570         * win32/common/config.h:
8571         * win32/common/config.h.in:
8572           add config files just like in core
8573
8574 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8577           Make gcc-4.1 happy (part of #327357).
8578
8579 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8580
8581         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8582         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8583         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8584         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8585         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8586         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8587           Update all error messages.  All of them should either use
8588           the default translated message, or actually provide a
8589           translatable string.
8590           Make the string for channel count problems meaningful.
8591
8592 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8593
8594         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8595           check for and throw RESOURCE_BUSY
8596
8597 2006-01-27  David Schleef  <ds@schleef.org>
8598
8599         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8600           checked in this change -- it requires liboil features not
8601           in 0.3.6.  Revert parts.
8602
8603 2006-01-27  David Schleef  <ds@schleef.org>
8604
8605         * REQUIREMENTS:
8606         * configure.ac: update liboil requirement to 0.3.6
8607         * gst/videoscale/Makefile.am:
8608         * gst/videoscale/vs_scanline.c: liboilify
8609
8610 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8611
8612         * ext/libvisual/visual.c: (get_buffer):
8613           When pad_alloc returns a GstFlowReturn other
8614           than GST_FLOW_OK, make sure it is passed upstream.
8615
8616 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8617
8618         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8619         (gst_alsasink_class_init):
8620           Free the device name string.
8621
8622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8623         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8624         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8625           Don't remove a pad from the collectpads structure until it
8626           is released - it's a request pad, and may receive data again
8627           if the element gets moved back to PLAYING state.
8628
8629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8630           Ensure we turn on double buffering on the Xv port, and
8631           set the colour key to something dark and mysterious that
8632           isn't black.
8633
8634 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8635
8636         * ext/alsa/gstalsaplugin.c: (plugin_init):
8637         * ext/cdparanoia/gstcdparanoiasrc.c:
8638         (gst_cd_paranoia_src_base_init), (plugin_init):
8639         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8641           - a library should not call setlocale. see "Libraries" node in
8642             gettext manual
8643           - make sure all plugins that use translation do bindtextdomain
8644             to point to the localedir
8645         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8646         (setup_sinks), (plugin_init):
8647           all this, and check for NULL when creating sinks
8648
8649 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8650
8651         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8652         (plugin_init): Make typefinding of subtitles work again.
8653
8654 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8657         (mp3_type_frame_length_from_header), (mp3_type_find),
8658         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8659         (plugin_init):
8660           Backport a bunch of typefinding fixes from the 0.8 branch.
8661           Also, improve wavpack typefinding: if we can't peek the
8662           entire wavpack block, try to parse the bits we can get and
8663           see if we find what we're looking for in those.
8664
8665 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8666
8667         * sys/ximage/ximagesink.c:
8668         (gst_ximagesink_calculate_pixel_aspect_ratio):
8669         * sys/xvimage/xvimagesink.c:
8670         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8671         more cases of pixel aspect ratio.
8672
8673 2006-01-26  Edward Hervey  <edward@fluendo.com>
8674
8675         * gst/playback/gstdecodebin.c: (pad_probe):
8676         Also consider the flush-start and tag events as unblockers
8677         for the pad probes.
8678
8679 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8680
8681         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8682         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8683         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8684         On the fly visualisation switch, works disabling, enabling as
8685         well but it won't be able to enable vis in a playbin that was
8686         created with no visualisation.
8687
8688 2006-01-25  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst-libs/gst/audio/gstbaseaudiosink.c:
8691         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8692         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8693         resume after pause.
8694
8695 2006-01-25  Wim Taymans  <wim@fluendo.com>
8696
8697         * gst-libs/gst/audio/gstbaseaudiosink.c:
8698         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8699         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8700         Improve debugging.
8701         Post error when caps cannot be parsed.
8702         Resync on discontinuity in the stream.
8703         Clip samples to segment boundaries.
8704         return WRONG_STATE sooner when we are flushing.
8705
8706         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8707         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8708         Make audiosrc operate in TIME.
8709         Set TIMESTAMP and DURATION on buffers.
8710
8711 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * tests/examples/seek/seek.c: (main):
8714           Output tag messages as well.
8715
8716 2006-01-23  Edward Hervey  <edward@fluendo.com>
8717
8718         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8719         (free_pad_probes), (remove_fakesink), (pad_probe),
8720         (close_pad_link), (gst_decode_bin_change_state):
8721         Replace GstPadBlockCallback with pad probes that detect
8722         first buffer AND eos before removing fakesink.
8723         Fixes hang with demuxers doing EOS while pre-rolling.
8724         Solves #328279
8725
8726 2006-01-23  Andy Wingo  <wingo@pobox.com>
8727
8728         * ext/alsa/gstalsasink.c:
8729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8730         (gst_base_rtp_depayload_setcaps),
8731         (gst_base_rtp_depayload_add_to_queue),
8732         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8733         
8734         Patch by: Jens Granseuer <jensgr at gmx dot net>
8735
8736 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8737
8738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8739         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8740         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8741         frames. We might get a frame destroyed after changing state to
8742         NULL, adding a safety check on xcontext.
8743
8744 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8745
8746         * gst-libs/gst/interfaces/xoverlay.c:
8747           Fix prepare-xwindow-id code example in the docs - we need to
8748           ignore all messages that aren't element messages as well.
8749           
8750 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8751
8752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8753           I think one day i'll completely undestand how caps negotiation
8754           is supposed to work. This refactoring handles buffer_alloc
8755           called with caps we can't handle. We definitely don't want a
8756           set_caps with those caps, so we define and allocate a buffer
8757           we would like to receive.
8758
8759 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst/playback/gstplaybasebin.c: (setup_source):
8762           Free iterator when done.
8763
8764 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8765
8766         * gst-libs/gst/audio/gstbaseaudiosink.c:
8767         (gst_base_audio_sink_render):
8768           Fix playback of non-synchronised streams by assuming a rate
8769           of 1.0 instead of a random one.
8770
8771           Makes this work again:
8772
8773           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8774           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8775           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8776           audioresample ! alsasink
8777
8778 === release 0.10.2 ===
8779
8780 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8781
8782         * configure.ac:
8783           releasing 0.10.2, "Then the devil is six"
8784
8785 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8786
8787         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8788         * gst/playback/gststreamselector.c:
8789         (gst_stream_selector_set_property):
8790           Comment out broken code that connects to the state-changed signal.
8791           At this point, changing current stream selection is broken, but 
8792           stuff like gst-launch playbin current-audio=1 works and filters
8793           to the chosen stream.
8794
8795 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8796
8797         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8798           Fix #327216 (null dereference in vorbisdec)
8799
8800 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8803           Post taglist actually on bus instead of just freeing it
8804           (fixes #327114 and totem bug #327080).
8805
8806         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8807           Use gst_element_found_tags_for_pad(), so that the tags
8808           are sent downstream as an event as well.
8809
8810 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8811
8812         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8813         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8814         (gst_ximagesink_buffer_alloc):
8815         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8816         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8817         (gst_xvimagesink_buffer_alloc):
8818           move all regularly occurring messages to GST_LOG level
8819           add some more object logs
8820
8821 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8822
8823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8824           fix a silly segfault
8825
8826 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * docs/libs/gst-plugins-base-libs-docs.sgml:
8829         * docs/libs/gst-plugins-base-libs-sections.txt:
8830         * gst-libs/gst/audio/mixerutils.c:
8831         * gst-libs/gst/audio/mixerutils.h:
8832           Add docs for mixerutils stuff.
8833
8834 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8835
8836         * gst/playback/gstplaybasebin.c: (setup_source):
8837           Fix playback for sources that emit raw audio or
8838           raw video streams (e.g.: cd audio sources) (#325984).
8839
8840 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8841
8842         * gst-libs/gst/audio/mixerutils.c:
8843         (gst_audio_mixer_filter_do_filter):
8844           actually save the element we create
8845
8846 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * gst-libs/gst/cdda/gstcddabasesrc.c:
8849         (gst_cdda_base_src_handle_track_seek):
8850           No need to post a tag message on the bus when seeking
8851           within the same track, only post it when the current
8852           track changes.
8853
8854 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8855
8856         * gst/playback/gstplaybasebin.c: (group_destroy),
8857         (probe_triggered), (new_decoded_pad), (mute_group_type),
8858         (set_active_source):
8859         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8860         * gst/playback/gststreamselector.c:
8861         (gst_stream_selector_base_init),
8862         (gst_stream_selector_set_property),
8863         (gst_stream_selector_request_new_pad):
8864           Reenable stream selection. These mechanisms need a complete overhaul
8865           in the face of 0.8->0.10 changes though.
8866
8867 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8868
8869         * ext/ogg/gstoggdemux.c:
8870           Change the pad template to src_%d to match the pads that 
8871           are created from it. decodebin needs this information in order
8872           to decide that oggdemux is capable of producing multiple pads
8873           (and hence needs queues inserted).
8874
8875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8876         (gst_ogg_mux_collected):
8877           Make debug output more useful by using GST_PTR_FORMAT.
8878
8879 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8880
8881         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8884           Set depth and width for alaw/mulaw (fixes #326601).
8885
8886 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8887
8888         * tests/icles/Makefile.am:
8889           don't build the tests if we don't have the libs
8890
8891 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8894         (gst_cd_paranoia_paranoia_callback):
8895           Don't try to free NULL pointers.
8896
8897 2006-01-10  Edward Hervey  <edward@fluendo.com>
8898
8899         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8900         (gst_audio_rate_change_state), (plugin_init):
8901         Add debugging category.
8902         Fix type issues.
8903         Add case for incoming buffers without valid offset/offset_end.
8904
8905 2006-01-10  Michael Smith  <msmith@fluendo.com>
8906
8907         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8908           Don't leak GCond in audio sources.
8909
8910 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8911
8912         * gst/playback/gstplaybin.c: (gen_audio_element):
8913           Don't leak an autoaudiosink/alsasink when we generate
8914           a new audio element. (old code, I guess)
8915
8916 2006-01-10  Michael Smith  <msmith@fluendo.com>
8917
8918         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8919           Support float audio in audiorate.
8920           Use width rather than depth for selecting sample width.
8921
8922 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * gst/videotestsrc/videotestsrc.h:
8925           Use GLib types here (that way we don't have to include the
8926           generated _stdint.h header, which makes life easier for win32
8927           folks that don't use autotools for the build) (#325990, patch
8928           by: Sergey Scobich).
8929
8930 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8933         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8934         (gst_ring_buffer_pause), (wait_segment):
8935         * gst-libs/gst/audio/gstringbuffer.h:
8936           Name (private) union, makes Forte compiler happy (this time
8937           for real) (#324900).
8938
8939 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8940
8941         * gst-libs/gst/audio/Makefile.am:
8942           Link against libgstinterfaces, needed for mixer
8943           and property probe stuff.
8944
8945 2006-01-09  Edward Hervey  <edward@fluendo.com>
8946
8947         * gst-libs/gst/Makefile.am:
8948
8949 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * gst-libs/gst/audio/Makefile.am:
8952         * gst-libs/gst/audio/mixerutils.c:
8953         (gst_audio_mixer_filter_do_filter),
8954         (gst_audio_mixer_filter_check_element),
8955         (gst_audio_mixer_filter_probe_feature),
8956         (element_factory_rank_compare_func),
8957         (gst_audio_default_registry_mixer_filter):
8958         * gst-libs/gst/audio/mixerutils.h:
8959           Add gst_audio_default_registry_mixer_filter() utility
8960           function.
8961
8962 2006-01-03  Michael Smith  <msmith@fluendo.com>
8963
8964         * gst/audioresample/resample.h:
8965           As before, but for o_buf
8966
8967 2006-01-03  Michael Smith  <msmith@fluendo.com>
8968
8969         * gst/audioresample/resample.h:
8970           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8971           since we do arithmetic on it.
8972
8973 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8976         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8977         (gst_ring_buffer_pause), (wait_segment):
8978         * gst-libs/gst/audio/gstringbuffer.h:
8979           Sun's Forte compiler doesn't seem to like anonymous structs,
8980           so use same setup as in GstBaseSrc (fixes #324900).
8981
8982 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8983
8984         * configure.ac:
8985         * gst/volume/Makefile.am:
8986         * gst/volume/demo.c:
8987           move old example to tests/examples/volume/volune.c
8988         * tests/examples/Makefile.am:
8989         * tests/examples/seek/seek.c: (main):
8990           change window-close event from "delete-event" to "destroy"
8991         * tests/examples/volume/Makefile.am:
8992         * tests/examples/volume/volume.c: (value_changed_callback),
8993         (setup_gui), (message_received), (eos_message_received), (main):
8994           fix event handling and bus usage
8995
8996 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8997
8998         * gst/audiotestsrc/gstaudiotestsrc.c:
8999         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9000         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9001         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9002         (gst_audio_test_src_create_square),
9003         (gst_audio_test_src_create_saw),
9004         (gst_audio_test_src_create_triangle),
9005         (gst_audio_test_src_create_silence),
9006         (gst_audio_test_src_create_white_noise),
9007         (gst_audio_test_src_create_pink_noise),
9008         (gst_audio_test_src_init_sine_table),
9009         (gst_audio_test_src_create_sine_table),
9010         (gst_audio_test_src_change_wave),
9011         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9012         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9013         * gst/audiotestsrc/gstaudiotestsrc.h:
9014           update to basesrc changes, implement segmented seeking and eos
9015           handling, add a 'sine-tab' waveform for performance critical playback
9016
9017 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9018
9019         * po/POTFILES.in:
9020           ... and this time the other modified file that I missed last time.
9021
9022 2005-12-29  Michael Smith  <msmith@fluendo.com>
9023
9024         * gst/playback/gstdecodebin.c: (new_pad):
9025           Fix non-C89 variable declaration not at the start of a block. Should
9026           help some compilers.
9027
9028 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9029
9030         * tests/check/Makefile.am:
9031           And now fix 'make distcheck' (builddir != srcdir)
9032
9033 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9034
9035         * configure.ac:
9036         * ext/cdparanoia/Makefile.am:
9037         * ext/cdparanoia/gstcdparanoia.c:
9038         * ext/cdparanoia/gstcdparanoia.h:
9039         * ext/cdparanoia/gstcdparanoiasrc.c:
9040         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9041         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9042         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9043         (gst_cd_paranoia_paranoia_callback),
9044         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9045         (gst_cd_paranoia_src_set_property),
9046         (gst_cd_paranoia_src_get_property), (plugin_init):
9047         * ext/cdparanoia/gstcdparanoiasrc.h:
9048           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9049           plugin again (there are still fixes required to playbin to make
9050           cdda:// uris work there).
9051
9052 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9053
9054         * tests/check/Makefile.am:
9055           Fix test case compilation.
9056
9057 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         * gst-libs/gst/cdda/gstcddabasesrc.c:
9060         (gst_cdda_base_src_update_duration),
9061         (gst_cdda_base_src_calculate_cddb_id):
9062           An integer is not a string. Fix access to uninitialised variable.
9063
9064         * tests/check/Makefile.am:
9065           Add cddabasesrc unit test; also actually enable the vorbis test.
9066
9067         * tests/check/generic/states.c:
9068           Blacklist new cd audio elements as well.
9069
9070         * tests/check/libs/cddabasesrc.c:
9071           Unit test for GstCddaBaseSrc (discid calculation mostly).
9072
9073 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * docs/libs/Makefile.am:
9076         * docs/libs/gst-plugins-base-libs-docs.sgml:
9077         * docs/libs/gst-plugins-base-libs-sections.txt:
9078         * docs/libs/gst-plugins-base-libs.types:
9079           Add docs for libgstcdda/GstCddaBaseSrc.
9080
9081         * gst-libs/gst/interfaces/mixertrack.h:
9082           Do one struct member per line with a semicolon at the end, that way
9083           even gtk-doc might parse it without complaining.
9084
9085 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9086
9087         * configure.ac:
9088         * gst-libs/gst/Makefile.am:
9089         * gst-libs/gst/cdda/Makefile.am:
9090         * gst-libs/gst/cdda/base64.c:
9091         * gst-libs/gst/cdda/base64.h:
9092         * gst-libs/gst/cdda/gstcddabasesrc.c:
9093         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9094         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9095         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9096         (gst_cdda_base_src_get_property),
9097         (gst_cdda_base_src_get_track_from_sector),
9098         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9099         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9100         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9101         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9102         (gst_cdda_base_src_uri_get_protocols),
9103         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9104         (gst_cdda_base_src_uri_handler_init),
9105         (gst_cdda_base_src_setup_interfaces),
9106         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9107         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9108         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9109         (gst_cdda_base_src_add_tags),
9110         (gst_cdda_base_src_add_index_associations),
9111         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9112         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9113         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9114         (gst_cdda_base_src_create):
9115         * gst-libs/gst/cdda/gstcddabasesrc.h:
9116         * gst-libs/gst/cdda/sha1.c:
9117         * gst-libs/gst/cdda/sha1.h:
9118           Add new libgstcdda with GstCddaBaseSrc class.
9119
9120 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * ext/gnomevfs/gstgnomevfssink.h:
9123           Use GstBaseSinkClass as parent_class member for class struct, not
9124           GstBaseSink.
9125
9126 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         Patch by: Michael Benes
9129
9130         * gst/videotestsrc/gstvideotestsrc.c:
9131         (gst_video_test_src_class_init), (gst_video_test_src_start):
9132           Add start method to reset running time and number of frames sent
9133           when starting up (fixes #324696)
9134
9135 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * docs/plugins/Makefile.am:
9138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9140         * docs/plugins/gst-plugins-base-plugins.args:
9141         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9142         * docs/plugins/gst-plugins-base-plugins.signals:
9143           Add docs stuff for gnomevfssrc and gnomevfssink.
9144
9145         * ext/gnomevfs/gstgnomevfssrc.c:
9146           Fix example pipeline in gtk-doc blurb.
9147
9148 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * ext/gnomevfs/Makefile.am:
9151         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9152         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9153         (gst_gnome_vfs_handle_get_type), (plugin_init):
9154         * ext/gnomevfs/gstgnomevfs.h:
9155         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9156         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9157         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9158         (gst_gnome_vfs_sink_set_property),
9159         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9160         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9161         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9162         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9163         (gst_gnome_vfs_sink_uri_get_type),
9164         (gst_gnome_vfs_sink_uri_get_protocols),
9165         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9166         (gst_gnome_vfs_sink_uri_handler_init):
9167         * ext/gnomevfs/gstgnomevfssink.h:
9168           Port gnomevfssink; add gtk-doc blurb.
9169
9170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9171         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9172         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9173         (gst_gnome_vfs_src_uri_get_type),
9174         (gst_gnome_vfs_src_uri_get_protocols),
9175         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9176         (gst_gnome_vfs_src_uri_handler_init),
9177         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9178         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9179         (gst_gnome_vfs_src_send_additional_headers_callback),
9180         (gst_gnome_vfs_src_received_headers_callback),
9181         (gst_gnome_vfs_src_push_callbacks),
9182         (gst_gnome_vfs_src_pop_callbacks),
9183         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9184         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9185         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9186         * ext/gnomevfs/gstgnomevfssrc.h:
9187           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9188           file; add gtk-doc blurb with example pipelines.
9189
9190 === release 0.10.1 ===
9191
9192 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9193
9194         * configure.ac:
9195           releasing 0.10.1, "Dobro Dedek"
9196
9197 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9198
9199         * gst/typefind/gsttypefindfunctions.c:
9200         iLBC30 and iLBC20 added to typefind.
9201
9202 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9203
9204         * gst-libs/gst/audio/gstbaseaudiosink.c:
9205         (gst_base_audio_sink_class_init):
9206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9207         (gst_base_audio_src_class_init):
9208           update strings, values are in microseconds
9209           change the default sink buffer time to something that is smaller
9210           (to help software volume mixing have a slightly lower delay) but
9211           still be acceptable on Wim's laptop
9212
9213 2005-12-20  Edward Hervey  <edward@fluendo.com>
9214
9215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9216         Made a quack, forgot to add DUCK to the riff video template.
9217
9218 2005-12-19  Edward Hervey  <edward@fluendo.com>
9219
9220         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9221         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9222         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9223         (gst_ogm_parse_chain):
9224         Make sure pads are initialized correctly.
9225         * gst-libs/gst/riff/riff-ids.h:
9226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9227         (gst_riff_create_video_template_caps):
9228         Add a whole bunch of FOURCC <=> MimeType.
9229         Extend the riff video pad template to support the newly added fourcc.
9230
9231 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9232
9233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9234         (gst_ogg_demux_activate_chain):
9235           Extra debug output when activating/deactivating chains.
9236
9237         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9238         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9239         (unlinked):
9240           Remove a queue from our list when it becomes unlinked.
9241           Don't add queues to elements in class 'Demux' if they
9242           can only produce one pad 
9243
9244 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9245
9246         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9247         (gst_video_sink_get_type): Add a debug category.
9248
9249 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9250
9251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9252         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9253           Handle downstream newsegment by sending our own newsegment before the
9254           next buffer to be released. (#323900)
9255
9256 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9257
9258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9259         (gst_base_rtp_depayload_set_gst_timestamp):
9260           add queue delay to new segment as well (as opposed to just the first
9261           buffer). (bug #322347)
9262
9263 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9264
9265         * ext/libvisual/visual.c: (make_valid_name):
9266           change some char* into char[]
9267         * gst/audiotestsrc/gstaudiotestsrc.c:
9268         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9269         (gst_audio_test_src_create):
9270         * gst/audiotestsrc/gstaudiotestsrc.h:
9271           prepare to handle EOS and SEGMENT_DONE
9272
9273 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * tests/check/generic/states.c: (GST_START_TEST):
9276           Blacklist cdparanoia element in state test.
9277
9278 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280           Patch by: Benjamin Pineau
9281
9282         * gst/tcp/gsttcp.c:
9283         * gst/tcp/gsttcpclientsink.c:
9284         * gst/tcp/gsttcpserversink.c:
9285         * gst/tcp/gsttcpserversrc.c:
9286           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9287
9288 2005-12-15  Michael Smith  <msmith@fluendo.com>
9289
9290         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9291         (gst_video_rate_chain):
9292           Fix timestamping for videorate when the first buffer it sees has a
9293           non-zero timestamp. Fix some misleading debug output.
9294
9295 2005-12-15  Michael Smith  <msmith@fluendo.com>
9296
9297         * gst/audioresample/gstaudioresample.c:
9298           Don't leak all input buffers to audioresample.
9299
9300 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9303           Don't operate on empty text buffers. Strip newlines and
9304           tabs only from the end of the text, but leave them intact
9305           in the middle. Fix typo in gtk-doc description.
9306
9307 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/playback/gstplaybasebin.c:
9310         * gst/playback/gstplaybin.c: (handoff):
9311           Make sure the video frame buffer we return to apps via the
9312           "frame" property always has caps set on it. Modify
9313           _gst_gvalue_set_object() macro to handle NULL objects
9314           gracefully too.
9315
9316 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9317
9318         * gst/audiotestsrc/gstaudiotestsrc.c:
9319         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9320         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9321         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9322         (gst_audio_test_src_create):
9323         * gst/audiotestsrc/gstaudiotestsrc.h:
9324         Adjust to some recent api changes and add wtays new cool seeking
9325         capabillities
9326
9327 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * ext/alsa/Makefile.am:
9330         * ext/alsa/gstalsadeviceprobe.c:
9331         * ext/alsa/gstalsadeviceprobe.h:
9332           Helper functions to add device probing via the GstPropertyProbe
9333           interface to a class.
9334
9335         * ext/alsa/gstalsamixer.h:
9336           Comment out GST_ALSA_MIXER, it returns a struct that's not
9337           used.
9338
9339         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9340           Add some debug info. 
9341
9342         * ext/alsa/gstalsamixerelement.c:
9343         (gst_alsa_mixer_element_interface_supported),
9344         (gst_implements_interface_init),
9345         (gst_alsa_mixer_element_init_interfaces),
9346         (gst_alsa_mixer_element_class_init),
9347         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9348         (gst_alsa_mixer_element_set_property),
9349         (gst_alsa_mixer_element_get_property),
9350         (gst_alsa_mixer_element_change_state):
9351         * ext/alsa/gstalsamixerelement.h:
9352           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9353           for device handling (gnome-volume-control will need that).
9354
9355 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9356
9357         * ext/Makefile.am: fix cdparanoia entry
9358         * gst-plugins-base.spec.in: add cdparanoia
9359
9360 2005-12-12  Michael Smith  <msmith@fluendo.com>
9361
9362         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9363           Use the correct function to free list of typefind factories.
9364
9365 2005-12-12  Wim Taymans  <wim@fluendo.com>
9366
9367         * gst/videotestsrc/gstvideotestsrc.c:
9368         (gst_video_test_src_class_init), (gst_video_test_src_init),
9369         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9370         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9371         (gst_video_test_src_create):
9372         * gst/videotestsrc/gstvideotestsrc.h:
9373         Implement seeking in videotestsrc.
9374         Small cleanups.
9375
9376 2005-12-12  Wim Taymans  <wim@fluendo.com>
9377
9378         * ext/cdparanoia/Makefile.am:
9379         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9380         (gst_paranoia_endian_get_type), (_do_init),
9381         (cdparanoia_class_init), (cdparanoia_init),
9382         (cdparanoia_set_property), (cdparanoia_get_property),
9383         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9384         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9385         (cdparanoia_convert), (cdparanoia_get_query_types),
9386         (cdparanoia_query), (cdparanoia_set_index),
9387         (cdparanoia_uri_set_uri):
9388         * ext/cdparanoia/gstcdparanoia.h:
9389         Partially ported cdparanoia now that basesrc can support a
9390         plugin like this..
9391
9392 2005-12-12  Wim Taymans  <wim@fluendo.com>
9393
9394         * tests/examples/seek/scrubby.c: (main):
9395         Set higher priority for bus events so they don't get reordered with
9396         gtk gui events.
9397
9398         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9399         (flush_toggle_cb), (main):
9400         Added checkbox to disable flushing seeks. 
9401         Disable scrubbing when doing non flushing seeks.
9402
9403 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9406         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9407         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9408         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9409           Implement some sort of event handling that doesn't rely on
9410           g_return_if_fail; make sure we always push the last chunk of an 
9411           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9412           state change function; remove some old cruft. Seeking is still
9413           rather unlikely to work though.
9414
9415         * tools/.cvsignore:
9416           Ignore more.
9417
9418 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9419
9420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9421         Fixed a leak of the current image reference when cleaning up.
9422         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9423
9424 2005-12-09  Michael Smith  <msmith@fluendo.com>
9425
9426         * tools/Makefile.am:
9427         * tools/gst-launch-ext-m.m:
9428           Remove gst-launch-ext. It doesn't work, and is no longer
9429           particularly useful.
9430
9431 2005-12-08  Luca Ognibene  <luogni@tin.it>
9432
9433         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9434           don't pass random values to ogmparse convert function.
9435           Make seeking possible in the exile1.ogm file.
9436
9437 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9440         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9441           Work around refcount problem with g_value_set_object() that occur
9442           if the core has been compiled against GLib-2.6 (g_value_set_object()
9443           will only g_object_ref() the element, but the caller will
9444           gst_object_unref() it and bad things will happen due to the way
9445           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9446           totem for people on FC4 using Thomas's 0.10 RPMs.
9447           
9448 2005-12-07  Edward Hervey  <edward@fluendo.com>
9449
9450         Time to welcome ogm to 0.10 :)
9451         
9452         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9453         (gst_ogg_pad_typefind):
9454         Oggdemux can now properly typefind elements with dynamic pads.
9455         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9456         Properly set caps on src pad, and set caps on outgoing buffers.
9457
9458 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9459
9460         * ext/alsa/gstalsamixer.h:
9461         * ext/alsa/gstalsamixerelement.h:
9462         * ext/alsa/gstalsamixeroptions.h:
9463         * ext/alsa/gstalsamixertrack.h:
9464         * ext/alsa/gstalsasink.c:
9465         * ext/alsa/gstalsasink.h:
9466         * ext/alsa/gstalsasrc.c:
9467         * ext/alsa/gstalsasrc.h:
9468         * ext/cdparanoia/gstcdparanoia.h:
9469         * ext/gnomevfs/gstgnomevfsuri.h:
9470         * ext/ogg/gstoggdemux.c:
9471         * ext/ogg/gstoggmux.c:
9472         * ext/pango/gsttextoverlay.h:
9473         * ext/theora/theoradec.c:
9474         * ext/theora/theoraenc.c:
9475         * ext/vorbis/vorbisdec.h:
9476         * ext/vorbis/vorbisenc.c:
9477         * ext/vorbis/vorbisenc.h:
9478         * ext/vorbis/vorbisparse.h:
9479         * gst-libs/gst/audio/gstaudioclock.h:
9480         * gst-libs/gst/audio/gstaudiosink.c:
9481         * gst-libs/gst/audio/gstaudiosink.h:
9482         * gst-libs/gst/audio/gstaudiosrc.c:
9483         * gst-libs/gst/audio/gstaudiosrc.h:
9484         * gst-libs/gst/audio/gstbaseaudiosink.c:
9485         * gst-libs/gst/audio/gstbaseaudiosink.h:
9486         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9487         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9488         * gst-libs/gst/audio/gstringbuffer.h:
9489         * gst-libs/gst/audio/multichannel.h:
9490         * gst-libs/gst/floatcast/floatcast.h:
9491         * gst-libs/gst/interfaces/colorbalance.c:
9492         * gst-libs/gst/interfaces/colorbalance.h:
9493         * gst-libs/gst/interfaces/colorbalancechannel.h:
9494         * gst-libs/gst/interfaces/mixer.h:
9495         * gst-libs/gst/interfaces/mixeroptions.h:
9496         * gst-libs/gst/interfaces/mixertrack.h:
9497         * gst-libs/gst/interfaces/navigation.h:
9498         * gst-libs/gst/interfaces/propertyprobe.h:
9499         * gst-libs/gst/interfaces/tuner.h:
9500         * gst-libs/gst/interfaces/tunerchannel.h:
9501         * gst-libs/gst/interfaces/tunernorm.h:
9502         * gst-libs/gst/interfaces/xoverlay.h:
9503         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9504         * gst-libs/gst/riff/riff-ids.h:
9505         * gst-libs/gst/riff/riff-media.h:
9506         * gst-libs/gst/riff/riff-read.h:
9507         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9508         * gst-libs/gst/rtp/gstbasertppayload.c:
9509         * gst-libs/gst/rtp/gstbasertppayload.h:
9510         * gst-libs/gst/rtp/gstrtpbuffer.c:
9511         * gst-libs/gst/rtp/gstrtpbuffer.h:
9512         * gst-libs/gst/tag/gsttageditingprivate.h:
9513         * gst-libs/gst/tag/gstvorbistag.c:
9514         (gst_tag_list_from_vorbiscomment_buffer):
9515         * gst-libs/gst/tag/tag.h:
9516         * gst-libs/gst/video/video.h:
9517         * gst/adder/gstadder.c:
9518         * gst/adder/gstadder.h:
9519         * gst/audioconvert/audioconvert.c:
9520         * gst/audioconvert/audioconvert.h:
9521         * gst/audioconvert/gstaudioconvert.c:
9522         * gst/audioconvert/gstchannelmix.c:
9523         * gst/audioconvert/gstchannelmix.h:
9524         * gst/audiorate/gstaudiorate.c:
9525         * gst/audioresample/buffer.h:
9526         * gst/audioresample/functable.h:
9527         * gst/audioresample/gstaudioresample.c:
9528         * gst/audioresample/resample.h:
9529         * gst/ffmpegcolorspace/avcodec.h:
9530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9531         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9532         * gst/ffmpegcolorspace/imgconvert.c:
9533         * gst/ffmpegcolorspace/imgconvert_template.h:
9534         * gst/playback/gstdecodebin.c:
9535         * gst/playback/gstplaybasebin.h:
9536         * gst/playback/gstplaybin.c:
9537         * gst/playback/gststreaminfo.h:
9538         * gst/tcp/gstfdset.c:
9539         * gst/tcp/gstfdset.h:
9540         * gst/tcp/gstmultifdsink.c:
9541         * gst/tcp/gstmultifdsink.h:
9542         * gst/tcp/gsttcp.h:
9543         * gst/tcp/gsttcpclientsrc.c:
9544         * gst/tcp/gsttcpclientsrc.h:
9545         * gst/tcp/gsttcpplugin.h:
9546         * gst/tcp/gsttcpserversink.c:
9547         * gst/tcp/gsttcpserversrc.c:
9548         * gst/typefind/gsttypefindfunctions.c:
9549         * gst/videorate/gstvideorate.c:
9550         * gst/videotestsrc/gstvideotestsrc.h:
9551         * gst/videotestsrc/videotestsrc.h:
9552         * sys/v4l/gstv4lcolorbalance.h:
9553         * sys/v4l/gstv4ltuner.h:
9554         * sys/v4l/gstv4lxoverlay.h:
9555         * sys/v4l/v4l_calls.h:
9556         * sys/v4l/videodev_mjpeg.h:
9557         * tests/check/elements/audioconvert.c:
9558         * tests/check/elements/audioresample.c:
9559         * tests/check/elements/audiotestsrc.c:
9560         * tests/check/elements/videotestsrc.c:
9561         * tests/check/elements/volume.c:
9562         * tests/examples/seek/scrubby.c:
9563         * tests/examples/seek/seek.c:
9564           expand tabs
9565
9566 === release 0.10.0 ===
9567
9568 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9569
9570         * configure.ac:
9571           releasing 0.10.0, "Mont-d'or"
9572
9573 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9574
9575         * tests/examples/seek/Makefile.am:
9576         Build fix for when gtk is not available.
9577
9578 2005-12-05  Andy Wingo  <wingo@pobox.com>
9579
9580         * ext/libvisual/visual.c: (get_buffer):
9581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9582         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9583         * ext/theora/theoradec.c: (theora_handle_data_packet):
9584         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9585         (theora_enc_chain):
9586         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9587         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9588         Update for alloc_buffer changes.
9589
9590 2005-12-05  Andy Wingo  <wingo@pobox.com>
9591
9592         patch by: Kai Vehmanen <kv2004 eca cx>
9593         
9594         * gst-libs/gst/rtp/gstbasertpdepayload.c
9595         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9596
9597 2005-12-04  Andy Wingo  <wingo@pobox.com>
9598
9599         patch by: Sebastien Cote <sebas642 yahoo ca>
9600         
9601         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9602         Fixes #319172.
9603
9604 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         * docs/plugins/Makefile.am:
9607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9609         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9610         * ext/pango/gstclockoverlay.c:
9611         * ext/pango/gsttextoverlay.c: 
9612         * ext/pango/gsttextrender.c:
9613         * ext/pango/gsttimeoverlay.c:
9614           Add gtk-doc blurbs to pango elements.
9615
9616 2005-12-02  Wim Taymans  <wim@fluendo.com>
9617
9618         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9619         * gst/audioresample/buffer.h:
9620         * gst/audioresample/gstaudioresample.c:
9621         * gst/audioresample/gstaudioresample.h:
9622         * gst/audioresample/resample.c: (resample_input_flush),
9623         (resample_input_pushthrough), (resample_input_eos),
9624         (resample_get_output_size_for_input),
9625         (resample_get_input_size_for_output), (resample_get_output_size),
9626         (resample_get_output_data):
9627         * gst/audioresample/resample.h:
9628         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9629         Fix audioresample, seek torture, new segments, reverse negotiation
9630         etc.. work fine.
9631
9632 2005-12-02  Wim Taymans  <wim@fluendo.com>
9633
9634         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9635         Small cleanups.
9636
9637 2005-12-02  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst/audioconvert/gstaudioconvert.c:
9640         (gst_audio_convert_transform):
9641         Post errors.
9642
9643 === release 0.9.7 ===
9644
9645 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9646
9647         * configure.ac:
9648           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9649
9650 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9651
9652         * Makefile.am:
9653         * po/hu.po:
9654         * win32/MANIFEST:
9655         * win32/gst.sln:
9656           add win32 MANIFEST file
9657           do something to the hungarian translation
9658
9659 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * ext/Makefile.am:
9662           Add $(PANGO_DIR) to SUBDIRS
9663
9664         * ext/pango/gstclockoverlay.c:
9665         * ext/pango/gsttimeoverlay.c:
9666           Fix and improve element descriptions.
9667
9668 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9669
9670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9671         * docs/plugins/inspect/plugin-libvisual.xml:
9672         * docs/plugins/inspect/plugin-pango.xml:
9673           add pango plugin to docs
9674
9675 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9676
9677         * configure.ac:
9678         * ext/Makefile.am:
9679           moved pango to base
9680
9681 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9682
9683         * configure.ac:
9684         * tests/Makefile.am:
9685         * tests/icles/.cvsignore:
9686         * tests/icles/Makefile.am:
9687         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9688         (close_display), (resize_window), (move_window), (create_window),
9689         (terminate_playback), (pause_playback), (start_playback), (main):
9690           add stress test for xoverlay from Julien
9691
9692 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9693
9694         * docs/libs/tmpl/gstcolorbalance.sgml:
9695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9696         * gst-libs/gst/rtp/gstbasertppayload.c:
9697         * gst-libs/gst/rtp/gstrtpbuffer.c:
9698         * gst-libs/gst/rtp/gstrtpbuffer.h:
9699           Do burger's rename for rtp payloaders and depayloaders
9700
9701 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9702
9703         * win32/:
9704           add Visual Studio 6 build files
9705
9706 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9707
9708         * docs/libs/gst-plugins-base-libs-docs.sgml:
9709         * docs/libs/gst-plugins-base-libs-sections.txt:
9710         * docs/libs/tmpl/gstaudio.sgml:
9711         * docs/libs/tmpl/gstringbuffer.sgml:
9712         * gst-libs/gst/interfaces/xoverlay.c:
9713         * gst-libs/gst/video/gstvideofilter.c:
9714         * gst-libs/gst/video/gstvideosink.c:
9715           update documentation
9716
9717 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9718
9719         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9720         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9721         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9722         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9723         (gst_multi_fd_sink_get_stats),
9724         (gst_multi_fd_sink_remove_client_link),
9725         (gst_multi_fd_sink_handle_client_read),
9726         (gst_multi_fd_sink_client_queue_data),
9727         (gst_multi_fd_sink_client_queue_caps),
9728         (gst_multi_fd_sink_client_queue_buffer),
9729         (gst_multi_fd_sink_new_client),
9730         (gst_multi_fd_sink_handle_client_write),
9731         (gst_multi_fd_sink_recover_client),
9732         (gst_multi_fd_sink_queue_buffer),
9733         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9734         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9735         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9736         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9737         * gst/tcp/gstmultifdsink.h:
9738         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9739         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9740         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9741         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9742         (gst_tcp_client_sink_set_property),
9743         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9744         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9745         * gst/tcp/gsttcpclientsink.h:
9746         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9747         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9748         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9749         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9750         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9751         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9752         * gst/tcp/gsttcpclientsrc.h:
9753         * gst/tcp/gsttcpplugin.c: (plugin_init):
9754         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9755         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9756         (gst_tcp_server_sink_finalize),
9757         (gst_tcp_server_sink_handle_server_read),
9758         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9759         (gst_tcp_server_sink_set_property),
9760         (gst_tcp_server_sink_get_property),
9761         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9762         * gst/tcp/gsttcpserversink.h:
9763         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9764         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9765         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9766         (gst_tcp_server_src_set_property),
9767         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9768         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9769         * gst/tcp/gsttcpserversrc.h:
9770           more borgifying
9771
9772 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9773
9774         * docs/plugins/Makefile.am:
9775         * docs/plugins/gst-plugins-base-plugins.args:
9776         * docs/plugins/inspect/plugin-libvisual.xml:
9777         * gst/audioconvert/plugin.h:
9778         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9779         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9780         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9781         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9782         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9783         (plugin_init):
9784         * gst/audiotestsrc/gstaudiotestsrc.c:
9785         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9786         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9787         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9788         (gst_audio_test_src_get_query_types),
9789         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9790         (gst_audio_test_src_create_square),
9791         (gst_audio_test_src_create_saw),
9792         (gst_audio_test_src_create_triangle),
9793         (gst_audio_test_src_create_silence),
9794         (gst_audio_test_src_create_white_noise),
9795         (gst_audio_test_src_init_pink_noise),
9796         (gst_audio_test_src_generate_pink_noise_value),
9797         (gst_audio_test_src_create_pink_noise),
9798         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9799         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9800         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9801         (plugin_init):
9802         * gst/audiotestsrc/gstaudiotestsrc.h:
9803         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9804         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9805         (gst_sub_parse_init), (gst_sub_parse_formats),
9806         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9807         (convert_encoding), (get_next_line),
9808         (gst_sub_parse_data_format_autodetect),
9809         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9810         (gst_sub_parse_loop), (gst_sub_parse_chain),
9811         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9812         (plugin_init):
9813         * gst/subparse/gstsubparse.h:
9814         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9815         (gst_video_rate_base_init), (gst_video_rate_class_init),
9816         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9817         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9818         (gst_video_rate_init), (gst_video_rate_event),
9819         (gst_video_rate_chain), (gst_video_rate_set_property),
9820         (gst_video_rate_get_property), (gst_video_rate_change_state),
9821         (plugin_init):
9822         * gst/videoscale/gstvideoscale.c:
9823         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9824         (gst_video_scale_src_template_factory),
9825         (gst_video_scale_sink_template_factory),
9826         (gst_video_scale_get_type), (gst_video_scale_base_init),
9827         (gst_video_scale_class_init), (gst_video_scale_init),
9828         (gst_video_scale_set_property), (gst_video_scale_get_property),
9829         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9830         (gst_video_scale_prepare_size), (parse_caps),
9831         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9832         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9833         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9834         (plugin_init):
9835         * gst/videoscale/gstvideoscale.h:
9836         * gst/videotestsrc/gstvideotestsrc.c:
9837         (gst_video_test_src_pattern_get_type),
9838         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9839         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9840         (gst_video_test_src_set_pattern),
9841         (gst_video_test_src_set_property),
9842         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9843         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9844         (gst_video_test_src_event), (gst_video_test_src_get_times),
9845         (gst_video_test_src_create), (plugin_init):
9846         * gst/videotestsrc/gstvideotestsrc.h:
9847         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9848         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9849         (gst_video_test_src_black):
9850         * gst/videotestsrc/videotestsrc.h:
9851           borgify further
9852           clean up docs a little
9853
9854 2005-11-30  Wim Taymans  <wim@fluendo.com>
9855
9856         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9857         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9858         (gst_basertppayload_event), (gst_basertppayload_push),
9859         (gst_basertppayload_change_state):
9860         * gst-libs/gst/rtp/gstbasertppayload.h:
9861         closed #320644.
9862
9863 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9864
9865         * docs/libs/gst-plugins-base-libs-docs.sgml:
9866         * docs/libs/gst-plugins-base-libs-sections.txt:
9867         * gst-libs/gst/video/gstvideofilter.c:
9868         * gst-libs/gst/video/gstvideosink.c:
9869         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9870
9871 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9872
9873         * LICENSE:
9874           move
9875         * po/af.po:
9876         * po/az.po:
9877         * po/cs.po:
9878         * po/en_GB.po:
9879         * po/hu.po:
9880         * po/it.po:
9881         * po/nb.po:
9882         * po/nl.po:
9883         * po/or.po:
9884         * po/sq.po:
9885         * po/sr.po:
9886         * po/sv.po:
9887         * po/uk.po:
9888         * po/vi.po:
9889         * Makefile.am:
9890           update
9891         * scripts/autoplugins.sh:
9892           remove
9893
9894 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9895
9896         * Makefile.am:
9897         * configure.ac:
9898         * examples/Makefile.am:
9899         * examples/capsfilter/Makefile.am:
9900         * examples/capsfilter/capsfilter1.c:
9901         * examples/gob/Makefile.am:
9902         * examples/gob/gst-identity2.gob:
9903         * examples/indexing/.cvsignore:
9904         * examples/indexing/Makefile.am:
9905         * examples/indexing/indexmpeg.c:
9906         * examples/seeking/.cvsignore:
9907         * examples/seeking/Makefile.am:
9908         * examples/seeking/cdparanoia.c:
9909         * examples/seeking/cdplayer.c:
9910         * examples/seeking/chained.c:
9911         * examples/seeking/scrubby.c:
9912         * examples/seeking/seek.c:
9913         * examples/stats/Makefile.am:
9914         * examples/stats/mp2ogg.c:
9915         * examples/switch/.cvsignore:
9916         * examples/switch/Makefile.am:
9917         * examples/switch/switcher.c:
9918         * tests/Makefile.am:
9919         * tests/check/generic/.cvsignore:
9920         * tests/check/pipelines/.cvsignore:
9921         * tests/examples/Makefile.am:
9922         * tests/examples/seek/Makefile.am:
9923           reorganize stuff under tests/
9924
9925 2005-11-30  Edward Hervey  <edward@fluendo.com>
9926
9927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9928         Go away you stupid GstStaticPadTemplate memleak.
9929
9930 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9931
9932         * gst-libs/gst/net/Makefile.am:
9933         * gst-libs/gst/net/README:
9934         * gst-libs/gst/net/gstnetbuffer.c:
9935         * gst-libs/gst/net/gstnetbuffer.h:
9936           this was moved to "netbuffer"
9937
9938 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9939
9940         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9941         (gst_video_filter_class_init), (gst_video_filter_init):
9942         * gst-libs/gst/video/gstvideofilter.h:
9943           borgify name to bring in line with other classes
9944
9945 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9946
9947         * gst/audioscale/.cvsignore:
9948         * gst/audioscale/Makefile.am:
9949         * gst/audioscale/README:
9950         * gst/audioscale/audioscale.vcproj:
9951         * gst/audioscale/dtof.c:
9952         * gst/audioscale/dtos.c:
9953         * gst/audioscale/functable.c:
9954         * gst/audioscale/gstaudioscale.c:
9955         * gst/audioscale/gstaudioscale.h:
9956         * gst/audioscale/private.h:
9957         * gst/audioscale/resample.c:
9958         * gst/audioscale/resample.h:
9959         * gst/audioscale/test.c:
9960           remove
9961
9962 2005-11-30  Edward Hervey  <edward@fluendo.com>
9963
9964         * gst-libs/gst/netbuffer/Makefile.am:
9965         really, really tired
9966
9967 2005-11-30  Edward Hervey  <edward@fluendo.com>
9968
9969         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9970         Update for new GstTypeFindFactory _register()
9971
9972 2005-11-30  Edward Hervey  <edward@fluendo.com>
9973
9974         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9975         Let's not override libgstnet from core for no reason...
9976         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9977         Ok, maybe not so quick next time.
9978
9979 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9980
9981         * configure.ac:
9982         * gst-libs/gst/Makefile.am:
9983           moved gst-libs/gst/net to netbuffer through CVS surgery
9984           remove old directory
9985           updating build to accomodate
9986           (#322257)
9987
9988 2005-11-29  Andy Wingo  <wingo@pobox.com>
9989
9990         * pkgconfig/gstreamer-plugins-base.pc.in:
9991         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9992         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9993         (#322257).
9994
9995 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9996
9997         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9998         3rd time's the charm. Correct ref-counting for discarded buffers.
9999
10000 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10001
10002         * gst/playback/gststreamselector.c:
10003         (gst_stream_selector_class_init),
10004         (gst_stream_selector_set_property),
10005         (gst_stream_selector_get_property),
10006         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10007         Fix ref-counting
10008
10009 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * gst/subparse/gstsubparse.c: (feed_textbuf):
10012           Don't access already unref'ed buffer.
10013
10014 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10015
10016         * gst/playback/gststreamselector.c:
10017         (gst_stream_selector_class_init), (gst_stream_selector_init),
10018         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10019         (gst_stream_selector_get_property),
10020         (gst_stream_selector_get_linked_pad),
10021         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10022         * gst/playback/gststreamselector.h:
10023         Add the active-pad property for playbin to use shortly. Ignore buffers
10024         from any other pad, returning GST_FLOW_NOT_LINKED
10025
10026 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10027
10028         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10029         patch from bug #322704 (Alessandro Decina).
10030
10031 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10032
10033         * gst-libs/gst/audio/Makefile.am:
10034           folded audiofilter into the audio library
10035
10036 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10037
10038         * gst/videoscale/gstvideoscale.h:
10039         * gst/videoscale/gstvideoscale.c:
10040           remove unimplemented scale methods
10041
10042 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10045           Don't leak caps.
10046
10047 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10048
10049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10050         (gst_ximagesink_setcaps):
10051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10052         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10053         happens (only visible on ximagesink but bug is in xv too) set_caps was
10054         destroying the internal x[v]image used to memcpy non locally alloced
10055         buffers so that it got renewed on next _chain. The issue is that 
10056         _expose will try to put that image as it reffed it in _put.
10057         Using gst_buffer_unref instead of destroy fixes it !
10058
10059 2005-11-28  Edward Hervey  <edward@fluendo.com>
10060
10061         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10062         (try_to_link_1), (queue_filled_cb):
10063         Better use of the queues. Start with a small size queue and only increase
10064         the size of the queues when the other queues are empty.
10065
10066 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10067
10068         * gst-libs/gst/video/Makefile.am:
10069           compile in copied-over videofilter into the video library
10070         * gst-libs/gst/video/videosink.h:
10071           rename the header to gstvideosink.h since it's a base GstObject class
10072         * sys/ximage/ximagesink.h:
10073         * sys/xvimage/xvimagesink.h:
10074           use the new header
10075
10076 2005-11-28  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10079         * gst/playback/gstplaybasebin.h:
10080         Prepare to handle errors betters.
10081
10082         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10083         Set sinks to PAUSED first before adding and linking them so that
10084         we don't interrupt dataflow.
10085
10086 2005-11-28  Wim Taymans  <wim@fluendo.com>
10087
10088         * gst-libs/gst/audio/TODO:
10089         Updated TODO
10090
10091         * gst-libs/gst/audio/gstaudiosink.c:
10092         (gst_audioringbuffer_open_device),
10093         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10094         (gst_audioringbuffer_release):
10095         Small cleanups.
10096
10097         * gst-libs/gst/audio/gstbaseaudiosink.c:
10098         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10099         (gst_base_audio_sink_change_state):
10100         Slave to the master clock when going to PLAYING and unslave when
10101         going to PAUSED.
10102
10103         * gst-libs/gst/audio/gstringbuffer.c:
10104         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10105         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10106         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10107         (gst_ring_buffer_clear_all), (wait_segment),
10108         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10109         (gst_ring_buffer_advance):
10110         * gst-libs/gst/audio/gstringbuffer.h:
10111         Add some docs and cleanups.
10112
10113 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10114
10115         * sys/xvimage/xvimagesink.c:
10116         (gst_xvimagesink_navigation_send_event): Fix navigation events
10117         coordinates translation with pixel aspect ratios.
10118
10119 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10120
10121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10122         Use calculated video geometry from _setcaps instead of buffer
10123         caps to respect pixel aspect ratio. (fixes #322388)
10124
10125 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10126
10127         * docs/libs/tmpl/gstcolorbalance.sgml:
10128         * docs/libs/tmpl/gstmixer.sgml:
10129         * docs/libs/tmpl/gstxoverlay.sgml:
10130         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10131         interface.
10132
10133 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10134
10135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10136         Refuse to create an XvImage if we can't find the format.
10137
10138 2005-11-28  Edward Hervey  <edward@fluendo.com>
10139
10140         * gst-libs/gst/riff/riff-media.c:
10141         (gst_riff_create_audio_template_caps):
10142         Add ATRAC3 to the list of riff-possible audio caps.
10143         I know we still don't have a plugin for atrac3, but it's saner to output
10144         that than a cryptic mimetype.
10145
10146 2005-11-27  Edward Hervey  <edward@fluendo.com>
10147
10148         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10149         Don't try to create a zero-sized subbuffer.
10150
10151 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10152
10153         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10154         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10155         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10156         (gst_ximagesink_expose): Fixed a tricky race.
10157         * sys/ximage/ximagesink.h:
10158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10159         (gst_xvimagesink_expose): Fixed a tricky race.
10160         * sys/xvimage/xvimagesink.h:
10161
10162 2005-11-27  Edward Hervey  <edward@fluendo.com>
10163
10164         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10165         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10166         Remove unused properties, and add queues between demuxers and decoders
10167         so that a lot more files can preroll properly.
10168
10169 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10170
10171         * gst-libs/gst/net/Makefile.am:
10172         * gst-libs/gst/rtp/Makefile.am:
10173         * gst-libs/gst/tag/Makefile.am:
10174           remove silly include
10175         * gst/tags/Makefile.am:
10176         * gst/tags/gsttagediting.c:
10177         * gst/tags/gsttageditingprivate.h:
10178         * gst/tags/tagedit.vcproj:
10179           remove directory, is as good as empty
10180
10181 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10182
10183         * configure.ac:
10184           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10185         * gst-libs/Makefile.am:
10186         * gst-libs/gst/audio/Makefile.am:
10187         * gst-libs/gst/interfaces/Makefile.am:
10188         * gst-libs/gst/net/Makefile.am:
10189         * gst-libs/gst/riff/Makefile.am:
10190         * gst-libs/gst/rtp/Makefile.am:
10191         * gst-libs/gst/tag/Makefile.am:
10192         * gst-libs/gst/video/Makefile.am:
10193           and use them
10194
10195 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10196
10197         * docs/libs/tmpl/gstcolorbalance.sgml:
10198         * docs/libs/tmpl/gstmixer.sgml:
10199         * docs/libs/tmpl/gstxoverlay.sgml:
10200         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10201         * sys/ximage/ximagesink.h:
10202         * sys/xvimage/xvimagesink.h: More and more documentation.
10203
10204 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10205
10206         * docs/libs/gst-plugins-base-libs-docs.sgml:
10207         * docs/libs/gst-plugins-base-libs-sections.txt:
10208         * docs/libs/tmpl/gstcolorbalance.sgml:
10209         * docs/libs/tmpl/gstmixer.sgml:
10210         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10211         to documentation.
10212
10213 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10214
10215         * docs/plugins/Makefile.am:
10216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10217         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10218         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10219
10220 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10221
10222         * docs/plugins/Makefile.am:
10223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10225         * docs/plugins/inspect/plugin-adder.xml:
10226         * docs/plugins/inspect/plugin-alsa.xml:
10227         * docs/plugins/inspect/plugin-audioconvert.xml:
10228         * docs/plugins/inspect/plugin-audiorate.xml:
10229         * docs/plugins/inspect/plugin-audioresample.xml:
10230         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10231         * docs/plugins/inspect/plugin-decodebin.xml:
10232         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10233         * docs/plugins/inspect/plugin-gnomevfs.xml:
10234         * docs/plugins/inspect/plugin-ogg.xml:
10235         * docs/plugins/inspect/plugin-playbin.xml:
10236         * docs/plugins/inspect/plugin-subparse.xml:
10237         * docs/plugins/inspect/plugin-tcp.xml:
10238         * docs/plugins/inspect/plugin-theora.xml:
10239         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10240         * docs/plugins/inspect/plugin-video4linux.xml:
10241         * docs/plugins/inspect/plugin-videorate.xml:
10242         * docs/plugins/inspect/plugin-videoscale.xml:
10243         * docs/plugins/inspect/plugin-videotestsrc.xml:
10244         * docs/plugins/inspect/plugin-volume.xml:
10245         * docs/plugins/inspect/plugin-vorbis.xml:
10246         * docs/plugins/inspect/plugin-ximagesink.xml:
10247         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10248         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10249
10250 2005-11-26  Edward Hervey  <edward@fluendo.com>
10251
10252         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10253         Properly return GstFlowReturn from gst_pad_push in chain functions.
10254
10255 2005-11-25  Michael Smith  <msmith@fluendo.com>
10256
10257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10258         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10259         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10260         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10261           Handle various conditions better when we don't understand a stream.
10262           Removes a heap of CRITICALs on ogg streams containing unknown data.
10263
10264 2005-11-24  Andy Wingo  <wingo@pobox.com>
10265
10266         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10267         Be threadsafe.
10268
10269 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10270
10271         * configure.ac: back to HEAD
10272
10273 === release 0.9.6 ===
10274
10275 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10276
10277         * configure.ac:
10278           releasing 0.9.6, "White Eight"
10279
10280 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10281
10282         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10283         * docs/plugins/inspect/plugin-sine.xml:
10284           remove sinesrc some more
10285
10286 2005-11-23  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10289         If we are reading too slowly, jump forward in the ringbuffer
10290         instead of blocking.
10291
10292 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10293
10294         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10295         (gst_visual_chain):
10296         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10297         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10298         (gst_videorate_chain):
10299         * gst/videotestsrc/gstvideotestsrc.c:
10300         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10301         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10302         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10303         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10304         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10305         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10306           Updates for API changes
10307
10308 2005-11-23  Wim Taymans  <wim@fluendo.com>
10309
10310         * gst-libs/gst/audio/gstbaseaudiosink.c:
10311         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10312         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10313         Fix for calibration API change.
10314
10315 2005-11-23  Michael Smith <msmith@fluendo.com>
10316
10317         * gst-libs/gst/audio/multichannel.c:
10318         (gst_audio_get_channel_positions),
10319         (gst_audio_set_channel_positions),
10320         (gst_audio_set_structure_channel_positions_list),
10321         (gst_audio_fixate_channel_positions):
10322           Use gst_value_array_*() functions on value arrays, not
10323           gst_value_list_*().
10324
10325 2005-11-23  Edward Hervey  <edward@fluendo.com>
10326
10327         * autogen.sh:
10328         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10329         Fixes autogen
10330
10331 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10332
10333         * check/Makefile.am:
10334         * check/elements/videotestsrc.c: (setup_videotestsrc),
10335         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10336         (main):
10337           add a test for videotestsrc
10338
10339 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10340
10341         * gst/sine/.cvsignore:
10342         * gst/sine/Makefile.am:
10343         * gst/sine/gstsinesrc.c:
10344         * gst/sine/gstsinesrc.h:
10345         * gst/sine/sinesrc.vcproj:
10346           and remove sinesrc from the repository.  Closes #321446
10347
10348 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * configure.ac:
10351         * gst-plugins-base.spec.in:
10352           remove sinesrc from the build
10353
10354 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * check/Makefile.am:
10357         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10358         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10359         (main):
10360           add a test for audiotestsrc, testing all waves.  Even seems
10361           leak-free at first glance, nice job Stefan
10362
10363 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10364
10365         * po/af.po:
10366         * po/az.po:
10367         * po/cs.po:
10368         * po/en_GB.po:
10369         * po/hu.po:
10370         * po/it.po:
10371         * po/nb.po:
10372         * po/nl.po:
10373         * po/or.po:
10374         * po/sq.po:
10375         * po/sr.po:
10376         * po/sv.po:
10377         * po/uk.po:
10378         * po/vi.po:
10379           Translation string updates
10380
10381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10382         (gst_v4lsrc_set_caps):
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           Improve v4lsrc, by making it work again.
10387
10388 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10389
10390         * ext/libvisual/visual.c: (gst_visual_chain):
10391           Fix the fps calculations.
10392
10393         * gst/ffmpegcolorspace/avcodec.h:
10394           Move structure element for clarity
10395
10396         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10397         * gst-libs/gst/interfaces/tunernorm.h:
10398         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10399         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10400         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10401         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10402         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10403         (gst_v4lmjpegsrc_getcaps):
10404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10405         (gst_v4lsrc_set_caps):
10406         * sys/v4l/gstv4lsrc.h:
10407         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10408         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10409         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10410         * sys/v4l/v4lsrc_calls.h:
10411           Fractional framerates...
10412
10413 2005-11-22  Wim Taymans  <wim@fluendo.com>
10414
10415         * gst-libs/gst/audio/gstbaseaudiosink.c:
10416         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10417         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10418         And we provide a clock by default, of course...
10419
10420 2005-11-22  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10423         This clock can be slaved to a master clock now.
10424
10425         * gst-libs/gst/audio/gstbaseaudiosink.c:
10426         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10427         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10428         (gst_base_audio_sink_set_clock),
10429         (gst_base_audio_sink_set_property),
10430         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10431         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10432         * gst-libs/gst/audio/gstbaseaudiosink.h:
10433         Handle slaving the internal clock to the clock selected in the
10434         pipeline.
10435         Add property to make the basesink not provide a clock.
10436
10437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10438         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10439         (gst_base_rtp_depayload_wait):
10440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10441         We can use the clock in GstElement, no need to store it ourselves.
10442
10443 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10444
10445         * docs/libs/tmpl/gstaudio.sgml:
10446           update
10447         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10448         (gst_paranoia_endian_get_type):
10449         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10451         * gst/audiotestsrc/gstaudiotestsrc.c:
10452         (gst_audiostestsrc_wave_get_type):
10453         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10454         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10455         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10456         (gst_sync_method_get_type), (gst_unit_type_get_type),
10457         (gst_client_status_get_type), (gst_multifdsink_class_init),
10458         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10459         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10460         (gst_multifdsink_get_property):
10461         * gst/tcp/gstmultifdsink.h:
10462         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10463         * gst/videotestsrc/gstvideotestsrc.c:
10464         (gst_videotestsrc_pattern_get_type):
10465           remove deprecated properties
10466           fix up enums to correctly have short lowercase dashed nicks
10467
10468 2005-11-22  Michael Smith <msmith@fluendo.com>
10469
10470         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10471         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10472           Add underscore.
10473
10474 2005-11-22  Michael Smith <msmith@fluendo.com>
10475
10476         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10477         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10478           Use utility method for scaling clocktime for fractional framerates.
10479
10480 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10481
10482         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10483         (gst_visual_chain):
10484         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10485         * ext/theora/theoradec.c: (theora_handle_type_packet):
10486         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10487         (theora_enc_chain):
10488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10489         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10490         * gst-libs/gst/video/video.h:
10491         * gst/ffmpegcolorspace/avcodec.h:
10492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10493         (gst_ffmpeg_caps_to_pixfmt):
10494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10495         (gst_ffmpegcsp_set_caps):
10496         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10497         (gst_videorate_setcaps), (gst_videorate_blank_data),
10498         (gst_videorate_chain):
10499         * gst/videotestsrc/gstvideotestsrc.c:
10500         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10501         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10502         (gst_videotestsrc_event), (gst_videotestsrc_create):
10503         * gst/videotestsrc/gstvideotestsrc.h:
10504         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10505         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10506         (gst_ximagesink_get_times), (gst_ximagesink_init):
10507         * sys/ximage/ximagesink.h:
10508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10509         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10510         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10511         * sys/xvimage/xvimagesink.h:
10512           Convert elements to use fractions for their framerate.
10513           V4L elements to come later tonight.
10514
10515 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10516
10517         * gst-libs/gst/audio/audio.c:
10518         * gst-libs/gst/audio/audio.h:
10519           remove some deprecated functions
10520
10521 2005-11-22  Andy Wingo  <wingo@pobox.com>
10522
10523         * Update for gst_tag_setter API changes.
10524
10525 2005-11-22  Andy Wingo  <wingo@pobox.com>
10526
10527         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10528         (gst_ogg_demux_perform_seek):
10529         * ext/theora/theoradec.c (theora_dec_sink_event):
10530         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10531         update-funcnames.
10532
10533 2005-11-22  Wim Taymans  <wim@fluendo.com>
10534
10535         * examples/seeking/seek.c: (main):
10536         Give higher priority to bus signals than the gtk events
10537         to fix a race condition in the segment looping.
10538
10539 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         * ext/theora/Makefile.am:
10542         * ext/vorbis/Makefile.am:
10543         * gst-libs/gst/tag/Makefile.am:
10544         * gst-plugins-base.spec.in:
10545           Rename libgsttagedit to libgsttag (#322117).
10546
10547 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10551           Call gst_x_overlay_prepare_xwindow_id() to give applications
10552           a final chance to set their own xwindow id before the video
10553           sink creates its own window.
10554
10555 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10556
10557         * sys/xvimage/xvimagesink.c:
10558         (gst_xvimagesink_navigation_send_event): Handle navigation
10559         events correcly with borders if applicable.
10560
10561 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         Patch by: Luca Ognibene
10564
10565         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10566         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10568         (gst_ffmpegcsp_caps_remove_format_info):
10569         * gst/ffmpegcolorspace/imgconvert.c:
10570         * gst/ffmpegcolorspace/imgconvert_template.h:
10571           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10572           #318353); use gst_structure_has_name().
10573
10574 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10575
10576         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10577         (gst_ximagesink_class_init): Add debug macros on functions.
10578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10579         (gst_xvimagesink_xwindow_draw_borders),
10580         (gst_xvimagesink_xvimage_put),
10581         (gst_xvimagesink_xwindow_update_geometry),
10582         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10583         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10584         (gst_xvimagesink_xcontext_clear),
10585         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10586         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10587         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10588         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10589         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10590         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10591         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10592         expose while being PAUSED, out of data flow navigation events, etc..
10593
10594 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10595
10596         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10597         * gst-libs/gst/audio/audio.h:
10598           fix prototype - wondering why the test worked regardless
10599
10600 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10601
10602         * check/Makefile.am:
10603         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10604         * gst-libs/gst/audio/audio.h:
10605           add a method that returns a proper GstClockTime
10606
10607 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10610         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10611         * gst-libs/gst/interfaces/xoverlay.h:
10612           Remove everything having to do with the desired size; add 
10613           gst_x_overlay_prepare_xwindow_id() function; remove the
10614           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10615           post a message on the bus instead (#321816).
10616
10617         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10619         (gst_xvimagesink_xoverlay_init):
10620           Remove desired size stuff (#321816).
10621
10622 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10625         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10626         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10627           Terminate vararg functions with NULL instead of 0 to 
10628           make gcc4 happy.
10629
10630 2005-11-21  Andy Wingo  <wingo@pobox.com>
10631
10632         patch by: Sebastien Cote <sebas642@yahoo.ca>
10633         
10634         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10635         * gst-libs/gst/rtp/gstrtpbuffer.c
10636         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10637
10638 2005-11-21  Andy Wingo  <wingo@pobox.com>
10639
10640         * gst/playback/gstplaybin.c (gen_audio_element) 
10641         (gen_video_element): Use the new MISSING_PLUGIN core error
10642         category. Closes #320060.
10643
10644         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10645         * gst/videorate/gstvideorate.c (gst_videorate_event):
10646         * ext/theora/theoradec.c (theora_dec_sink_event): 
10647         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10648         stream lock.
10649
10650         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10651         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10652         stream lock changes.
10653
10654 2005-11-21  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst-libs/gst/audio/gstbaseaudiosink.c:
10657         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10658         (gst_base_audio_sink_provide_clock),
10659         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10660         (gst_base_audio_sink_change_state):
10661         * gst/audioresample/gstaudioresample.c:
10662         Segment update fix.
10663
10664 2005-11-21  Andy Wingo  <wingo@pobox.com>
10665
10666         * *.h:
10667         * *.c: Ran scripts/update-macros. Oh yes.
10668
10669 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * sys/ximage/Makefile.am:
10672         * sys/ximage/ximage.c:
10673           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10674           remove your old libgstximage.* manually if necessary).
10675
10676 2005-11-21  Michael Smith <msmith@fluendo.com>
10677
10678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10679           Minimal fix for bug #320200: set the min/max bitrate in the correct
10680           units. A better fix would be to upgrade to the RATEMANAGE2
10681           interface, rather than using the deprecated interface used here, but
10682           that would require an update in our libvorbis dependency (to 1.1),
10683           which is probably undesirable.
10684
10685 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10686
10687         * ext/libvisual/visual.c: (get_buffer):
10688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10689         (gst_base_audio_src_fixate):
10690         * gst/audioconvert/gstaudioconvert.c:
10691         (gst_audio_convert_fixate_caps):
10692         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10693         * gst/audiotestsrc/gstaudiotestsrc.c:
10694         (gst_audiotestsrc_src_fixate):
10695         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10696         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10698         * gst/videotestsrc/gstvideotestsrc.c:
10699         (gst_videotestsrc_src_fixate):
10700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10702           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10703           (#322027)
10704
10705
10706 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10709         (gst_riff_create_iavs_caps):
10710         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10711         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10712         (gst_riff_parse_info):
10713         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10716           Fixes for GST_FOURCC_FORMAT API change.
10717
10718 2005-11-21  Andy Wingo  <wingo@pobox.com>
10719
10720         patch by: Alessandro Dessina <alessandro nnva org>
10721
10722         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10723         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10724         (gst_ogg_parse_chain):
10725         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10726         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10727         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10728         gst_value_list calls on arrays. Fixes #321962.
10729
10730 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10733         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10734         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10735         * gst/adder/gstadder.c: (gst_adder_init),
10736         (gst_adder_request_new_pad), (gst_adder_collected),
10737         (gst_adder_change_state):
10738           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10739           API change.
10740
10741 2005-11-21  Michael Smith <msmith@fluendo.com>
10742
10743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10744         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10745           Properly handle pad_push return values.
10746
10747 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10748
10749         * gst-libs/gst/tag/Makefile.am:
10750         * gst-libs/gst/tag/gstvorbistag.c:
10751         (gst_tag_list_to_vorbiscomment_buffer):
10752           Remove obsolete vorbistag element and debug category.
10753
10754         * gst/playback/gstplaybasebin.c: (check_queue):
10755           Don't divide by 0 when queue-threshold is 0.
10756
10757         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10758           Don't modify an existing pixel-aspect-ratio if we fail to read
10759           a new one.
10760
10761 2005-11-20  Wim Taymans  <wim@fluendo.com>
10762
10763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10764         (gst_vorbisenc_push_packet):
10765         GST_PAD_IS_USABLE is gone, use the return value of
10766         the push or pad_alloc_buffer instead.
10767
10768 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10769
10770         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10771         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10772         (gst_ximagesink_ximage_destroy),
10773         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10774         (gst_ximagesink_xwindow_new),
10775         (gst_ximagesink_xwindow_update_geometry),
10776         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10777         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10778         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10779         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10780         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10781         (gst_ximagesink_navigation_send_event),
10782         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10783         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10784         (gst_ximagesink_finalize), (gst_ximagesink_init),
10785         (gst_ximagesink_class_init):
10786         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10787         This new version brings correct software scaling, non flickering
10788         window while resizing, pixel aspect ratio handling, usage of
10789         hardware buffer pools, out of data flow event thread for 
10790         navigation and handling of expose events even when being PAUSED,
10791         a new property to keep video aspect ratio when resizing, etc...
10792
10793 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10794
10795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10796         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10797         handling of PAR.
10798
10799 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10800
10801         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10802         Unsetting IS_SINK flag from the fakesink, so decodebin
10803         never behaves as a sink.
10804
10805 2005-11-17  Wim Taymans  <wim@fluendo.com>
10806
10807         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10808         (gst_base_audio_src_change_state):
10809         Fix the audiosrc base class again, we did not unflush.
10810
10811 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10812
10813         * examples/seeking/seek.c: (make_dv_pipeline),
10814         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10815         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10816         to ogg/vorbis/theora pipeline.
10817
10818 2005-11-17  Wim Taymans  <wim@fluendo.com>
10819
10820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10821         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10822         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10823         Fix EOS on multiple streams.
10824         More debugging.
10825
10826 2005-11-16  Wim Taymans  <wim@fluendo.com>
10827
10828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10829         (gst_ogg_demux_perform_seek):
10830         Segment done must include stream time.
10831
10832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10833         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10834         (gst_ogg_mux_change_state):
10835         Fix ogg muxer again.
10836
10837 2005-11-16  Wim Taymans  <wim@fluendo.com>
10838
10839         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10840         Fix compile again.
10841
10842 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10843
10844         * ext/libvisual/visual.c: (gst_visual_init):
10845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10846         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10847         (gst_ogg_parse_chain):
10848         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10849         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10850         * ext/theora/theoradec.c: (gst_theora_dec_init):
10851         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10852         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10853         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10854         * gst/adder/gstadder.c: (gst_adder_class_init),
10855         (gst_adder_dispose):
10856         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10857         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10858         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10859           Fix a whole set of pad template leaks
10860
10861 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10862
10863         * check/generic/states.c: (GST_START_TEST):
10864           fix the test so that it only checks for elements that are part of
10865           this source module
10866
10867 2005-11-16  Michael Smith <msmith@fluendo.com>
10868
10869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10870         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10871         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10872         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10873         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10874         (gst_ogg_mux_change_state):
10875           Fix leaking collectpads.
10876
10877 2005-11-16  Edward Hervey  <edward@fluendo.com>
10878
10879         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10880         (gst_videorate_event), (gst_videorate_chain):
10881         Handle segment seeks
10882
10883 2005-11-16  Wim Taymans  <wim@fluendo.com>
10884
10885         * gst-libs/gst/audio/gstbaseaudiosink.c:
10886         (gst_base_audio_sink_provide_clock),
10887         (gst_base_audio_sink_change_state):
10888         Set ringbuffer to non-flushing when going to PAUSED, set to
10889         flushing again when going to READY.
10890
10891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10892         (gst_ring_buffer_stop):
10893         Start in flushing mode by default.
10894         Don't set flushing in the _stop method, let the app call
10895         this explicitly.
10896
10897 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10898
10899         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10900         * gst-libs/gst/video/videosink.h: Add helper function needed
10901         for video sinks.
10902
10903 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         * gst/videoscale/gstvideoscale.c:
10906         (gst_videoscale_handle_src_event):
10907           Don't leak reference to pad parent.
10908
10909 2005-11-16  Wim Taymans  <wim@fluendo.com>
10910
10911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10912         Set ringbuffer to flushing when stopping so that we don't
10913         block on wait_segment anymore and livelock.
10914
10915 2005-11-16  Wim Taymans  <wim@fluendo.com>
10916
10917         * examples/seeking/seek.c: (send_event), (do_seek),
10918         (loop_toggle_cb), (segment_done), (main):
10919         Added looping checkbox.
10920
10921 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10922
10923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10924         (gst_ogg_demux_init):
10925         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10926         (gst_vorbis_dec_init):
10927           revert unrefs, they don't pass make check
10928
10929 2005-11-15  Johan Dahlin  <johan@gnome.org>
10930
10931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10932         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10933         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10934         (gst_vorbis_dec_init):
10935         Fix pad template leaks. 
10936
10937 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10940           Make state change function thread safe.
10941
10942 2005-11-15  Edward Hervey  <edward@fluendo.com>
10943
10944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10945         (gst_ogg_demux_class_init):
10946         Implement GstElement::send_event, so we can send seek events
10947         in GST_STATE_READY
10948
10949 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10950
10951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10952         Discovered how to take away flickering while resizing the
10953         window. Please don't put that in ximagesink, refactoring in
10954         progress.
10955
10956 2005-11-14  Michael Smith <msmith@fluendo.com>
10957
10958         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10959         (gst_multifdsink_render):
10960           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10961
10962 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * gst/playback/gstplaybin.c: (gen_audio_element):
10965           Use autoaudiosink, it tends to be more widely available than
10966           autoaudiiosink.
10967           
10968 2005-11-14  Andy Wingo  <wingo@pobox.com>
10969
10970         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10971         as well if it is available. Fixes #316442.
10972
10973 2005-11-14  Michael Smith <msmith@fluendo.com>
10974
10975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10976         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10977         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10978         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10979         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10980         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10982         (gst_vorbisenc_change_state):
10983           Fix a small memory leak in vorbisenc.
10984           Fix large memory leaks in oggmux, also fix lots of state change
10985           bugs in oggmux.
10986
10987 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10988
10989         * gst/videotestsrc/gstvideotestsrc.c:
10990         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10991         (gst_videotestsrc_src_fixate):
10992           move fixation to a fixate function
10993           remove negotiate function, basesrc's is good enough
10994           fixes a bug for check when using the element alone
10995
10996 2005-11-13  Edward Hervey  <edward@fluendo.com>
10997
10998         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10999         (key_toggle_cb), (main):
11000         Added checkboxes for adding/removing the accurate and key_unit seek
11001         flags.
11002
11003 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11004
11005         * configure.ac: back to HEAD
11006
11007 === release 0.9.5 ===
11008
11009 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11010
11011         * configure.ac:
11012           releasing 0.9.5, "No No Kia"
11013
11014 2005-11-11  Edward Hervey  <edward@fluendo.com>
11015
11016         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11017         Added parse-launch syntax seeking mode for the seeking example.
11018         This should help stress-test even more cases.
11019         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11020
11021 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * sys/xvimage/xvimagesink.c:
11024         (gst_xvimagesink_navigation_send_event):
11025           Check whether peer pad exists before sending navigation events
11026           to it.
11027
11028 2005-11-11  Michael Smith <msmith@fluendo.com>
11029
11030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11031         (gst_vorbisenc_buffer_from_packet):
11032         * ext/vorbis/vorbisenc.h:
11033           Set duration on encoded buffers. This allows oggmux's
11034           max_page_delay parameter to actually work.
11035
11036 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11039         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11040         (gst_ffmpegcsp_avpicture_fill):
11041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11042         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11043           Make palettes work again (see #132341). Use our own macros
11044           for rounding up.
11045
11046 2005-11-10  Andy Wingo  <wingo@pobox.com>
11047
11048         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11049         string doober.
11050
11051 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11052
11053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11054         (gst_ffmpegcsp_transform_caps):
11055           Prefer passthrough in transform_caps
11056
11057 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11058
11059         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11060           check for ALSA errors properly, instead of relying on ALSA's
11061           error strings to serve to the user.
11062
11063 2005-11-10  Wim Taymans  <wim@fluendo.com>
11064
11065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11066         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11067         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11068         Modernise the seek code.
11069
11070 2005-11-10  Michael Smith <msmith@fluendo.com>
11071         
11072         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11073         (setup_substreams), (set_active_source):
11074           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11075           trying to go to NULL if we failed to read a file.
11076
11077 2005-11-10  Wim Taymans  <wim@fluendo.com>
11078
11079         * gst/audiotestsrc/gstaudiotestsrc.c:
11080         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11081         (gst_audiotestsrc_create):
11082         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11083         (gst_sinesrc_get_times), (gst_sinesrc_create):
11084         * gst/videotestsrc/gstvideotestsrc.c:
11085         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11086         (gst_videotestsrc_create):
11087         The base class can now sync for us.
11088
11089 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11090
11091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11092           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11093           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11094           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11095           format=(fourcc)I420" ! xvimagesink
11096
11097 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11100         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11101         (gst_sinesrc_newsegment):
11102           Send newsegment event in TIME format, set duration if
11103           num-buffers is set, fix duration querying.
11104
11105 2005-11-10  Michael Smith <msmith@fluendo.com>
11106
11107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11108         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11109         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11110         (gst_ogg_mux_collected):
11111          Fix EOS handling, partially. Now forwarding an EOS event once we have
11112          EOS on all pads works correctly. However, we still don't properly set
11113          EOS on the actual ogg stream pages.
11114
11115 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11118           Set elements to NULL state before disposing of them.
11119
11120 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11121
11122         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11125         (gst_base_rtp_depayload_init),
11126         (gst_base_rtp_depayload_set_gst_timestamp):
11127         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11128           We need to send a newsegment event for each instance, not
11129           just for the first instance of this class (get rid of
11130           static variable in function). (#321011).
11131           
11132 2005-11-08  Michael Smith <msmith@fluendo.com>
11133
11134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11135         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11136         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11137         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11138           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11139           This makes us mux things correctly according to the ogg muxing
11140           rules. Still not handling EOS correctly right now, though.
11141
11142 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * gst/audioconvert/gstaudioconvert.c:
11145           Fix typo in docs. 
11146
11147 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11148
11149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11150         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11151           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11152           creating a new chain; should fix live streaming. Also
11153           add more debug output and fix a typo.
11154
11155 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11156
11157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * gst/volume/gstvolume.c: (volume_set_caps):
11160           Fix compilation on Solaris with Forte. (#320923)
11161
11162 2005-11-08  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst-libs/gst/audio/gstbaseaudiosink.c:
11165         (gst_base_audio_sink_render):
11166         No need to do a typecheck.
11167
11168 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * ext/alsa/gstalsa.h:
11171           We register a debug category, so let's use it.
11172
11173 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11174
11175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11176         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11177         Fixed a small problem.
11178
11179 2005-11-04  Wim Taymans  <wim@fluendo.com>
11180
11181         * examples/seeking/Makefile.am:
11182         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11183         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11184         (make_playerbin_pipeline), (format_value), (update_scale),
11185         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11186         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11187         (print_usage), (main):
11188         Added app for playback speed testing.
11189
11190         * examples/seeking/seek.c: (dynamic_link),
11191         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11192         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11193         (message_received), (main):
11194         Updated seek example.
11195
11196 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11197
11198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11199         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11200         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11201         (gst_base_rtp_depayload_set_clock):
11202         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11203         Don't sleep on the bench (system clock) when you have a nice 
11204         comfortable bed (Gstreamer clock) to sleep on.
11205
11206 2005-11-03  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11209         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11210         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11211         Handle the case where a pad_block failed.
11212
11213 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11214
11215         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11216
11217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11218         (gst_base_rtp_depayload_add_to_queue),
11219         (gst_base_rtp_depayload_push),
11220         (gst_base_rtp_depayload_set_gst_timestamp),
11221         (gst_base_rtp_depayload_queue_release):
11222           Fixes some bugs in the depayloader's queuing/de-queueing code.
11223
11224 2005-10-31  Michael Smith <msmith@fluendo.com>
11225
11226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11227         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11228         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11229           Patch from Alessandro Decina <alessandro@nnva.org>.
11230           Make oggdemux only find the final time in a chain, not per-pad,
11231           since the per-pad information can be very expensive to locate, and
11232           it isn't used anywhere. This makes reading a file containing
11233           OggSkeleton reasonably fast.
11234           Also, make chain finding work when there are logical bitstreams that
11235           can't be decoded. Fixes #319110.
11236
11237 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11238
11239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11240         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11241         (gst_base_rtp_depayload_chain),
11242         (gst_base_rtp_depayload_add_to_queue),
11243         (gst_base_rtp_depayload_push),
11244         (gst_base_rtp_depayload_set_gst_timestamp),
11245         (gst_base_rtp_depayload_queue_release),
11246         (gst_base_rtp_depayload_start_thread),
11247         (gst_base_rtp_depayload_set_property),
11248         (gst_base_rtp_depayload_get_property):
11249         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11250         Some random fixes, to fullfill the desires of thomas.
11251
11252 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11253
11254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11255         (gst_base_rtp_depayload_add_to_queue),
11256         (gst_base_rtp_depayload_push):
11257         Fixed the queueing algorithm.
11258
11259 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11260
11261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11262         (gst_base_rtp_depayload_push):
11263         A small fix
11264
11265 2005-10-31  Wim Taymans  <wim@fluendo.com>
11266
11267         * gst-libs/gst/audio/gstringbuffer.h:
11268         Don't break ABI.
11269
11270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11271         (gst_ffmpeg_caps_to_pixfmt):
11272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11273         (gst_ffmpegcsp_set_caps):
11274         Some more comments.
11275         Handle missing required caps fields better.
11276
11277 2005-10-31  Wim Taymans  <wim@fluendo.com>
11278
11279         * gst-libs/gst/audio/gstbaseaudiosink.c:
11280         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11281         (gst_base_audio_sink_render):
11282         * gst-libs/gst/audio/gstringbuffer.c:
11283         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11284         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11285         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11286         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11287         (gst_ring_buffer_read):
11288         * gst-libs/gst/audio/gstringbuffer.h:
11289         Add flushing mode to the ringbuffer so that it in all cases does
11290         not try to handle more audio. This makes sure it does not try to
11291         block anymore when flushing and fixes a livelock.
11292
11293 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11294
11295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11296         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11297         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11298           Explicitly check for -1 values before doing a conversion
11299           and always map them to -1. (#315545)
11300
11301 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * gst/playback/gstplaybin.c: (gen_video_element):
11304           first try autovideosink, then xvimagesink, then error out
11305         * po/POTFILES.in:
11306           add translatable file
11307         * po/af.po:
11308         * po/az.po:
11309         * po/cs.po:
11310         * po/en_GB.po:
11311         * po/hu.po:
11312         * po/it.po:
11313         * po/nb.po:
11314         * po/nl.po:
11315         * po/or.po:
11316         * po/sq.po:
11317         * po/sr.po:
11318         * po/sv.po:
11319         * po/uk.po:
11320         * po/vi.po:
11321           update translations
11322
11323 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11324
11325         * gst-libs/gst/rtp/gstbasedepayload.c:
11326         * gst-libs/gst/rtp/gstbasedepayload.h:
11327           Minor cleanups
11328
11329 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * gst/playback/.cvsignore:
11332         * gst/playback/decodetest.c:
11333         * gst/playback/test3.c:
11334           Port these two tests as well.
11335
11336 2005-10-27  Wim Taymans  <wim@fluendo.com>
11337
11338         * ext/theora/theoradec.c: (theora_dec_src_query),
11339         (theora_dec_sink_event):
11340         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11341         (theora_enc_change_state):
11342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11343         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11344         Take proper locks when handling events.
11345
11346 2005-10-27  Wim Taymans  <wim@fluendo.com>
11347
11348         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11349         (gst_adder_change_state):
11350         Fix timestamps and fix deadlock when stopping the collectpads.
11351
11352 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11353
11354         * gst-libs/gst/rtp/gstrtpbuffer.h:
11355         Declaring the payload types as strings too so that they can be used
11356         in the padtemplate inialization.
11357
11358 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11359
11360         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11361
11362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11363         (gst_base_rtp_depayload_class_init):
11364         Fixes a small but nasty bug. The derived elements no longer segfaults
11365         on finalization.
11366
11367 2005-10-26  Michael Smith <msmith@fluendo.com>
11368
11369         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11370           When clearing an audioconvert context, set tmpbufsize to zero, so
11371           we'll allocate it again later if required.
11372           This fixes audioconvert re-negotiating formats, which previously
11373           segfaulted with a NULL destination buffer.
11374
11375 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11376
11377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11378         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11379         (gst_base_rtp_depayload_set_gst_timestamp),
11380         (gst_base_rtp_depayload_queue_release):
11381         Fixed a smalll memleak.
11382
11383 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11385         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11386         (gst_base_rtp_depayload_finalize),
11387         (gst_base_rtp_depayload_setcaps),
11388         (gst_base_rtp_depayload_add_to_queue),
11389         (gst_base_rtp_depayload_push),
11390         (gst_base_rtp_depayload_set_gst_timestamp),
11391         (gst_base_rtp_depayload_queue_release),
11392         (gst_base_rtp_depayload_thread),
11393         (gst_base_rtp_depayload_change_state):
11394         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11395         Changed the C++ comments to C comments
11396
11397 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11400         * gst/tcp/gsttcpclientsrc.h:
11401         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11402         * gst/tcp/gsttcpserversrc.h:
11403           Remove unused 'curoffset' structure member.
11404
11405 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11406
11407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11408         (gst_base_rtp_depayload_base_init),
11409         (gst_base_rtp_depayload_finalize):
11410         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11411         * gst-libs/gst/rtp/gstbasertppayload.h:
11412           The pad-template on the sinkpad should be set by the derived classes.
11413           Also added some useful macros.
11414
11415 2005-10-24  Wim Taymans  <wim@fluendo.com>
11416
11417         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11418         Correctly flush decoder samples even if we could not
11419         copy them to an output buffer. Fixes #319618.
11420
11421 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11422
11423         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11425         the caps against our xcontext caps.
11426
11427 2005-10-24  Wim Taymans  <wim@fluendo.com>
11428
11429         * gst-libs/gst/audio/gstbaseaudiosink.c:
11430         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11431         Remove g_print
11432         Use sync property from baseclass to disable sync.
11433
11434 2005-10-24  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst-libs/gst/audio/gstbaseaudiosink.c:
11437         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11438         Buffers with no timestamps get aligned with previous buffers or
11439         on underrun, played ASAP.
11440
11441 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11442
11443         * gst-libs/gst/video/video.h:
11444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11447         here comes my change on caps for framerate and geometry range.
11448         We are now accepting 1 to MAXINT for width and height, and from
11449         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11450         to be blended correctly in videomixer.
11451
11452 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11453
11454         * configure.ac:
11455           back to HEAD
11456
11457 === release 0.9.4 ===
11458
11459 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11460
11461         * NEWS:
11462         * RELEASE:
11463         * configure.ac:
11464           releasing 0.9.4, "Velociraptor"
11465
11466 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11469         * po/POTFILES.in:
11470           STOPPED -> FAILED
11471
11472 2005-10-21  Wim Taymans  <wim@fluendo.com>
11473
11474         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11475         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11476         (pad_blocked), (close_pad_link), (new_pad):
11477         Don't try to remove elements twice.
11478
11479 2005-10-21  Wim Taymans  <wim@fluendo.com>
11480
11481         * ext/theora/theoradec.c: (theora_dec_src_query),
11482         (theora_dec_sink_event):
11483         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11484         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11485         (vorbis_handle_data_packet):
11486         * ext/vorbis/vorbisdec.h:
11487         Fix old naming.
11488
11489         * gst-libs/gst/audio/gstbaseaudiosink.c:
11490         (gst_base_audio_sink_render):
11491         Don't try to sync on buffers without a timestamp.
11492
11493 2005-10-21  Wim Taymans  <wim@fluendo.com>
11494
11495         * ext/theora/theoradec.c: (theora_dec_src_query),
11496         (theora_dec_sink_event):
11497         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11498         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11499         (vorbis_handle_data_packet):
11500         * ext/vorbis/vorbisdec.h:
11501         Fix old naming.
11502
11503 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11506         (gst_vorbisenc_src_query):
11507           Implement position and duration queries.
11508
11509         * gst/playback/test3.c: (update_scale), (main):
11510           Fix for async state changes and print nicer output.
11511
11512 2005-10-20  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11515         (dump_element_stats), (main):
11516         * gst/playback/test6.c: (main):
11517         Fix tests again
11518
11519 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11522         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11523           Don't use functions for position queries when handling
11524           duration queries.
11525
11526 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11529         (vorbis_handle_data_packet), (vorbis_dec_chain),
11530         (vorbis_dec_change_state):
11531         * ext/vorbis/vorbisdec.h:
11532           Vorbis streams can be embedded in other container formats
11533           than ogg, container formats where the demuxer might set 
11534           timestamps on encoded vorbis buffers instead of those silly 
11535           granulepos thingies. In short: make vorbisdec handle 
11536           timestamps on incoming buffers as well.
11537
11538 2005-10-20  Wim Taymans  <wim@fluendo.com>
11539
11540         * gst/playback/gstplaybasebin.c: (group_destroy),
11541         (gst_play_base_bin_change_state):
11542         Fix leak.
11543         Handle case where playbasebin is now ASYNC because
11544         decodebin is.
11545
11546 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/audioconvert/Makefile.am:
11549         * gst/audioconvert/bufferframesconvert.c:
11550         * gst/audioconvert/plugin.c: (plugin_init):
11551         * gst/audioconvert/plugin.h:
11552           And bye bye buffer-frames-convert
11553
11554 2005-10-19  Wim Taymans  <wim@fluendo.com>
11555
11556         * check/elements/audioconvert.c:
11557         * docs/libs/tmpl/gstaudio.sgml:
11558         * docs/libs/tmpl/gstcolorbalance.sgml:
11559         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11560         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11561         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11562         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11563         * gst-libs/gst/audio/audio.h:
11564         * gst/audioconvert/audioconvert.h:
11565         * gst/audioconvert/gstaudioconvert.c:
11566         (gst_audio_convert_parse_caps):
11567         * gst/volume/gstvolume.c:
11568         Bye bye buffer-frames.
11569
11570 2005-10-19  Wim Taymans  <wim@fluendo.com>
11571
11572         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11573         (query_positions_elems), (query_positions_pads), (update_scale),
11574         (do_seek), (set_update_scale), (message_received), (main):
11575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11576         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11577         (gst_ogg_demux_loop):
11578         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11579         * ext/theora/theoradec.c: (theora_dec_src_query),
11580         (theora_dec_sink_event):
11581         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11582         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11583         * gst/adder/gstadder.c: (gst_adder_query):
11584         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11585         * gst/playback/test3.c: (update_scale):
11586         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11587         (dump_element_stats), (main):
11588         * gst/playback/test6.c: (main):
11589         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11590         Query API update.
11591
11592 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11595         (xml_check_first_element), (xml_type_find), (smil_type_find),
11596         (plugin_init):
11597           Add typefinding for SMIL and for generic XML. Based on patch by
11598           Akos Maroy (#308663).
11599
11600 2005-10-18  Wim Taymans  <wim@fluendo.com>
11601
11602         * gst/playback/Makefile.am:
11603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11604         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11605         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11606         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11607         (gst_decode_bin_change_state):
11608         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11609         (gst_play_bin_send_event_to_sink):
11610         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11611         (dump_element_stats), (main):
11612         * gst/playback/test6.c: (main):
11613         Make playbin async, it'll commit state to paused when all streams
11614         are detected.
11615         Remove ugly hack.
11616         Added test6.c to show async behaviour.
11617
11618 2005-10-18  Wim Taymans  <wim@fluendo.com>
11619
11620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11621         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11622         Fix for segment-start/stop API change.
11623
11624 2005-10-18  Wim Taymans  <wim@fluendo.com>
11625
11626         * check/Makefile.am:
11627         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11628         (main):
11629         Add future test for clock selection.
11630
11631 2005-10-18  Wim Taymans  <wim@fluendo.com>
11632
11633         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11634         (gst_alsasink_close):
11635         Set handle to NULL.
11636
11637         * gst-libs/gst/audio/gstringbuffer.c:
11638         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11639         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11640         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11641         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11642         (gst_ring_buffer_read):
11643         More debug info.
11644
11645 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11646
11647         * gst/audiotestsrc/Makefile.am:
11648         * gst/sine/Makefile.am:
11649         * gst/volume/Makefile.am:
11650           fix broken build of controllerized plugins
11651
11652 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11653
11654         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11657         (gst_riff_create_video_template_caps):
11658           Add support for Indeo-3 (IV32).
11659
11660 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * configure.ac:
11663           rewrite
11664
11665 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11666
11667         * gst-libs/gst/video/video.c: (gst_video_get_size):
11668         * gst/audiotestsrc/gstaudiotestsrc.c:
11669           doc updates
11670
11671 2005-10-17  Andy Wingo  <wingo@pobox.com>
11672
11673         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11674         with the collectpads change.
11675         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11676
11677         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11678
11679         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11680
11681         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11682         alloc_buffer flow return to callers.
11683         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11684         change. Fix some memleaks in theoraenc.
11685
11686         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11687         in strange circumstance.
11688
11689 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11690
11691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11692         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11693         from caps, let's use the caps...
11694
11695 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11696
11697         * configure.ac:
11698           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11699
11700 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11701
11702         * gst-libs/gst/interfaces/Makefile.am:
11703           fix silly typo
11704
11705 2005-10-16  Andy Wingo  <wingo@pobox.com>
11706
11707         * gst/playback/gstdecodebin.c
11708         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11709         function!
11710         (try_to_link_1): Increase kraziness level.
11711
11712 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11713
11714         * configure.ac:
11715           restructure like the core one
11716         * gst-libs/gst/audio/Makefile.am:
11717         * gst-libs/gst/interfaces/Makefile.am:
11718         * gst-libs/gst/net/Makefile.am:
11719         * gst-libs/gst/riff/Makefile.am:
11720         * gst-libs/gst/rtp/Makefile.am:
11721         * gst-libs/gst/tag/Makefile.am:
11722         * gst-libs/gst/video/Makefile.am:
11723           use correct linker flags, now the libs are properly versioned
11724         * check/elements/audioconvert.c: (verify_convert):
11725         * ext/alsa/gstalsaplugin.c:
11726         * ext/cdparanoia/gstcdparanoia.c:
11727         * ext/gnomevfs/gstgnomevfs.c:
11728         * ext/libvisual/visual.c:
11729         * ext/ogg/gstogg.c:
11730         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11731         * ext/theora/theora.c:
11732         * ext/vorbis/vorbis.c:
11733         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11734         * gst-libs/gst/tag/gsttagediting.c:
11735         * gst-libs/gst/video/video.c:
11736         * gst/adder/gstadder.c:
11737         * gst/audioconvert/plugin.c:
11738         * gst/audiorate/gstaudiorate.c:
11739         * gst/audioresample/gstaudioresample.c:
11740         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11741         * gst/audioscale/gstaudioscale.c:
11742         * gst/audioscale/resample.c:
11743         * gst/audiotestsrc/gstaudiotestsrc.c:
11744         * gst/ffmpegcolorspace/gstffmpeg.c:
11745         * gst/playback/gstdecodebin.c: (close_pad_link):
11746         * gst/playback/gstplaybin.c: (gen_video_element),
11747         (gen_audio_element):
11748         * gst/sine/gstsinesrc.c:
11749         * gst/subparse/gstsubparse.c:
11750         * gst/tags/gsttagediting.c:
11751         * gst/tcp/gsttcpplugin.c:
11752         * gst/typefind/gsttypefindfunctions.c:
11753         * gst/videorate/gstvideorate.c:
11754         * gst/videoscale/gstvideoscale.c:
11755         * gst/videotestsrc/gstvideotestsrc.c:
11756         * gst/volume/gstvolume.c:
11757         * sys/v4l/gstv4l.c:
11758         * sys/ximage/ximage.c:
11759         * sys/xvimage/xvimagesink.c:
11760           fix up defines
11761
11762 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * ext/vorbis/vorbisenc.c:
11765         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11766         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11767         (gst_tag_to_vorbis_comments):
11768           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11769
11770 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11771
11772         * examples/stats/mp2ogg.c:
11773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11774           typo fixes
11775
11776 2005-10-13  Michael Smith <msmith@fluendo.com>
11777
11778         * ext/ogg/gstoggmux.c:
11779           Use magic glib macros to define constants as 64 bit, to ensure
11780           appropriate vararg passing.
11781
11782 2005-10-13  Michael Smith <msmith@fluendo.com>
11783
11784         * ext/ogg/gstoggmux.c:
11785         * gst/audioconvert/audioconvert.c: (float):
11786           Don't use LL suffix, as it's not portable, and neither of these
11787           uses required it anyway.
11788
11789 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11790
11791         * examples/indexing/indexmpeg.c: (main):
11792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11793         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11794         (cdparanoia_convert), (cdparanoia_query):
11795         * ext/cdparanoia/gstcdparanoia.h:
11796         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11797         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11798         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11800         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11801         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11803         (gst_multifdsink_render), (gst_multifdsink_start),
11804         (gst_multifdsink_stop):
11805         * gst/tcp/gstmultifdsink.h:
11806         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11807         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11808         (gst_tcpclientsink_stop):
11809         * gst/tcp/gsttcpclientsink.h:
11810         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11811         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11812         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11813         * gst/tcp/gsttcpclientsrc.h:
11814         * gst/tcp/gsttcpserversink.h:
11815         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11816         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11817         (gst_tcpserversrc_stop):
11818         * gst/tcp/gsttcpserversrc.h:
11819         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11820         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11821         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11822           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11823           moved bitshift from macro to enum definition
11824
11825 2005-10-12  Wim Taymans  <wim@fluendo.com>
11826
11827         * examples/seeking/Makefile.am:
11828         Oops.
11829
11830 2005-10-12  Wim Taymans  <wim@fluendo.com>
11831
11832         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11833         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11834         Don't assert on normal stuff.
11835
11836         * gst/playback/gstplaybin.c: (do_playbin_seek):
11837         API fix.
11838
11839 2005-10-12  Wim Taymans  <wim@fluendo.com>
11840
11841         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11842         * examples/seeking/Makefile.am:
11843         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11844         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11845         (do_seek), (set_update_scale), (message_received), (main):
11846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11847         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11848         Update for _get_state() API change.
11849
11850 2005-10-11  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst-libs/gst/audio/gstbaseaudiosink.c:
11853         (gst_base_audio_sink_render):
11854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11855         (gst_base_audio_src_create):
11856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11857         (gst_ring_buffer_read):
11858         Cleanups.
11859         Commit and read from ringbuffer in samples rather than bytes.
11860
11861 2005-10-11  Wim Taymans  <wim@fluendo.com>
11862
11863         * gst-libs/gst/audio/gstbaseaudiosink.c:
11864         (gst_base_audio_sink_render):
11865         Respect segment rate and accum when scheduling samples.
11866
11867 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11868
11869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11870         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11871         EOS correctly, that needs more work.
11872
11873 2005-10-11  Wim Taymans  <wim@fluendo.com>
11874
11875         * check/generic/states.c: (GST_START_TEST):
11876         remove old property.
11877
11878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11879         (gst_ogg_demux_perform_seek):
11880         * ext/theora/theoradec.c: (theora_dec_sink_event):
11881         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11882         (vorbis_handle_data_packet):
11883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11884         (gst_base_rtp_depayload_set_gst_timestamp):
11885         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11886         Update for newsegment API change.
11887
11888 2005-10-11  Michael Smith <msmith@fluendo.com>
11889
11890         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11891         (do_playbin_seek), (gst_play_bin_send_event):
11892           Override send_event differently, so that we can takes bits of
11893           functionality from GstPipeline (special handling for seeks,
11894           including pausing/resuming, and resetting stream time) and still get
11895           the appropriate behaviour of only forwarding event to a single sink,
11896           rather than all of them.
11897           Unfortunately requires a lot of code duplication, but the
11898           alternatives are equally ugly in the end.
11899
11900 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11901
11902         * check/elements/audioconvert.c: (setup_audioconvert),
11903         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11904         (GST_START_TEST), (audioconvert_suite):
11905           clean up tests a little, fix some leaks.
11906
11907 2005-10-10  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/alsa/gstalsasink.c:
11910         Also allow unsigned int.
11911
11912         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11913         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11914         Small cleanup
11915
11916 2005-10-10  Wim Taymans  <wim@fluendo.com>
11917
11918         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11919         Small update, use API as stated in design docs.
11920
11921         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11922         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11923         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11924         (message_received), (main):
11925         Updated seek example for GOption. Some usability improvements.
11926
11927 2005-10-10  Wim Taymans  <wim@fluendo.com>
11928
11929         * gst/audioconvert/audioconvert.h:
11930         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11931         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11932         Alloc temp storage somewhere else where we can do it more
11933         portable.
11934
11935 2005-10-10  Wim Taymans  <wim@fluendo.com>
11936
11937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11938         (gst_tcpserversrc_start):
11939         Don't block in accept while doing the state change, move
11940         to poll and make cancellable.
11941
11942 2005-10-09  Philippe Khalaf <burger@speedy.org>
11943
11944         * gst-libs/gst/rtp/rtpbasedepayload.c:
11945         Set timestamp and add queue delay to timestamp
11946         * gst-libs/gst/rtp/rtpbuffer.h:
11947         Set correct payload type for h263
11948
11949 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11950
11951         * gst/audiotestsrc/gstaudiotestsrc.c:
11952         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11953         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11954         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11955         (gst_audiotestsrc_create_triangle),
11956         (gst_audiotestsrc_create_silence),
11957         (gst_audiotestsrc_create_white_noise),
11958         (gst_audiotestsrc_init_pink_noise),
11959         (gst_audiotestsrc_generate_pink_noise_value),
11960         (gst_audiotestsrc_create_pink_noise),
11961         (gst_audiotestsrc_change_wave):
11962         * gst/audiotestsrc/gstaudiotestsrc.h:
11963           fixed typo, added pink noise
11964
11965 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11968         (plugin_init):
11969           Add wavpack and spc typefind functions from 0.8 branch.
11970
11971 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11974         (ar_type_find), (msdos_type_find), (plugin_init):
11975           Add typefind functions for tar archives, ar archives,
11976           RAR archives, and msdos-executables (dlls, exe, etc.).
11977           Some of those would be wrongly identified as mpeg
11978           streams of some sort before (#315550).
11979
11980 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11981
11982         * configure.ac:
11983         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11984         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11985         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11986         * gst/audiotestsrc/Makefile.am:
11987         * gst/audiotestsrc/gstaudiotestsrc.c:
11988         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11989         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11990         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11991         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11992         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11993         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11994         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11995         (gst_audiotestsrc_create_silence),
11996         (gst_audiotestsrc_create_white_noise),
11997         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11998         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11999         (gst_audiotestsrc_start), (plugin_init):
12000         * gst/audiotestsrc/gstaudiotestsrc.h:
12001           add new plugin and element
12002         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12003           use gobject_class
12004
12005 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12008         (gst_adder_init), (gst_adder_request_new_pad),
12009         (gst_adder_change_state):
12010           Add query function to source pad, so adder reports the correct
12011           time/sample position when queried (#315457); fix state change
12012           function; use GST_DEBUG_FUNCPTR() for pad functions.
12013
12014 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12015
12016         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12017           Fix leaks in typefind registration
12018           Clean up the gratuitous commenting and whitespacing a little
12019
12020 2005-10-08  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12023         Only actually wait for the thread to be stopped if it's 
12024         running.
12025
12026 2005-10-08  Wim Taymans  <wim@fluendo.com>
12027
12028         * gst-libs/gst/audio/gstbaseaudiosink.c:
12029         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12030         If we receive EOS we can start playback of what we had.
12031
12032 2005-10-08  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12035         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12036         (gst_multifdsink_stop):
12037         Fix crasher when going to NULL multiple times.
12038
12039 2005-10-06  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12042         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12043         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12045         patch from Edgard Lima <edgard.lima@indt.org.br>
12046         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12047
12048 2005-10-06  Wim Taymans  <wim@fluendo.com>
12049
12050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12051         Report the FLOW_RETURN as string in the error message.
12052
12053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12054         Don't assert when clearing an unnegotiated buffer.
12055
12056 2005-10-04  Michael Smith <msmith@fluendo.com>
12057
12058         * gst/playback/gstplaybasebin.c: (group_destroy),
12059         (gen_preroll_element), (remove_groups), (setup_source):
12060         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12061         (setup_sinks), (gst_play_bin_send_event),
12062         (gst_play_bin_change_state):
12063           Set state to NULL before removing from bin. Fix refcounting.
12064
12065 2005-10-04  Michael Smith <msmith@fluendo.com>
12066
12067         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12068           Correct refcounting in send_event() function. Previously was wrong
12069           if the first sink was unable to handle the event.
12070
12071 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12072
12073         * configure.ac:
12074           back to development
12075
12076 === release 0.9.3 ===
12077
12078 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12079
12080         * configure.ac:
12081           Releasing 0.9.3, "De Facto"
12082
12083 2005-10-03  Andy Wingo  <wingo@pobox.com>
12084
12085         * gst/playback/gstdecodebin.c (try_to_link_1)
12086         (remove_element_chain): set element to NULL before removing it.
12087
12088 2005-10-02  Johan Dahlin  <johan@gnome.org>
12089
12090         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12091         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12092         MT safe.
12093
12094 2005-10-02  Andy Wingo  <wingo@pobox.com>
12095
12096         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12097         (gst_ring_buffer_prepare_read): 
12098         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12099         Demote to LOG.
12100
12101 2005-09-29  Wim Taymans  <wim@fluendo.com>
12102
12103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12104         * ext/theora/theoradec.c: (theora_handle_data_packet):
12105         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12106         Propagate error codes from alloc_buffer too.
12107
12108 2005-09-29  Wim Taymans  <wim@fluendo.com>
12109
12110         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12111         We use fixed caps.
12112
12113         * gst/playback/Makefile.am:
12114         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12115         (dump_element_stats), (main):
12116         Added example stream introspection code.
12117
12118 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12119
12120         * gst/adder/gstadder.c: (gst_adder_collected):
12121           fix adder for float elements
12122
12123 2005-09-28  Wim Taymans  <wim@fluendo.com>
12124
12125         * gst-libs/gst/audio/gstbaseaudiosink.c:
12126         (gst_base_audio_sink_class_init),
12127         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12128         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12129         (gst_base_audio_src_class_init),
12130         (gst_base_audio_src_provide_clock):
12131         get_clock -> provide_clock
12132
12133 2005-09-28  Andy Wingo  <wingo@pobox.com>
12134
12135         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12136         and unlocking.
12137
12138         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12139         unlocking.
12140
12141         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12142         Actually add the pad template.
12143         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12144
12145         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12146         I'm at it...
12147
12148         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12149         from fdsrc. Get caps in create() instead of start() so it can be
12150         interrupted. Interruption somewhat untested.
12151
12152         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12153         Proper EOS handling.
12154
12155 2005-09-27  Andy Wingo  <wingo@pobox.com>
12156
12157         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12158
12159         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12160
12161         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12162
12163         * gst/tcp/gsttcp.h: 
12164         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12165         out of tcpclientsrc.c. Cancellable.
12166         (gst_tcp_socket_read): Made private, cancellable, with better
12167         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12168         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12169         whole buffer, and better diagnostics.
12170         (gst_tcp_gdp_read_caps): Same.
12171
12172         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12173
12174 2005-09-26  Andy Wingo  <wingo@pobox.com>
12175
12176         * gst/sine/gstsinesrc.h:
12177         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12178         change the 'sync' property to 'is-live' and implement it halfway,
12179         update for controller api change.
12180
12181         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12182         controller api change.
12183
12184 2005-09-24  Wim Taymans  <wim@fluendo.com>
12185
12186         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12187         * gst-libs/gst/audio/gstaudiosink.c:
12188         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12189         (gst_audioringbuffer_stop):
12190         * gst-libs/gst/audio/gstbaseaudiosink.c:
12191         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12192         (gst_base_audio_sink_change_state):
12193         * gst-libs/gst/audio/gstbaseaudiosink.h:
12194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12195         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12196         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12197         * gst-libs/gst/audio/gstringbuffer.h:
12198         Fix sync again. Moved sample alignment to basesink.
12199
12200 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12201
12202         * docs/plugins/Makefile.am:
12203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12205         * gst/volume/gstvolume.c:
12206           add/fix docs
12207         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12208         * gst-libs/gst/audio/audio.h:
12209           add conversion macros for frames <-> clocktime
12210
12211 2005-09-23  David Schleef  <ds@schleef.org>
12212
12213         * gst/audioresample/Makefile.am:
12214         * gst/audioresample/debug.h:
12215         * gst/audioresample/gstaudioresample.c:
12216         * gst/audioresample/resample.c: Convert to using gst debugging
12217
12218 2005-09-22  Wim Taymans  <wim@fluendo.com>
12219
12220         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12221         (gst_play_bin_send_event):
12222         Only seek on one sink, the first one that succeeds.
12223
12224 2005-09-22  Michael Smith <msmith@fluendo.com>
12225
12226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12227         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12228         Don't flush encoder state unless we have an initialised encoder.
12229         Clear out encoder state on PAUSED_TO_READY.
12230
12231 2005-09-22  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst-libs/gst/rtp/gstbasertppayload.c:
12234         (gst_basertppayload_class_init), (gst_basertppayload_init),
12235         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12236         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12237         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12238         (gst_basertppayload_set_property),
12239         (gst_basertppayload_get_property),
12240         (gst_basertppayload_change_state):
12241         * gst-libs/gst/rtp/gstbasertppayload.h:
12242         Added max-ptime to control amount of data in the rtp packets.
12243
12244 2005-09-21  Andy Wingo  <wingo@pobox.com>
12245
12246         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12247         thingies.
12248
12249         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12250         can be called multiple times, dogs.
12251
12252 2005-09-21  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst-libs/gst/rtp/gstbasertppayload.c:
12255         (gst_basertppayload_class_init), (gst_basertppayload_init),
12256         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12257         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12258         (gst_basertppayload_push), (gst_basertppayload_get_property),
12259         (gst_basertppayload_change_state):
12260         Allow 0 ssrc too.
12261
12262 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12263
12264         * docs/libs/compiling.sgml:
12265           fixing typos
12266
12267 2005-09-20  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst-libs/gst/rtp/gstbasertppayload.c:
12270         (gst_basertppayload_class_init), (gst_basertppayload_init),
12271         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12272         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12273         (gst_basertppayload_push), (gst_basertppayload_set_property),
12274         (gst_basertppayload_get_property),
12275         (gst_basertppayload_change_state):
12276         * gst-libs/gst/rtp/gstbasertppayload.h:
12277         Added property to configure sequence number offsets.
12278
12279 2005-09-20  Wim Taymans  <wim@fluendo.com>
12280
12281         * gst-libs/gst/rtp/gstbasertppayload.c:
12282         (gst_basertppayload_class_init), (gst_basertppayload_init),
12283         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12284         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12285         (gst_basertppayload_push), (gst_basertppayload_set_property),
12286         (gst_basertppayload_get_property),
12287         (gst_basertppayload_change_state):
12288         * gst-libs/gst/rtp/gstbasertppayload.h:
12289         Make timestamp offset configurable.
12290
12291 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12292
12293         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12294           fix wrong pop/unref
12295
12296 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12297
12298         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * gst-libs/gst/interfaces/propertyprobe.c:
12301         (gst_property_probe_probe_property_name),
12302         (gst_property_probe_needs_probe_name),
12303         (gst_property_probe_get_values_name),
12304         (gst_property_probe_probe_and_get_values_name):
12305           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12306           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12307
12308 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * check/Makefile.am:
12311           have some tests be disabled for valgrinding
12312         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12313         (GST_START_TEST):
12314         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12315           Fix A Leak.  Chain To Parent Finalize.
12316
12317 2005-09-19  Wim Taymans  <wim@fluendo.com>
12318
12319         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12320         Fixed wav pipeline.
12321
12322 2005-09-19  Wim Taymans  <wim@fluendo.com>
12323
12324         * gst-libs/gst/rtp/gstbasertppayload.c:
12325         (gst_basertppayload_class_init), (gst_basertppayload_init),
12326         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12327         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12328         (gst_basertppayload_push), (gst_basertppayload_get_property),
12329         (gst_basertppayload_change_state):
12330         Posting ERROR and WARNING messages is good.
12331
12332 2005-09-19  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12335         (gst_base_rtp_depayload_add_to_queue),
12336         (gst_base_rtp_depayload_push),
12337         (gst_base_rtp_depayload_set_gst_timestamp),
12338         (gst_base_rtp_depayload_queue_release):
12339         This one was not supposed to go in.
12340
12341 2005-09-19  Wim Taymans  <wim@fluendo.com>
12342
12343         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12344         Fix for bus API.
12345
12346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12347         (gst_base_rtp_depayload_chain),
12348         (gst_base_rtp_depayload_add_to_queue),
12349         (gst_base_rtp_depayload_push),
12350         (gst_base_rtp_depayload_set_gst_timestamp),
12351         (gst_base_rtp_depayload_queue_release):
12352         Some cleanups.
12353
12354         * gst-libs/gst/rtp/gstbasertppayload.c:
12355         (gst_basertppayload_class_init), (gst_basertppayload_init),
12356         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12357         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12358         (gst_basertppayload_get_property),
12359         (gst_basertppayload_change_state):
12360         Added debugging category.
12361
12362 2005-09-18  David Schleef  <ds@schleef.org>
12363
12364         * gst/playback/gstdecodebin.c: free plugin list correctly
12365         * gst/playback/gstplaybin.c: emit warning if autovideosink
12366           and autoaudiosink can't be found (instead of segfaulting)
12367
12368 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * check/elements/audioconvert.c: (GST_START_TEST):
12371           try out 24 bit conversion
12372
12373 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12376         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12377         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12378         * ext/vorbis/vorbisenc.h:
12379           Fix EOS handling.  Still needs a fix in the ogg muxer to
12380           mark the last page as eos.
12381
12382 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * common/gtk-doc-plugins.mak:
12385         * docs/plugins/Makefile.am:
12386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12387         * gst/ffmpegcolorspace/Makefile.am:
12388         * gst/ffmpegcolorspace/avcodec.h:
12389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12390         * gst/tcp/gstmultifdsink.c:
12391           fix up ffmpegcolorspace docs; extract header
12392
12393 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12394
12395         * common/gtk-doc-plugins.mak:
12396         * docs/plugins/Makefile.am:
12397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12398         * ext/theora/Makefile.am:
12399         * ext/theora/gsttheoraenc.h:
12400         * ext/theora/theoraenc.c:
12401         * ext/vorbis/vorbisenc.c:
12402           pick up signals and args for vorbis; add some docs for vorbis
12403
12404 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12405
12406         * common/gstdoc-scangobj:
12407         * common/gtk-doc-plugins.mak:
12408         * docs/libs/Makefile.am:
12409         * docs/plugins/gst-plugins-base-plugins.args:
12410         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12411         * docs/plugins/gst-plugins-base-plugins.interfaces:
12412         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12413         * docs/plugins/gst-plugins-base-plugins.signals:
12414           only scanobj stuff from our source module.  Not sure yet
12415           if that's correct, given the hierarchy stuff :)
12416
12417 2005-09-15  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/audioconvert/gstaudioconvert.c:
12420         And enable 24 bits mode as well..
12421
12422 2005-09-15  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst-libs/gst/rtp/Makefile.am:
12425         * gst-libs/gst/rtp/gstbasertppayload.c:
12426         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12427         (gst_basertppayload_class_init), (gst_basertppayload_init),
12428         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12429         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12430         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12431         (gst_basertppayload_set_property),
12432         (gst_basertppayload_get_property),
12433         (gst_basertppayload_change_state):
12434         * gst-libs/gst/rtp/gstbasertppayload.h:
12435         Added rtp payloader base class.
12436
12437 2005-09-15  Andy Wingo  <wingo@pobox.com>
12438
12439         * configure.ac (plugindir): Remove the EOL matcher from the
12440         regexp, as it causes me problems. Libtool? Make? Who knows?
12441
12442 2005-09-14  David Schleef  <ds@schleef.org>
12443
12444         * check/generic/states.c: 
12445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12446         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12447           Fixes for changes in registry API.
12448
12449         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12450           to GST_PLUGIN_LDFLAGS.
12451         * ext/libvisual/visual.c: Make the library shut up.
12452         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12453         * gst-libs/gst/audio/gstaudiofilter.c: same
12454
12455 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12456
12457         * docs/plugins/Makefile.am:
12458         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12459         * docs/plugins/inspect/plugin-libvisual.xml:
12460         * docs/plugins/tmpl/element-tcpserversink.sgml:
12461         * ext/theora/theoraenc.c:
12462           add libvisual plugin and theoraenc element to docs
12463
12464 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12465
12466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12468         * ext/theora/theoraenc.c:
12469           add theoraenc
12470
12471 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12472
12473         * gst/audioconvert/Makefile.am:
12474           Audioconvert derives from GstBaseTransform and should
12475           link to the library with our base elements to avoid
12476           unresolved symbols. Makes things work with MinGW (#316160)
12477
12478         * gst/playback/test4.c: (main):
12479           Fix MinGW build problem and use g_usleep() instead of 
12480           sleep() (#316162)
12481
12482 2005-09-12  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/audioconvert/audioconvert.c: (float),
12485         (audio_convert_prepare_context), (audio_convert_convert):
12486         * gst/audioconvert/audioconvert.h:
12487         Cleanups, speedups, simplifications, added back support
12488         for 24 bits.
12489
12490 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12491
12492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12494         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12495         * docs/plugins/tmpl/element-tcpserversink.sgml:
12496         * gst/ffmpegcolorspace/gstffmpeg.c:
12497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12498         * gst/videotestsrc/gstvideotestsrc.c:
12499         * gst/volume/gstvolume.c:
12500           add more elements to the docs
12501
12502 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12503
12504         * check/Makefile.am:
12505         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12506         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12507           Add extra tests for basetransform based components. 
12508           Comment out the test_element_negotiation test until we decide
12509           if it's testing correct behaviour.
12510         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12511         (gst_visual_chain), (gst_visual_change_state):
12512           Slightly more correct but still bogus timestamping.
12513           Fix state change function.
12514         * gst/audioconvert/gstaudioconvert.c:
12515         (gst_audio_convert_class_init):
12516         * gst/audioresample/gstaudioresample.c:
12517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12518         (gst_ffmpegcsp_class_init):
12519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12520         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12521         (gst_videoscale_prepare_image):
12522         * gst/volume/gstvolume.c: (gst_volume_class_init),
12523         (volume_transform_ip):
12524           Basetransform updates. Enable passthrough modes.
12525         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12526         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12527         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12528           Negotiation fix that allows the window to return to the original
12529           size and renegotiate passthrough upstream. Extra debug output.
12530
12531 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * gst/sine/gstsinesrc.c:
12534         * gst/volume/gstvolume.c:
12535           fix up header include
12536
12537 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12538
12539         * gst-libs/gst/audio/gstbaseaudiosink.c:
12540         (gst_base_audio_sink_render):
12541         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12542         * gst/volume/gstvolume.c: (gst_volume_class_init),
12543         (volume_transform):
12544           fixing lost sync, some more debugging
12545
12546 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12547
12548         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12549         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12550         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12551         (gst_xvimagesink_check_xshm_calls):
12552           Fix compilation when XShm is not available.
12553
12554 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12555
12556         * ext/libvisual/visual.c: (gst_visual_dispose),
12557         (gst_visual_getcaps), (gst_visual_src_setcaps),
12558         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12559         (gst_visual_change_state):
12560           Finish fixing up libvisual plugin so that it runs. 
12561
12562 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * ext/vorbis/vorbisenc.c:
12565         * gst-libs/gst/tag/gstvorbistag.c:
12566           gsttaginterface.h -> gsttagsetter.h
12567
12568 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12569
12570         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12571           added another test that failes for me (test is not active by default)
12572
12573 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12574
12575         * configure.ac:
12576           v4l2 is no longer in gst-plugins-base
12577
12578 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12579
12580         * configure.ac:
12581           In the output at the end, don't show the first plugin on the same
12582           line as "Core plug-ins, always built:".
12583           Indent the output as for other plugin categories
12584         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12585           #define that can be used to not use peer buffer_alloc functions for
12586           test purposes.
12587         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12588         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12589         (gst_ximagesink_show_frame):
12590         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12591         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12592         (gst_xvimagesink_show_frame):
12593           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12594           fails gracefully instead of XError aborting or deadlocking.
12595
12596 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12597
12598         * ext/libvisual/Makefile.am:
12599           link against gst-base-libs
12600
12601 2005-09-06  David Schleef  <ds@schleef.org>
12602
12603         * configure.ac: Enable libvisual plugin.
12604         * ext/libvisual/Makefile.am:
12605         * ext/libvisual/visual.c: Fixes to make it compile.
12606
12607 === release 0.9.2 ===
12608
12609 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12610
12611         * NEWS:
12612         * RELEASE:
12613         * configure.ac:
12614         * docs/random/ChangeLog-0.8:
12615           releasing 0.9.2, "Spoon"
12616
12617 2005-09-05  Michael Smith <msmith@fluendo.com>
12618
12619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12620           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12621           that in the vorbisenc element.
12622
12623 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12624
12625         * common/gtk-doc-plugins.mak:
12626         * docs/plugins/Makefile.am:
12627           fix distcheck
12628         * gst/audioresample/resample.c:
12629           fix wrong docstring
12630
12631 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12632
12633         * common/gst-xmlinspect.py:
12634         * common/gtk-doc-plugins.mak:
12635           only inspect plugins for this given package
12636           require gst-python 0.9
12637
12638 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * Makefile.am:
12641         * autogen.sh:
12642         * common/gst-xmlinspect.py:
12643         * configure.ac:
12644         * docs/Makefile.am:
12645         * docs/plugins/inspect/plugin-alsa.xml:
12646         * docs/plugins/inspect/plugin-audioresample.xml:
12647         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12648         * docs/plugins/inspect/plugin-ogg.xml:
12649         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12650         * docs/plugins/tmpl/element-multifdsink.sgml:
12651         * docs/plugins/tmpl/element-tcpserversink.sgml:
12652         * docs/plugins/tmpl/element-vorbisenc.sgml:
12653         * gst-plugins-base.spec.in:
12654           various doc-related updates
12655
12656 2005-08-31  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst-libs/gst/audio/gstbaseaudiosink.c:
12659         (gst_base_audio_sink_render):
12660         Resync if the buffer timestamps drift more than a 10th 
12661         of a second.
12662
12663 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12666         (gst_v4lsrc_get_property):
12667           The 'timestamp-offset' property is registered as an int64, so
12668           let's use g_value_{set|get}_int64() in our setter and getter
12669           functions (makes it work and fixes warnings with gst-inspect).
12670
12671 2005-08-30  Wim Taymans  <wim@fluendo.com>
12672
12673         * check/elements/audioconvert.c: (setup_audioconvert):
12674         * check/elements/audioresample.c: (setup_audioresample):
12675         * check/elements/volume.c: (setup_volume):
12676         Fix checks.
12677
12678 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12679
12680         * common/gtk-doc-plugins.mak:
12681         * common/plugins.xsl:
12682         * docs/plugins/Makefile.am:
12683           make module a param
12684
12685 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12686
12687         * examples/seeking/seek.c: (make_mp3_pipeline),
12688         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12689         (play_cb), (pause_cb), (stop_cb):
12690           update the example
12691
12692 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12693
12694         * gst/volume/gstvolume.c: (gst_volume_class_init),
12695         (volume_transform):
12696           do not update controlled params, if buffer has no timestamp
12697
12698 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12699
12700         * configure.ac:
12701         * gst/sine/Makefile.am:
12702         * gst/volume/Makefile.am:
12703           controllerized elements also need to link against controller-libs ;)
12704
12705 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12706
12707         * docs/libs/tmpl/gstcolorbalance.sgml:
12708         * docs/libs/tmpl/gstgconf.sgml:
12709         * docs/libs/tmpl/gstmixer.sgml:
12710         * docs/libs/tmpl/gstringbuffer.sgml:
12711         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12712         (gst_sinesrc_create):
12713         * gst/volume/gstvolume.c: (gst_volume_class_init),
12714         (volume_transform):
12715           controllerized two audio plugins
12716
12717 2005-08-29  Andy Wingo  <wingo@pobox.com>
12718
12719         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12720         (vorbis_handle_data_packet): Fix some int overflow errors.
12721
12722         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12723         -1.
12724         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12725         valid.
12726         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12727         if it's valid. Fixed streaming-mode playback.
12728
12729         * check/elements/volume.c (cleanup_volume): Fix for running
12730         CK_FORK=no.
12731
12732         * check/elements/audioconvert.c: Convert from native endian, not
12733         little endian.
12734
12735 2005-08-29  Michael Smith <msmith@fluendo.com>
12736
12737         * ext/ogg/Makefile.am:
12738         * ext/ogg/gstogg.c: (plugin_init):
12739         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12740         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12741         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12742         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12743         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12744         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12745         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12746         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12747         Add an ogg parser element.
12748
12749 2005-08-28  Andy Wingo  <wingo@pobox.com>
12750
12751         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12752
12753 2005-08-26  Wim Taymans  <wim@fluendo.com>
12754
12755         * gst/audioconvert/audioconvert.c: (if), (float),
12756         (audio_convert_get_func_index), (check_default),
12757         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12758         (audio_convert_clean_context), (audio_convert_get_sizes),
12759         (audio_convert_convert):
12760         Cleanups.
12761
12762 2005-08-26  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/audioconvert/audioconvert.c: (if), (float),
12765         (audio_convert_get_func_index), (check_default),
12766         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12767         (audio_convert_clean_context), (audio_convert_get_sizes),
12768         (audio_convert_convert):
12769         More elegant and working temp buffer selection algo.
12770
12771 2005-08-26  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/audioconvert/audioconvert.c: (if), (float),
12774         (audio_convert_get_func_index), (check_default),
12775         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12776         (audio_convert_clean_context), (audio_convert_get_sizes),
12777         (get_temp_buffer), (audio_convert_convert):
12778         Use realloc else we lose our original data.
12779
12780 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12781
12782         * gst/audioresample/gstaudioresample.c:
12783           use base class' newsegment to properly timestamp
12784
12785 2005-08-26  Wim Taymans  <wim@fluendo.com>
12786
12787         * gst/audioconvert/audioconvert.c: (if), (float),
12788         (audio_convert_get_func_index), (check_default),
12789         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12790         (audio_convert_clean_context), (audio_convert_get_sizes),
12791         (get_temp_buffer), (audio_convert_convert):
12792         * gst/audioconvert/gstaudioconvert.c:
12793         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12794         (gst_audio_convert_transform_caps),
12795         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12796         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12797         Oops, allocate enough space to perform the channel mix.
12798
12799 2005-08-26  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/audioconvert/Makefile.am:
12802         * gst/audioconvert/audioconvert.c: (if), (float),
12803         (audio_convert_get_func_index), (check_default),
12804         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12805         (audio_convert_clean_context), (audio_convert_get_sizes),
12806         (get_temp_buffer), (audio_convert_convert):
12807         * gst/audioconvert/audioconvert.h:
12808         * gst/audioconvert/gstaudioconvert.c:
12809         (gst_audio_convert_class_init), (gst_audio_convert_init),
12810         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12811         (gst_audio_convert_get_unit_size),
12812         (gst_audio_convert_transform_caps),
12813         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12814         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12815         * gst/audioconvert/gstaudioconvert.h:
12816         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12817         (gst_channel_mix_fill_identical),
12818         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12819         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12820         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12821         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12822         (gst_channel_mix_mix):
12823         * gst/audioconvert/gstchannelmix.h:
12824         Cleanups, librarify a bit, optimize, better negotiation and more.
12825
12826 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12827
12828         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12829         Another from MikeS:
12830         During typefinding, don't support negative offsets
12831         (offsets from the end of the stream) in our typefind->peek() function
12832         - nothing embedded in ogg ever needs them. However, we need to recognise
12833         those requests and reject them, otherwise we return invalid pointers.
12834
12835 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12836
12837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12838         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12839         (vorbisdec_finalize), (vorbis_handle_type_packet):
12840           Big shout-out to MikeS for fixing this giant memory leak.
12841           Huzzah!
12842
12843 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12846         (audio_convert_get_unit_size):
12847           plug some leaks
12848
12849 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12850
12851         * check/Makefile.am:
12852         * check/elements/audioconvert.c: (setup_audioconvert),
12853         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12854         (GST_START_TEST), (audioconvert_suite), (main):
12855           add a test for audioconvert
12856         * gst/audioresample/gstaudioresample.c:
12857         * gst/audioresample/gstaudioresample.h:
12858           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12859           note that for buffers of 1/3 sec this means DURATION(c) is 
12860           one nanosecond more than for a and b
12861
12862 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12863
12864         * check/Makefile.am:
12865         * check/elements/audioresample.c: (setup_audioresample),
12866         (cleanup_audioresample), (fail_unless_perfect_stream),
12867         (test_perfect_stream_instance), (GST_START_TEST),
12868           add a check for audioresample
12869         (audioresample_suite), (main):
12870         * check/elements/volume.c: (GST_START_TEST):
12871           remove unused method
12872         * gst/audioresample/gstaudioresample.c:
12873           set correct buffer parameters since we're changing them
12874         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12875           add some debug
12876
12877 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12878
12879         * gst/audioresample/debug.c:
12880         * gst/audioresample/gstaudioresample.c:
12881           add room for extra overlap samples when asked to transform size
12882           protect against possible mem corruption and check for discrepancies
12883           between written size and outbuffer's size so we can warn for
12884           potential problems
12885         * gst/audioresample/resample.c: (resample_init),
12886         (resample_get_output_size_for_input), (resample_get_output_size),
12887         (resample_set_n_channels), (resample_set_format):
12888           set debug level based on RESAMPLE_DEBUG env var
12889           make sure that get_output_size* returns a whole number of
12890           sample_size
12891           set sample_size each time either channel or format is set
12892         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12893         * gst/audioresample/resample_functable.c:
12894         (resample_scale_functable):
12895         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12896           remove r->sample_size, it's done in resample.c now
12897           add some debugging to the ref implementation
12898           make sure we only give back bytes that are wholes of the sample
12899           size
12900
12901 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12902         * gst/playback/gstplaybasebin.c: (fill_buffer):
12903         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12904
12905 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12906
12907         * gst/volume/gstvolume.c:
12908           made set_caps function static
12909
12910 2005-08-24  Wim Taymans  <wim@fluendo.com>
12911
12912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12913         (gst_vorbisenc_change_state):
12914         Stop leaking taglists.
12915
12916 2005-08-24  Wim Taymans  <wim@fluendo.com>
12917
12918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12919         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12920         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12921         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12922         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12923         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12924         Parse seeking events better.
12925         Unref static caps.
12926         Generate correct newsegment events, fixes seeking in live oggs.
12927
12928         * ext/theora/theoradec.c: (theora_dec_src_query),
12929         (theora_dec_src_event), (theora_dec_src_getcaps),
12930         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12931         Use newsegment values to report correct play time.
12932
12933         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12934         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12935         * ext/vorbis/vorbisdec.h:
12936         Parse and use newsegment values to report correct play time.
12937
12938         * gst-libs/gst/audio/gstbaseaudiosink.c:
12939         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12940         Clear ringbuffer on flush.
12941         Use newsegment values to calculate playback time.
12942
12943         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12945         Basesink does newsegment calculations for us now.
12946
12947 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12948
12949         * check/Makefile.am:
12950         * configure.ac:
12951           add core's plugins to the mix so that playbin works
12952         * check/generic/states.c: (GST_START_TEST):
12953           set a 0 timeout on pipelines, so they don't force the next
12954           state change
12955         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12956         (gst_play_base_bin_change_state):
12957           remove the crappy error handling and do GST error handling
12958
12959 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12960
12961         * check/Makefile.am:
12962         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12963           add same test as to core, it bitches out on playbin atm.
12964
12965 2005-08-24  Wim Taymans  <wim@fluendo.com>
12966
12967         * configure.ac:
12968         Remove audioscale.
12969
12970 2005-08-24  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12973         (gst_videoscale_prepare_size), (parse_caps),
12974         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12975         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12976         (gst_videoscale_transform):
12977         * gst/videoscale/gstvideoscale.h:
12978         Refactor, make use of BaseTranform really well.
12979
12980 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12981
12982         * configure.ac:
12983           compile audioresample
12984         * gst/audioresample/Makefile.am:
12985         * gst/audioresample/buffer.c:
12986         * gst/audioresample/functable.c:
12987         * gst/audioresample/gstaudioresample.c:
12988         * gst/audioresample/gstaudioresample.h:
12989         * gst/audioresample/resample.c:
12990         (resample_get_output_size_for_input):
12991         * gst/audioresample/resample.h:
12992         * gst/audioresample/resample_chunk.c:
12993         * gst/audioresample/resample_functable.c:
12994         * gst/audioresample/resample_ref.c:
12995           port to use basetransform; doesn't work in all cases yet
12996
12997 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12998
12999         * gst/audioconvert/gstaudioconvert.c:
13000         (gst_audio_convert_class_init), (gst_audio_convert_init),
13001         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13002         (audio_convert_fixate_caps), (audio_convert_set_caps),
13003         (audio_convert_transform),
13004         (gst_audio_convert_buffer_to_default_format),
13005         (gst_audio_convert_buffer_from_default_format),
13006         (gst_audio_convert_channels):
13007         * gst/audioconvert/gstchannelmix.c:
13008         * gst/audioconvert/gstchannelmix.h:
13009           port to basetransform
13010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13011         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13012         (gst_ffmpegcsp_get_unit_size):
13013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13014         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13015           fix for basetransform changes
13016
13017 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13018
13019         * check/Makefile.am:
13020           Add CHECK_CFLAGS and LDFLAGS
13021
13022         * gst/playback/gstplaybasebin.c: (fill_buffer):
13023           GST_MESSAGE_SRC became a GObject
13024
13025 2005-08-24  Wim Taymans  <wim@fluendo.com>
13026
13027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13028         (gst_ring_buffer_clear_all):
13029         * gst-libs/gst/audio/gstringbuffer.h:
13030         Added function to clear the ringbuffer.
13031
13032 2005-08-24  Andy Wingo  <wingo@pobox.com>
13033
13034         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13035         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13036         of _open and _close.
13037
13038         * sys/v4l/gstv4lxoverlay.h:
13039         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13040         an Xv connection here, instead of all the time. Make Xv only be
13041         loaded if you axe for it. Kindof a workaround for buggy behaviour
13042         of Xv when using remote xservers (XvQueryExtension would block).
13043         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13044         replace the _open and _close public API. Only start the xv
13045         connection if necessary.
13046         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13047
13048 2005-08-23  David Schleef  <ds@schleef.org>
13049
13050         * gst/audioresample/Makefile.am: Leet audioresampling code
13051         * gst/audioresample/buffer.c:
13052         * gst/audioresample/buffer.h:
13053         * gst/audioresample/debug.c:
13054         * gst/audioresample/debug.h:
13055         * gst/audioresample/functable.c:
13056         * gst/audioresample/functable.h:
13057         * gst/audioresample/gstaudioresample.c:
13058         * gst/audioresample/gstaudioresample.h:
13059         * gst/audioresample/resample.c:
13060         * gst/audioresample/resample.h:
13061         * gst/audioresample/resample_chunk.c:
13062         * gst/audioresample/resample_functable.c:
13063         * gst/audioresample/resample_ref.c:
13064
13065 2005-08-23  Wim Taymans  <wim@fluendo.com>
13066
13067         * examples/seeking/seek.c: (make_vorbis_pipeline),
13068         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13069         Small seek updates.
13070
13071 2005-08-23  Andy Wingo  <wingo@pobox.com>
13072
13073         * gst-libs/gst/audio/gstbaseaudiosrc.c
13074         (gst_base_audio_src_fixate): Only fixate endianness if it is
13075         present in the caps.
13076
13077 2005-08-22  Andy Wingo  <wingo@pobox.com>
13078
13079         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13080         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13081         device-name property.
13082
13083         * gst-libs/gst/audio/gstaudiosrc.h:
13084         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13085         close_device in the ring buffer, like gstaudiosink.
13086
13087         * ext/alsa/gstalsamixer.h:
13088         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13089         macro to implement the interface without much code. Cleanups. 
13090
13091         * ext/alsa/gstalsasrc.h:
13092         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13093         READY.
13094
13095         * ext/alsa/Makefile.am: Add new files.
13096         * ext/alsa/gstalsamixerelement.c: 
13097         * ext/alsa/gstalsamixerelement.c: Split element code out from
13098         mixer code so that alsasrc can be a mixer too.
13099
13100 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13103         (GST_START_TEST):
13104         * check/elements/vorbisdec.c: (setup_vorbisdec),
13105         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13106         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13107         (vorbis_handle_identification_packet),
13108         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13109         (vorbis_handle_header_packet), (vorbis_dec_push),
13110         (vorbis_dec_chain):
13111           use the setup/teardown methods to save code.  save code is good.
13112
13113 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13114
13115         * check/Makefile.am:
13116           add ext dir for plugins
13117           add vorbisdec test conditionally
13118         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13119         (GST_START_TEST), (volume_suite):
13120           add a test with wrong caps
13121         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13122         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13123           add a vorbisdec test
13124         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13125         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13126           clean up debug output
13127         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13128           yay, fix a segfault/security issue in vorbisdec
13129           gst-launch fakesrc ! vorbisdec wasn't happy
13130         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13131         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13132         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13133         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13134         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13135         (gst_vorbisenc_set_metadata), (get_constraints_string),
13136         (update_start_message), (gst_vorbisenc_setup),
13137         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13138         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13139         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13140         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13141         * ext/vorbis/vorbisenc.h:
13142           march in line
13143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13144         (gst_ffmpegcsp_transform):
13145           have the kow come home
13146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13147           debug my func ptr
13148         * gst/volume/gstvolume.c: (volume_set_caps):
13149           add a debug
13150
13151 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13152
13153         * Makefile.am:
13154         * check/.cvsignore:
13155         * check/Makefile.am:
13156         * check/elements/.cvsignore:
13157         * check/elements/volume.c: (chain_func), (event_func),
13158         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13159         (main):
13160         * configure.ac:
13161           add unit test structure for gst-plugins-base
13162           add a test for volume
13163         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13164         (gst_volume_set_volume), (gst_volume_get_volume),
13165         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13166         (volume_funcfind), (volume_process_float), (volume_process_int16),
13167         (volume_set_caps), (volume_transform), (volume_update_mute),
13168         (volume_update_volume), (volume_set_property),
13169         (volume_get_property):
13170           document a little; use basetransform vmethod _set_caps
13171
13172 2005-08-19  Andy Wingo  <wingo@pobox.com>
13173
13174         * ext/alsa/gstalsamixertrack.h:
13175         * ext/alsa/gstalsamixertrack.c:
13176         * ext/alsa/gstalsamixeroptions.h:
13177         * ext/alsa/gstalsamixeroptions.c:
13178         * ext/alsa/gstalsamixer.h:
13179         * ext/alsa/gstalsamixer.c: Port to 0.9.
13180
13181         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13182         Remove gstalsa.c and alsaclock. No more cruft here.
13183         
13184 2005-08-18  Wim Taymans  <wim@fluendo.com>
13185
13186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13187         (gst_base_rtp_depayload_chain),
13188         (gst_base_rtp_depayload_add_to_queue),
13189         (gst_base_rtp_depayload_push),
13190         (gst_base_rtp_depayload_queue_release):
13191         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13192         Fix for RTPBuffer changes.
13193
13194         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13195         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13196         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13197         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13198         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13199         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13200         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13201         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13202         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13203         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13204         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13205         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13206         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13207         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13208         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13209         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13210         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13211         (gst_rtpbuffer_get_payload):
13212         * gst-libs/gst/rtp/gstrtpbuffer.h:
13213         Don't subclass GstBuffer but add methods and helper functions
13214         to construct and manipulate RTP packets in regular GstBuffers.
13215
13216 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13217
13218         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13219           moved statement below switch
13220         * gst/volume/gstvolume.c: (gst_volume_class_init):
13221           added debug ptr
13222
13223 2005-08-16  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13226         (gst_base_audio_src_change_state):
13227         Open and close device in READY<->NULL state change.
13228
13229 2005-08-16  Andy Wingo  <wingo@pobox.com>
13230
13231         * examples/seeking/Makefile.am: Don't compile non-compiling
13232         compiled objects with the compiler.
13233
13234         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13235         elements.
13236
13237 2005-08-12  Philippe Khalaf <burger@speedy.org>
13238         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13239         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13240           Made a thread to release the queue.
13241           Removed timestamp conversion for now.
13242
13243 2005-08-10  Philippe Khalaf <burger@speedy.org>
13244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13245         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13246           Added rtp timestamp -> gst timestamp conversion.
13247           Fixed several problems with queue.
13248
13249 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * gst-libs/gst/audio/gstaudioclock.h:
13252         * gst-libs/gst/audio/gstaudiofilter.h:
13253         * gst-libs/gst/audio/gstaudiosink.h:
13254         * gst-libs/gst/audio/gstaudiosrc.h:
13255         * gst-libs/gst/audio/gstbaseaudiosink.h:
13256         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13257         * gst-libs/gst/audio/gstringbuffer.h:
13258         * gst-libs/gst/net/gstnetbuffer.h:
13259         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13260         * gst-libs/gst/rtp/gstrtpbuffer.h:
13261           Add padding (you will need to rebuild gst-plugins-base,
13262           gst-plugins and all applications afterwards!)
13263
13264 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13267         (gst_riff_parse_chunk):
13268           Fix bug in debug message and add some more debug messages.
13269
13270 2005-08-08  Edward Hervey  <edward@fluendo.com>
13271
13272         * gst-libs/gst/riff/riff-media.c:
13273         backported updates since branch
13274
13275 2005-08-08  Andy Wingo  <wingo@pobox.com>
13276
13277         * gst-libs/gst/audio/gstbaseaudiosink.c
13278         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13279         like good elements should. Close on READY->NULL too.
13280
13281         * gst-libs/gst/audio/gstaudiosink.c
13282         (gst_audioringbuffer_open_device,
13283         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13284         (gst_audioringbuffer_release): Updates for new ring buffer API,
13285         hook into the new audio sink api.
13286
13287         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13288         (GstAudioSinkClass.close): Just open and close the device -- no
13289         resource allocation or configuration.
13290         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13291         vmethods, handle device setup and resource allocation.
13292
13293         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13294         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13295         base class API.
13296
13297         * gst-libs/gst/audio/gstringbuffer.h
13298         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13299         New vmethods.
13300
13301         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13302         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13303         New API functions. The device should be opened before acquiring
13304         and closed after releasing.
13305
13306 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * gst-libs/gst/interfaces/mixer.h:
13309           Reset padding to GST_PADDING.
13310
13311 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13312
13313         * gst/playback/gstplaybin.c: (remove_sinks):
13314           Remove visualization from parent explicitely; works around some
13315           apparent refcount issue that I haven't tracked down yet.
13316
13317 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13318
13319         * ext/alsa/gstalsasink.c: (set_hwparams):
13320           Assign debug category, add negotiation debug msgs.
13321
13322 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13323
13324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13325           Fix error code for file-not-found to NOT_FOUND.
13326
13327 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13328
13329         * common/gtk-doc-plugins.mak:
13330         * docs/plugins/Makefile.am:
13331         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13333           renamed to actual element names, so much nicer to look at
13334         * docs/plugins/tmpl/gstmultifdsink.sgml:
13335           remove
13336         * docs/plugins/tmpl/multifdsink.sgml:
13337         * docs/plugins/tmpl/tcpserversink.sgml:
13338           add
13339         * ext/alsa/gstalsa.c:
13340         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13341         * ext/ogg/gstoggmux.c:
13342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13343         * gst/playback/gstdecodebin.c:
13344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13345         * gst/tcp/gsttcpserversink.c:
13346           various fixes and documentation additions
13347
13348 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13349
13350         * common/Makefile.am:
13351         * common/gstdoc-scangobj:
13352         * common/gtk-doc-plugins.mak:
13353         * common/gtk-doc.mak:
13354           add a custom scangobj that uses the registry
13355           add a custom gtk-doc-plugins.mak that uses it
13356           some doc build fixes
13357         * configure.ac:
13358         * docs/Makefile.am:
13359         * docs/plugins/Makefile.am:
13360         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13362         * docs/plugins/gst-plugins-base-plugins.types:
13363         * docs/plugins/tmpl/gstmultifdsink.sgml:
13364           add docs for one element, multifdsink
13365         * gst/adder/gstadder.h:
13366         * gst/volume/gstvolume.h:
13367           don't privatize enum
13368         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13369         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13370         (gst_sync_method_get_type), (gst_client_status_get_type),
13371         (gst_multifdsink_class_init),
13372         (gst_multifdsink_client_queue_buffer),
13373         (gst_multifdsink_handle_client_write):
13374         * gst/tcp/gstmultifdsink.h:
13375         * gst/tcp/gsttcp.h:
13376         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13377         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13378         (gst_tcpclientsink_render):
13379         * gst/tcp/gsttcpclientsink.h:
13380         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13381         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13382         (gst_tcpclientsrc_start):
13383         * gst/tcp/gsttcpclientsrc.h:
13384         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13385         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13386         * gst/tcp/gsttcpserversrc.h:
13387         * gst/typefind/gsttypefindfunctions.c:
13388           remove superfluous Type stuff
13389
13390 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13391
13392         * gst/playback/gstplaybin.c: (gen_video_element):
13393           Enable videoscale.
13394
13395 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13396
13397         * gst-libs/gst/gconf/gconf.c:
13398         * gst-libs/gst/gconf/gconf.h:
13399           Fix some Andy Problem [tm].
13400
13401 2005-08-04  Andy Wingo  <wingo@pobox.com>
13402
13403         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13405         (gst_ffmpegcsp_get_size): Adapt to API changes.
13406
13407         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13408         Implement an in-place do-nothing transform.
13409
13410 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13411
13412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13413         (gst_ximagesink_renegotiate_size):
13414           Do not set new window sizes yet if we prepare a new buffer size
13415           for upstream renegotiation (software scaling) at some point in the
13416           future, because this new size waqs not actually accepted yet. Once
13417           accepted, renegotiation later on will set the new sizes just fine.
13418           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13419           embedding testcase.
13420
13421 2005-08-03  Andy Wingo  <wingo@pobox.com>
13422
13423         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13424         (gst_ximagesink_buffer_alloc): 
13425         Protect the height, width, and desired_caps with the pool_lock.
13426         Fixes videotestsrc ! queue ! ximagesink.
13427
13428 2005-08-02  Edward Hervey  <edward@fluendo.com>
13429
13430         * gst/volume/gstvolume.c:
13431         include left from controller cleanup
13432
13433 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13435           Stop collectpads before calling the parent state
13436           change function on PAUSED->READY.
13437
13438 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13439         * configure.ac:
13440           When testing for X libs, use the X CFlags 
13441         * gst/adder/gstadder.c: (gst_adder_change_state):
13442           Stop the collectpads before calling parent state change function
13443           on PAUSED->READY, otherwise we deadlock deactivating pads.
13444
13445 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13446
13447         * configure.ac:
13448         * docs/libs/tmpl/gstcolorbalance.sgml:
13449         * docs/libs/tmpl/gstmixer.sgml:
13450         * examples/Makefile.am:
13451         * gst/sine/Makefile.am:
13452         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13453         (gst_sinesrc_set_property), (plugin_init):
13454         * gst/sine/gstsinesrc.h:
13455         * gst/volume/Makefile.am:
13456         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13457         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13458         (volume_process_float), (volume_process_int16),
13459         (volume_set_property), (plugin_init):
13460         * gst/volume/gstvolume.h:
13461           deactivate and remove dparams (libgstcontrol)
13462
13463 2005-07-29  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13466         Convert me to BaseTransform!! help..
13467
13468 2005-07-29  Andy Wingo  <wingo@pobox.com>
13469
13470         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13471         sinks.
13472
13473         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13474         support of both endiannesses.
13475
13476 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13479           Fix confusing debug message (s/event/query/)
13480
13481 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * gst/videotestsrc/videotestsrc.h:
13484           Use "_stdint.h" instead of <stdint.h>
13485
13486 2005-07-27  Wim Taymans  <wim@fluendo.com>
13487
13488         * ext/vorbis/Makefile.am:
13489         Revert wrong commit.
13490
13491 2005-07-27  Wim Taymans  <wim@fluendo.com>
13492
13493         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13494         More compilation fixen.
13495
13496 2005-07-27  Wim Taymans  <wim@fluendo.com>
13497
13498         * gst-libs/gst/audio/gstbaseaudiosink.c:
13499         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13500         (gst_base_audio_sink_create_ringbuffer),
13501         (gst_base_audio_sink_change_state):
13502         Fix compilation.
13503
13504 2005-07-27  Wim Taymans  <wim@fluendo.com>
13505
13506         * examples/seeking/seek.c: (setup_dynamic_link),
13507         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13508         (query_positions_elems), (query_positions_pads), (do_seek):
13509         Update seek example.
13510
13511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13512         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13513         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13514         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13515         (gst_ogg_demux_handle_event),
13516         (gst_ogg_demux_deactivate_current_chain),
13517         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13518         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13519         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13520         (gst_ogg_demux_loop):
13521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13522         * ext/theora/theoradec.c: (theora_dec_src_event),
13523         (theora_dec_src_getcaps), (theora_dec_sink_event),
13524         (theora_dec_push), (theora_dec_chain):
13525         * ext/vorbis/Makefile.am:
13526         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13527         (vorbis_dec_sink_event), (vorbis_dec_push),
13528         (vorbis_handle_data_packet):
13529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13530         (gst_vorbisenc_chain):
13531         * gst/playback/gststreaminfo.c: (cb_probe):
13532         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13533         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13534         * gst/videoscale/gstvideoscale.c:
13535         (gst_videoscale_handle_src_event):
13536         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13537         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13538         (gst_ximagesink_navigation_send_event):
13539         * sys/xvimage/xvimagesink.c:
13540         (gst_xvimagesink_navigation_send_event):
13541         Various event updates and cleanups
13542
13543 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13544
13545         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13546           Fix segfault for I420/YV12.
13547
13548 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13551           Report bitrate.
13552
13553 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13554
13555         * gst/playback/gstplaybin.c: (gen_video_element),
13556         (gen_audio_element):
13557           Switch to auto*sink elements as default sinks; add volume element
13558           so that volume control in totem works.
13559
13560 2005-07-21  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13563         * gst/playback/gstplaybin.c: (setup_sinks),
13564         (gst_play_bin_change_state):
13565         Refcount fix and more comments.
13566
13567 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13568
13569         * sys/ximage/Makefile.am:
13570         * sys/ximage/ximage.c: (plugin_init):
13571         * sys/ximage/ximagesink.c:
13572         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13573         
13574
13575 2005-07-21  Wim Taymans  <wim@fluendo.com>
13576
13577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13578         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13579         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13580         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13581         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13582         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13583         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13584         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13585         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13586         Generate correct disconts for live chained oggs.
13587
13588         * gst-libs/gst/audio/gstbaseaudiosink.c:
13589         (gst_base_audio_sink_render),
13590         (gst_base_audio_sink_create_ringbuffer),
13591         (gst_base_audio_sink_change_state):
13592         Handle discont math correctly.
13593
13594         * gst/playback/gstplaybin.c: (add_sink):
13595         Some small debug cleanup.
13596
13597 2005-07-21  Wim Taymans  <wim@fluendo.com>
13598
13599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13600         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13601         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13602         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13603         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13604         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13605         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13606         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13607         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13608         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13609         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13610         (gst_ogg_demux_change_state), (gst_ogg_print):
13611         Reorganize code to send the right disconts when in streaming
13612         mode.
13613
13614 2005-07-20  Andy Wingo  <wingo@pobox.com>
13615
13616         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13617         fix (?), fixes a seggie mcfalterson (#310894).
13618
13619 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13620
13621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13622         (gst_ogg_mux_set_header_on_caps):
13623         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13625         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13626         * gst-libs/gst/audio/multichannel.c:
13627         (gst_audio_set_channel_positions),
13628         (gst_audio_set_structure_channel_positions_list):
13629         * gst/playback/gstdecodebin.c: (dynamic_create):
13630         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13631         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13632           Fixes for API changes in core.
13633
13634 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13635
13636         * gst/playback/gstplaybasebin.c: (fill_buffer):
13637           Use _new_custom() so we can set custom message types for buffering
13638           messages.
13639
13640 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * configure.ac:
13643         * gst-libs/gst/Makefile.am:
13644         * gst-libs/gst/gconf/.cvsignore:
13645         * gst-libs/gst/gconf/Makefile.am:
13646         * gst-libs/gst/gconf/test-gconf.c:
13647         * pkgconfig/Makefile.am:
13648         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13649         * pkgconfig/gstreamer-gconf.pc.in:
13650           Remove gconf stuff, use gconf elements instead from now on.
13651
13652 2005-07-20  Wim Taymans  <wim@fluendo.com>
13653
13654         * gst-libs/gst/audio/TODO:
13655         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13656         (gst_audio_clock_get_internal_time):
13657         * gst-libs/gst/audio/gstaudioclock.h:
13658         * gst-libs/gst/audio/gstbaseaudiosink.c:
13659         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13660         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13661         (gst_base_audio_sink_render),
13662         (gst_base_audio_sink_create_ringbuffer),
13663         (gst_base_audio_sink_change_state):
13664         Make sure the audio clock always returns an increasing value.
13665
13666 2005-07-19  Andy Wingo  <wingo@pobox.com>
13667
13668         * gst/videotestsrc/: Cleanups.
13669
13670 2005-07-19  Wim Taymans  <wim@fluendo.com>
13671
13672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13673         Better debugging.
13674
13675 2005-07-19  Wim Taymans  <wim@fluendo.com>
13676
13677         * examples/seeking/seek.c: (make_dv_pipeline),
13678         (make_vorbis_theora_pipeline), (query_rates),
13679         (query_positions_elems), (query_positions_pads), (do_seek):
13680         Make correct DV pipeline.
13681
13682 2005-07-18  Andy Wingo  <wingo@pobox.com>
13683
13684         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13685         default. Also because it's the only thing that really works. (This
13686         is used in the GConf elements).
13687         Use AS_LIBTOOL_TAGS.
13688
13689 2005-07-18  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst/playback/gstdecodebin.c: (remove_element_chain):
13692         * gst/playback/gstplaybin.c: (add_sink):
13693         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13694         (gst_stream_info_set_mute):
13695         * gst/playback/gststreamselector.c:
13696         (gst_stream_selector_get_linked_pad),
13697         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13698         More leak and compile fixes.
13699
13700 2005-07-18  Wim Taymans  <wim@fluendo.com>
13701
13702         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13703         (query_rates), (query_positions_elems), (query_positions_pads),
13704         (do_seek), (seek_cb), (stop_seek):
13705         Updated seek example. 
13706
13707         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13708         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13709         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13710         * gst/playback/gstplaybin.c: (add_sink):
13711         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13712         (gst_stream_info_set_mute):
13713         Some refcount leak fixes.
13714
13715 2005-07-16  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst-libs/gst/audio/gstbaseaudiosink.c:
13718         (gst_base_audio_sink_render):
13719         Align samples even if we have roundoff errors in the 
13720         timestamp conversion.
13721
13722 2005-07-16  Wim Taymans  <wim@fluendo.com>
13723
13724         * docs/libs/tmpl/gstringbuffer.sgml:
13725         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13726         (query_rates), (query_positions_elems), (query_positions_pads),
13727         (update_scale), (do_seek):
13728         Updated seek example.
13729
13730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13731         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13732         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13733         (gst_ogg_demux_loop):
13734         Push out correct discont values.
13735
13736         * ext/theora/theoradec.c: (theora_dec_src_convert),
13737         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13738         (theora_dec_sink_event), (theora_handle_type_packet),
13739         (theora_handle_header_packet), (theora_dec_push),
13740         (theora_handle_data_packet), (theora_dec_chain),
13741         (theora_dec_change_state):
13742         Better timestamping.
13743
13744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13745         (vorbis_dec_sink_event), (vorbis_dec_push),
13746         (vorbis_handle_data_packet), (vorbis_dec_chain):
13747         * ext/vorbis/vorbisdec.h:
13748         Better timestamping.
13749
13750         * gst-libs/gst/audio/gstbaseaudiosink.c:
13751         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13752         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13753         Handle syncing on timestamps instead of sample offsets. Make
13754         use of DISCONT values as described in design docs.
13755
13756         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13757         (gst_base_audio_src_get_time):
13758         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13759         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13760         (gst_ring_buffer_read):
13761         * gst-libs/gst/audio/gstringbuffer.h:
13762         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13763         (gst_ximagesink_show_frame):
13764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13765         Correcly convert buffer timestamp to stream time.
13766
13767 2005-07-16  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/audioconvert/gstaudioconvert.c:
13770         (gst_audio_convert_get_buffer):
13771         Timestamp buffers correctly.
13772
13773         * gst/playback/gstplaybin.c: (gen_video_element):
13774         Make internal fakesink silent.
13775
13776 2005-07-15  Wim Taymans  <wim@fluendo.com>
13777
13778         * gst/ffmpegcolorspace/Makefile.am:
13779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13780         (gst_ffmpegcsp_caps_remove_format_info),
13781         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13782         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13783         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13784         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13785         Ported ffmpegcolorspace to basetransform.
13786
13787         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13788         * gst/volume/gstvolume.c: (volume_transform):
13789         Ported to new API.
13790
13791 2005-07-14  Wim Taymans  <wim@fluendo.com>
13792
13793         * gst/videotestsrc/Makefile.am:
13794         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13795         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13796         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13797         (gst_videotestsrc_init), (gst_videotestsrc_event),
13798         (gst_videotestsrc_create), (gst_videotestsrc_start),
13799         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13800         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13801         (gst_videotestsrc_get_property):
13802         * gst/videotestsrc/gstvideotestsrc.h:
13803         Make videotestsrc a pushsrc.
13804
13805 2005-07-14  Wim Taymans  <wim@fluendo.com>
13806
13807         * gst/tcp/gstfdset.c: (gst_fdset_free):
13808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13809         (gst_multifdsink_add), (gst_multifdsink_remove),
13810         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13811         (gst_multifdsink_remove_client_link),
13812         (gst_multifdsink_client_queue_data),
13813         (gst_multifdsink_client_queue_caps),
13814         (gst_multifdsink_client_queue_buffer),
13815         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13816         (gst_multifdsink_stop):
13817         * gst/tcp/gstmultifdsink.h:
13818         0.8 backporting.
13819
13820         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13821         Also draw image when not from a pool.
13822
13823 2005-07-14  Wim Taymans  <wim@fluendo.com>
13824
13825         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13826         (mute_stream), (silence_stream):
13827         Small debug additions.
13828
13829 2005-07-14  Wim Taymans  <wim@fluendo.com>
13830
13831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13832         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13833         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13834         Better error recovery, ignore unconnected pads and
13835         non-fatal errors.
13836
13837 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13838
13839         * docs/libs/tmpl/gstaudio.sgml:
13840         * docs/libs/tmpl/gstcolorbalance.sgml:
13841         * docs/libs/tmpl/gstgconf.sgml:
13842         * docs/libs/tmpl/gstmixer.sgml:
13843         * docs/libs/tmpl/gstringbuffer.sgml:
13844         * docs/libs/tmpl/gsttuner.sgml:
13845         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13846         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13847         (gst_tcpclientsrc_class_init):
13848         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13849         (gst_tcpserversrc_class_init):
13850         * sys/v4l/gstv4lelement.c:
13851           more autistic cleanliness in functions/names/defines
13852
13853 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13854
13855         * configure.ac:
13856           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13857           added manually to each Makefile.am so we are sure it goes
13858           *last* and doesn't add -L flags before linking in libs of our
13859           own, like, say, internal .la libs, that then accidentally pick
13860           up the installed copy.
13861         * docs/libs/Makefile.am:
13862         * ext/alsa/Makefile.am:
13863         * ext/cdparanoia/Makefile.am:
13864         * ext/gnomevfs/Makefile.am:
13865         * ext/libvisual/Makefile.am:
13866         * ext/ogg/Makefile.am:
13867         * ext/theora/Makefile.am:
13868         * ext/vorbis/Makefile.am:
13869         * gst-libs/gst/video/Makefile.am:
13870         * gst/adder/Makefile.am:
13871         * gst/audioconvert/Makefile.am:
13872         * gst/audiorate/Makefile.am:
13873         * gst/audioscale/Makefile.am:
13874         * gst/ffmpegcolorspace/Makefile.am:
13875         * gst/playback/Makefile.am:
13876         * gst/sine/Makefile.am:
13877         * gst/subparse/Makefile.am:
13878         * gst/tags/Makefile.am:
13879         * gst/tcp/Makefile.am:
13880         * gst/typefind/Makefile.am:
13881         * gst/videorate/Makefile.am:
13882         * gst/videoscale/Makefile.am:
13883         * gst/videotestsrc/Makefile.am:
13884         * gst/volume/Makefile.am:
13885         * sys/v4l/Makefile.am:
13886         * sys/ximage/Makefile.am:
13887         * sys/xvimage/Makefile.am:
13888           adapt properly to this change. This should make sure that
13889           plugins and libs properly link to the as-yet-uninstalled
13890           copies of stuff like libgstinterfaces and libgstvideo
13891
13892 2005-07-13  Andy Wingo  <wingo@pobox.com>
13893
13894         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13895         (gst_v4lsrc_fixate): Fixate on format as well.
13896
13897         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13898         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13899         buffer points to it.
13900         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13901         rather just doing X calls ourselves. Also fixes a memleak.
13902
13903 2005-07-12  Andy Wingo  <wingo@pobox.com>
13904
13905         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13906         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13907         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13908         TRUE to avoid deadlocks if an element holds on to our buffers.
13909
13910 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13913         (gst_sinesrc_init), (gst_sinesrc_create),
13914         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13915         (gst_sinesrc_start):
13916         * gst/sine/gstsinesrc.h:
13917           removing num-buffers property before moving it
13918
13919 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13920
13921         * configure.ac:
13922           use overridable ERROR_CFLAGS
13923         * docs/libs/gst-plugins-base-libs.types:
13924         * docs/libs/tmpl/gstringbuffer.sgml:
13925         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13926         (gst_alsasink_class_init):
13927         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13928         (gst_alsasrc_class_init):
13929         * gst-libs/gst/audio/audio.h:
13930         * gst-libs/gst/audio/gstaudioclock.h:
13931         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13932         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13933         (gst_audio_filter_link), (gst_audio_filter_init),
13934         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13935         (gst_audio_filter_get_property),
13936         (gst_audio_filter_class_add_pad_templates):
13937         * gst-libs/gst/audio/gstaudiofilter.h:
13938         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13939         (gst_audio_filter_template_get_type),
13940         (gst_audio_filter_template_base_init),
13941         (gst_audio_filter_template_class_init),
13942         (gst_audio_filter_template_init),
13943         (gst_audio_filter_template_set_property),
13944         (gst_audio_filter_template_get_property), (plugin_init),
13945         (gst_audio_filter_template_setup),
13946         (gst_audio_filter_template_filter),
13947         (gst_audio_filter_template_filter_inplace):
13948         * gst-libs/gst/audio/gstaudiosink.c:
13949         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13950         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13951         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13952         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13953         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13954         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13955         * gst-libs/gst/audio/gstaudiosink.h:
13956         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13957         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13958         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13959         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13960         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13961         (gst_audio_src_class_init), (gst_audio_src_init),
13962         (gst_audio_src_create_ringbuffer):
13963         * gst-libs/gst/audio/gstaudiosrc.h:
13964         * gst-libs/gst/audio/gstbaseaudiosink.c:
13965         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13966         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13967         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13968         (gst_base_audio_sink_set_property),
13969         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13970         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13971         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13972         (gst_base_audio_sink_create_ringbuffer),
13973         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13974         * gst-libs/gst/audio/gstbaseaudiosink.h:
13975         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13976         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13977         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13978         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13979         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13980         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13981         (gst_base_audio_src_event), (gst_base_audio_src_create),
13982         (gst_base_audio_src_create_ringbuffer),
13983         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13984         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13985         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13986         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13987         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13988         (gst_ring_buffer_debug_spec_caps),
13989         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13990         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13991         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13992         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13993         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13994         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13995         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13996         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13997         (gst_ring_buffer_clear):
13998         * gst-libs/gst/audio/gstringbuffer.h:
13999         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14000         (gst_video_sink_class_init), (gst_video_sink_get_type):
14001         * gst-libs/gst/video/videosink.h:
14002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14003         (gst_multifdsink_class_init),
14004         (gst_multifdsink_handle_client_write),
14005         (gst_multifdsink_change_state):
14006         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14007         (gst_tcpclientsink_setcaps):
14008         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14009         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14010         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14011         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14012         (gst_ximagesink_send_pending_navigation),
14013         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14014         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14016         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14017         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14018         (gst_xvimagesink_send_pending_navigation),
14019         (gst_xvimagesink_navigation_send_event),
14020         (gst_xvimagesink_set_xwindow_id),
14021         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14022         (gst_xvimagesink_get_type):
14023         more macro splitting
14024
14025 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14026
14027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14028           plug a memleak, allows me to import 1479 albums in one go
14029           in jamboree
14030         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14031         (vorbis_handle_type_packet), (vorbis_dec_chain),
14032         (vorbis_dec_change_state):
14033           fix some format strings
14034
14035 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14036
14037         * docs/libs/tmpl/gstcolorbalance.sgml:
14038         * docs/libs/tmpl/gstmixer.sgml:
14039         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14040         (gst_alsasink_set_property), (gst_alsasink_get_property):
14041         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14042         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14043           add device property
14044
14045 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14046
14047         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14048         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14049         (audiocast_register_listener), (audiocast_thread_run),
14050         (gst_gnomevfssrc_send_additional_headers_callback),
14051         (gst_gnomevfssrc_received_headers_callback),
14052         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14053         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14054         (gst_gnomevfssrc_get_size):
14055           add/clean up debugging
14056         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14057           cleanups
14058
14059 2005-07-07  Andy Wingo  <wingo@pobox.com>
14060
14061         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14062         framerate. Need to get a handle on when exactly this function is
14063         called, tho.
14064
14065         * sys/v4l/v4lsrc_calls.h:
14066         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14067         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14068         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14069
14070         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14071         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14072         v4lelements are sources.
14073
14074         * sys/v4l/gstv4lxoverlay.h:
14075         * sys/v4l/gstv4lxoverlay.c:
14076         * sys/v4l/gstv4ltuner.h:
14077         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14078         
14079         * sys/v4l/gstv4lsrc.h:
14080         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14081         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14082         or something should handle that. Made a live source.
14083
14084         * sys/v4l/gstv4lelement.h:
14085         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14086         signals. Some cleanups.
14087
14088         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14089
14090         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14091         stuff.
14092
14093         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14094         stuff.
14095
14096         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14097
14098 2005-07-07  Wim Taymans  <wim@fluendo.com>
14099
14100         * ext/theora/theoradec.c: (theora_get_query_types),
14101         (theora_dec_src_getcaps), (theora_dec_push):
14102         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14104         Remove deprecated/unused query types.
14105
14106 2005-07-06  Wim Taymans  <wim@fluendo.com>
14107
14108         * ext/alsa/Makefile.am:
14109         * ext/alsa/gstalsaplugin.c: (plugin_init):
14110         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14111         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14112         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14113         (gst_alsasrc_class_init), (gst_alsasrc_init),
14114         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14115         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14116         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14117         (gst_alsasrc_reset):
14118         * ext/alsa/gstalsasrc.h:
14119         * gst-libs/gst/audio/Makefile.am:
14120         * gst-libs/gst/audio/gstaudiosink.c:
14121         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14122         (gst_audioringbuffer_start):
14123         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14124         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14125         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14126         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14127         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14128         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14129         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14130         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14131         * gst-libs/gst/audio/gstaudiosrc.h:
14132         * gst-libs/gst/audio/gstbaseaudiosink.c:
14133         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14134         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14135         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14136         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14137         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14138         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14139         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14140         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14141         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14142         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14143         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14144         (gst_baseaudiosrc_change_state):
14145         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14146         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14147         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14148         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14149         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14150         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14151         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14152         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14153         * gst-libs/gst/audio/gstringbuffer.h:
14154         Added audiosource base classes.
14155         Ported alsasrc, still very basic.
14156
14157 2005-07-06  Wim Taymans  <wim@fluendo.com>
14158
14159         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14160         (theora_dec_push), (theora_handle_data_packet):
14161         Prepare for better timestamp fix later.
14162
14163         * gst/audioconvert/gstaudioconvert.c:
14164         List most accurate caps first
14165
14166         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14167         Use proper pad task function.
14168
14169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14170         (gst_xvimagesink_show_frame):
14171         Fix deadlock when alloc failed.
14172
14173 2005-07-05  Andy Wingo  <wingo@pobox.com>
14174
14175         * ext/gnomevfs/gstgnomevfssrc.c:
14176         * gst/sine/gstsinesrc.c:
14177         * gst/tcp/gsttcpserversrc.c:
14178         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14179
14180         * sys/v4l/: Port from 0.8.
14181
14182         * Many files: Null if we got it....
14183
14184 2005-07-05  Andy Wingo  <wingo@pobox.com>
14185
14186         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14187         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14188         Signedness fixes.
14189
14190 2005-07-05  Wim Taymans  <wim@fluendo.com>
14191
14192         * configure.ac:
14193         * gst/tcp/Makefile.am:
14194         * gst/tcp/README:
14195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14196         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14197         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14198         (is_sync_frame), (gst_multifdsink_handle_client_write),
14199         (gst_multifdsink_render), (gst_multifdsink_start),
14200         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14201         * gst/tcp/gstmultifdsink.h:
14202         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14203         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14204         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14205         * gst/tcp/gsttcp.h:
14206         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14207         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14208         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14209         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14210         * gst/tcp/gsttcpclientsink.h:
14211         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14212         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14213         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14214         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14215         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14216         * gst/tcp/gsttcpclientsrc.h:
14217         * gst/tcp/gsttcpplugin.c: (plugin_init):
14218         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14219         * gst/tcp/gsttcpserversink.h:
14220         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14221         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14222         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14223         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14224         (gst_tcpserversrc_stop):
14225         * gst/tcp/gsttcpserversrc.h:
14226         * gst/tcp/gsttcpsink.c:
14227         * gst/tcp/gsttcpsink.h:
14228         * gst/tcp/gsttcpsrc.c:
14229         * gst/tcp/gsttcpsrc.h:
14230         Ported tcp plugins to 0.9. 
14231         
14232
14233 2005-07-05  Andy Wingo  <wingo@pobox.com>
14234
14235         * gst/playback/gstplaybasebin.c (fill_buffer):
14236         message_new_application fixen.
14237
14238         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14239         Style fix.
14240
14241 2005-07-04  Wim Taymans  <wim@fluendo.com>
14242
14243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14244         Set caps on output buffer.
14245
14246 2005-07-04  Andy Wingo  <wingo@pobox.com>
14247
14248         * ext/gnomevfs/gstgnomevfssrc.c
14249         (gst_gnomevfssrc_received_headers_callback) 
14250         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14251         hopefully.
14252
14253         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14254         No refcount leakage.
14255
14256         * configure.ac: Enable -Werror.
14257         
14258         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14259         * gst/audioconvert/bufferframesconvert.c
14260         (buffer_frames_convert_fixate):
14261         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14262         (gst_audio_convert_fixate):
14263         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14264         (gst_sinesrc_create): Fixate func changes.
14265         
14266         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14267         (gst_ximagesink_buffer_alloc): Unused var.
14268
14269 2005-07-01  Andy Wingo  <wingo@pobox.com>
14270
14271         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14272         getcaps to do explicit caps. Needs to be done in all decoders,
14273         possibly via a base class.
14274
14275         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14276
14277         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14278         caps on the sink pad, just rely on the pad template. Also, setting
14279         ANY caps on a pad is not valid because the caps are not fixed.
14280
14281         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14282         caps on the buffer, and get the width from the desired_caps if
14283         they're set.
14284         (gst_ximagesink_renegotiate_size): Implement via setting the
14285         desired_caps on the ximagesink.
14286         (gst_ximagesink_setcaps): Only reset the width of the player if it
14287         wasn't already set. Not sure if this is right.
14288         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14289
14290         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14291         that the user wants. NULL unless the window has been resized.
14292
14293         * gst/volume/gstvolume.c (volume_transform): Adapt to
14294         basetransform refcount changes.
14295         
14296 2005-07-01  Andy Wingo  <wingo@pobox.com>
14297
14298         * gst/videoscale/gstvideoscale.c:
14299         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14300         from BaseTransform, implements a transform_caps. Removed dead code
14301         including some PAR stuff that was never reached -- should probably
14302         be added back somehow.
14303
14304 2005-07-01  Andy Wingo  <wingo@pobox.com>
14305
14306         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14307         come later.
14308
14309 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14310
14311         * configure.ac:
14312         * docs/libs/Makefile.am:
14313         * docs/libs/gst-plugins-libs.types:
14314         * ext/alsa/Makefile.am:
14315         * ext/alsa/gstalsamixer.h:
14316         * ext/alsa/gstalsamixeroptions.h:
14317         * ext/alsa/gstalsamixertrack.h:
14318         * gst-libs/gst/Makefile.am:
14319         * gst-libs/gst/colorbalance/.cvsignore:
14320         * gst-libs/gst/colorbalance/Makefile.am:
14321         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14322         * gst-libs/gst/colorbalance/colorbalance.c:
14323         * gst-libs/gst/colorbalance/colorbalance.h:
14324         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14325         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14326         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14327         * gst-libs/gst/interfaces/Makefile.am:
14328         * gst-libs/gst/interfaces/colorbalance.c:
14329         (gst_color_balance_class_init):
14330         * gst-libs/gst/interfaces/colorbalance.h:
14331         * gst-libs/gst/interfaces/interfaces-marshal.list:
14332         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14333         * gst-libs/gst/interfaces/mixer.h:
14334         * gst-libs/gst/interfaces/mixeroptions.h:
14335         * gst-libs/gst/interfaces/navigation.c:
14336         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14337         * gst-libs/gst/interfaces/tuner.h:
14338         * gst/volume/Makefile.am:
14339         * gst/volume/gstvolume.c:
14340         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14341         * sys/ximage/Makefile.am:
14342         * sys/ximage/ximagesink.c:
14343         * sys/xvimage/Makefile.am:
14344         * sys/xvimage/xvimagesink.c:
14345           fold in all interfaces into an interfaces dir, preserving CVS
14346           history
14347
14348 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14349
14350         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14351           Fix build after riff changes.
14352
14353 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14354
14355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14356         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14357         (gst_riff_create_video_template_caps),
14358         (gst_riff_create_audio_template_caps),
14359         (gst_riff_create_iavs_template_caps):
14360         * gst-libs/gst/riff/riff-media.h:
14361         * gst-libs/gst/riff/riff-read.h:
14362         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14363           Add gst_riff_init() to initialize the debug category, instead
14364           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14365
14366 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14367
14368         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14369           Oops, I shouldn't apply hacks.
14370
14371 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14372
14373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14374           Remove pad_loop function which doesn't work.
14375
14376 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14377
14378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14379           Send EOS when deactivating.
14380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14381         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14382         (gen_preroll_element), (probe_triggered), (mute_stream),
14383         (silence_stream), (new_decoded_pad), (setup_substreams),
14384         (set_active_source):
14385         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14386         (remove_sinks), (add_sink):
14387         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14388           Change for new probe API.
14389
14390 2005-06-29  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14393         * gst-libs/gst/audio/gstbaseaudiosink.c:
14394         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14395         (gst_baseaudiosink_change_state):
14396         * gst-libs/gst/audio/gstbaseaudiosink.h:
14397         * gst-libs/gst/audio/gstringbuffer.c:
14398         (gst_ringbuffer_set_callback):
14399         Fix compilation error.
14400         Ringbuffer starts out as not running.
14401         Free our clock in dispose.
14402         When releasing the ringbuffer we need to renegotiate so
14403         clear the pad caps.
14404
14405 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * autogen.sh:
14408         * configure.ac:
14409         * docs/Makefile.am:
14410         * docs/libs/Makefile.am:
14411         * docs/libs/gst-plugins-libs-docs.sgml:
14412         * docs/libs/gst-plugins-libs-sections.txt:
14413         * docs/libs/gst-plugins-libs.types:
14414         * docs/libs/tmpl/gstaudio.sgml:
14415         * docs/libs/tmpl/gstcolorbalance.sgml:
14416         * docs/libs/tmpl/gstringbuffer.sgml:
14417         * gst-libs/gst/audio/gstringbuffer.c:
14418         (gst_ringbuffer_set_callback):
14419           reinstate gtk-doc docs for plugin libs
14420
14421 2005-06-28  Wim Taymans  <wim@fluendo.com>
14422
14423         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14424         (gst_ogg_demux_init):
14425         Removed pad loop function.
14426
14427 2005-06-28  Wim Taymans  <wim@fluendo.com>
14428
14429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14430         If we're building a chain we are not in an error case
14431         when we queue a buffer.
14432
14433 2005-06-28  Andy Wingo  <wingo@pobox.com>
14434
14435         * *.c: Don't cast to GstObject before reffing/unreffing.
14436
14437 2005-06-27  Andy Wingo  <wingo@pobox.com>
14438
14439         * gst/videotestsrc/gstvideotestsrc.c
14440         (gst_videotestsrc_activate_push): Activation API changes.
14441
14442         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14443         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14444         they have refs on the decodebin.
14445
14446         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14447         parent class.
14448         (gst_ogg_pad_typefind): Don't leak a pad ref.
14449         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14450         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14451         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14452
14453 2005-06-27  Edward Hervey  <edward@fluendo.com>
14454
14455         * ext/theora/theoradec.c: (theora_dec_change_state): 
14456         re-arranged call to parent's state change in order to avoid locks (or
14457         worse).
14458
14459 2005-06-26  Edward Hervey  <edward@fluendo.com>
14460
14461         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14462         2nd argument of 'unknow-type' signal is a GstCaps and not a
14463         GstMiniObject
14464
14465 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14466         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14467           Set the worker thread's running flag to TRUE before starting the
14468           thread.
14469         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14470           Catch a failure to add typefind to the bin.
14471
14472 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14473
14474         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14475         (gst_sinesrc_init), (gst_sinesrc_create),
14476         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14477         (gst_sinesrc_start):
14478         * gst/sine/gstsinesrc.h:
14479           add num-buffers and timestamp-offset properties
14480         * gst/videotestsrc/gstvideotestsrc.c:
14481         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14482         (gst_videotestsrc_get_property):
14483           add timestamp-offset property
14484
14485 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14486
14487         * configure.ac: add videorate
14488         * gst-plugins-base.spec.in: add videorate
14489
14490 2005-06-23  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14493         (gst_videorate_getcaps), (gst_videorate_setcaps),
14494         (gst_videorate_event), (gst_videorate_chain):
14495         Fixed videorate, fixating an already fixated caps is not
14496         an error.
14497
14498 2005-06-23  Wim Taymans  <wim@fluendo.com>
14499
14500         * ext/ogg/README:
14501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14502         Buffer on caps is not boxed anymore.
14503
14504 2005-06-22  Wim Taymans  <wim@fluendo.com>
14505
14506         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14508         Set buffers on caps as miniobjects and not as boxed.
14509
14510 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14511
14512         * configure.ac:
14513           back to HEAD
14514
14515 === release 0.9.1 ===
14516
14517 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * .cvsignore:
14520         * NEWS:
14521         * README:
14522         * RELEASE:
14523         * configure.ac:
14524         * po/af.po:
14525         * po/az.po:
14526         * po/cs.po:
14527         * po/en_GB.po:
14528         * po/hu.po:
14529         * po/it.po:
14530         * po/nb.po:
14531         * po/nl.po:
14532         * po/or.po:
14533         * po/sq.po:
14534         * po/sr.po:
14535         * po/sv.po:
14536         * po/uk.po:
14537         * po/vi.po:
14538           updates for release
14539
14540 2005-06-09  Andy Wingo  <wingo@pobox.com>
14541
14542         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14543         
14544 2005-06-09  Andy Wingo  <wingo@pobox.com>
14545
14546         * configure.ac:
14547         * gst-libs/gst/Makefile.am:
14548         * gst-libs/gst/net/Makefile.am:
14549         Add gstnet to build.
14550
14551 2005-06-09  Andy Wingo  <wingo@pobox.com>
14552
14553         * gst-libs/gst/gconf/gconf.c:
14554         * gst/playback/test.c:
14555         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14556         fixes.
14557
14558         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14559
14560         * ext/theora/theoraenc.c (theora_enc_chain): 
14561         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14562
14563         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14564         RealPad.
14565
14566 2005-06-02  Wim Taymans  <wim@fluendo.com>
14567
14568         * gst-libs/gst/net/Makefile.am:
14569         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14570         * pkgconfig/gstreamer-libs.pc.in:
14571         Added net stuff, version net lib.
14572
14573 2005-06-02  Wim Taymans  <wim@fluendo.com>
14574
14575         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14576         (query_rates), (query_positions_elems), (query_positions_pads),
14577         (do_seek):
14578         Updated seek example.
14579
14580 2005-06-02  Andy Wingo  <wingo@pobox.com>
14581
14582         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14583         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14584         list.
14585
14586         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14587         remove the typefind, the bin dispose will do it for us. When it's
14588         removed and unreffed, the signal handler will be disconnected,
14589         too.
14590         (unlinked): It's too difficult to disconnect from unlinked
14591         handlers, as they are on pads not elements. Just punt if the pads
14592         aren't grandkids of the bin.
14593
14594 2005-06-02  Wim Taymans  <wim@fluendo.com>
14595
14596         * ext/ogg/README:
14597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14598         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14600         * ext/theora/theoradec.c: (theora_dec_src_query),
14601         (theora_handle_data_packet):
14602         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14603         (theora_enc_chain):
14604         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14605         (vorbis_handle_data_packet):
14606         * gst/audioconvert/bufferframesconvert.c:
14607         (buffer_frames_convert_chain):
14608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14609         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14610         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14611         (gst_ffmpegcsp_chain):
14612         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14613         (gst_videorate_getcaps), (gst_videorate_setcaps),
14614         (gst_videorate_event), (gst_videorate_chain):
14615         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14616         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14617         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14618         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14619         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14620         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14621         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14622         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14623         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14624         Cleanups and buffer alloc.
14625
14626 2005-05-31  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14629         Don't try to call the delay method when the device is not
14630         opened.
14631
14632 2005-05-31  Wim Taymans  <wim@fluendo.com>
14633
14634         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14635         Get actual segment size and buffer size after opening
14636         the device.
14637
14638 2005-05-30  Wim Taymans  <wim@fluendo.com>
14639
14640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14641         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14642         Also FLUSH upstream, makes the loop function exit faster.
14643         
14644         * ext/theora/theoradec.c: (theora_dec_src_query):
14645         Some more debug info in the query.
14646         
14647         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14648         (gst_ximagesink_setcaps):
14649         Release lock on par error, better error reporting.
14650
14651 2005-05-26  Wim Taymans  <wim@fluendo.com>
14652
14653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14654         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14655         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14656         Clear chains in READY
14657         Queue packets until the chain is activated.
14658
14659 2005-05-25  Wim Taymans  <wim@fluendo.com>
14660
14661         * gst-libs/gst/audio/gstaudiosink.c:
14662         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14663         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14664         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14665         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14666         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14667         (gst_audiosink_create_ringbuffer):
14668         * gst-libs/gst/audio/gstbaseaudiosink.c:
14669         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14670         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14671         (gst_baseaudiosink_set_property), (build_linear_format),
14672         (debug_spec_caps), (debug_spec_buffer),
14673         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14674         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14675         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14676         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14677         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14678         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14679         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14680         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14681         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14682         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14683         (wait_segment), (gst_ringbuffer_commit),
14684         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14685         (gst_ringbuffer_clear):
14686         Various small cleanups.
14687
14688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14689         (gst_audio_convert_change_state):
14690         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14691         No need to take the locks anymore.
14692
14693 2005-05-25  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14696         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14697         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14698         (type_found):
14699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14700         (group_destroy), (group_commit), (queue_overrun),
14701         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14702         (mute_stream), (new_decoded_pad), (setup_substreams),
14703         (setup_source), (mute_group_type), (set_active_source),
14704         (gst_play_base_bin_change_state):
14705         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14706         (gen_video_element), (gen_text_element), (gen_audio_element),
14707         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14708         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14709         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14710         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14711         Some playbin cleanups mostly refcounting sloppyness.
14712
14713 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14714
14715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14716           Work with streaming input.
14717
14718 2005-05-25  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14721         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14722         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14723         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14724         No need to take the STREAM lock anymore.
14725
14726 2005-05-25  Wim Taymans  <wim@fluendo.com>
14727
14728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14729         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14730         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14731         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14732         (gst_ogg_demux_sink_activate):
14733         * ext/theora/theoradec.c: (theora_dec_src_event),
14734         (theora_handle_comment_packet), (theora_dec_chain),
14735         (theora_dec_change_state):
14736         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14737         (vorbis_handle_data_packet), (vorbis_dec_chain),
14738         (vorbis_dec_change_state):
14739         Remove STREAM locks as they are taken in core now.
14740         Never set bogus granulepos on vorbis/theora.
14741         Fix leaks in theoradec tag parsing.
14742
14743 2005-05-25  Wim Taymans  <wim@fluendo.com>
14744
14745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14746         Fix memleaks, GST_BUFFER_DATA() is not freed.
14747
14748 2005-05-25  Wim Taymans  <wim@fluendo.com>
14749
14750         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14751         Open non-blocking, set to blocking mode afterwards to avoid
14752         lockups when audio device is busy.
14753
14754 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14755
14756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14757           This can't be good.
14758
14759 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14762         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14763         (gst_audio_convert_setcaps):
14764           Implement instant setup switching.
14765
14766 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14767
14768         * gst/playback/gstplaybasebin.c: (probe_triggered):
14769           Fix missing unlock.
14770         * gst/playback/gstplaybin.c: (add_sink):
14771           First add, then link (otherwise pad link fails).
14772
14773 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14774
14775         * examples/Makefile.am:
14776         fix buildbot (make distcheck)
14777
14778 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14779
14780         * gst/playback/gstplaybin.c: (gen_vis_element):
14781           Remove some wrong code. Doesn't work yet.
14782
14783 2005-05-19  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst-libs/gst/net/Makefile.am:
14786         * gst-libs/gst/net/README:
14787         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14788         (gst_netbuffer_class_init), (gst_netbuffer_init),
14789         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14790         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14791         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14792         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14793         * gst-libs/gst/net/gstnetbuffer.h:
14794         Added buffer subclass to store extra to/from addresses for
14795         network sources/sinks.
14796
14797 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14798
14799         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14800           Don't lock an unassigned variable.
14801
14802 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14803
14804         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14805           Increase buffer for video, decrease buffer for other media types.
14806         * gst/playback/gstplaybin.c: (gen_video_element),
14807         (gen_audio_element):
14808           Change names for debugging purposes.
14809
14810 2005-05-18  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14813         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14814         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14815         (gst_ffmpegcsp_chain):
14816         Enable buffer alloc passthrough if the source and dest
14817         formats are the same.
14818
14819 2005-05-17  Wim Taymans  <wim@fluendo.com>
14820
14821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14822         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14823         (gst_ogg_demux_chain_unlocked):
14824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14825         (gst_audio_convert_caps_remove_format_info),
14826         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14827         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14829         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14830         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14831         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14832         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14833         (gst_ffmpegcsp_get_property):
14834         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14835         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14836         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14837         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14838         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14839         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14840         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14841         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14842         Leak fixes in oggdemux.
14843         Some cleanups in audioconvert.
14844         Make passthrough work along with buffer_alloc etc.
14845         Make buffer_alloc and buffer recycling actually work in
14846         xvimagesink.
14847
14848 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14849
14850         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14851           make the compiler happy
14852
14853 2005-05-17  Wim Taymans  <wim@fluendo.com>
14854
14855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14857         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14858         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14859         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14860         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14861         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14862         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14863         (gst_xvimagesink_set_xwindow_id):
14864         * sys/xvimage/xvimagesink.h:
14865         Port xvimagesink to new MiniObject.
14866
14867 2005-05-17  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14870         (gst_audiofilter_chain):
14871         * gst-libs/gst/audio/gstaudiosink.c:
14872         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14873         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14874         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14875         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14876         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14877         (gst_audiosink_create_ringbuffer):
14878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14879         (gst_audio_convert_caps_remove_format_info),
14880         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14881         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14883         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14884         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14885         Fix passthrough in ffmpegcolorspace.
14886         Fix memset in audiosink on wrong memory.
14887
14888 2005-05-16  David Schleef  <ds@schleef.org>
14889
14890         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14891         to GstMiniObject.
14892
14893 2005-05-16  David Schleef  <ds@schleef.org>
14894
14895         Port from GstData to GstMiniObject.
14896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14898         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14899         (gst_ogg_mux_collected):
14900         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14901         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14902         (theora_handle_data_packet):
14903         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14904         (theora_set_header_on_caps), (theora_enc_chain):
14905         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14906         (vorbis_handle_comment_packet):
14907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14908         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14909         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14910         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14911         * gst/audioconvert/gstaudioconvert.c:
14912         (gst_audio_convert_get_buffer):
14913         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14914         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14915         (mute_stream), (silence_stream):
14916         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14917         * gst/volume/gstvolume.c: (volume_transform):
14918         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14919         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14920         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14921         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14922         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14923         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14924         (gst_ximagesink_buffer_alloc):
14925         * sys/ximage/ximagesink.h:
14926
14927 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14928
14929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14930         (fill_buffer), (check_queue), (queue_threshold_reached),
14931         (queue_out_of_data):
14932         * gst/playback/gstplaybasebin.h:
14933           Post buffer-fullness on the bus.
14934
14935 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14936
14937         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14938         (try_to_link_1):
14939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14940         (group_commit), (probe_triggered), (setup_source),
14941         (gst_play_base_bin_change_state):
14942         * gst/playback/gstplaybasebin.h:
14943         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14944         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14945         (gst_play_bin_change_state):
14946           Move setup_output_pads into a virtual function, remove
14947           group-switch (no longer needed) and redirect (handled by bus
14948           now) signals.
14949
14950 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14951
14952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14953         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14954         (get_active_group), (get_building_group), (group_destroy),
14955         (group_commit), (check_queue), (queue_overrun),
14956         (queue_threshold_reached), (queue_out_of_data),
14957         (gen_preroll_element), (remove_groups), (unknown_type),
14958         (add_element_stream), (no_more_pads), (probe_triggered),
14959         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14960         (setup_substreams), (setup_source), (finish_source),
14961         (prepare_output), (muted_group_change_state),
14962         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14963         (gst_play_base_bin_change_state):
14964         * gst/playback/gstplaybasebin.h:
14965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14966         (gst_play_bin_init), (gst_play_bin_set_property),
14967         (gen_video_element), (gen_text_element), (gen_audio_element),
14968         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14969         (gst_play_bin_change_state):
14970         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14971         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14972         (stream_info_change_state), (gst_stream_info_set_mute),
14973         (gst_stream_info_get_property):
14974         * gst/playback/gststreaminfo.h:
14975         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14976         (gst_stream_selector_get_linked_pad),
14977         (gst_stream_selector_getcaps),
14978         (gst_stream_selector_get_linked_pads),
14979         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14980         * gst/playback/gststreamselector.h:
14981           Rough port of playbin. Needs some more work, but is mostly done,
14982           and uses a few locks in important places, which should make stuff
14983           like chain-switches clean. Still uses GST_STATE() in a few places,
14984           which isn't all that good an idea, subtitles/elements disabled
14985           because no elements to test with and thus probably broken, query
14986           and event handling moved to GstBin, internal thread removed
14987           alltogether because the pipeline does that for us now. Can play
14988           Ogg/Vorbis files. Haven't tested anything else yet.
14989
14990 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14991
14992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14993           Do no-more-pads (needed for autoplugging).
14994
14995 2005-05-10  Andy Wingo  <wingo@pobox.com>
14996
14997         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14998         message to the bus with the tags. Still not sent downstream tho.
14999
15000         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15001         get_parent.
15002         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15003         avoid refcounting hassles.
15004
15005 2005-05-09  Andy Wingo  <wingo@pobox.com>
15006
15007         * gst/volume/Makefile.am:
15008         * gst/volume/demo.c
15009         * gst/volume/gstvolume.h
15010         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15011         basetransform. Probably need an audio filter base class.
15012
15013 2005-05-09  Wim Taymans  <wim@fluendo.com>
15014
15015         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15016         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15017         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15018         (gst_vorbisenc_chain):
15019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15020         (gst_audio_convert_caps_remove_format_info),
15021         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15022         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15023         Make caps writable before writing to it.
15024         Fix negotiation in audioconvert some more.
15025
15026 2005-05-09  Wim Taymans  <wim@fluendo.com>
15027
15028         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15029         (gst_videorate_getcaps), (gst_videorate_setcaps),
15030         (gst_videorate_event), (gst_videorate_chain):
15031         Better negotiation.
15032
15033 2005-05-09  Wim Taymans  <wim@fluendo.com>
15034
15035         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15036         (gst_videorate_getcaps), (gst_videorate_setcaps),
15037         (gst_videorate_blank_data), (gst_videorate_init),
15038         (gst_videorate_event), (gst_videorate_chain),
15039         (gst_videorate_change_state):
15040         Port videorate, do a better job at negotiation while we're at
15041         it.
15042
15043 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15044
15045         * configure.ac:
15046           Disable libvisual
15047
15048         * examples/Makefile.am:
15049         * gst-libs/gst/audio/Makefile.am:
15050         * gst-libs/gst/riff/Makefile.am:
15051         * gst-libs/gst/tag/Makefile.am:
15052         * gst-libs/gst/video/Makefile.am:
15053           Fixups for missing variables.
15054
15055 2005-05-09  Wim Taymans  <wim@fluendo.com>
15056
15057         * examples/seeking/seek.c: (make_theora_pipeline),
15058         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15059         (query_rates), (query_positions_elems), (query_positions_pads),
15060         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15062         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15063         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15064         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15065         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15067         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15068         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15069         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15070         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15071         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15072         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15073         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15074         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15075         (theora_dec_src_convert), (theora_dec_sink_convert),
15076         (theora_dec_src_query), (theora_dec_sink_query),
15077         (theora_dec_src_event), (theora_dec_sink_event),
15078         (theora_handle_comment_packet), (theora_handle_type_packet),
15079         (theora_handle_header_packet), (theora_handle_data_packet),
15080         (theora_dec_chain):
15081         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15082         (vorbis_dec_convert), (vorbis_dec_src_query),
15083         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15084         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15085         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15086         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15088         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15089         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15090         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15091         (gst_play_bin_query):
15092         * gst/playback/test3.c: (update_scale):
15093         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15094         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15095         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15097         (gst_videotestsrc_src_query):
15098         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15099         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15100         (paint_hline_YUV9):
15101         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15102         Port to new query API.
15103         Updated seek.
15104         Cleanups in x[v]imagesink
15105
15106 2005-05-09  Andy Wingo  <wingo@pobox.com>
15107
15108         * ext/alsa/gstalsasink.h:
15109         * ext/gnomevfs/gstgnomevfssrc.c:
15110         (gst_gnomevfssrc_get_icy_metadata):
15111         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15112         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15113         * ext/theora/theoradec.c (theora_dec_src_query)
15114         (theora_dec_src_event, theora_dec_sink_event)
15115         (theora_handle_comment_packet, theora_handle_data_packet):
15116         * ext/theora/theoraenc.c (theora_enc_chain):
15117         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15118         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15119         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15120         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15121         (qt_type_find):
15122         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15123         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15124         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15125         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15126         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15127         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15128         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15129         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15130         (paint_setup_RGB565, paint_setup_xRGB1555):
15131         * gst/videotestsrc/videotestsrc.h:
15132         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15133         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15134         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15135         GCC4 fixes.
15136         
15137         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15138         gst_pad_query_position. Fixes oggdemux.
15139
15140 2005-05-08  David Schleef  <ds@schleef.org>
15141
15142         * configure.ac: Require liboil.
15143         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15144         a few more.
15145         * gst/videotestsrc/videotestsrc.c:
15146         * gst/videotestsrc/videotestsrc.h:
15147
15148 2005-05-06  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15151         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15152         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15153         Well, unreffing a buffer right before pushing it is asking
15154         for trouble..
15155
15156 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15157
15158         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15159
15160 2005-05-06  Wim Taymans  <wim@fluendo.com>
15161
15162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15163         (gst_audio_convert_caps_remove_format_info),
15164         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15165         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15167         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15168         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15169         * gst/sine/Makefile.am:
15170         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15171         (gst_sinesrc_class_init), (gst_sinesrc_init),
15172         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15173         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15174         (gst_sinesrc_update_freq):
15175         * gst/sine/gstsinesrc.h:
15176         * gst/tcp/gstmultifdsink.c:
15177         * sys/xvimage/xvimagesink.c:
15178         Fixed negotiation wrt _peer_get_caps()
15179         Some cleanups.
15180
15181
15182 2005-05-06  Wim Taymans  <wim@fluendo.com>
15183
15184         * gst-libs/gst/audio/gstaudiosink.c:
15185         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15186         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15187         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15188         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15189         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15190         (gst_audiosink_create_ringbuffer):
15191         * gst-libs/gst/audio/gstbaseaudiosink.c:
15192         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15193         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15194         (gst_baseaudiosink_set_property), (build_linear_format),
15195         (debug_spec_caps), (debug_spec_buffer),
15196         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15197         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15198         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15199         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15200         * gst-libs/gst/audio/gstbaseaudiosink.h:
15201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15202         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15203         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15204         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15205         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15206         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15207         (wait_segment), (gst_ringbuffer_commit),
15208         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15209         (gst_ringbuffer_clear):
15210         * gst-libs/gst/audio/gstringbuffer.h:
15211         Make the base audiosink return an error when there is no
15212         audiobuffer negotiated.
15213
15214 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15215
15216         * ext/Makefile.am:
15217         Disable cdparanoia until someone ports it!
15218
15219 2005-05-06  Wim Taymans  <wim@fluendo.com>
15220
15221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15222         (gst_ogg_demux_sink_activate):
15223         And revert after wingo's revert.. sigh..
15224
15225 2005-05-05  Andy Wingo  <wingo@pobox.com>
15226
15227         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15228         GObject.
15229         * configure.ac: Return audiorate and subparse from the ghetto.
15230         Re-enable -Wall -Werror.
15231         * gst/subparse/gstsubparse.c:
15232         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15233         or chain-based. Cleaned up a bit. Not tested.
15234         
15235 2005-05-05  Christian Schaller <christian@fluendo.com> 
15236
15237         * Makefile.am: remove stuff that is not building
15238         * configure.ac: remove stuff that is not building
15239         * examples/Makefile.am: remove stuff that is not building
15240         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15241         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15242         * sys/Makefile.am: remove stuff that is not building
15243         * testsuite/Makefile.am: remove stuff that is not building
15244
15245 2005-05-05  Andy Wingo  <wingo@pobox.com>
15246
15247         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15248         * gst-libs/gst/tag/gstvorbistag.c:
15249         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15250         * gst/adder/gstadder.h:
15251         * gst/audioconvert/gstchannelmix.c:
15252         (gst_audio_convert_fill_one_other):
15253         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15254         (gst_audiorate_init), (gst_audiorate_chain):
15255         * gst/playback/gstplaybasebin.c: (setup_source):
15256         * gst/playback/test3.c: (update_scale):
15257         Some GCC4 fixes
15258         
15259         * po/af.po:
15260         * po/az.po:
15261         * po/cs.po:
15262         * po/en_GB.po:
15263         * po/hu.po:
15264         * po/it.po:
15265         * po/nb.po:
15266         * po/nl.po:
15267         * po/or.po:
15268         * po/sq.po:
15269         * po/sr.po:
15270         * po/sv.po:
15271         * po/uk.po:
15272         * po/vi.po: Foo
15273
15274 2005-05-05  Wim Taymans  <wim@fluendo.com>
15275
15276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15277         (gst_audio_convert_caps_remove_format_info),
15278         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15279         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15280         * gst/videotestsrc/gstvideotestsrc.c:
15281         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15282         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15283         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15284         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15285         Don't ignore _push() return values.
15286         Make sure no processing is done when shutting down.
15287         Videotestsrc pad activation fix.
15288
15289 2005-05-05  Wim Taymans  <wim@fluendo.com>
15290
15291         * gst/adder/Makefile.am:
15292         * gst/adder/gstadder.c: (gst_adder_setcaps),
15293         (gst_adder_class_init), (gst_adder_init),
15294         (gst_adder_request_new_pad), (gst_adder_collected),
15295         (gst_adder_change_state):
15296         * gst/adder/gstadder.h:
15297         Ported adder as an example of a mixer element using
15298         collect pads. Needs more negotiation work.
15299
15300 2005-05-05  Wim Taymans  <wim@fluendo.com>
15301
15302         * ext/theora/theoradec.c: (_inc_granulepos),
15303         (theora_dec_src_event), (theora_dec_sink_event),
15304         (theora_handle_comment_packet), (theora_handle_type_packet),
15305         (theora_handle_header_packet), (theora_handle_data_packet),
15306         (theora_dec_chain):
15307         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15308         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15309         (theora_push_buffer), (theora_push_packet),
15310         (theora_enc_sink_event), (theora_enc_chain),
15311         (theora_enc_change_state), (theora_enc_set_property),
15312         (theora_enc_get_property):
15313         Added stream lock to decoder so that we can serialize
15314         the discont event.
15315         More theoraenc porting, recover from errors, do clean
15316         shutdown.
15317
15318 2005-05-05  Wim Taymans  <wim@fluendo.com>
15319
15320         * ext/ogg/Makefile.am:
15321         * ext/ogg/README:
15322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15323         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15324         (gst_ogg_print):
15325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15326         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15327         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15328         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15329         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15330         (gst_ogg_mux_change_state):
15331         Ported ogg muxer.
15332
15333 2005-05-05  Wim Taymans  <wim@fluendo.com>
15334
15335         * docs/design-audiosinks.txt:
15336         * gst-libs/gst/audio/TODO:
15337         * gst-libs/gst/audio/gstaudiosink.c:
15338         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15339         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15340         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15341         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15342         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15343         (gst_audiosink_create_ringbuffer):
15344         * gst-libs/gst/audio/gstbaseaudiosink.c:
15345         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15346         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15347         (gst_baseaudiosink_set_property), (build_linear_format),
15348         (debug_spec_caps), (debug_spec_buffer),
15349         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15350         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15351         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15352         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15353         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15354         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15355         (gst_ringbuffer_release), (gst_ringbuffer_play),
15356         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15357         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15358         (gst_ringbuffer_set_sample), (wait_segment),
15359         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15360         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15361         More work on the audiosink, mostly debugging and a race in
15362         shutdown.
15363
15364 2005-04-28  Wim Taymans  <wim@fluendo.com>
15365
15366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15367         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15368         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15369         (vorbis_dec_src_query), (vorbis_dec_src_event),
15370         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15371         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15372         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15373         Don't crap out when seeking back to position 0.
15374
15375 2005-04-28  Wim Taymans  <wim@fluendo.com>
15376
15377         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15378         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15379         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15380         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15381         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15382         Make audio sink configurable, use alsasink as default.
15383
15384 2005-04-28  Wim Taymans  <wim@fluendo.com>
15385
15386         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15387         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15388         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15389         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15390         (vorbis_dec_change_state):
15391         * ext/vorbis/vorbisdec.h:
15392         Refactor, use STREAM_LOCK.
15393
15394 2005-04-28  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/theora/theoradec.c: (_inc_granulepos),
15397         (theora_dec_sink_event), (theora_handle_comment_packet),
15398         (theora_handle_type_packet), (theora_handle_header_packet),
15399         (theora_handle_data_packet), (theora_dec_chain),
15400         (theora_dec_change_state):
15401         Refactor a bit, use STREAM_LOCK.
15402
15403 2005-04-28  Wim Taymans  <wim@fluendo.com>
15404
15405         * ext/alsa/Makefile.am:
15406         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15407         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15408         (gst_alsa_link), (gst_alsa_close_audio):
15409         * ext/alsa/gstalsaplugin.c: (plugin_init):
15410         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15411         (gst_alsasink_dispose), (gst_alsasink_base_init),
15412         (gst_alsasink_class_init), (gst_alsasink_init),
15413         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15414         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15415         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15416         (gst_alsasink_reset):
15417         * ext/alsa/gstalsasink.h:
15418         Implement alsasink with simple open/write/close API. 
15419         Make alsa dir build by disabling compilation of code.
15420
15421 2005-04-28  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst-libs/gst/audio/Makefile.am:
15424         * gst-libs/gst/audio/audio.h:
15425         * gst-libs/gst/audio/audioclock.c:
15426         * gst-libs/gst/audio/audioclock.h:
15427         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15428         (gst_audio_clock_class_init), (gst_audio_clock_init),
15429         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15430         * gst-libs/gst/audio/gstaudioclock.h:
15431         * gst-libs/gst/audio/gstaudiosink.c:
15432         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15433         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15434         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15435         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15436         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15437         (gst_audiosink_create_ringbuffer):
15438         * gst-libs/gst/audio/gstbaseaudiosink.c:
15439         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15440         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15441         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15442         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15443         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15444         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15445         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15446         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15447         * gst-libs/gst/audio/gstbaseaudiosink.h:
15448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15449         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15450         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15451         (gst_ringbuffer_release), (gst_ringbuffer_play),
15452         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15453         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15454         (gst_ringbuffer_set_sample), (wait_segment),
15455         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15456         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15457         * gst-libs/gst/audio/gstringbuffer.h:
15458         Make ringbuffer faster and more simple by removing the locks
15459         in the playback thread.
15460         Add sample accurate playback based on buffer sample offsets.
15461         Make the baseaudiosink provide a clock.
15462         Parse caps in the base class.
15463         Correctly handle seeking, flushing and state changes.
15464
15465 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15466
15467         * configure.ac:
15468         * gst/audioconvert/Makefile.am:
15469         * gst/audioscale/Makefile.am:
15470           Fix part of the build.  Come on guys, autogen didn't even work :)
15471
15472 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15473
15474         * configure.ac:
15475         * gst-libs/gst/Makefile.am:
15476         * gst-libs/gst/media-info/.cvsignore:
15477         * gst-libs/gst/media-info/Makefile.am:
15478         * gst-libs/gst/media-info/README:
15479         * gst-libs/gst/media-info/media-info-priv.c:
15480         * gst-libs/gst/media-info/media-info-priv.h:
15481         * gst-libs/gst/media-info/media-info-test.c:
15482         * gst-libs/gst/media-info/media-info.c:
15483         * gst-libs/gst/media-info/media-info.h:
15484         * gst-libs/gst/media-info/media-info.vcproj:
15485         * pkgconfig/Makefile.am:
15486         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15487         * pkgconfig/gstreamer-media-info.pc.in:
15488           Remove media-info, which is also successed by playbin (see Totem
15489           implementation).
15490
15491 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15492
15493         * configure.ac:
15494         * examples/Makefile.am:
15495         * examples/gstplay/.cvsignore:
15496         * examples/gstplay/Makefile.am:
15497         * examples/gstplay/player.c:
15498         * gst-libs/gst/Makefile.am:
15499         * gst-libs/gst/play/.cvsignore:
15500         * gst-libs/gst/play/Makefile.am:
15501         * gst-libs/gst/play/play.c:
15502         * gst-libs/gst/play/play.h:
15503         * gst-libs/gst/play/play.vcproj:
15504         * pkgconfig/Makefile.am:
15505         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15506         * pkgconfig/gstreamer-play.pc.in:
15507           Remove libgstplay, playbin is now the official successor.
15508
15509 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15510
15511         * configure.ac:
15512         * gst-libs/gst/Makefile.am:
15513         * gst-libs/gst/xwindowlistener/Makefile.am:
15514         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15515         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15516           Remove deprecated xwindowlistener (I've moved xwindowlistening
15517           in the v4l/v4l2 plugins over to serverside).
15518
15519 2005-04-25  David Schleef  <ds@schleef.org>
15520
15521         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15522         to examples/dynparams.  Examples do not belong interspersed with
15523         source code.
15524         * examples/dynparams/demo-dparams.c:
15525         * gst/sine/Makefile.am:
15526         * gst/sine/demo-dparams.c:
15527
15528 2005-04-25  David Schleef  <ds@schleef.org>
15529
15530         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15531         * gst-libs/gst/audio/Makefile.am:
15532         * gst-libs/gst/riff/Makefile.am:
15533         * gst-libs/gst/tag/Makefile.am:
15534         * gst-libs/gst/video/Makefile.am:
15535         * gst-libs/gst/xwindowlistener/Makefile.am:
15536
15537         Convert to 0.9 API, seems to work:
15538         * sys/ximage/Makefile.am:
15539         * sys/ximage/ximagesink.c:
15540
15541 2005-04-24  David Schleef  <ds@schleef.org>
15542
15543         Link plugins against libraries:
15544         * ext/alsa/Makefile.am:
15545         * gst/tcp/Makefile.am:
15546
15547         Remove asm code that should be in liboil
15548         * gst/videoscale/Makefile.am:
15549         * gst/videoscale/videoscale_x86_asm.s:
15550
15551         gettext wants these checked in:
15552         * po/af.po:
15553         * po/az.po:
15554         * po/cs.po:
15555         * po/en_GB.po:
15556         * po/hu.po:
15557         * po/it.po:
15558         * po/nb.po:
15559         * po/nl.po:
15560         * po/or.po:
15561         * po/sq.po:
15562         * po/sr.po:
15563         * po/sv.po:
15564         * po/uk.po:
15565         * po/vi.po:
15566
15567 2005-04-24  David Schleef  <ds@schleef.org>
15568
15569         Convert gst_main() to g_main_loop_run()
15570         * gst/playback/decodetest.c: (main):
15571         * gst/playback/test2.c: (main):
15572         * gst/playback/test3.c: (main):
15573         * gst/playback/test4.c: (main):
15574
15575         Link plugins against libraries:
15576         * ext/libvisual/Makefile.am:
15577         * sys/xvimage/Makefile.am:
15578
15579 2005-04-24  David Schleef  <ds@schleef.org>
15580
15581         * configure.ac: Remove idct and resample libs
15582         * gst-libs/gst/Makefile.am: same
15583
15584         Remove usage of gst_library_load():
15585         * ext/alsa/gstalsaplugin.c: (plugin_init):
15586         * ext/libvisual/visual.c: (plugin_init):
15587         * ext/ogg/gstogg.c: (plugin_init):
15588         * ext/theora/theora.c: (plugin_init):
15589         * ext/vorbis/vorbis.c: (plugin_init):
15590         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15591         * gst/audioscale/gstaudioscale.c:
15592         * gst/adder/gstadder.c: (plugin_init):
15593         * gst/audioconvert/plugin.c: (plugin_init):
15594         * sys/ximage/ximagesink.c: (plugin_init):
15595         * sys/xvimage/xvimagesink.c: (plugin_init):
15596         * gst/tcp/gsttcpplugin.c: (plugin_init):
15597
15598         Link plugins against libraries:
15599         * ext/ogg/Makefile.am:
15600         * ext/theora/Makefile.am:
15601         * ext/vorbis/Makefile.am:
15602         * gst/audioconvert/Makefile.am:
15603
15604         Create proper libraries:
15605         * gst-libs/gst/riff/Makefile.am:
15606         * gst-libs/gst/audio/Makefile.am:
15607         * gst-libs/gst/video/Makefile.am:
15608
15609         Move resample library to audioscale plugin directory:
15610         * gst-libs/gst/resample/Makefile.am:
15611         * gst-libs/gst/resample/README:
15612         * gst-libs/gst/resample/dtof.c:
15613         * gst-libs/gst/resample/dtos.c:
15614         * gst-libs/gst/resample/functable.c:
15615         * gst-libs/gst/resample/private.h:
15616         * gst-libs/gst/resample/resample.c:
15617         * gst-libs/gst/resample/resample.h:
15618         * gst-libs/gst/resample/resample.vcproj:
15619         * gst-libs/gst/resample/test.c:
15620         * gst/audioscale/Makefile.am:
15621         * gst/audioscale/README:
15622         * gst/audioscale/dtof.c:
15623         * gst/audioscale/dtos.c:
15624         * gst/audioscale/functable.c:
15625         * gst/audioscale/private.h:
15626         * gst/audioscale/resample.c:
15627         * gst/audioscale/resample.h:
15628         * gst/audioscale/test.c:
15629
15630         Move tagedit library to gst-libs:
15631         * gst-libs/gst/tag/Makefile.am:
15632         * gst-libs/gst/tag/gstid3tag.c:
15633         * gst-libs/gst/tag/gsttagediting.c:
15634         * gst-libs/gst/tag/gsttageditingprivate.h:
15635         * gst-libs/gst/tag/gstvorbistag.c:
15636         * gst/tags/Makefile.am:
15637         * gst/tags/gstid3tag.c:
15638         * gst/tags/gstvorbistag.c:
15639
15640         Fix for core changes:
15641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15642         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15643         (gst_sinesrc_getrange):
15644
15645 2005-04-23  David Schleef  <ds@schleef.org>
15646
15647         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15648         in gst-plugins in a long time, and properly belongs in liboil.
15649         * gst-libs/gst/idct/Makefile.am:
15650         * gst-libs/gst/idct/README:
15651         * gst-libs/gst/idct/dct.h:
15652         * gst-libs/gst/idct/doieee:
15653         * gst-libs/gst/idct/fastintidct.c:
15654         * gst-libs/gst/idct/floatidct.c:
15655         * gst-libs/gst/idct/idct.c:
15656         * gst-libs/gst/idct/idct.h:
15657         * gst-libs/gst/idct/idtc.vcproj:
15658         * gst-libs/gst/idct/ieeetest.c:
15659         * gst-libs/gst/idct/intidct.c:
15660
15661 2005-04-20  Wim Taymans  <wim@fluendo.com>
15662
15663         * docs/design-audiosinks.txt:
15664         * gst-libs/gst/audio/Makefile.am:
15665         * gst-libs/gst/audio/TODO:
15666         * gst-libs/gst/audio/gstaudiosink.c:
15667         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15668         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15669         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15670         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15671         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15672         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15673         (gst_audiosink_class_init), (gst_audiosink_init),
15674         (gst_audiosink_create_ringbuffer):
15675         * gst-libs/gst/audio/gstaudiosink.h:
15676         * gst-libs/gst/audio/gstbaseaudiosink.c:
15677         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15678         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15679         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15680         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15681         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15682         (gst_baseaudiosink_create_ringbuffer),
15683         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15684         * gst-libs/gst/audio/gstbaseaudiosink.h:
15685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15686         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15687         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15688         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15689         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15690         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15691         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15692         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15693         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15694         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15695         * gst-libs/gst/audio/gstringbuffer.h:
15696         An attempt at a set of audio base classes together with some
15697         design docs.
15698
15699 2005-04-20  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/audioconvert/Makefile.am:
15702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15703         (gst_audio_convert_caps_remove_format_info),
15704         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15705         (gst_audio_convert_channels):
15706         Link against audio libs.
15707         Fix audio convert plugin.
15708
15709 2005-04-20  Wim Taymans  <wim@fluendo.com>
15710
15711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15712         (gst_ogg_demux_sink_activate):
15713         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15714         (theora_set_header_on_caps), (theora_enc_sink_event),
15715         (theora_enc_chain):
15716         Fix theora encoder.
15717
15718 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15719
15720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15721         * gst/playback/gstdecodebin.c: (find_compatibles):
15722           Work with staticpadtemplates in elementfactories.
15723
15724 2005-04-12  Wim Taymans  <wim@fluendo.com>
15725
15726         * gst/playback/README:
15727         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15728         (compare_ranks), (print_feature), (gst_decode_bin_init),
15729         (dynamic_create), (dynamic_free), (find_compatibles),
15730         (mimetype_is_raw), (close_pad_link), (got_redirect),
15731         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15732         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15733         (gst_decode_bin_change_state):
15734         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15735         (gst_play_base_bin_init), (group_destroy), (group_commit),
15736         (check_queue), (queue_overrun), (queue_threshold_reached),
15737         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15738         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15739         (got_redirect), (setup_source), (play_base_eos),
15740         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15741         (gst_play_base_bin_remove_element):
15742         * gst/playback/gstplaybasebin.h:
15743         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15744         (gst_play_bin_init), (gst_play_bin_dispose),
15745         (gst_play_bin_set_property), (gen_video_element),
15746         (gen_text_element), (gen_audio_element), (remove_sinks),
15747         (gst_play_bin_send_event):
15748         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15749         (stream_info_change_state), (gst_stream_info_set_mute):
15750         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15751         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15752         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15753         (gst_stream_selector_chain):
15754         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15755         (main):
15756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15757         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15758         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15759         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15760         Raw and crude port of decodebin. 
15761         Make playbin compile.
15762
15763 2005-04-06  Wim Taymans  <wim@fluendo.com>
15764
15765         * ext/gnomevfs/Makefile.am:
15766         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15767         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15768         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15769         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15770         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15771         (gst_gnomevfssrc_stop):
15772         * ext/ogg/Makefile.am:
15773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15774         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15775         * ext/theora/Makefile.am:
15776         * ext/theora/theoradec.c: (_inc_granulepos),
15777         (theora_dec_sink_event), (theora_dec_chain):
15778         * ext/vorbis/Makefile.am:
15779         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15780         (vorbis_dec_sink_event), (vorbis_dec_chain):
15781         * gst-libs/gst/audio/Makefile.am:
15782         * sys/xvimage/Makefile.am:
15783         Make gnomevfssrc extend the source base class.
15784         Fix linking against libs in various plugins.
15785
15786 2005-04-06  Andy Wingo  <wingo@pobox.com>
15787
15788         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15789         GST_BASE_LIBS.
15790
15791         * configure.ac: Add check and AC_SUBST for libgstbase.
15792
15793 2005-03-31  Wim Taymans  <wim@fluendo.com>
15794
15795         * examples/seeking/Makefile.am:
15796         * examples/seeking/cdparanoia.c: (main):
15797         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15798         (play_cb), (pause_cb), (stop_cb), (main):
15799         * examples/seeking/playbin.c:
15800         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15801         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15802         (make_sid_pipeline), (make_vorbis_pipeline),
15803         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15804         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15805         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15806         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15807         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15808         (stop_cb), (main):
15809         * examples/seeking/spider_seek.c:
15810         * examples/seeking/vorbisfile.c:
15811         * ext/gnomevfs/Makefile.am:
15812         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15813         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15814         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15815         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15816         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15817         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15818         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15819         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15820         * ext/ogg/README:
15821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15822         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15823         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15824         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15825         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15826         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15827         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15828         (gst_ogg_demux_factory_filter), (compare_ranks),
15829         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15830         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15831         (gst_ogg_chain_new), (gst_ogg_chain_free),
15832         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15833         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15834         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15835         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15836         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15837         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15838         (gst_ogg_demux_get_prev_page),
15839         (gst_ogg_demux_deactivate_current_chain),
15840         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15841         (gst_ogg_demux_bisect_forward_serialno),
15842         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15843         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15844         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15845         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15846         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15847         (gst_ogg_demux_change_state), (gst_ogg_print):
15848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15849         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15850         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15851         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15852         (gst_ogg_mux_loop):
15853         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15854         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15855         (theora_dec_src_convert), (theora_dec_sink_convert),
15856         (theora_dec_src_query), (theora_dec_src_event),
15857         (theora_dec_sink_event), (theora_dec_chain),
15858         (theora_dec_change_state):
15859         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15860         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15861         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15862         (theora_enc_change_state):
15863         * ext/vorbis/Makefile.am:
15864         * ext/vorbis/oggvorbisenc.c:
15865         * ext/vorbis/oggvorbisenc.h:
15866         * ext/vorbis/vorbis.c: (plugin_init):
15867         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15868         (vorbis_dec_src_query), (vorbis_dec_src_event),
15869         (vorbis_dec_sink_event), (vorbis_dec_chain),
15870         (vorbis_dec_change_state):
15871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15872         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15873         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15874         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15875         (gst_vorbisenc_change_state):
15876         * ext/vorbis/vorbisenc.h:
15877         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15878         * gst-libs/gst/audio/audioclock.c:
15879         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15880         (gst_audiofilter_init), (gst_audiofilter_chain):
15881         * gst-libs/gst/audio/testchannels.c: (main):
15882         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15883         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15884         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15885         (gmip_find_track_streaminfo), (gmip_find_track_format):
15886         * gst-libs/gst/media-info/media-info.c:
15887         (gst_media_info_read_idler):
15888         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15889         (gst_play_get_all_by_interface):
15890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15891         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15892         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15893         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15894         (gst_riff_parse_info):
15895         * gst-libs/gst/riff/riff-read.h:
15896         * gst-libs/gst/riff/riff.c: (plugin_init):
15897         * gst-libs/gst/video/Makefile.am:
15898         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15899         (gst_videosink_class_init), (gst_videosink_get_type):
15900         * gst-libs/gst/video/videosink.h:
15901         * gst/audioconvert/bufferframesconvert.c:
15902         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15903         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15904         * gst/audioconvert/channelmixtest.c: (main):
15905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15906         (gst_audio_convert_chain),
15907         (gst_audio_convert_caps_remove_format_info),
15908         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15909         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15910         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15911         (gst_audio_convert_buffer_to_default_format),
15912         (gst_audio_convert_buffer_from_default_format),
15913         (gst_audio_convert_channels):
15914         * gst/audioconvert/gstchannelmix.h:
15915         * gst/ffmpegcolorspace/avcodec.h:
15916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15917         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15918         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15919         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15920         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15921         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15922         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15923         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15924         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15925         (dv_type_find):
15926         * gst/videotestsrc/gstvideotestsrc.c:
15927         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15928         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15929         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15930         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15931         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15932         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15933         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15935         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15936         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15937         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15938         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15939         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15940         (gst_xvimagesink_navigation_send_event),
15941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15942         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15943         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15944         * sys/xvimage/xvimagesink.h:
15945         Plugin port to 0.9, ogg/theora playback should work in the seek
15946         example now.
15947         Removed old examples.
15948         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15949         explained in 0.9 TODO doc.
15950
15951
15952 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * autogen.sh:
15955         * configure.ac:
15956         * ext/Makefile.am:
15957         * gst/Makefile.am:
15958         * po/POTFILES.in:
15959         * po/af.po:
15960         * po/az.po:
15961         * po/cs.po:
15962         * po/en_GB.po:
15963         * po/hu.po:
15964         * po/it.po:
15965         * po/nb.po:
15966         * po/nl.po:
15967         * po/or.po:
15968         * po/sq.po:
15969         * po/sr.po:
15970         * po/sv.po:
15971         * po/uk.po:
15972         * po/vi.po:
15973         * sys/Makefile.am:
15974         * testsuite/Makefile.am:
15975           remove a whole bunch of plugins.  This module now contains a set
15976           of free reference plugins/elements as agreed.
15977
15978 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15979
15980         * configure.ac:
15981           hunting season on 0.9 is now OPEN
15982
15983 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15984
15985         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15986           Kick the hell out of gcc for not warning me about a symbol conflict.
15987
15988 2005-02-22  Luca Ognibene  <luogni@tin.it>
15989
15990         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15993           Don't leak caps string (fixes #168134)
15994
15995         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15996         (gst_jpegenc_init), (gst_jpegenc_finalize),
15997         (gst_jpegenc_change_state):
15998           Don't leak line buffers and context struct (fixes #168133).
15999
16000 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * configure.ac:
16003         * ext/dirac/gstdiracdec.cc:
16004         (gst_diracdec_chain):
16005           Since dirac 0.5.0 the framerate in dirac is expressed as a
16006           rational number. Fix build and up requirement to 0.5.0, and
16007           also pass parameters to gst_diracdec_link in the right order
16008           (fixes #167959).
16009
16010 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16011
16012         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16013         * ext/faad/gstfaad.h:
16014         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16015         certain invalid muxed streams, where some packets will contain 
16016         junk after decoder data. Partially fixes #149158.
16017
16018 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16019         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16020           Make sure we only write to writable buffers
16021
16022 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16023
16024         * gst-libs/gst/riff/riff-media.c:
16025         (gst_riff_create_audio_caps_with_data):
16026           Do actually fix invalid RIFF fmt header values for alaw
16027           and mulaw audio instead of just saying so.
16028
16029         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16030           Give gst_riff_create_audio_caps_with_data() a chance to
16031           fix up broken format header fields before extracting any
16032           parameters from the header. (fixes #167633)
16033
16034 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16035
16036         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16037
16038         * gst/audioconvert/bufferframesconvert.c:
16039         (buffer_frames_convert_link):
16040           Don't leak othercaps. (fixes #167878)
16041
16042 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16043
16044         * configure.ac:
16045         * ext/libvisual/visual.c: (gst_visual_srclink),
16046         (gst_visual_change_state):
16047           Support libvisual 0.2.0.
16048
16049 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16050
16051         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16052         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16053           Use same rowstrides for I420 as used everywhere else.
16054
16055 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16056
16057         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16058           Declare variables at beginning of block and make gcc-2.95 happy
16059           (fixes # 167482, patch by Gergely Nagy).
16060           
16061         * gst/tcp/gsttcpclientsrc.c:
16062         * gst/tcp/gsttcpclientsrc.h:
16063           Move some includes into the header, so that struct sockaddr_in is
16064           defined when it should be defined on FreeBSD as well (fixes
16065           #167483).
16066           
16067         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16068           Don't pass uninitialised values to setsockopt() here either.
16069
16070 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16071
16072         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16075           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16076
16077 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst/playback/gstplaybin.c: (add_sink):
16080           Invert bin_add/link order to workaround deadlock in opt.
16081
16082 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16083
16084         * gst/modplug/gstmodplug.cc:
16085           Add missing break causing position queries to fail.
16086
16087 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16088
16089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16090           Granpos can apparently be -1, which screws up calculations...
16091
16092 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16093
16094         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16095         (gst_ximagesink_send_pending_navigation),
16096         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16097         (gst_ximagesink_init):
16098         * sys/ximage/ximagesink.h:
16099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16100         (gst_xvimagesink_send_pending_navigation),
16101         (gst_xvimagesink_navigation_send_event),
16102         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16103         * sys/xvimage/xvimagesink.h:
16104           Use a mutex protected list to marshal navigation
16105           events into the stream thread from whichever thread
16106           sends them.
16107
16108 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16111           Display current position and track length; misc. clean-ups.
16112           
16113         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16114         (speed_init), (speed_chain):
16115           Add query function, so that the stream length and current position
16116           get adjusted when queried (note that current position queries may
16117           still be wrong if the audio sink returns values based on buffer
16118           timestamps instead of passing on the query).
16119
16120 2005-02-13  Benjamin Otte  <otte@gnome.org>
16121
16122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16123         (gst_audio_convert_channels):
16124           create channel conversion matrix when linking
16125         * gst/audioconvert/.cvsignore:
16126         * gst/audioconvert/Makefile.am:
16127         * gst/audioconvert/channelmixtest.c: (main):
16128           add (ugly) test that ensures stereo <=> mono conversion works
16129           correctly
16130
16131 2005-02-13  Benjamin Otte  <otte@gnome.org>
16132
16133         * gst/audioconvert/gstchannelmix.h:
16134           include missing header file
16135         * gst/audioconvert/gstchannelmix.c:
16136         (gst_audio_convert_fill_compatible):
16137           use same sign for both channels when converting to/from compatible
16138           channel. Previously used different signs made the signals cancel
16139           each other out and appear like silence. (fixes #167269)
16140
16141 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * gst/ffmpegcolorspace/avcodec.h:
16144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16145         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16146         (gst_ffmpegcsp_avpicture_fill):
16147         * gst/ffmpegcolorspace/imgconvert.c:
16148           Convert to and from YV12 (fixes #156379).
16149
16150 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16151
16152         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16153         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16154         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16155         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16156         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16157         methods from chain and negotiation and vice versa (Fixes #166142).
16158         * sys/ximage/ximagesink.h: Add stream_lock.
16159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16160         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16161         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16162         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16163
16164 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16167           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16168           error message when we can't open the DVD device (when dvdnav_open()
16169           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16170           the above). Send something more useful instead (fixes #167117).
16171
16172 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16173
16174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16175         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16176         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16177         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16178         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16179         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16180         methods from chain and negotiation and vice versa (Fixes #166142).
16181         Fix a possible bug of images in the buffer pool being discarded because
16182         we are looking at the wrong geometry.
16183         * sys/xvimage/xvimagesink.h: Add stream_lock.
16184
16185 2005-02-11  David Schleef  <ds@schleef.org>
16186
16187         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16188         unsigned int. (fixes #167128)
16189
16190 2005-02-11  David Schleef  <ds@schleef.org>
16191
16192         * gst/librfb/Makefile.am: Testing stuff before committing is
16193           for wimps... and people with fast machines.  Fix stupid
16194           mistake.
16195
16196 2005-02-11  David Schleef  <ds@schleef.org>
16197
16198         * configure.ac: Pull in librfb from my CVS tree, because it is
16199           too small and annoying to be separate.  Move rfbsrc plugin
16200           to gst/.
16201         * ext/Makefile.am:
16202         * ext/librfb/Makefile.am:
16203         * ext/librfb/gstrfbsrc.c:
16204         * gst/librfb/Makefile.am:
16205         * gst/librfb/gstrfbsrc.c:
16206         * gst/librfb/rfb.c:
16207         * gst/librfb/rfb.h:
16208         * gst/librfb/rfbbuffer.c:
16209         * gst/librfb/rfbbuffer.h:
16210         * gst/librfb/rfbbytestream.c:
16211         * gst/librfb/rfbbytestream.h:
16212         * gst/librfb/rfbcontext.h:
16213         * gst/librfb/rfbdecoder.c:
16214         * gst/librfb/rfbdecoder.h:
16215         * gst/librfb/rfbutil.h:
16216
16217 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * gst/speed/Makefile.am:
16220         * gst/speed/demo-mp3.c: (main):
16221         * gst/speed/filter.func:
16222         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16223         (speed_class_init), (speed_init), (speed_chain_int16),
16224         (speed_chain_float32), (speed_chain), (speed_set_property),
16225         (speed_get_property), (speed_change_state):
16226         * gst/speed/gstspeed.h:
16227           Fix speed element and make it chain-based (fixes #156467),
16228           and make it handle more than one channel.
16229
16230 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16231
16232         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16233         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16234         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16235         * ext/dts/gstdtsdec.h:
16236           Don't clobber the stack constructing the channels array.
16237           Make the element chain-based. DTS tracks can now be played.
16238           
16239 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * gst-libs/gst/audio/multichannel.h:
16242         * gst-libs/gst/gconf/gconf.h:
16243         * gst-libs/gst/idct/idct.h:
16244         * gst-libs/gst/media-info/media-info-priv.h:
16245         * gst-libs/gst/play/play.h:
16246         * gst-libs/gst/resample/private.h:
16247         * gst-libs/gst/resample/resample.h:
16248         * gst-libs/gst/riff/riff-ids.h:
16249         * gst-libs/gst/video/video.h:
16250         * gst-libs/gst/video/videosink.h:
16251           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16252           missing, so that they work when included from C++ code.
16253
16254 2005-02-09  David Schleef  <ds@schleef.org>
16255
16256         * testsuite/gst-lint: Check for non-statically scoped
16257           parent_class variables.  This won't be a problem once
16258           plugins are loaded with RTLD_LOCAL.
16259
16260 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16261
16262         * ext/mplex/gstmplexibitstream.cc:
16263           gcc madness.
16264
16265 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16266
16267         * ext/ogg/gstogmparse.c:
16268         * gst/debug/gstnavigationtest.c:
16269           Die, thou faulty symbol pollutors (non-static parent_class).
16270
16271 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16272
16273         * ext/mplex/gstmplexibitstream.cc:
16274           Fix event handling (#165525).
16275
16276 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16277
16278         * ext/mikmod/gstmikmod.c:
16279         * gst/modplug/gstmodplug.cc:
16280           Add missing endianness to template (fixes #165509).
16281
16282 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16283
16284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16285           Fix wrong order of reading of optional bytes (#165290).
16286
16287 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16288
16289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16290           Implement FILLER event awareness.
16291
16292 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16293
16294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16295           Fix track calculations (#166208).
16296
16297 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16298
16299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16300
16301         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16302         * ext/libpng/gstpngenc.c:
16303           Fix byte-order, use proper fixed caps. Fixes #164197.
16304
16305 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16306
16307         * configure.ac:
16308           Add dvdlpcmdec 
16309
16310         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16311         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16312           Don't push buffers if the src pad isn't negotiated yet.
16313           
16314         * gst/audioconvert/gstaudioconvert.c:
16315         (gst_audio_convert_buffer_to_default_format),
16316         (gst_audio_convert_buffer_from_default_format):
16317           Add support for 24-bit width.
16318
16319         * gst/dvdlpcmdec/.cvsignore:
16320         * gst/dvdlpcmdec/Makefile.am:
16321         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16322         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16323         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16324         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16325         (plugin_init):
16326         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16327           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16328           format. Needs support for the channels maps if someone can find 
16329           a DVD LPCM track with > 2 channels.
16330
16331         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16332         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16333         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16334         * gst/mpegstream/gstdvddemux.h:
16335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16336         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16337         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16338         * gst/mpegstream/gstmpegdemux.h:
16339         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16340         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16341         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16342         (gst_mpeg_parse_handle_src_query),
16343         (gst_mpeg_parse_handle_src_event):
16344           Use audio/x-dvd-lpcm for LPCM output.
16345           Add DTS output.
16346
16347 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16348
16349         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16350
16351         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16352         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16353           Add BGRA handling (#165736).
16354
16355 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16356
16357         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16358
16359         * gst/law/alaw-decode.c: (alawdec_link):
16360         * gst/law/alaw-encode.c: (alawenc_link):
16361         * gst/law/mulaw-decode.c: (mulawdec_link):
16362         * gst/law/mulaw-encode.c: (mulawenc_link):
16363           Fix caps memleaks (#166600).
16364
16365 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * ext/tarkin/mem.h:
16368         * ext/tarkin/wavelet.h:
16369         * ext/tarkin/yuv.h:
16370         * gst/ffmpegcolorspace/avcodec.h:
16371           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16372           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16373
16374 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16375
16376         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16378         (gst_xvimagesink_change_state):
16379           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16380           Xv video (and thereby regenerate Xv colourkey) in clear() so
16381           that PLAY -> READY -> PLAY works (fixes #162504).
16382
16383 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16384
16385         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16386           Switch to list instead of range, since MJPEG-devices really just
16387           support decimations, not any size.
16388
16389 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16390         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16391         (gst_mpeg2dec_reset), (free_all_buffers),
16392         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16393         * ext/mpeg2dec/gstmpeg2dec.h:
16394           The libmpeg2 user-allocated buffer management is awkward, 
16395           to say the least. Hopefully this fixes things.
16396
16397 2005-02-04  Andy Wingo  <wingo@pobox.com>
16398
16399         * gst/audioconvert/bufferframesconvert.c
16400         (buffer_frames_convert_fixate): New function, fixates to 256
16401         frames per buffer by default. (Much better than 1.)
16402         (buffer_frames_convert_init): Set the fixate function for both src
16403         and sink pad.
16404         (buffer_frames_convert_link): After success setting nonfixed caps,
16405         get the negotiated caps so we can know how many buffer-frames it
16406         will be. No idea how this worked at all before.
16407
16408 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16409
16410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16411         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16412         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16413         (handle_sequence), (handle_picture):
16414         * ext/mpeg2dec/gstmpeg2dec.h:
16415           Rearrange buffer tracking and refcounting and refactor
16416           a little for readability. 
16417
16418 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16419         * sys/v4l/gstv4l.c: (plugin_init):
16420         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16421         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16422         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16423         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16424         * sys/v4l/gstv4ljpegsrc.h:
16425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16426         * sys/v4l/v4l_calls.h:
16427         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16428         (gst_v4lsrc_get_fps):
16429         * sys/v4l/v4lsrc_calls.h:
16430           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16431           you jpeg inside rgb frames" driver.
16432           Don't error in the v4lsrc link function, just return 
16433           REFUSED.
16434
16435 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16436
16437         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16438         (gst_qcamsrc_open):
16439           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16440
16441 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16442
16443         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16444           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16445
16446 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16447
16448         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16449           Reset negotiated state on PAUSED->READY.
16450
16451 2005-02-02  David Schleef  <ds@schleef.org>
16452
16453         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16454         whereever possible.  (Fixes #165997)
16455         * examples/capsfilter/capsfilter1.c: (main):
16456         * examples/dynparams/filter.c: (create_ui):
16457         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16458         * examples/seeking/chained.c: (main):
16459         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16460         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16461         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16462         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16463         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16464         * examples/switch/switcher.c: (main):
16465         * ext/dv/demo-play.c: (main):
16466         * ext/faad/gstfaad.c: (gst_faad_change_state):
16467         * ext/mad/gstmad.c: (gst_mad_chain):
16468         * ext/smoothwave/demo-osssrc.c: (main):
16469         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16470         (gst_gconf_render_bin_from_description),
16471         (gst_gconf_get_default_audio_sink),
16472         (gst_gconf_get_default_video_sink),
16473         (gst_gconf_get_default_audio_src),
16474         (gst_gconf_get_default_video_src),
16475         (gst_gconf_get_default_visualization_element):
16476         * gst/level/demo.c: (main):
16477         * gst/level/plot.c: (main):
16478         * gst/playback/gstplaybin.c: (gen_video_element),
16479         (gen_audio_element):
16480         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16481         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16482         * gst/sine/demo-dparams.c: (main):
16483         * gst/spectrum/demo-osssrc.c: (main):
16484         * gst/speed/demo-mp3.c: (main):
16485         * gst/volume/demo.c: (main):
16486         * testsuite/embed/embed.c: (main):
16487
16488 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16489
16490         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16491         (gst_tcpclientsink_finalize):
16492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16493         (gst_tcpclientsrc_finalize):
16494         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16495         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16497         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16498           Don't leak the hostname when shutting down.
16499           In tcpserversrc, take a copy of the default hostname.
16500
16501 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16502
16503         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16504           Set caps to systemstream=TRUE.
16505
16506 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * testsuite/Makefile.am:
16509           Fix more OSX buildbots.
16510
16511 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16512
16513         * ext/mpeg2dec/gstmpeg2dec.c:
16514           Don't send things to NULL PAD_PEERs
16515
16516         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16517           Copy-on-write the incoming buffer.
16518
16519         * gst/mpegstream/gstdvddemux.h:
16520         * gst/mpegstream/gstmpegclock.h:
16521         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16522         (normal_seek), (gst_mpeg_demux_handle_src_event):
16523         * gst/mpegstream/gstmpegdemux.h:
16524         * gst/mpegstream/gstmpegpacketize.h:
16525         * gst/mpegstream/gstmpegparse.c:
16526         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16527         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16528         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16529         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16530         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16531         * gst/mpegstream/gstmpegparse.h:
16532         * gst/mpegstream/gstrfc2250enc.h:
16533           Various changes to the way time is computed that make seeking and
16534           total time estimation much better here.
16535           Use G_BEGIN/END_DECLS instead of __cplusplus
16536
16537         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16538           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16539
16540 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * gst/subparse/gstsubparse.c:
16543           Fix OSX buildbot.
16544
16545 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16548         (theora_enc_chain), (theora_enc_change_state):
16549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16550         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16551         (gst_vorbisenc_change_state):
16552         * ext/vorbis/vorbisenc.h:
16553           Set granulepos and timestamp correctly for streams not
16554           starting at 0, taking into account the initial delay.
16555
16556 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         * gst/mpegstream/gstdvddemux.c:
16559           Add audio/x-dts to audio pad template caps
16560
16561 2005-01-30  David Schleef  <ds@schleef.org>
16562
16563         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16564         (create_context), (gst_polypsink_link): Fix silly endianness
16565         bug.  Add some debugging.  Remove float from caps; it doesn't
16566         work.  Attempt to get remote audio working.
16567
16568 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16571           Add 3IV2 fourcc.
16572
16573 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16576         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16577         (gst_avi_demux_stream_data):
16578         * gst/avi/gstavidemux.h:
16579           Invert DIB images. Fixes #132341.
16580
16581 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16582
16583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16584         (gst_ffmpegcsp_chain):
16585           D'oh, reference the palette data, not the palette structure.
16586           Fixes color distortion in #132341.
16587
16588 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16589
16590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16591           PAR can be non-fixed when not provided as argument (#162626).
16592
16593 2005-01-29  David Moore  <dcm@acm.org>
16594
16595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16596
16597         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16598         (gst_qtdemux_loop_header):
16599           Re-apply patch from #142272 that allows non-seekable sources,
16600           re-proposed by Daniel Drake <dsd@gentoo.org>.
16601
16602 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16605           Use the src template for creating the src pad (#162330).
16606
16607 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * configure.ac:
16610         * ext/musepack/Makefile.am:
16611         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16612         (gst_musepackdec_init), (gst_musepackdec_dispose),
16613         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16614         (gst_musepack_stream_init), (gst_musepackdec_loop),
16615         (gst_musepackdec_change_state):
16616         * ext/musepack/gstmusepackdec.cpp:
16617         * ext/musepack/gstmusepackdec.h:
16618         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16619         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16620         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16621         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16622         * ext/musepack/gstmusepackreader.cpp:
16623         * ext/musepack/gstmusepackreader.h:
16624           Update to 1.1 API (#165446).
16625
16626 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * ext/Makefile.am:
16629           Unbreak buildbot.
16630
16631 2005-01-28  Andy Wingo  <wingo@pobox.com>
16632
16633         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16634         to reflect a different dubious internet source. Add a reference
16635         and some commentary.
16636
16637 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16638
16639         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16640         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16641         * gst/playback/gststreamselector.h:
16642           Be more selective when we're redoing caps negotiation from
16643           within the chain function on a stream change.
16644
16645 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * configure.ac:
16648         * ext/Makefile.am:
16649         * ext/amrnb/Makefile.am:
16650         * ext/amrnb/amrnb.c: (plugin_init):
16651         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16652         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16653         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16654         (gst_amrnbdec_state_change):
16655         * ext/amrnb/amrnbdec.h:
16656         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16657         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16658         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16659         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16660         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16661         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16662         * ext/amrnb/amrnbparse.h:
16663           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16664         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16665           Add AMR-NB/-WB raw formats.
16666         * ext/alsa/gstalsa.c: (gst_alsa_link):
16667           Keep valid time when changing format.
16668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16669         (qtdemux_parse_trak):
16670           Add some more format-specific options (#140141, #143555, #155163).
16671
16672 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * gst/matroska/matroska-demux.c:
16675         (gst_matroska_demux_parse_blockgroup):
16676           Fix logic error in timing of subtitle stream synchronization.
16677         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16678           Add skip-chunk, which is found in kodak-camera streams.
16679
16680 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16681
16682         * po/LINGUAS:
16683         * po/vi.po:
16684           Adding Vietnamese translation (submitted by Clytie Siddall)
16685
16686 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16687
16688         * gst/playback/gstdecodebin.c: (try_to_link_1):
16689           Use realpad for signal.
16690
16691 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16694           Fix category so decodebin picks it up.
16695
16696 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16697
16698         * ext/mad/Makefile.am:
16699         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16700         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16701         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16702         (found_type), (gst_id3demux_bin_change_state):
16703         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16704         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16705         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16706         (gst_id3_tag_change_state), (plugin_init):
16707         * ext/mad/gstmad.h:
16708           Add id3demuxbin (which is a simple bin consisting of id3demux
16709           and typefind), take over rank from id3demux, remove typefind
16710           code from id3demux. Makes all broken mp3s that I know of work,
16711           and thereby fixes #152688.
16712
16713 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16714
16715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16716
16717         * ext/mad/gstmad.c: (gst_mad_src_event):
16718         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16719           Allow seeks on audio pad, make mad forward those (#164826).
16720         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16721           Set duration (#165335).
16722
16723 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16726         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16727         (gst_asf_demux_process_ext_content_desc),
16728         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16729         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16730         * gst/asfdemux/gstasfdemux.h:
16731           Improve metadata display, e.g. if the metadata comes before the
16732           streams are loaded (which is perfectly valid).
16733
16734 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * tools/gst-launch-ext-m.m:
16737           Fix AVI/ASF pipelines (#165340).
16738
16739 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16740         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16741         build failure on amd64
16742
16743 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16746         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16747           Check environment variables GST_ID3V2_TAG_ENCODING,
16748           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16749           list of character encodings to force interpretation of non-unicode
16750           strings stored in an ID3v2 tag to a particular encoding. If none
16751           is specified, try to use current locale's encoding, then fall back
16752           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16753         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16754         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16755           Check environment variables GST_ID3V1_TAG_ENCODING,
16756           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16757           list of character encodings to use in case a string encountered
16758           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16759           specified, try to use the current locale's encoding, then fall
16760           back to ISO-8859-1 (which will always succeed).
16761
16762 2005-01-25  Benjamin Otte  <otte@gnome.org>
16763
16764         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16765           - on half framerate, compute the rate in advance so the comparisons
16766             don't compare wrong values
16767           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16768             behaviour
16769           - don't use mad_header_decode anymore, mad_frame_decode does that
16770             automatically
16771           - when getting rid of consumed bytes, reset the stream's skiplen
16772           (fixes #163867)
16773
16774 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16775
16776         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16777           Use 1/2 a second for default max_discont, as PES streams from DVB
16778           seem to have larger spacings in the SCR. 
16779           Fix a typo.
16780
16781 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/playback/gstplaybasebin.c: (group_commit):
16784           Notify delayed stream-info availability.
16785
16786 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16787         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16788         (gst_a52dec_handle_event), (gst_a52dec_chain):
16789         Add some debug output. Check that a discont has a valid
16790         time associated.
16791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16792         (gst_alsa_sink_loop):
16793         Ignore TAG events. A little extra debug for broken timestamps.
16794         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16795         (dvdnavsrc_change_state):
16796         Ensure we send a discont to engage the link before we send any
16797         other events.
16798         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16799         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16800         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16801         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16802         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16803         dvd://title works in totem because typefinding sends a seek that ends
16804         up going back to chapter 1 regardless.
16805         * ext/mpeg2dec/gstmpeg2dec.c:
16806         * ext/mpeg2dec/gstmpeg2dec.h:
16807         Output correct timestamps and handle disconts.
16808         * ext/ogg/gstoggdemux.c: (get_relative):
16809         Small guard against a null dereference.
16810         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16811         (gst_textoverlay_set_property):
16812         Free memory when done. Don't call gst_event_filler_get_duration on
16813         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16814         g_warning.
16815         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16816         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16817         (gst_sw_srclink), (gst_smoothwave_chain):
16818         Draw solid lines, prettier colours.
16819         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16820         Add a default palette that'll work for some movies.
16821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16822         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16823         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16824         * gst/mpegstream/gstdvddemux.h:
16825         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16826         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16828         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16829         * gst/mpegstream/gstmpegparse.h:
16830         Use PTM/NAV events when for timestamp adjustment when connected to 
16831         dvdnavsrc. Don't use many discont events where one suffices.
16832         * gst/playback/gstplaybasebin.c: (group_destroy),
16833         (gen_preroll_element), (gst_play_base_bin_add_element):
16834         * gst/playback/gstplaybasebin.h:
16835         Make sure we remove subtitles from the same bin we put them in.
16836         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16837         (gst_subparse_buffer_format_autodetect),
16838         (gst_subparse_change_state):
16839         Fix some memleaks and invalid accesses.
16840         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16841         (oggskel_type_find), (cmml_type_find), (plugin_init):
16842         Some typefind functions for Annodex v3.0 files
16843         * gst/wavparse/gstwavparse.h:
16844         GstRiffReadClass is the correct parent class.
16845
16846 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * gst-libs/gst/riff/riff-media.c:
16849         (gst_riff_create_video_caps_with_data):
16850           Add extradata to huffyuv (fixes #165013).
16851         * gst-libs/gst/riff/riff-read.c:
16852         (gst_riff_read_strf_vids_with_data):
16853           Fix extradata extraction if it is in the chunk size.
16854
16855 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16856
16857         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16858
16859         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16860         (gst_quarktv_change_state), (gst_quarktv_dispose):
16861           Memory free'ing location fix (#164708).
16862
16863 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16864
16865         * gst/playback/gstplaybasebin.c: (group_commit),
16866         (gen_preroll_element), (probe_triggered), (gen_source_element),
16867         (setup_source), (gst_play_base_bin_change_state),
16868         (gst_play_base_bin_add_element):
16869           Don't block for streams.
16870         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16871         (gst_stream_info_set_mute):
16872           Use gst_pad_set_active_recursive.
16873
16874 2005-01-25  Andy Wingo  <wingo@pobox.com>
16875
16876         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16877         for #ifndef HAVE_XVIDEO.
16878
16879 2005-01-24  Jeffrey C. Ollie
16880
16881         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16882
16883         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16884         * ext/gsm/gstgsmdec.h:
16885         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16886         * ext/gsm/gstgsmenc.h:
16887         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16888         was given by property. Add proper buffer timestamps and offsets.
16889
16890 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * gst-libs/gst/riff/riff-media.c:
16893         (gst_riff_create_audio_caps_with_data):
16894           Audio can be <8000Hz.
16895
16896 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16899           Explicit state change to workaround refcount bugs.
16900
16901 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16902
16903         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16904         (gst_avimux_riff_get_avi_header):
16905           Fix...
16906
16907 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16908
16909         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16910         (gst_riff_read_element_data):
16911         * gst-libs/gst/riff/riff-read.h:
16912           Add _peek version (req'ed in CDXA).
16913         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16914         (gst_cdxaparse_loop):
16915           Fix parsing in playbin.
16916         * gst/playback/gstdecodebin.c: (close_pad_link):
16917           Ignore current_ pads, they cause major annoyance.
16918
16919 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16922           Safety guard.
16923
16924 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16925
16926         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16927           Fix padding...
16928
16929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16932           Allow for 0-sized buffers. Fixes length query problems in
16933           starwars.mkv from the testsuite.
16934
16935 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16938         (gst_video_box_i420), (gst_video_box_chain):
16939           Fix row strides for I420 (fixes #163159)
16940           
16941 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16942
16943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16944           MPEG2 has a useful rate property, so we can actually use that.
16945           For MPEG-1, continue using the bytes/time properties.
16946
16947 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * gst-libs/gst/riff/riff-media.c:
16950         (gst_riff_create_video_caps_with_data),
16951         (gst_riff_create_video_template_caps):
16952           Add intel-h263.
16953
16954 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16957           Fail if caps negotiation fails. Should fix #162184, and should
16958           definately be in there regardless of it fixing the actual bug.
16959         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16960         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16961         (gst_avimux_riff_get_avix_header),
16962         (gst_avimux_riff_get_video_header),
16963         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16964         (gst_avimux_start_file), (gst_avimux_handle_event),
16965         (gst_avimux_change_state):
16966         * gst/avi/gstavimux.h:
16967           Refactor structure writing to use GST_WRITE_UINT macros, add
16968           metadata writing support.
16969
16970 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16973           Elements may already be destroyed when this function is called.
16974
16975 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16976
16977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16978         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16979           More memory leak fixes (#149162).
16980
16981 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16984         (gst_qtdemux_add_stream):
16985           Fix two memleaks.
16986
16987 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16988
16989         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16990           Argh...
16991
16992 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16995           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16996           when fixating to six channels in Totem.
16997
16998 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17001           Fix compile warnings on Solaris 10 buildbot
17002
17003 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * ext/dvdread/dvdreadsrc.c: (_read):
17006           Don't read beyond the last cell in a chapter (fixes 
17007           invalid memory access)
17008
17009 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * ext/dvdread/stream_labels.c:
17012         (dvdreadsrc_get_audio_stream_labels):
17013           Use NULL for an empty GList instead of g_list_alloc(); fix 
17014           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17015           of GString (easier to bulk free later)
17016
17017 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17018
17019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17022         (gst_ffmpeg_pixfmt_to_caps):
17023           Fix BGRA32 caps (#164209).
17024
17025 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17026
17027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17028
17029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17030         (gst_ffmpeg_caps_to_pixfmt):
17031           alpha_mask can be RGBA/ABGR. Fixes #164265.
17032
17033 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17034
17035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17036
17037         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17038         (gst_mpeg2dec_alloc_buffer):
17039         * ext/mpeg2dec/gstmpeg2dec.h:
17040           Crop if decoding size is not the actual image size (#163676).
17041
17042 2005-01-17  Steve Baker  <steve@stevebaker.org>
17043
17044         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17045
17046         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17047         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17048           Add libsndfile typefind functions (#163309).
17049
17050 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17051
17052         * tools/gst-launch-ext-m.m:
17053           Add .aac, fix .m1v/.m2v (#163891).
17054
17055 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17056
17057         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17058           Sanity check, don't wait endlessly since the clock might not
17059           actually run at this point (which is a deadlock). Fixes #164069.
17060
17061 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17062
17063         * gst/playback/gstplaybasebin.c: (probe_triggered):
17064           Of course, only pause if group is done...
17065
17066 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17067
17068         * gst/playback/gstplaybasebin.c: (probe_triggered):
17069           Thread safety.
17070
17071 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17072
17073         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17074           Don't return state change success when the parent
17075           failed.
17076
17077 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17078
17079         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17080           Free events (fix memleak in #162905).
17081
17082 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17083
17084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17085
17086         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17087         (gst_ffmpeg_caps_to_pixfmt):
17088           Fix for depth = 15. Fixes #161675.
17089
17090 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17091
17092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17093           Set FPS correctly, even for webcams and the like.
17094         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17095           Don error on setting while capturing.
17096
17097 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17098
17099         * ext/dv/gstdvdec.c:
17100         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17101         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17102           I'm a bad boy. using /1001. to force C to do float division
17103           and not integer division (as it did in my last commit)
17104           Thanks to David I. Lehn for pointing this mistake.
17105
17106 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17109           Revert Johan's 1.35->1.36 since it breaks compat.
17110
17111 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17112
17113         * ext/dv/gstdvdec.c:
17114         * ext/libfame/gstlibfame.c:
17115         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17116         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17117           replace framerate aproximations by their real value
17118           (24000/1001, 30000/1001, 60000/1001)
17119           Finish fixing bug #164049
17120
17121 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17122
17123         * ext/ogg/gstoggmux.c:
17124           eos/bos debugging
17125         * gst/tcp/gstmultifdsink.c:
17126         * gst/tcp/gstmultifdsink.h:
17127         * gst/tcp/gsttcp.c:
17128         * gst/tcp/gsttcp.h:
17129         * gst/tcp/gsttcpclientsink.c:
17130         * gst/tcp/gsttcpclientsrc.c:
17131         * gst/tcp/gsttcpserversink.c:
17132         * gst/tcp/gsttcpserversrc.c:
17133           improve reusability of elements after state changes and errors
17134           make multifdsink throw away streamheaders when receiving new ones
17135
17136 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17137
17138         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17139           Fix for if items are already in list...
17140
17141 2005-01-12  Benjamin Otte  <otte@gnome.org>
17142
17143         * gst/adder/gstadder.c: (gst_adder_loop):
17144           fix adder a bit so it doesn't screw up with events as much anymore
17145
17146 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17147
17148         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17149         (pixbufscale_scale), (gst_pixbufscale_chain):
17150         * ext/gdk_pixbuf/pixbufscale.h:
17151           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17152           to ensure rowstrides are calculated the same way as 
17153           ffmpegcolorspace
17154           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17155           that we pick up duration and offset also.
17156
17157 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17158
17159         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17160         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17161           Reusability fixes.
17162
17163 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17166         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17167         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17168         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17169           Update flags when requested.
17170
17171 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17174           Fix dmix.
17175
17176 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17177
17178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17179         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17180         (probe_triggered), (new_decoded_pad), (gen_source_element),
17181         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17182         * gst/playback/gstplaybasebin.h:
17183         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17184         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17185         (gst_play_bin_change_state):
17186           Implement group-switch signal for use in apps to clear metadata
17187           cache, clean up subtitle, add suburi property instead of # hack,
17188           some error-out fixes.
17189
17190 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17193           Debug.
17194         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17195           If we got a state change in the _get handler, don't return success.
17196
17197 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17198
17199         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17200         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17201           Make jpegdec quiet on MJPEG decoding
17202         * gst/asfdemux/README:
17203           Fix mimetypes for MJPEG and H263
17204
17205 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17206
17207         * ext/theora/theoradec.c: (theora_dec_chain):
17208           Fix broken code generation by gcc by swapping arguments.
17209         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17210           Fix \n in debug.
17211
17212 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17213
17214         * TODO:
17215           delete this file, it is by far outdated
17216         * ext/alsa/gstalsa.1: remove
17217         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17218         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17219         (gst_alsa_get_caps):
17220           Add HW probing for supported sample rates. Fixes #161704
17221
17222 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17223
17224         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17225           Don't crash, biatch! :).
17226
17227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17228
17229         * ext/musepack/gstmusepackreader.cpp:
17230         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17231           Some work on tags - still doesn't work in playbin...
17232         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17233           Handle events...
17234
17235 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17238           Also shove tags on kid pads.
17239
17240 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17243           Don't bail on unknown events.
17244         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17245           Don't crash on events before negotiation.
17246         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17247           Send tags on pads, too.
17248         * gst/playback/gststreamselector.c:
17249         (gst_stream_selector_request_new_pad):
17250           Forward events on first pad if no input was selected yet.
17251
17252 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * gst/playback/gstplaybasebin.c: (setup_substreams):
17255           Don't disable streamtype if the stream doesn't exist, since
17256           then playing a video after audio will disable both and nothing
17257           will happen. Fixes the testsuite.
17258
17259 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17260
17261         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17262         (gst_v4l_xoverlay_set_xwindow_id):
17263         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17264         (gst_v4l2_xoverlay_set_xwindow_id):
17265           Add debug categories, fix overlay disabling.
17266
17267 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17268
17269         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17270         * ext/alsa/gstalsa.h:
17271           Add HW probing for period_count/size and buffer_size MIX/MAX
17272           Adjust default/user defined value if out of bounds
17273           Should fix bug #162024
17274
17275 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17276
17277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17278           Fix warning (#161191).
17279
17280 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17281
17282         * ext/dvdread/stream_labels.c:
17283         (dvdreadsrc_get_audio_stream_labels):
17284           Fix warning (init the good variable in switch default)
17285
17286 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17287
17288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17291           Fix gcc-2.95 compile (#163485).
17292
17293 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17294
17295         * configure.ac:
17296         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17297         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17298         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17299         (gst_flacenc_change_state):
17300         * ext/flac/gstflacenc.h:
17301           Update for API change in flac-1.1.1. Update requirement in
17302           configure.ac. Fixes #162974.
17303
17304 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * gst/playback/gstplaybasebin.c: (group_destroy):
17307           Remove hack to get rid of assert and get rid of unlinked
17308           signals properly.
17309
17310 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17311
17312         * gst/playback/gstplaybasebin.c: (setup_source):
17313           Set source to NULL so that resources are free'ed. Fixes issues
17314           with playback of CDDA and similar device-accessing things.
17315
17316 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17317
17318         * testsuite/embed/Makefile.am:
17319           test->noinst, fix make test in buildbot.
17320
17321 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17322
17323         * ext/dvdread/stream_labels.c: new file
17324         * ext/dvdread/stream_labels.h: new file
17325         * ext/dvdread/Makefile.am:
17326         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17327           Extract audio stream label from DVD IFO files.
17328           It only dump them on the console for now, still have to
17329           make playbin aware of them.
17330
17331 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17332
17333         * gst/playback/gstplaybasebin.c: (setup_source):
17334           Fix hanging subs.
17335
17336 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17337
17338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17339         (gen_preroll_element), (remove_groups), (setup_subtitle),
17340         (gen_source_element), (setup_source):
17341         * gst/playback/gstplaybasebin.h:
17342           Multiple .sub files is just a stupid idea... Fix some threading
17343           mistakes. Interestingly, external .sub files cause playbin to
17344           hang, I don't know why... Parsing fixes contributed by Fran??ois
17345           Kooman <fkooman@tuxed.net>.
17346
17347 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * testsuite/embed/Makefile.am:
17350           Fix buildbot.
17351
17352 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17353
17354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17355
17356         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17357         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17358         (gst_pngenc_set_property):
17359         * ext/libpng/gstpngenc.h:
17360           Add compression level property (#163323).
17361
17362 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * configure.ac:
17365         * examples/capsfilter/capsfilter1.c: (main):
17366         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17367         * ext/dvdread/Makefile.am:
17368         * ext/dvdread/demo-play:
17369         * ext/dvdread/demo-play.c:
17370         * gconf/gstreamer.schemas.in:
17371         * gst-libs/gst/gconf/gconf.c:
17372         * sys/v4l/TODO:
17373         * testsuite/Makefile.am:
17374         * testsuite/embed/Makefile.am:
17375         * testsuite/embed/embed.c: (cb_expose), (main):
17376           Remove all references to xvideosink, fix examples (#140845).
17377         * gst/playback/gstplaybasebin.c: (group_destroy):
17378           Apparently, disposal does not unlink - so do explicitely.
17379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17380           Add debug.
17381
17382 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17383
17384         * README: fix PKG_CONFIG_PATH instructions, what was there
17385         previously was breaking default search path, not nice. 
17386         Fixes #163358
17387
17388 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17391         (gst_audioscale_chain):
17392           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17393           when resampling - how the ^@$^!@^! is this possible?!?
17394
17395 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17396
17397         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17398           Reset variables on READY.
17399         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17400         (gst_matroska_mux_loop):
17401           Require data before writing header.
17402
17403 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17404
17405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17406
17407         * ext/mad/gstmad.c: (gst_mad_chain):
17408           Don't call mad_stream_sync() directly after recovering sync.
17409           Fixes #151661.
17410
17411 2005-01-09  Martin Eikermann  <meiker@upb.de>
17412
17413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17416         (snapshot_handler), (gst_snapshot_sinkconnect),
17417         (gst_snapshot_chain):
17418           Allocate resources when required, fix recursive signal emission
17419           and fix caps. Fixes #161667.
17420
17421 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17422
17423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17424
17425         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17426         (gst_pngdec_chain):
17427           Handle only 8-bppc (bits-per-pixel-component) images, better
17428           error handling and correct strides. Fixes #163177.
17429         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17430         (gst_pngenc_chain):
17431           Better error handling. Fixes #163348.
17432
17433 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17434
17435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17436         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17437         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17438         (dvdnavsrc_uri_handler_init):
17439           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17440         * gst/playback/gstplaybasebin.c: (gen_source_element):
17441           Add MMS to streaming URIs.
17442
17443 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17446         * sys/xvimage/xvimagesink.c:
17447         (gst_xvimagesink_navigation_send_event):
17448           Check for pad availability before sending event.
17449
17450 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * gst-plugins.spec.in:
17453           Add subparse.
17454
17455 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17456
17457         * configure.ac:
17458           Since we use functions from CVS, up requirement.
17459
17460 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * gst/playback/Makefile.am:
17463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17464         (group_destroy), (group_commit), (group_is_muted),
17465         (gen_preroll_element), (add_stream), (unknown_type),
17466         (probe_triggered), (preroll_unlinked), (mute_stream),
17467         (silence_stream), (new_decoded_pad), (setup_substreams),
17468         (setup_source), (get_active_source), (mute_group_type),
17469         (muted_group_change_state), (set_active_source),
17470         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17471         (play_base_eos), (gst_play_base_bin_change_state):
17472         * gst/playback/gstplaybasebin.h:
17473         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17474         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17475         (gst_stream_info_dispose), (stream_info_mute_pad),
17476         (stream_info_change_state), (gst_stream_info_set_mute):
17477         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17478         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17479         (gst_stream_selector_init), (gst_stream_selector_dispose),
17480         (gst_stream_selector_get_linked_pad),
17481         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17482         (gst_stream_selector_get_linked_pads),
17483         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17484         * gst/playback/gststreamselector.h:
17485           Adding stream selection support plus required properties for
17486           applications to use this. Fully fixes #100931.
17487
17488 2005-01-08  Benjamin Otte  <otte@gnome.org>
17489
17490         * gst/games/gstpuzzle.c: (nav_event_handler):
17491           - handle nav events differently: forward every event no matter if it
17492             was handled or not.
17493           - translate events
17494           You can now cheat by using navigationtest ! puzzle and moving the
17495           mouse close to the edge of a tile. ;)
17496
17497 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17498
17499         * configure.ac:
17500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17501         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17502         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17503         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17504         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17505         (gst_ogm_parse_plugin_init):
17506         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17507         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17508         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17509         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17510         * ext/pango/gsttextoverlay.h:
17511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17512         (gst_matroska_demux_handle_seek_event),
17513         (gst_matroska_demux_sync_streams),
17514         (gst_matroska_demux_parse_blockgroup),
17515         (gst_matroska_demux_subtitle_caps),
17516         (gst_matroska_demux_plugin_init):
17517         * gst/matroska/matroska-ids.h:
17518         * gst/playback/gstdecodebin.c: (close_pad_link):
17519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17520         (gen_preroll_element), (remove_groups), (add_stream),
17521         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17522         (setup_source):
17523         * gst/playback/gstplaybasebin.h:
17524         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17525         * gst/subparse/Makefile.am:
17526         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17527         (gst_subparse_base_init), (gst_subparse_class_init),
17528         (gst_subparse_init), (gst_subparse_formats),
17529         (gst_subparse_eventmask), (gst_subparse_event),
17530         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17531         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17532         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17533         (parse_mpsub_deinit), (parse_mpsub_init),
17534         (gst_subparse_buffer_format_autodetect),
17535         (gst_subparse_format_autodetect), (gst_subparse_loop),
17536         (gst_subparse_change_state), (gst_subparse_type_find),
17537         (plugin_init):
17538         * gst/subparse/gstsubparse.h:
17539         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17540         (plugin_init):
17541           Add subtitle support, .sub parser (supports SRT and MPsub),
17542           OGM text support, Matroska UTF-8 text support, deadlock fixes
17543           all over the place, subtitle awareness in decodebin/playbin
17544           and some fixes to textoverlay to handle subtitles in a stream
17545           correctly. Fixes #100931.
17546
17547 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17548
17549         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17550           Check for pad availability before doing a query on it.
17551
17552 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17553
17554         * ext/dv/gstdvdec.c:
17555           really fix bpp24/32 dvdec caps (classic rgba indeed)
17556         * gst/asfdemux/gstasfdemux.c:
17557         (gst_asf_demux_process_ext_content_desc):
17558           don't send text tags if they are empty (bis repetita)
17559
17560 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17561
17562         * ext/dv/gstdvdec.c:
17563          remove unneeded comment from dvdec
17564           (related to DV 4CC codes in AVI files)
17565           moved them in gstreamer/docs/random/mimetypes
17566         * gst/asfdemux/gstasfdemux.c:
17567         (gst_asf_demux_process_ext_content_desc):
17568          don't send text tags if they are empty
17569          fix mem leak on error path
17570         * gst/ffmpegcolorspace/avcodec.h:
17571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17572         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17573         (gst_ffmpegcsp_avpicture_fill):
17574         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17575         * gst/ffmpegcolorspace/imgconvert_template.h:
17576          adds BGR32 and BGRA32 to ffmpegcolorspace
17577           (still bad colors, fixing it on next commit)
17578           helps with dvdec outputing BGR32
17579
17580 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17581
17582         * ext/dv/gstdvdec.c:
17583          Fix audio caps i just broke (missing ',')
17584         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17585         (gst_matroska_mux_reset):
17586          Fix typo + add FIXME about old "x-gst-metadata" crap
17587
17588 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17589
17590         * ext/dv/demo-play.c: (main):
17591          xvideosink -> xvimagesink
17592         * ext/dv/gstdvdec.c:
17593          change rgb 32/32 caps to 24/32 (no alpha)
17594          change nb of channels to be a list (2 or 4, not 2)
17595          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17596         * gst/asfdemux/gstasfdemux.c:
17597         (gst_asf_demux_process_ext_content_desc):
17598          Add 'date/year' to extracted metadata list
17599
17600 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17601
17602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17603           The return value of fixate_to does not imply that the requested
17604           value was set, so don't assume.
17605
17606 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17607
17608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17609
17610         * ext/libpng/gstpngdec.c:
17611         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17612         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17613         * ext/libpng/gstpngenc.h:
17614           Alpha support (encoder; #163161), mime fixage.
17615
17616 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17617
17618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17619
17620         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17621         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17622         (gst_faac_set_property), (gst_faac_get_property):
17623         * ext/faac/gstfaac.h:
17624           Allow for ADTS output (#153434).
17625
17626 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17629           Fix against template (#150576).
17630
17631 2005-01-06  Benjamin Otte  <otte@gnome.org>
17632
17633         * gst/games/gstpuzzle.c: (draw_puzzle):
17634           don't draw a puzzle if either width or height of tiles would be 0.
17635
17636 2005-01-06  Benjamin Otte  <otte@gnome.org>
17637
17638         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17639         (gst_puzzle_class_init), (gst_puzzle_finalize):
17640           no memleaks, please
17641         (gst_puzzle_create), (gst_puzzle_init),
17642         (gst_puzzle_set_property), (gst_puzzle_setup):
17643           change initialization code around so we don't reshuffle on resize
17644         (draw_puzzle):
17645           fix another stupid typo
17646
17647 2005-01-06  Benjamin Otte  <otte@gnome.org>
17648
17649         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17650           fix stupid typo that borked copying on YUY2
17651
17652 2005-01-06  Benjamin Otte  <otte@gnome.org>
17653
17654         * gst/games/gstpuzzle.c: (draw_puzzle):
17655           fix edges when image sizes aren't multiples of tile sizes
17656
17657 2005-01-06  Benjamin Otte  <otte@gnome.org>
17658
17659         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17660           make RGB endianness work correctly
17661         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17662           refactor and fix race with initial shuffling
17663         (nav_event_handler):
17664           allow using the mouse to puzzle
17665         (draw_puzzle):
17666           insist on tiles having width and height as multiples of 4 to get
17667           clean YUV image handling
17668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17669         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17670           s/DEBUG/LOG/ for common messages
17671         (gst_xvimagesink_navigation_send_event):
17672           fix mouse event translation to not include screen PAR
17673         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17674           fix mouse event translation to actually work
17675
17676 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17677
17678         * gst/asfdemux/gstasfdemux.c:
17679         (gst_asf_demux_process_ext_content_desc):
17680          Extract TrackNumber metadata + clean up code
17681         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17682          Hope this is the good fix (var used unitialised)
17683
17684 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17685
17686         * ext/faad/gstfaad.c: (gst_faad_chain):
17687           Only increment timestamp if it's valid. Fixes raw AAC streams.
17688
17689 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17690
17691         * configure.ac:
17692         * gst/games/Makefile.am:
17693         * gst/games/gstpuzzle.c:
17694           add a puzzle game with...
17695         * gst/games/gstvideoimage.c:
17696         * gst/games/gstvideoimage.h:
17697           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17698           from videotestsrc and made into something that would be a nice
17699           library for a lot of other plugins.
17700
17701 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17702
17703         * configure.ac:
17704          don't compile faad plugin if a RC of 2.0 is found
17705          Fixes #155346 (and FC1 buildbot)
17706         * gst/asfdemux/gstasfdemux.c:
17707         (gst_asf_demux_process_ext_content_desc):
17708          try to make Solaris compiler happier
17709
17710 2005-01-06  Paul Jack  <pjack@sfaf.org>
17711
17712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17715           Fix segfault (#161667).
17716
17717 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17718
17719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17720           Fix framerate reporting.
17721
17722 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17723
17724         * gst-libs/gst/riff/riff-ids.h:
17725         * gst/wavenc/riff.h:
17726          Add AMR (VBR and CBR) ids to riff.h audio codec list
17727         * gst/asfdemux/gstasfdemux.c:
17728         (gst_asf_demux_process_ext_content_desc),
17729         (gst_asf_demux_process_object):
17730           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17731
17732 2005-01-05  Martin Eikermann  <meiker@upb.de>
17733
17734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17737         (gst_dvd_demux_handle_discont):
17738         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17739         (gst_mpeg_demux_handle_discont):
17740           Recreate pads on new-media (#160730).
17741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17742           Send discont even if manager changes timestamps (#161929).
17743
17744 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17745
17746         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17749           Fix invalid memory access (#159211).
17750
17751 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17752
17753         * examples/gstplay/player.c: (main):
17754           Don't iterate.
17755         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17756           Add visualizations.
17757         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17758         (gst_a52dec_handle_frame):
17759           Set duration.
17760         * ext/dvdnav/gst-dvd:
17761           Add audioconvert. Fixes #161325.
17762         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17763           Explicitely case to gint64. Possible valgrind error.
17764         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17765         (gst_play_tick_callback), (gst_play_change_state),
17766         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17767         (gst_play_set_location), (gst_play_get_location),
17768         (gst_play_seek_to_time), (gst_play_set_data_src),
17769         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17770         (gst_play_set_visualization), (gst_play_connect_visualization),
17771         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17772         (gst_play_new):
17773           Use playbin. Fixes #139749 and #147744.
17774         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17775           Add genre tag.
17776         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17777         (audioscale_get_type), (gst_audioscale_base_init),
17778         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17779         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17780         (gst_audioscale_link), (gst_audioscale_get_buffer),
17781         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17782         (gst_audioscale_init), (gst_audioscale_dispose),
17783         (gst_audioscale_chain), (gst_audioscale_set_property),
17784         (gst_audioscale_get_property), (plugin_init):
17785           Indent properly.
17786         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17787           Fix LPCM.
17788         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17789         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17790         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17791           Add more metadata (fixes #162656).
17792
17793 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17794
17795         * configure.ac:
17796           back to cvs
17797
17798 === release 0.8.7 ===
17799
17800 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17801
17802         * NEWS:
17803         * RELEASE:
17804         * configure.ac:
17805           releasing 0.8.7, "Hyperspace"
17806
17807 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17810
17811         * gst/playback/gstplaybasebin.c:
17812          Fix for #162924 - free caps after use, not before
17813
17814 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17815
17816         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17817
17818         * gst/playback/gstplaybasebin.c:
17819         * gst/wavparse/gstwavparse.c:
17820           Fix for #154773 - fixes playback of small .wav files
17821
17822 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17823
17824         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17825
17826         * gst/audioscale/gstaudioscale.c:
17827           Fix for #162819 - make audioscale reusable
17828           Fixes playback of more than one file with playbin/totem
17829
17830 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17831
17832         * gst/ffmpegcolorspace/avcodec.h:
17833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17834         * gst/ffmpegcolorspace/imgconvert.c:
17835           clean up the mess that made me cry and avoid needless duplication
17836
17837 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17838
17839         * gst/ffmpegcolorspace/imgconvert.c:
17840           give some indication of why we're segfaulting
17841
17842 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * configure.ac:
17845           Fix indentation, fix v4l2 plugin detection.
17846         * ext/Makefile.am:
17847           Fix libmms location (Maciej, use diff -u!).
17848         * ext/alsa/gstalsa.c: (gst_alsa_init):
17849           Initialize caps cache to NULL.
17850         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17851           Only change state on audiosink if it exists.
17852
17853 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17854
17855         * gst/matroska/matroska-demux.c:
17856         * gst/matroska/matroska-ids.h:
17857         * gst/matroska/matroska-demux.h:
17858         Fix Vorbis streams failing to decode in some files, where cluster_time
17859         isn't 0, because then it doesn't send codec_priv before actual data.
17860         Remove time-based test and replace it with marker set on beginning of
17861         new stream
17862
17863 2004-12-28  David Schleef  <ds@schleef.org>
17864
17865         Merge patch from Ronald fixing problems with streaming
17866         text.
17867         * ext/cairo/gstcairo.c: (plugin_init):
17868         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17869         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17870         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17871         (gst_textoverlay_font_init), (gst_textoverlay_init),
17872         (gst_textoverlay_set_property):
17873         * ext/cairo/gsttextoverlay.h:
17874
17875 2004-12-27  David Schleef  <ds@schleef.org>
17876
17877         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17878         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17879         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17880         (gst_textoverlay_font_init), (gst_textoverlay_init),
17881         (gst_textoverlay_set_property): Improvements to actually
17882         render text as white on black outline on video, including
17883         font selection and horizontal/vertical alignment.  (Ronald's
17884         christmas present)
17885         * ext/cairo/gsttextoverlay.h:
17886
17887 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17888
17889         * ext/ogg/gstogg.c:
17890         * ext/ogg/gstogmparse.c:
17891           fix ogm[audio/video]parse plugin registration
17892           (riff won't load if bytestream is already loaded)
17893
17894 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17895
17896         * gst/audioconvert/gstchannelmix.c:
17897           fix for GLIB < 2.4
17898
17899 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17900
17901         * Makefile.am:
17902         * configure.ac:
17903           disable docs again until it actually passes make distcheck.
17904
17905 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17906
17907         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17908         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17909         (plugin_init):
17910           Add 3GP (variables name Q3GP because they can't start with a
17911           number). Add samr audio fourcc (used in .3gp files), decoder
17912           is work in progress. Also do a GST_WARNING instead of ERROR
17913           in case of unknown nodes, to decrease output.
17914
17915 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * Makefile.am:
17918           really fix dist
17919
17920 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17921
17922         * configure.ac:
17923         * ext/speex/gstspeexdec.h:
17924         * ext/speex/gstspeexenc.h:
17925           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17926           Fix detection code in configure.ac
17927
17928 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17929
17930         * gst/matroska/matroska-demux.c:
17931         (gst_matroska_demux_parse_blockgroup):
17932           Save position, so that queries give proper return values. Don't
17933           know how this could ever have worked before...
17934
17935 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17936
17937         * configure.ac:
17938           Put additional LAME check inside the conditional.  Fixes #152339
17939
17940 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17941
17942         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17943         (gst_avi_demux_stream_scan):
17944           Add some more debug. Fix logic error when setting movi offset
17945           while reading index.
17946
17947 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17948
17949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17950         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17951         (gst_avi_demux_process_next_entry):
17952           Add some debugging. Better detection of broken indexes and the
17953           accompanying index recovery. No infinite loops on state changes
17954           when we're still in our loopfunction.
17955
17956 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17957
17958         * configure.ac:
17959           Fix up.
17960
17961 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17962
17963         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17964
17965         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17966           Normalizing the value before setting
17967         (gst_sunaudiomixer_get_volume):
17968           Normalizing the value after getting. Fixes bug# 161980
17969
17970 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17971
17972         * Makefile.am: Make sure docs gets disted
17973         * docs/Makefile.am: Make sure all needed files get disted
17974         * gst-plugins.spec.in: latest updates
17975
17976 2004-12-22  Wim Taymans  <wim@fluendo.com>
17977
17978         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17979         Revert patch 1.38 as clock distribution over schedulers does
17980         not work correcly in the core yet.
17981
17982 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17983
17984         * sys/oss/README: remove this file, which predates my birth
17985           (and which content is by far outdated)
17986
17987 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17988
17989         * Makefile.am:
17990         * configure.ac:
17991         * docs/Makefile.am:
17992         * docs/libs/Makefile.am:
17993         * docs/libs/gst-plugins-libs-docs.sgml:
17994         * docs/libs/gst-plugins-libs-sections.txt:
17995         * docs/libs/tmpl/gstgconf.sgml:
17996         * docs/upload.mak:
17997         * docs/version.entities.in:
17998           Added boilerplate gtk-doc files for plugin-libs documentation.
17999
18000 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18001
18002         * gst/auparse/gstauparse.c: fix int and float audio caps
18003
18004 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18005
18006         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18007         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18008           g_assert() can be a macro, don't use #ifdef inside it.
18009
18010 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18011
18012         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18015         (gst_videorate_init), (gst_videorate_chain),
18016         (gst_videorate_change_state):
18017           Event handling (fixes #159986).
18018
18019 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18020
18021         * gst-libs/gst/riff/riff-media.c:
18022         (gst_riff_create_video_caps_with_data):
18023           Add BLZ0 (Blizzard's version of DivX) fourcc.
18024
18025 2004-12-18  David Schleef  <ds@schleef.org>
18026
18027         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18028         portability fix.
18029
18030 2004-12-18  David Schleef  <ds@schleef.org>
18031
18032         * gst/tta/ttadec.h: Disable some header code that isn't used
18033         and clearly isn't portable.
18034
18035 2004-12-18  David Schleef  <ds@schleef.org>
18036
18037         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18038         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18039         (avcodec_get_pix_fmt), (avpicture_layout),
18040         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18041         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18042         Fix code to not use GCC extensions (and c99 extensions that
18043         Forte does not like.)
18044
18045 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18046
18047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18048
18049         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18050         (gst_deinterlace_chain):
18051           Rowstride fixes. Fixes #161039.
18052         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18053         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18054         (gst_video_crop_getcaps), (gst_video_crop_link),
18055         (gst_video_crop_i420), (gst_video_crop_chain),
18056         (gst_video_crop_change_state):
18057           Rework of negotiation. Actually works now. Fixes #158650.
18058
18059 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18062           That was very stupid.
18063
18064 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst/matroska/matroska-demux.c:
18067         (gst_matroska_demux_parse_blockgroup):
18068           Fix possible crasher.
18069
18070 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18071
18072         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18073         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18074           Lace sizes can be zero.
18075
18076 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * ext/musepack/gstmusepackdec.cpp:
18079           Fetch error return values. Fixes #161624.
18080         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18081           Really EOS.
18082
18083 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18086           Work for truncated (unfinished download etc.) files. Fixes #160514.
18087
18088 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18091           Fix for integer overflow. Makes #156001 not crash. Probably masks
18092           the real bug.
18093
18094 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18095
18096         * gst/ac3parse/gstac3parse.c: (plugin_init):
18097           Parsers never have ranks. Fixes #159651.
18098
18099 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18100
18101         * gst/playback/gstdecodebin.c: (compare_ranks):
18102           make sure the facotries are ordered the same every time even if they
18103           have the same rank by using the name
18104         * gst/playback/gstdecodebin.c: (find_compatibles):
18105           make sure we don't add factories to the list twice
18106
18107 2004-12-16  David Schleef  <ds@schleef.org>
18108
18109         * configure.ac: look for musepack headers as musepack/*.h
18110         (fixes #159847)
18111         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18112         * ext/musepack/gstmusepackreader.h: same
18113
18114 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18115
18116         * gst-libs/gst/riff/riff-read.c:
18117         (gst_riff_read_strf_auds_with_data):
18118           Read extradata correctly (fixes #155879).
18119
18120 2004-12-16  David Schleef  <ds@schleef.org>
18121
18122         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18123         audio.  does _not_ attempt or allow conversion unless channels
18124         is 1 or 2.
18125
18126 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18127
18128         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18129
18130 2004-12-16  David Schleef  <ds@schleef.org>
18131
18132         * gst/audioscale/gstaudioscale.c: the resample library only
18133         handles 1 or 2 channels.  Change caps to compensate.
18134
18135 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18138         (gst_matroska_demux_audio_caps):
18139           Some MPEG-AAC hacks, because else it doesn't work...
18140
18141 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * gst-libs/gst/riff/riff-media.c:
18144         (gst_riff_create_video_caps_with_data),
18145         (gst_riff_create_video_template_caps):
18146           Add h264.
18147
18148 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * gst-libs/gst/audio/Makefile.am:
18151           Try to fix buildbot.
18152
18153 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * gst/tcp/gstmultifdsink.c:
18156           Clean up and uniformize debugging.
18157
18158 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18159
18160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18161
18162         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18163         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18165         (gst_mpeg_demux_change_state):
18166           Reset on ready. Fixes 160276.
18167
18168 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18169
18170         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18173         (gst_ffmpegcsp_pad_link):
18174           Fix memleak (#154815).
18175
18176 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18177
18178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18179
18180         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18181         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18182         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18183         * ext/musicbrainz/gsttrm.h:
18184           Add support for using a proxy server when getting a trm id from
18185           the MusicBrainz database (#149613).
18186
18187 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18188
18189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18190
18191         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18192         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18193           Fix memleaks (#157233).
18194
18195 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18196
18197         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18198
18199         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18200         * gst-libs/gst/resample/resample.h:
18201         * gst/audioscale/gstaudioscale.c:
18202           Fix memleak (#159215).
18203
18204 2004-12-16  Toni Willberg  <toniw@iki.fi>
18205
18206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18207
18208         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18209         * sys/oss/oss_probe.c: (main):
18210           Check for mono/stereo support (similar to samplerate probing),
18211           fixes #159433. Also add missing copyright header to oss_probe.c.
18212
18213 2004-12-15  David Schleef  <ds@schleef.org>
18214
18215         * configure.ac: add audioresample and cairo plugins.  Remove
18216         HAVE_MMX stuff, because it's not used.
18217         * ext/Makefile.am: same
18218         * ext/audioresample/Makefile.am: You are not ready for an
18219         audio resampling element based on audioresample.
18220         * ext/audioresample/gstaudioresample.c:
18221         * ext/audioresample/gstaudioresample.h:
18222         * ext/cairo/Makefile.am: You are not ready for overlay elements
18223         based on cairo.  Don't look too closely, these elements kinda
18224         suck right now.
18225         * ext/cairo/gstcairo.c: new
18226         * ext/cairo/gsttextoverlay.c: new
18227         * ext/cairo/gsttextoverlay.h: new
18228         * ext/cairo/gsttimeoverlay.c: new
18229         * ext/cairo/gsttimeoverlay.h: new
18230         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18231         problem with compilers that don't support variadic macros.
18232
18233 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18234
18235         Reviewed by:  David Schleef  <ds@schleef.org>
18236
18237         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18238         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18239         bit.  Also ran indent-gst.
18240         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18241         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18242         (gst_sunaudiosrc_setparams):
18243
18244 2004-12-14  David Schleef  <ds@schleef.org>
18245
18246         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18247         output rate to 16000.  Should fix #160235.
18248
18249 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18250
18251         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18252         Add typefinding for mpeg2 pes streams
18253
18254 2004-12-13  David Schleef  <ds@schleef.org>
18255
18256         * configure.ac:  Applied patch from bug #143659, making default
18257         sources and sinks OS-dependent (for Solaris), and added code
18258         for OS/X.
18259         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18260
18261 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18262
18263         * gst-libs/gst/riff/riff-media.c:
18264           forgot to add h2.64 to avidemux template caps
18265
18266 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18267
18268         * gst/wavenc/riff.h:
18269         * gst-libs/gst/riff/riff-media.c:
18270         * gst-libs/gst/riff/riff-ids.h:
18271         * gst/avi/gstavimux.c
18272         add 4CC code for VideoSoft h264 in AVI (VSSH)
18273           fixes bug #160655
18274         remove s323 from riff, it's quicktime specific :(
18275
18276 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18277
18278         * gst/asfdemux/README
18279         * gst/wavenc/riff.h
18280         * gst-libs/gst/riff/riff-ids.h
18281         * gst-libs/gst/riff/riff-media.c
18282         * gst/qtdemux/qtdemux.c:
18283           add new 4CC codes for h263 related codecs
18284           fixes partially bug #155163
18285
18286 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18287
18288         * configure.ac: Update polyaudio requirement to 0.7
18289         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18290
18291 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18292
18293         * gst/interleave/deinterleave.c:
18294         fix my name's spelling! :)
18295
18296 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18297
18298         * AUTHORS ChangeLog
18299         * gst/auparse/gstauparse.c
18300         * gst/interleave/deinterleave.c
18301         * gst/law/:
18302                 alaw-decode.c alaw-encode.c
18303                 mulaw-decode.c mulaw-encode.c
18304         * gst/oneton/gstoneton.c
18305         * sys/osxaudio/:
18306                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18307         * sys/osxvideo/:
18308                 cocoawindow.h cocoawindow.m
18309                 osxvideosink.h osxvideosink.m
18310
18311         put the same mail address for Zaheer Abbas Merali everywhere
18312
18313 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18314
18315         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18316           Align by packetsize, and assert that we a packet available before
18317           playing. The first makes webstreams work (they often include
18318           trailing padding data in a packet), the second allows pausing a
18319           ASF stream in totem without getting demux errors afterwards.
18320
18321 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18322
18323         * ext/ogg/gstoggdemux.c: (get_relative):
18324           Check for non-NULL before accessing member (end-of-chain).
18325
18326 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18327
18328         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18329         (cdparanoia_set_property), (cdparanoia_get_property):
18330         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18331         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18332         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18333         (dvdreadsrc_init), (dvdreadsrc_set_property),
18334         (dvdreadsrc_get_property):
18335         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18336         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18337           Synchronize property names where not yet the case. Devices are
18338           now device=X, other versions are deprecated (but still exist).
18339           Also use g_free() unconditionally.
18340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18341         (setup_source), (gst_play_base_bin_get_property):
18342           Expose source.
18343
18344 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18345
18346         * configure.ac: move GCONF macro outside conditional for the am
18347           conditional. Fixes #160439
18348
18349 2004-12-08  David Schleef  <ds@schleef.org>
18350
18351         * tools/gst-visualise-m.m: Switch to elements that currently
18352         exist.
18353
18354 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18355
18356         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18357           We love wrong commas.
18358
18359 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18360
18361         * gst/matroska/matroska-demux.c:
18362         (gst_matroska_demux_handle_src_query):
18363           Don't set DEFAULT, unsupported - makes length display incorrectly
18364           in some cases.
18365
18366 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18367
18368         * gst/monoscope/README: remove blurb about files being GPL
18369         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18370         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18371           monoscope is now effectively LGPL licensed
18372
18373 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18374
18375         * gst/monoscope/README: Update information to be more correct
18376         * gst/monoscope/convolve.c: Relicense to LGPL
18377         * gst/monoscope/convolve.h: Relicense to LGPL
18378
18379 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18380
18381         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18382           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18383         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18384           set default_duration for mpeg1 audio
18385
18386 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18387
18388         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18389         * ext/alsa/gstalsa.h:
18390           refactor big chunks of the core caps negotiation code to make it
18391           a lot faster, because people claim it's really slow
18392           (actually, just cache the getcaps when the device is opened)
18393
18394 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18395
18396         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18397         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18398         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18399         (gst_a52dec_change_state), (plugin_init):
18400         * ext/a52dec/gsta52dec.h:
18401           Do something useful with timestamps. Make chain-based (since
18402           there's really no reason to be loopbased).
18403         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18404           Update current_byte/frame correctly.
18405
18406 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18407
18408         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18409         (gst_ape_demux_stream_init):
18410           Forward tags, too.
18411
18412 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18413
18414         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18415           Let's make sure we're done typefinding when detecting tags.
18416
18417 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18420         (gst_ebml_read_init), (gst_ebml_read_use_event),
18421         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18422         (gst_ebml_read_seek), (gst_ebml_read_skip),
18423         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18424         (gst_ebml_read_master):
18425         * gst/matroska/ebml-read.h:
18426         * gst/matroska/matroska-demux.c:
18427         (gst_matroska_demux_parse_contents),
18428         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18429           Disgustingly evil hack for working around INTERRUPT events and
18430           their extremely annoying habit of being a pain in the ass. We
18431           simply peek a cluster before reading any of it.
18432
18433 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18434
18435         * ext/musepack/gstmusepackdec.cpp:
18436           There's also floating point libmusepacks.
18437
18438 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18439
18440         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18441         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18442           Set DURATION even if source buffer didn't. Also use increasing
18443           timestamps.
18444         * gst-libs/gst/riff/riff-media.c:
18445         (gst_riff_create_audio_caps_with_data):
18446           Block_align can have larger values than 8192.
18447
18448 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18449
18450         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18451         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18452         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18453         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18454           Fix caps.
18455
18456 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18457
18458         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18459           Fix logic bug.
18460
18461 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18462
18463         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18464           Yay, another one.
18465
18466 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18467
18468         * ext/esd/esdsink.c: (gst_esdsink_chain):
18469           Make error actually say something useful (fixes #156798).
18470         * gst-libs/gst/riff/riff-media.c:
18471         (gst_riff_create_video_caps_with_data),
18472         (gst_riff_create_video_template_caps):
18473           Add Intel Video 5.0 fourcc (IV50).
18474
18475 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18476
18477         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18478         detection on mono and stereo mp3 files.
18479
18480 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18481
18482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18483           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18484           the contained stream).
18485
18486 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18487
18488         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18489           Oops, remove debug.
18490
18491 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18492
18493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * gst/law/alaw-decode.c: (alawdec_getcaps):
18496         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18497           Prevent warnings when negotiating caps (fixes #159338).
18498
18499 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18500
18501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18502         (gst_ffmpegcsp_chain):
18503           Remove old leftover that shouldn't be there...
18504
18505 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18506
18507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18510           Don't forward DISCONT events (fixes #159684).
18511
18512 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18515           Unlink manually since sometimes bin disposal (and therefore
18516           pad unlinking) is delayed, which will cause a new media file
18517           to not be able to start playing instantly.
18518
18519 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18520
18521         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18522           On mute of an unlinked stream, check for pad availability so
18523           we don't crash on unlinked pad.
18524
18525 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18528         (gst_avi_demux_massage_index):
18529           Fix quite humiliating bug in omitting 0-sized index chunks but
18530           forgetting to count them for timestamps.
18531
18532 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18533
18534         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18535           Actually leave the loop if we failed to sync. Don't crash.
18536
18537 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18538
18539         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18540         (gst_dvd_demux_process_private):
18541         * gst/mpegstream/gstdvddemux.h:
18542           Fix crash (#159759). Doesn't work, though. :-(.
18543
18544 2004-11-28  Benjamin Otte  <otte@gnome.org>
18545
18546         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18547           more overwriting protection due to modifying channels one by one
18548           instead of all at once
18549
18550 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18551
18552         * gst/audioconvert/gstchannelmix.c:
18553         (gst_audio_convert_fill_normalize):
18554           Normalize using absolute values.
18555
18556 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18557
18558         * configure.ac:
18559         * ext/Makefile.am:
18560         * ext/directfb/Makefile.am:
18561         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18562         (gst_directfbvideosink_get_pixel_format),
18563         (gst_directfbvideosink_get_format_from_fourcc),
18564         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18565         (gst_directfbvideosink_sink_link),
18566         (gst_directfbvideosink_change_state),
18567         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18568         (gst_directfbvideosink_buffer_alloc),
18569         (gst_directfbvideosink_interface_supported),
18570         (gst_directfbvideosink_interface_init),
18571         (gst_directfbvideosink_navigation_send_event),
18572         (gst_directfbvideosink_navigation_init),
18573         (gst_directfbvideosink_set_property),
18574         (gst_directfbvideosink_get_property),
18575         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18576         (gst_directfbvideosink_base_init),
18577         (gst_directfbvideosink_class_init),
18578         (gst_directfbvideosink_get_type), (plugin_init):
18579         * ext/directfb/directfbvideosink.h: Adding a first version of
18580         directfbvideosink.
18581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18582         more.
18583
18584 2004-11-28  Benjamin Otte  <otte@gnome.org>
18585
18586         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18587           walk the samples backwards if out_channels > in_channels so we don't
18588           overwrite data
18589
18590 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18591
18592         * gst/audioconvert/Makefile.am:
18593         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18594         (gst_audio_convert_link), (gst_audio_convert_change_state),
18595         (gst_audio_convert_channels):
18596         * gst/audioconvert/gstchannelmix.c:
18597         (gst_audio_convert_unset_matrix),
18598         (gst_audio_convert_fill_identical),
18599         (gst_audio_convert_fill_compatible),
18600         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18601         (gst_audio_convert_fill_others),
18602         (gst_audio_convert_fill_normalize),
18603         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18604         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18605         * gst/audioconvert/gstchannelmix.h:
18606           Implement a channel mixer.
18607
18608 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18609
18610         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18611         * ext/alsa/gstalsa.h:
18612         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18613         Make alsasink actually honor gst_element_set_clock and use that
18614         clock instead of its internal one.
18615
18616 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18617
18618         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18619         (gst_play_base_bin_change_state): nullify source and decoder when
18620         going from READY to NULL so that we don't try to do weird stuff with
18621         them when going from NULL to READY
18622         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18623         instead of g_object_unref
18624         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18625         it should be correct
18626         (gst_play_bin_change_state): don't call remove_sinks if we are
18627         currently disposing the object
18628
18629 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18630
18631         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18632           Don't forget bass if it's there. Else left channel is silent...
18633
18634 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18635
18636         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18637         (gst_a52dec_change_state):
18638           Don't do sample adjusting anymore, we use float audio now.
18639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18640           Don't fixate to non-existing properties.
18641
18642 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18643
18644         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18645         (gst_a52dec_change_state):
18646           Advertise that we can do surround sound.
18647
18648 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18651           Add buffer-frames=0.
18652         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18653         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18654         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18655         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18656         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18657         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18658         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18659         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18660         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18661         * ext/dvdread/dvdreadsrc.h:
18662           Add seeking, querying for bytes, sectors, title, angle and
18663           chapter. Handle multiple chapters. Relicense to LGPL because
18664           Billy agreed on that (thanks Billy!).
18665
18666 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18667
18668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18669         call parent dispose method
18670
18671 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18672
18673         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18674         (gst_audio_clock_get_internal_time):
18675         Fix active <-> inactive transitions: ensure time value always
18676         grows and avoid abrupt value changes.
18677
18678 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18679
18680         * configure.ac:
18681         * gst/tta/Makefile.am:
18682         * gst/tta/crc32.h:
18683         * gst/tta/filters.h:
18684         * gst/tta/gsttta.c:
18685         * gst/tta/gstttadec.c:
18686         * gst/tta/gstttadec.h:
18687         * gst/tta/gstttaparse.c:
18688         * gst/tta/gstttaparse.h:
18689         * gst/tta/ttadec.h:
18690           added TTA parser and decoder
18691
18692 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18695         (probe_triggered), (check_queue), (buffer_underrun),
18696         (buffer_running), (buffer_overrun), (gen_source_element),
18697         (setup_source):
18698         * gst/playback/gstplaybasebin.h:
18699           Implement buffering. Needs some more work.
18700
18701 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18702
18703         * ext/theora/theoradec.c: (theora_dec_chain):
18704           Fix ilog mask range overflow.
18705
18706 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18707
18708         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18709           Don't omit the last (which in case of dmix is the only :) )
18710           channel count. Don't set channels if <= 2.
18711
18712 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18713
18714         * gst/playback/gstplaybin.c: (gen_video_element),
18715         (gen_audio_element): Removed 2 obsolete comments
18716
18717 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18718
18719         * ext/vorbis/oggvorbisenc.c
18720         * ext/vorbis/vorbisenc.c :
18721           change description fields of those plugins to differentiate them
18722           (pitivi show Encoders by description, they had the same one)
18723
18724 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18725
18726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18727
18728         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18729         (gst_play_bin_set_property), (gen_video_element),
18730         (gen_audio_element):
18731           Refcounting fixes for provided audio-/videosinks.
18732
18733 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18734
18735         * gst/playback/gstplaybin.c: (gen_video_element),
18736         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18737           Don't reference all sinks, but only the video- and audiosinks.
18738           The vis. element should be disposed when we're done with it.
18739           We don't have any reason to keep it around. This fixes warnings
18740           when reusing playbin for playing multiple audio files with
18741           vis. enabled. Also release audio device on pause - idea stolen
18742           from Rhythmbox.
18743
18744 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18747         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18748         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18749         * ext/alsa/gstalsaplugin.c: (plugin_init):
18750         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18751         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18752         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18753         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18754         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18755         (gst_faad_change_state), (plugin_init):
18756         * ext/faad/gstfaad.h:
18757         * ext/vorbis/vorbis.c: (plugin_init):
18758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18759         * gst-libs/gst/audio/Makefile.am:
18760         * gst-libs/gst/audio/audio.c: (plugin_init):
18761         * gst-libs/gst/audio/multichannel.c:
18762         (gst_audio_check_channel_positions),
18763         (gst_audio_get_channel_positions),
18764         (gst_audio_set_channel_positions),
18765         (gst_audio_set_structure_channel_positions_list),
18766         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18767         (gst_audio_fixate_channel_positions):
18768         * gst-libs/gst/audio/multichannel.h:
18769         * gst-libs/gst/audio/testchannels.c: (main):
18770         * gst/audioconvert/gstaudioconvert.c:
18771         (gst_audio_convert_class_init), (gst_audio_convert_init),
18772         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18773         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18774         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18775         * gst/audioconvert/plugin.c: (plugin_init):
18776           Surround sound support.
18777
18778 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18781           Fix position for discont if we're close as well. Nitpicking, but
18782           saves a few milliseconds of extra waiting or skipping.
18783
18784 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18785
18786         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18787           We sometimes need parsers for playback, so add those too.
18788
18789 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18790
18791         * configure.ac:
18792         * gst/apetag/Makefile.am:
18793         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18794         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18795         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18796         (gst_ape_demux_get_src_query_types),
18797         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18798         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18799         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18800         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18801         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18802         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18803         (gst_ape_demux_change_state):
18804         * gst/apetag/apedemux.h:
18805         * gst/apetag/apetag.c: (plugin_init):
18806         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18807         (plugin_init):
18808           APE v1/2 tag reader plus typefind function.
18809
18810 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * configure.ac:
18813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18814         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18815           Remove hacks for older core. Require newer core version
18816           accordingly.
18817
18818 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * gst/cdxaparse/Makefile.am:
18821         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18822         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18823         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18824         * gst/cdxaparse/gstcdxaparse.h:
18825         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18826         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18827         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18828         (gst_cdxastrip_get_src_query_types),
18829         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18830         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18831         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18832         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18833         * gst/cdxaparse/gstcdxastrip.h:
18834           SVCD/VCD header stripping separated from CDXA image parsing.
18835         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18836         (plugin_init):
18837           Add VCD/SVCD header typefinding for VCD/SVCD.
18838         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18839         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18840         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18841         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18842         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18843         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18844         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18845         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18846         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18847         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18848         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18849         * sys/vcd/vcdsrc.h:
18850           Fix up, add seeking, querying, URI interface. Works in totem now.
18851
18852 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18853
18854         * configure.ac:
18855           back to CVS
18856
18857 === release 0.8.6 ===
18858
18859 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18860
18861         * NEWS:
18862         * RELEASE:
18863         * configure.ac:
18864         * po/af.po:
18865         * po/az.po:
18866         * po/cs.po:
18867         * po/en_GB.po:
18868         * po/hu.po:
18869         * po/it.po:
18870         * po/nb.po:
18871         * po/nl.po:
18872         * po/or.po:
18873         * po/sq.po:
18874         * po/sr.po:
18875         * po/sv.po:
18876         * po/uk.po:
18877           releasing 0.8.6, "IOU Love"
18878
18879 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18880
18881         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18882
18883         * gst/playback/gstplaybasebin.c:
18884           Fix unplayable files error handling.  Fixes #158365
18885
18886 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18887
18888         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18889
18890         * gst/typefind/gsttypefindfunctions.c:
18891           Fix broken mp3 typefinding.  Fixes #158375
18892
18893 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18896
18897         * ext/ogg/gstoggdemux.c:
18898           Fix sync on broken files.  Fixes #158976
18899
18900 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         patch by: Edward Hervey <bilboed@bilboed.com>
18903
18904         * ext/libpng/gstpngenc.c:
18905           Copy over buffer properties.  Fixes #158832
18906
18907 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18908
18909         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18910
18911         * ext/dvdread/dvdreadsrc.c:
18912           Fixes invalid reads (#158462)
18913
18914 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * sys/v4l/gstv4lsrc.c:
18917         * sys/v4l/gstv4lsrc.h:
18918         * sys/v4l/v4lsrc_calls.c:
18919           Probe less and cache it.  Fixes #159187.
18920
18921 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * gst/videorate/gstvideorate.c:
18924           Handle all video formats. Fixes #159186.
18925
18926 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18927         * gst/synaesthesia/gstsynaesthesia.c:
18928         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18929         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18930         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18931         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18932         (gst_synaesthesia_change_state), (plugin_init):
18933         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18934         Force 320x200 output, as that's the only thing the underlying
18935         synaesthesia implementation supports. Still needs to be made
18936         re-entrant.
18937
18938 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * configure.ac:
18941           Fix mpeg2enc configure check (similar to mplex check below).
18942
18943 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18944
18945         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18948           Fix for gcc-2.95 (fixes #158221).
18949
18950 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18953           Re-add clock distribution hack (until new core is released).
18954           Fixes #158125.
18955
18956 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18957         * configure.ac:
18958           fix mplex configure check segfaulting on some systems (bug #140994)
18959
18960 2004-11-13  Benjamin Otte  <otte@gnome.org>
18961
18962         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18963           add debugging
18964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18965           do a wait when we enter the loop func with no data available to
18966           write instead of getting into an 100% CPU loop by just returning and
18967           being called again by the scheduler
18968
18969 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18970
18971         * configure.ac:
18972         * ext/libvisual/visual.c: (gst_visual_get_type),
18973         (libvisual_log_handler), (gst_visual_getcaps),
18974         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18975         (plugin_init):
18976           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18977         * ext/smoothwave/Makefile.am:
18978         * ext/smoothwave/demo-osssrc.c: (main):
18979         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18980         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18981         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18982         (plugin_init):
18983         * ext/smoothwave/gstsmoothwave.h:
18984           Make gstsmoothwave a working element in the 20th century.
18985
18986         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18987           Fix incorrect link function
18988
18989 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18990
18991         * gst/volume/gstvolume.c:
18992           Allow buffer-frames=0.
18993
18994 2004-11-12 Iain <iaingnome@gmail.com>
18995
18996         * configure.ac: Check for polypaudio
18997
18998         * ext/Makefile.am: Build the polyp dir
18999
19000         * ext/polyp: The polypsink sources.
19001
19002 2004-10-30 Iain <iaingnome@gmail.com>
19003
19004         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19005         caps to reflect the new number of channels.
19006
19007 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19008
19009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19010           Fix for negotiation order problem. This would show when the
19011           ALSA loopfuction was called before any other function. ALSA
19012           wouldn't do anything because we're not negotiated yet, leading
19013           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19014
19015 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19016
19017         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19018
19019         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19020           No warnings (#157986).
19021
19022 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19023
19024         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19025           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19026
19027 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19028
19029         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19030           Signal no-more-pads (so it works in playbin).
19031
19032 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19033
19034         * ext/musepack/gstmusepackreader.cpp:
19035           Workaround for older core.
19036
19037 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19038
19039         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19040           Actually test for odd width/height rather than testing whether
19041           a temporary variable that was 0 before we subtracted 1 is now
19042           not equal to zero (which it always is).
19043
19044 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19045
19046         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19047         Fix compilation if HAVE_XVIDEO is not defined
19048
19049 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19050
19051         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19052         Fix compilation if HAVE_XVIDEO is not defined
19053
19054 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19055
19056         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19057         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19058         (gst_goom_change_state), (plugin_init):
19059         Use the bytestream adapter so goom doesn't depend on the input
19060         buffer size.
19061         Add a debug category
19062
19063 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19064
19065         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19066           Only set hardware parameters *after* negotiation. Before
19067           negotiation, it will set ANY and that seems to cause crashes
19068           (see e.g. #151288, #153227).
19069
19070 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19071
19072         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19073           This seems to be antique leftover. It needs to pass error
19074           checking.
19075         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19076         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19077         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19078         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19079           Fix GstXOverlay implementation (#151059).
19080
19081 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19082
19083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19084           Don't assert (#157853).
19085
19086 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19087
19088         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19089           Fix bytes/samples confustion.
19090         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19091           Fix for underrun (#144389).
19092
19093 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19094
19095         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19096           Disable halfway-seek for pending release (since it needs a new
19097           core release).
19098
19099 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * sys/v4l/gstv4lsrc.c:
19102         * sys/v4l/gstv4lsrc.h:
19103         * sys/v4l/v4lsrc_calls.c:
19104           add autoprobe-fps property so we can separate autoprobing parts
19105
19106 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19107
19108         * sys/v4l/gstv4lsrc.c:
19109         * sys/v4l/v4lsrc_calls.c:
19110         initialise fourcc to catch unset fourcc's, and debug
19111
19112 2004-11-09  Wim Taymans  <wim@fluendo.com>
19113
19114         * gst/playback/README:
19115         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19116         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19117         (gst_play_bin_dispose), (gst_play_bin_set_property),
19118         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19119         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19120         (gst_play_bin_get_formats), (gst_play_bin_convert),
19121         (gst_play_bin_get_query_types), (gst_play_bin_query):
19122         Cleanups and some more documentation.
19123
19124 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19125
19126         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19127         (gst_cacasink_init), (gst_cacasink_chain):
19128         * ext/libcaca/gstcacasink.h:
19129         Cacasink inherits from VideoSink, so let that store the clock.
19130
19131 2004-11-09  Wim Taymans  <wim@fluendo.com>
19132
19133         * gst/playback/README:
19134         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19135         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19136         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19137         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19138         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19139         (setup_sinks):
19140         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19141         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19142         * gst/playback/gststreaminfo.h:
19143         Updated README.
19144         Only switch groups if all streams have muted (EOSed).
19145         Send Tags in sync with the stream playback instead of in
19146         the playback/preroll phase.
19147         Some cleanups, free the fakesrc elements.
19148
19149 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19150
19151         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19152           buffer-frames property was missing
19153         * ext/arts/gst_arts.c:
19154           rate missing from sinkcaps
19155         * ext/audiofile/gstafparse.c:
19156         * ext/audiofile/gstafsink.c:
19157         * ext/audiofile/gstafsrc.c:
19158         * ext/swfdec/gstswfdec.c:
19159           int audio doesn't know buffer-frames
19160         * ext/cdparanoia/gstcdparanoia.c:
19161           int audio doesn't know chunksize either
19162         * ext/nas/nassink.c:
19163           it's endianness, not endianess
19164         * gst-libs/gst/audio/audio.h:
19165           make float standard pad template caps really describe float
19166         * gst/law/mulaw.c: (linear_factory):
19167           signed only, please
19168         * gst/mpegstream/gstdvddemux.c:
19169           widths of 20 are not valid
19170
19171 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19174
19175         * po/LINGUAS:
19176         * po/it.po:
19177           Add Italian
19178
19179 2004-11-08  Wim Taymans  <wim@fluendo.com>
19180
19181         * gst/playback/README:
19182         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19183         * gst/playback/gstplaybasebin.c: (probe_triggered),
19184         (gst_play_base_bin_change_state):
19185         Updated README, added more comments for fixmes etc..
19186
19187 2004-11-08  Wim Taymans  <wim@fluendo.com>
19188
19189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19190         We can remove this hack now.
19191
19192 2004-11-08  Wim Taymans  <wim@fluendo.com>
19193
19194         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19195         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19196         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19197         Only mix AYUV for maximum quality.
19198
19199 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19202         (gst_ogg_demux_push), (gst_ogg_pad_push):
19203           Let's act as if we're synchronized now! :).
19204         * ext/theora/theoradec.c: (theora_dec_chain):
19205           Add some debug.
19206
19207 2004-11-08  Wim Taymans  <wim@fluendo.com>
19208
19209         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19210         (gst_alpha_set_property), (gst_alpha_sink_link),
19211         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19212         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19213         (gst_alpha_init_params), (gst_alpha_chain):
19214         Implement alpha functions for AYUV too, this increases
19215         accuracy quite a bit.
19216
19217 2004-11-08  Wim Taymans  <wim@fluendo.com>
19218
19219         * gst/ffmpegcolorspace/avcodec.h:
19220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19221         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19222         (gst_ffmpegcsp_avpicture_fill):
19223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19224         (gst_ffmpegcsp_caps_remove_format_info):
19225         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19226         (shrink12), (img_get_alpha_info), (deinterlace_line),
19227         (deinterlace_line_inplace):
19228         * gst/ffmpegcolorspace/imgconvert_template.h:
19229         Added AYUV colorspace and handle RGBA a bit more respectful.
19230
19231 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19234           Actually always send a discont (cornercase when resending the
19235           same serial-tagged chain twice).
19236
19237 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19238
19239         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19240         (gst_ximagesink_finalize):
19241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19242         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19243
19244 2004-11-08  Wim Taymans  <wim@fluendo.com>
19245
19246         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19247         Don't segfault on NULL data.
19248
19249 2004-11-08  Wim Taymans  <wim@fluendo.com>
19250
19251         * gst/playback/gstdecodebin.c: (unlinked):
19252         * gst/playback/gstplay-marshal.list:
19253         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19254         (gst_play_base_bin_init), (group_create), (get_active_group),
19255         (get_building_group), (group_destroy), (group_commit),
19256         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19257         (add_element_stream), (no_more_pads), (probe_triggered),
19258         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19259         (state_change), (setup_source), (gst_play_base_bin_get_property),
19260         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19261         (gst_play_base_bin_link_stream),
19262         (gst_play_base_bin_get_streaminfo):
19263         * gst/playback/gstplaybasebin.h:
19264         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19265         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19266         Add support for chained ogg files. Prepare for playlist
19267         support. This patch introduces the concept of pad groups, which
19268         together compose one playable media file.
19269
19270 2004-11-07  David Schleef  <ds@schleef.org>
19271
19272         * testsuite/gst-lint: Check for pad templates that aren't statically
19273         scoped.
19274
19275 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * configure.ac:
19278         * ext/Makefile.am:
19279         * ext/musepack/Makefile.am:
19280         * ext/musepack/gstmusepackdec.cpp:
19281         * ext/musepack/gstmusepackdec.h:
19282         * ext/musepack/gstmusepackreader.cpp:
19283         * ext/musepack/gstmusepackreader.h:
19284           Add musepack decoder.
19285         * ext/faad/gstfaad.c: (gst_faad_base_init):
19286           Make pad templates static.
19287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19288         (plugin_init):
19289           Add musepack typefinder, make mp3 typefinding work halfway stream,
19290           which doesn't actually work yet because id3demux doesn't implement
19291           _get_length().
19292
19293 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19294
19295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19296         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19297           Fix interrupt event handling (#144436).
19298
19299 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19300
19301         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19302           Hide unused glory.
19303
19304 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19305
19306         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19309           Fix weird caps (#157548).
19310
19311 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19312
19313         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19314
19315         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19316           Add missing NULL terminator (#157543).
19317
19318 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19319
19320         * gst/tcp/gsttcp.h:
19321         * gst/tcp/gsttcpclientsink.c:
19322         * gst/tcp/gsttcpclientsrc.c:
19323         * gst/tcp/gsttcpserversink.c:
19324         * gst/tcp/gsttcpserversrc.c:
19325           ports can go up to 65535.  Move common defines to gsttcp.h
19326
19327 2004-11-05  Wim Taymans  <wim@fluendo.com>
19328
19329         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19330         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19331         Added two more colorspaces.
19332
19333 2004-11-05  Wim Taymans  <wim@fluendo.com>
19334
19335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19336         (gst_ffmpegcsp_avpicture_fill):
19337         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19338         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19339         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19340         More stride fixes.
19341
19342 2004-11-05  Wim Taymans  <wim@fluendo.com>
19343
19344         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19345         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19346         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19347         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19348         (gst_videomixer_loop):
19349         More stride fixes.
19350
19351 2004-11-05  Benjamin Otte  <otte@gnome.org>
19352
19353         * ext/mad/gstmad.c: (gst_mad_chain):
19354           don't overflow data buffer. Flush not needed sync data when syncing
19355           failed.
19356
19357 2004-11-04  Wim Taymans  <wim@fluendo.com>
19358
19359         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19360         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19361         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19362         (gst_alpha_init_params), (gst_alpha_chain),
19363         (gst_alpha_change_state):
19364         Updated the chroma keying algorithm with something more
19365         sophisticated.
19366
19367 2004-11-03  Wim Taymans  <wim@fluendo.com>
19368
19369         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19370         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19371         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19372         Fix stride issues. Does not completely work for odd
19373         heights.
19374
19375 2004-11-03  Wim Taymans  <wim@fluendo.com>
19376
19377         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19378         (gst_alpha_chroma_key), (gst_alpha_chain):
19379         Fix stride issues. Does not completely work for odd
19380         heights.
19381
19382 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19383
19384         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19385         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19386         leak fixes
19387
19388 2004-11-03  Wim Taymans  <wim@fluendo.com>
19389
19390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19391         (gst_ffmpegcsp_avpicture_fill):
19392         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19393         (avpicture_alloc):
19394         * gst/ffmpegcolorspace/imgconvert_template.h:
19395         Use correct _fill function to get correct strides.
19396
19397 2004-11-02  David Schleef  <ds@schleef.org>
19398
19399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19400         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19401         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19402         Change all g_print()s to debugging.  Add a bunch of consistency
19403         checks.
19404
19405 2004-11-02  Wim Taymans  <wim@fluendo.com>
19406
19407         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19408         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19409         (unlinked), (no_more_pads), (close_link):
19410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19411         (unknown_type), (add_element_stream), (new_decoded_pad),
19412         (removed_decoded_pad), (setup_source):
19413         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19414         (gst_stream_info_class_init), (gst_stream_info_init),
19415         (gst_stream_info_new), (gst_stream_info_dispose),
19416         (stream_info_mute_pad), (gst_stream_info_set_property),
19417         (gst_stream_info_get_property):
19418         * gst/playback/gststreaminfo.h:
19419         Fix playback of multiple files.
19420         a slightly different approach to handling dynamic pad removals.
19421         This one only looks at pads that we have linked.
19422
19423 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19424
19425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19426         free" warning from libc.
19427
19428 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19431         (get_unconnected_element), (remove_starting_from), (pad_removed),
19432         (close_link):
19433           Implement support for dynamic pad changing. We listen to "live"
19434           pad removals (i.e. while playing) and re-setup autoplugging
19435           after that. Playbasebin/playbin need some more work for this
19436           to finally work, but decodebin supports (and replugs) chained
19437           ogg now.
19438
19439 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19440
19441         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19442         (gst_alsa_finalize):
19443         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19444         (gst_cdaudio_finalize):
19445         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19446         (cdparanoia_finalize):
19447         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19448         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19449         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19450         (dvdreadsrc_finalize):
19451         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19452         (gst_flacdec_finalize):
19453         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19454         (gst_flacenc_finalize):
19455         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19456         (gst_gnomevfssink_finalize):
19457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19458         (gst_gnomevfssrc_finalize):
19459         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19460         (gst_fameenc_finalize):
19461         * ext/nas/nassink.c: (gst_nassink_class_init),
19462         (gst_nassink_finalize):
19463         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19464         (gst_sdlvideosink_class_init):
19465         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19466         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19467         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19468         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19469         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19470         (gst_x_window_listener_dispose):
19471         * gst/audioscale/gstaudioscale.c:
19472         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19473         (play_on_demand_finalize):
19474         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19476         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19477         (cdplayer_finalize):
19478         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19479         (gst_glimagesink_class_init):
19480         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19481         (gst_osselement_finalize):
19482         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19483         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19484         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19485           Fixes a bunch of problems with finalize and dispose functions,
19486           either assumptions that dispose is only called once, or not calling
19487           the parent class dispose/finalize function
19488
19489 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19490
19491         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19492           added two api precondition guards
19493           use g_strdup with getenv to fix crash when using ENVVAR
19494
19495 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19496         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19497         (gst_esdsink_finalize):
19498         Use a finalize function, not dispose, and more importantly,
19499         call the parent class finalize function too
19500
19501 2004-11-01  Johan Dahlin  <johan@gnome.org>
19502
19503         * ext/ogg/gstoggdemux.c:
19504         * gst/tags/gstvorbistag.c:
19505         Plug leaks.
19506
19507 2004-10-31  Benjamin Otte  <otte@gnome.org>
19508
19509         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19510           lotsa memleaks today. But they're all small...
19511
19512 2004-10-31  Benjamin Otte  <otte@gnome.org>
19513
19514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19515           another memleak crushed
19516
19517 2004-10-31  Benjamin Otte  <otte@gnome.org>
19518
19519         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19520           fix memleak
19521
19522 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19523
19524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19525           Hack to prevent crash when going to READY inside signal handler
19526           while this function is active.
19527
19528 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * gst/ffmpegcolorspace/Makefile.am:
19531         * gst/ffmpegcolorspace/avcodec.h:
19532         * gst/ffmpegcolorspace/common.h:
19533         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19534         * gst/ffmpegcolorspace/dsputil.h:
19535         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19537         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19538         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19539         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19540         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19541         (gst_ffmpegcsp_avpicture_fill):
19542         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19544         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19545         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19546         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19547         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19548         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19549         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19550         * gst/ffmpegcolorspace/imgconvert.c:
19551         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19552         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19553         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19554         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19555         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19556         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19557         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19558         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19559         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19560         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19561         (grow21), (grow22), (grow41), (grow44), (conv411),
19562         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19563         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19564         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19565         (avpicture_free), (is_yuv_planar), (img_convert),
19566         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19567         (deinterlace_line_inplace), (deinterlace_bottom_field),
19568         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19569         * gst/ffmpegcolorspace/imgconvert_template.h:
19570         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19571         * gst/ffmpegcolorspace/mmx.h:
19572         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19573         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19574         (av_freep), (avcodec_get_context_defaults),
19575         (avcodec_alloc_context), (avcodec_init):
19576           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19577           handling plus update from ffmpeg CVS. Large clean-up.
19578
19579 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * gst/playback/Makefile.am:
19582           We need the marshallers for decodebin, too.
19583
19584 2004-10-30  David Schleef  <ds@schleef.org>
19585
19586         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19587           quicktime typefinding work with 64-bit offsets.
19588
19589 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19590
19591         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19592           Set EOS on the element when processing an EOS event.
19593         * ext/speex/gstspeexdec.h:
19594         * ext/speex/gstspeexenc.h:
19595           Only keep a const ptr to the mode
19596         * gst-libs/gst/riff/riff-media.c:
19597         (gst_riff_create_audio_caps_with_data),
19598         (gst_riff_create_audio_template_caps):
19599           Allow WMAV3, with up to 6 channels.
19600         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19601           Don't call gst_pad_set_event_function on a sink pad.
19602         * gst/mpegstream/gstdvddemux.c:
19603         (gst_dvd_demux_get_subpicture_stream),
19604         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19605           Copy the explicit caps that were set across to the cur_* pads,
19606           instead of trying to use a possibly non-existent negotiated caps.
19607           Reset the type of subpicture pads to UNKNOWN after calling
19608           init_stream, so that the caps get set.
19609
19610 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19611
19612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19615           Don't touch buffer if it is of size 0 (fixes #151064).
19616
19617 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19620           Synchronized discont handling.
19621
19622 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19625         (gst_ogg_demux_push):
19626           Make seeking sort-of exact again (fixes #156387).
19627
19628 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * gst/playback/gstplaybasebin.c: (unknown_type),
19631         (add_element_stream), (new_decoded_pad),
19632         (gst_play_base_bin_change_state):
19633         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19634         (gst_stream_info_init), (gst_stream_info_new),
19635         (gst_stream_info_dispose), (gst_stream_info_get_property):
19636         * gst/playback/gststreaminfo.h:
19637           Make caps explicitely available. Makes testing for unsupported
19638           types possible. Improves error reporting.
19639
19640 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * gst/audioconvert/gstaudioconvert.c:
19643         (gst_audio_convert_buffer_to_default_format):
19644           Really don't touch read-only buffers (#156563).
19645
19646 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19647
19648         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19651           Fix memleak (#155223).
19652
19653 2004-10-29  Wim Taymans  <wim@fluendo.com>
19654
19655         * gst/tcp/.cvsignore:
19656         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19657         (gst_multifdsink_class_init), (gst_multifdsink_init),
19658         (gst_multifdsink_add), (gst_multifdsink_remove),
19659         (gst_multifdsink_remove_client_link), (is_sync_frame),
19660         (gst_multifdsink_new_client),
19661         (gst_multifdsink_handle_client_write),
19662         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19663         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19664         (gst_multifdsink_get_property):
19665         * gst/tcp/gstmultifdsink.h:
19666         Added burst on connect sync_method, deprecated sync_clients,
19667         streamlined the sync code some more.
19668
19669 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19672         (gst_play_base_bin_change_state):
19673           Improve error reporting.
19674
19675 2004-10-28  Wim Taymans  <wim@fluendo.com>
19676
19677         * gst/tcp/Makefile.am:
19678         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19679         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19680         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19681         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19682         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19683         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19684         (gst_fdset_wait):
19685         Added more locks around fdset structures. Fixed/reworked
19686         the poll array resizing code.
19687         Added stress test for fdset.
19688
19689 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19690
19691         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19692         fix build
19693
19694 2004-10-28  Benjamin Otte  <otte@gnome.org>
19695
19696         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19697           fix link function to always query channels and query width for
19698           floats
19699         * configure.ac:
19700           add equalizer dir
19701         * gst/equalizer/Makefile.am:
19702         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19703         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19704         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19705         (arg_to_scale), (setup_filter),
19706         (gst_iir_equalizer_compute_frequencies),
19707         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19708         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19709         (plugin_init):
19710           add an equalizer
19711
19712 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19715
19716         * po/LINGUAS:
19717         * po/nb.po:
19718           Added Norwegian Bokmaal translation
19719
19720 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19721
19722         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19723           Don't break on options (fixes #156488).
19724
19725 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19726
19727         * configure.ac:
19728         * ext/cdaudio/Makefile.am:
19729         * sys/Makefile.am:
19730           fix build on older automake
19731
19732 2004-10-26  Wim Taymans  <wim@fluendo.com>
19733
19734         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19735         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19736         Allow a little margin when negotiating the framerate.
19737
19738 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19739
19740         * gst/level/gstlevel.c:
19741           synchonised naming of pads and pad-templates
19742
19743 2004-10-26  Wim Taymans  <wim@fluendo.com>
19744
19745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19746         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19747         (_find_streams_check), (gst_ogg_demux_push):
19748         Fix EOS again. Needs to be done in a better way. We should not
19749         remove the pad if there is no new chained stream.
19750
19751 2004-10-26 Iain <iaingnome@gmail.com>
19752
19753         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19754         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19755         of the caps.
19756         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19757         pad.
19758         (interleave_release_pad): Remove the pad.
19759         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19760         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19761         the set device.
19762         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19763         attrs
19764         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19765         (gst_xvimagesink_finalize): Free the par.
19766
19767 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19770         (gst_avimux_stop_file):
19771           First calculate the rate, and only then use it. Hdr.rate is a
19772           multiple and not a derivative of hdr.scale. Scale is not the
19773           same as blockalign but is solely related to rate.
19774
19775 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19778         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19779           Implement seeking.
19780
19781 2004-10-25  James Henstridge  <james@jamesh.id.au>
19782
19783         Reviewed by:  David Schleef  <ds@schleef.org>
19784
19785         * examples/gstplay/player.c: (got_stream_length), (main):
19786         * examples/seeking/cdplayer.c: (update_scale):
19787         * examples/seeking/seek.c: (format_value), (update_scale):
19788         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19789         (stop_seek):
19790         Build fixes on AMD64.
19791
19792 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19793
19794         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19795
19796         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19797         Fix for some v4l cards which hang in v4lsrc
19798
19799 2004-10-25  Wim Taymans  <wim@fluendo.com>
19800
19801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19802         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19803         Make sure to remove the pad when a new chain is
19804         encountered. Set some vars to NULL so we don't try
19805         to reference freed memory.
19806
19807 2004-10-25  Wim Taymans  <wim@fluendo.com>
19808
19809         * examples/seeking/Makefile.am:
19810         * examples/seeking/cdplayer.c: (update_scale):
19811         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19812         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19813         (format_value), (update_scale), (iterate), (start_seek),
19814         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19815         (print_usage), (main):
19816         Added some more examples, update others.
19817
19818 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19821         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19822         * ext/theora/theoradec.c: (theora_dec_chain):
19823         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19824           Add codec-name metadata.
19825
19826 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19827
19828         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19831         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19832         * ext/alsa/gstalsamixertrack.h:
19833         * po/POTFILES.in:
19834           ALSA mixer track label internationalization (#154054).
19835
19836 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19837
19838         * ext/theora/theoradec.c: (theora_dec_chain):
19839           Export bitrate as metadata.
19840
19841 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19842
19843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19844         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19845         * ext/alsa/gstalsamixertrack.h:
19846           Fix names, fix loop.
19847
19848 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19849
19850         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19851         (speex_dec_convert):
19852           sinkconvert function so oggdemux can get the file length (totem).
19853
19854 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19855
19856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19859           Don't push incomplete packets.
19860         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19861           Fix MPEG-4 audio typefinding.
19862
19863 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19864
19865         * sys/v4l/Makefile.am:
19866         * sys/v4l/gstv4l.c: (plugin_init):
19867         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19868         (gst_v4lelement_init), (gst_v4lelement_dispose),
19869         (gst_v4lelement_change_state):
19870         * sys/v4l/gstv4lelement.h:
19871         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19872         (gst_v4l_xoverlay_close), (idle_refresh),
19873         (gst_v4l_xoverlay_set_xwindow_id):
19874         * sys/v4l/gstv4lxoverlay.h:
19875         * sys/v4l/v4l-overlay_calls.c:
19876         * sys/v4l/v4l_calls.h:
19877         * sys/v4l2/Makefile.am:
19878         * sys/v4l2/gstv4l2.c: (plugin_init):
19879         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19880         (gst_v4l2element_init), (gst_v4l2element_dispose),
19881         (gst_v4l2element_change_state):
19882         * sys/v4l2/gstv4l2element.h:
19883         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19884         (gst_v4l2_xoverlay_close), (idle_refresh),
19885         (gst_v4l2_xoverlay_set_xwindow_id):
19886         * sys/v4l2/gstv4l2xoverlay.h:
19887         * sys/v4l2/v4l2-overlay_calls.c:
19888         * sys/v4l2/v4l2_calls.h:
19889           Remove client-side overlay handling, use the X-server v4l plugin
19890           for that. Nicer overlay, less code. Also make the plugin
19891           compileable without X (but then without overlay, obviously).
19892           Makes xwindowlistener obsolete, should we remove that?
19893
19894 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19897         (gst_osssrc_src_query):
19898         * sys/oss/gstosssrc.h:
19899           OK, so people want offset in DEFAULT. This time, actually fix all
19900           cases.
19901         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19902           Add FPS properly.
19903
19904 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19905
19906         * gst/asfdemux/gstasfmux.c:
19907         * gst/avi/gstavimux.c:
19908           Framerate.
19909
19910 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19911
19912         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19913           Fix properties (channel, norm, frequency).
19914
19915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19916
19917         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19918           Flag typo.
19919         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19920           No warnings.
19921
19922 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19923
19924         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19925           Fix hang.
19926
19927 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19928
19929         * sys/v4l2/gstv4l2element.h:
19930           Yet Another Hack (tm) for kernel header borkedness.
19931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19932         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19933         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19934         (gst_v4l2src_change_state):
19935         * sys/v4l2/gstv4l2src.h:
19936         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19937         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19938           Fix caps, keep track of state, work.
19939
19940 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19943           Quiet.
19944
19945 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19948           Don't mix bytes and samples.
19949
19950 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * ext/ogg/gstoggmux.c:
19953           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19954           and theora. Any is incorrect.
19955         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19956           Fix caps.
19957         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19959         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19960         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19961         * sys/v4l/gstv4lmjpegsrc.h:
19962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19963         (gst_v4lsrc_change_state):
19964         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19965         (gst_v4lmjpegsrc_capture_stop):
19966           Fix caps. Keep track of internal state. Work.
19967
19968 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * ext/Makefile.am:
19971           Fix the build fixes.
19972
19973 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19974
19975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19976         (gst_ogg_demux_src_event), (_find_chain_seek),
19977         (gst_ogg_pad_push):
19978           Check for pad availability before using it.
19979         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19980           Fix parsing of chained ogg. Needs more work on the decoder side.
19981
19982 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19983
19984         * gst/spectrum/Makefile.am:
19985         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19986         (idle_func):
19987           Fix demo and reenable it. Yes, I'm currently playing with audio
19988           analysis tools
19989
19990 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19991
19992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19993           We love it if files that start at zero work too...
19994
19995 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19996
19997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19998           Handle files with missing EOS headers.
19999
20000 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20001
20002         * gst/tcp/gsttcpserversink.c:
20003         (gst_tcpserversink_handle_server_read),
20004         (gst_tcpserversink_init_send):
20005         Zero some variables first (need for accept not to return EINVAL)
20006
20007 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20010         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20011         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20012         (theora_dec_chain):
20013         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20014         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20015           Seeking and querying finetune.
20016
20017 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20018
20019         * configure.ac:
20020         * ext/Makefile.am:
20021         * ext/raw1394/Makefile.am:
20022           fix the build
20023
20024 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20025
20026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20027           Wrong return.
20028         * gst/playback/Makefile.am:
20029         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20030         * gst/playback/gstplay-marshal.list:
20031         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20032           Fix marshallers.
20033
20034 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20035
20036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20037           Silence.
20038
20039 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20042         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20043         (gst_ogg_pad_push):
20044           Yay for non-lineair granulepos in theora.
20045
20046 2004-10-18  Wim Taymans  <wim@fluendo.com>
20047
20048         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20049         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20050         * ext/dv/gstdvdec.h:
20051         Make sure we renegotiate aspect ratio when the camera switches.
20052
20053 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20054
20055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20056         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20057           Start at zero.
20058         * ext/theora/theoradec.c: (theora_dec_chain):
20059           Skip headers. Bad idea for chained ogg, but fixes seeking.
20060
20061 2004-10-18  Wim Taymans  <wim@fluendo.com>
20062
20063         * configure.ac:
20064         I swear, this is the last time I touch this.
20065
20066 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20067
20068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20069         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20070         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20071           Faster seeking.
20072         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20073           Time-to-default conversion.
20074         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20075           Don't error on unknown packets, just skip. We should probably
20076           read them if we want to support chained ogg.
20077
20078 2004-10-18  Wim Taymans  <wim@fluendo.com>
20079
20080         * configure.ac:
20081         Added cdaudio to wrong list.
20082
20083 2004-10-18  Wim Taymans  <wim@fluendo.com>
20084
20085         * configure.ac:
20086         Revive cdaudio.
20087
20088 2004-10-18  Wim Taymans  <wim@fluendo.com>
20089
20090         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20091         (gst_dvdec_video_link), (gst_dvdec_push):
20092         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20093         (gst_smokeenc_resync), (gst_smokeenc_chain):
20094         Fix mimetype on smoke encoder.
20095         Add aspect ratio to dvdec. Not sure if these
20096         values are correct though....
20097
20098 2004-10-18  Wim Taymans  <wim@fluendo.com>
20099
20100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20101         Fix vorbis property descriptions and ranges.
20102
20103 2004-10-18  Wim Taymans  <wim@fluendo.com>
20104
20105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20106         Really do nothing when no data is available.
20107         Go to the playing state when the stream is not seekable
20108         instead of failing.
20109
20110 2004-10-18  Wim Taymans  <wim@fluendo.com>
20111
20112         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20113         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20114         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20115         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20116         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20117         Added uri handler for cd://
20118         Port to new API.
20119
20120 2004-10-18  Wim Taymans  <wim@fluendo.com>
20121
20122         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20123         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20124         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20125         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20126         (remove_prerolls), (unknown_type), (add_element_stream),
20127         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20128         (gst_play_base_bin_remove_element),
20129         (gst_play_base_bin_link_stream):
20130         * gst/playback/gstplaybin.c: (gen_video_element),
20131         (gen_vis_element), (remove_sinks), (setup_sinks):
20132         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20133         (gst_stream_info_get_type), (gst_stream_info_class_init),
20134         (gst_stream_info_init), (gst_stream_info_new),
20135         (gst_stream_info_dispose), (stream_info_mute_pad),
20136         (gst_stream_info_set_property), (gst_stream_info_get_property):
20137         * gst/playback/gststreaminfo.h:
20138         Add sink padtemplate to decodebin.
20139         Added some more comments.
20140         Make queue size configurable in playbasebin.
20141         Added possibility to use elements as sinks (ex cdaudio).
20142
20143 2004-10-15  Wim Taymans  <wim@fluendo.com>
20144
20145         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20146         (gst_speexenc_chain):
20147         Fix speex timestamps so that it gets muxed properly.
20148
20149 2004-10-15  Wim Taymans  <wim@fluendo.com>
20150
20151         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20152         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20153         (gst_dv1394src_init), (gst_dv1394src_dispose),
20154         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20155         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20156         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20157         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20158         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20159         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20160         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20161         * ext/raw1394/gstdv1394src.h:
20162         Added conversion/query functions.
20163         Update buffer timestamps,
20164         Added signals.
20165         Added uri dv:// so it might play from the firewire in playbin.
20166         Fix a possible leak.
20167         Added debugging.
20168
20169 2004-10-15  Wim Taymans  <wim@fluendo.com>
20170
20171         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20172         (gst_dv1394src_init), (gst_dv1394src_set_property),
20173         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20174         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20175         * ext/raw1394/gstdv1394src.h:
20176         Added AV/C VTR control support needed for some cameras.
20177         Added automatic port detection.
20178         Added properties for selecting the channel.
20179         The configure.ac script is not yet updated to reflect the
20180         new libavc1394 and librom1394 dependencies.
20181
20182 2004-10-15  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20185         (qtdemux_parse), (gst_qtdemux_handle_esds):
20186         An esds box is not a container.
20187         Fix parsing of mp4v boxes.
20188         Do not try to renegotiate fps for each frame. Need to
20189         find a better method. This should fix mp4 playback.
20190
20191 2004-10-14  David Schleef  <ds@schleef.org>
20192
20193         * configure.ac: update for swfdec-0.3 and liboil-0.2
20194         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20195         * ext/swfdec/gstswfdec.h: same
20196         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20197         * gst/videotestsrc/videotestsrc.c: same
20198
20199 2004-10-14  Wim Taymans  <wim@fluendo.com>
20200
20201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20202         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20203         (is_sync_frame), (gst_multifdsink_new_client),
20204         (gst_multifdsink_handle_client_write),
20205         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20206         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20207         Turn warnings into info.
20208         Don't allow a state change in the streaming thread.
20209
20210 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20211
20212         * ext/vorbis/oggvorbisenc.c:
20213         * ext/vorbis/vorbisdec.c:
20214           fix template sample rate
20215
20216 2004-10-13  Wim Taymans  <wim@fluendo.com>
20217
20218         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20219         Decoding the header first fixes some problems in resyncing
20220         in more mp3s.
20221
20222 2004-10-12  Wim Taymans  <wim@fluendo.com>
20223
20224         * gst/playback/gstplaybin.c: (gen_video_element),
20225         (gen_vis_element), (remove_sinks), (setup_sinks):
20226         Added vis plugin support, need to configure the vis
20227         element to activate it.
20228
20229 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20232         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20233           Some debug.
20234         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20235         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20236         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20237         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20238         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20239         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20240         * gst/avi/gstavidemux.h:
20241           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20242           recovery (where, if part of the index is broken, we will still read
20243           the rest of the index and recover the broken part by stream
20244           scanning). More broken media support. EOS workarounds. General AVI
20245           braindamage headache recovery. Aspirin included.
20246
20247 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20248
20249         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20250         (cdparanoia_event), (cdparanoia_query):
20251           Get rid of hideous lead-in.
20252
20253 2004-10-11  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/playback/gstplaybasebin.c: (setup_source):
20256         Wrong var used to get g_list_next.
20257
20258 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20261         (cdparanoia_get), (cdparanoia_open):
20262           Report discid as metadata, add duration.
20263
20264 2004-10-11  Wim Taymans  <wim@fluendo.com>
20265
20266         * gst/playback/gstplaybasebin.c: (setup_source):
20267         Cleanup the previous pipeline a little earlier for the
20268         case that a source element provides raw data.
20269
20270 2004-10-11  Benjamin Otte  <otte@gnome.org>
20271
20272         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20273           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20274           consuming the last 128 bytes, even though it was valid mp3 data.
20275
20276 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20277
20278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20279         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20280         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20281         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20282
20283 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20284
20285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20286         Fix for webcams that support only specific width or height
20287
20288 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20289
20290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20293           Fix wrong discont event setup (fixes #154967).
20294
20295 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20296
20297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20300           Error out on invalid data (fixes #154807).
20301
20302 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20303
20304         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * ext/dvdread/dvdreadsrc.c: (_read):
20307           Make titles > 0 work again (fixes #154834).
20308
20309 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * gst-libs/gst/riff/riff-media.c:
20312         (gst_riff_create_video_template_caps):
20313           WMV3 missing in template caps.
20314
20315 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20316
20317         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20318           OK, so the original code was too strict. It makes random AVI files
20319           hang for seconds upon opening, which is unacceptable and is far
20320           beyond the original goal of getting multiple chunks for one-chunk
20321           sounc stream files. So now do just that.
20322
20323 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * gst/playback/gstplaybasebin.c: (setup_source),
20326         (gst_play_base_bin_change_state):
20327           Actually clean up streaminfo if output fails. This would trigger
20328           if, for example, there was no CD in the drive. No preroll, so
20329           a streaminfo structure is created, but the subsequent state change
20330           of the thread fails.
20331         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20332           Don't change state if parent failed.
20333
20334 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20335
20336         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20337         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20338         (gen_video_element), (remove_sinks):
20339           Add small bits of code for screenshot handling.
20340
20341 2004-10-08  Wim Taymans  <wim@fluendo.com>
20342
20343         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20344         (gen_video_element), (gen_audio_element), (setup_sinks):
20345         Don't assume the user provided sinks are named "sink"...
20346
20347 2004-10-08  Wim Taymans  <wim@fluendo.com>
20348
20349         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20350         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20351         (gst_play_base_bin_link_stream):
20352         Do not try to autoplug sources that generate raw streams like
20353         cdparanoia.
20354         disconnect the preroll overrun signal when we don't need it anymore.
20355
20356 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20357
20358         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20359         Added reworked patch from #154903 from milosz derezynski (deadchip).
20360
20361 2004-10-08  Wim Taymans  <wim@fluendo.com>
20362
20363         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20364         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20365         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20366         (cdparanoia_convert), (cdparanoia_uri_get_type),
20367         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20368         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20369         * ext/cdparanoia/gstcdparanoia.h:
20370         This adds the cdda://<tracknum> uri.
20371
20372 2004-10-08  Wim Taymans  <wim@fluendo.com>
20373
20374         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20375         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20376         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20378         (unknown_type), (gst_play_base_bin_remove_element),
20379         (gst_play_base_bin_link_stream):
20380         * gst/playback/gstplaybasebin.h:
20381         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20382         (gst_play_bin_set_property), (gen_video_element),
20383         (gen_audio_element), (setup_sinks):
20384         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20385         (gst_stream_info_get_type), (gst_stream_info_class_init),
20386         (gst_stream_info_init), (gst_stream_info_new),
20387         (gst_stream_info_dispose), (stream_info_mute_pad),
20388         (gst_stream_info_set_property), (gst_stream_info_get_property):
20389         * gst/playback/gststreaminfo.h:
20390         Reuse the audio and video bins.
20391         Some internal cleanups in the stream selection code.
20392
20393 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20394
20395         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20396         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20397         * sys/ximage/ximagesink.h:
20398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20399         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20400         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20401         not coming from those elements. Moreover these elements should not keep
20402         the xid they have been given when in NULL state.
20403
20404 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20407         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20408         * sys/ximage/ximagesink.h:
20409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20410         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20411         * sys/xvimage/xvimagesink.h:
20412           Actually only create a new toplevel window if we're not gonna
20413           embed it right after.
20414
20415 2004-10-07  Wim Taymans  <wim@fluendo.com>
20416
20417         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20418         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20419         * gst/playback/gstplaybin.c: (setup_sinks):
20420         Implement muting/unmuting of streams, mute streams that are not
20421         used.
20422
20423 2004-10-07  Wim Taymans  <wim@fluendo.com>
20424
20425         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20426         (plugin_init):
20427         Added lame audio/x-ac3 typefind function.
20428
20429 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20430
20431         * configure.ac:
20432           bump nano to cvs
20433
20434 === release 0.8.5 ===
20435
20436 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20437
20438         * NEWS:
20439         * RELEASE:
20440         * configure.ac:
20441           releasing 0.8.5, "Take You On"
20442
20443 2004-10-06  Wim Taymans  <wim@fluendo.com>
20444
20445         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20446         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20447         (no_more_pads), (close_link), (type_found):
20448         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20449         * gst/playback/gstplaybin.c: (gen_video_element):
20450         Do not signal the no_more_pads after the first pad when
20451         we are plugging a non dynamic element with multiple
20452         output pads (like swfdec, dvdec, ...).
20453
20454 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * configure.ac:
20457           bump for prerelease
20458
20459 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20460
20461         * gst/wavparse/gstwavparse.c:
20462           add ATRAC3 to STATIC CAPS to fix a warning
20463
20464         * gst/matroska/ebml-read.c:
20465         * gst-libs/gst/riff/riff-read.c:
20466           fix typos
20467
20468 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20469
20470         * gst-libs/gst/riff/riff-media.c:
20471           generate caps for ATRAC3 audio streams
20472
20473         * gst/realmedia/rmdemux.c:
20474           generate caps for ATRAC3 audio streams
20475
20476 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20477
20478         * gst/wavparse/Makefile.am
20479         * gst/wavparse/riff.h
20480         * gst/wavparse/wavparse.vcproj
20481           riff.h removal (unused and duplication with riff-ids.h)
20482
20483 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20484
20485         * gst/wavparse/gstwavparse.h
20486           remove duplicated defines for audio codec codes
20487
20488         * gst-libs/gst/riff/riff-ids.h
20489         * gst/wavenc/riff.h:
20490           add "4CC" code for ATRAC3 audio streams
20491           add "4CC" code for ITU_G721_ADPCM (unused for now)
20492
20493 2004-10-06  Wim Taymans  <wim@fluendo.com>
20494
20495         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20496         Actually _do_ negotiation. Pass gdouble as arg instead
20497         of guint64 for the framerate.
20498
20499 2004-10-06  Wim Taymans  <wim@fluendo.com>
20500
20501         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20502         (find_compatibles), (close_pad_link), (try_to_link_1),
20503         (no_more_pads), (close_link), (type_found):
20504         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20505         * gst/playback/gstplaybin.c: (gen_video_element),
20506         (gen_audio_element):
20507         Set state on newly added element to READY so that negotiation
20508         can happen ASAP.
20509         Addes some more debug info.
20510         Do not try to plug pads with multiple caps structures or ANY
20511         because it is too dangerous since we do not do dynamic
20512         replugging.
20513
20514 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20515
20516         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20517
20518         * po/LINGUAS:
20519         * po/or.po:
20520           add Oriya translation
20521
20522 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20523
20524         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20525           Prevent overwrite of size member. Makes audio sound crappy.
20526
20527 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20528
20529         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20530         Add rmvb to the list of known RealMedia extensions
20531
20532 2004-10-05  Wim Taymans  <wim@fluendo.com>
20533
20534         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20535         (mngdec_openstream), (mngdec_closestream),
20536         (mngdec_handle_sink_event), (mngdec_readdata),
20537         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20538         (mngdec_getcanvasline), (mngdec_refresh),
20539         (gst_mngdec_change_state):
20540         Set the framerate correctly.
20541
20542 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20543
20544         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20545           There was something wrong with the index massaging.
20546
20547 2004-10-04  Wim Taymans  <wim@fluendo.com>
20548
20549         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20550         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20551         (gst_smokedec_chain):
20552         * ext/jpeg/gstsmokedec.h:
20553         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20554         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20555         * ext/jpeg/gstsmokeenc.h:
20556         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20557         (smokecodec_decode_new), (smokecodec_info_free),
20558         (smokecodec_set_quality), (smokecodec_get_quality),
20559         (smokecodec_set_threshold), (smokecodec_get_threshold),
20560         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20561         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20562         (smokecodec_encode), (smokecodec_parse_id),
20563         (smokecodec_parse_header), (smokecodec_decode):
20564         * ext/jpeg/smokecodec.h:
20565         * ext/jpeg/smokeformat.h:
20566         Updated smoke, new bitstream, allows embedding in ogg.
20567
20568 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20569
20570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20571           Fix seeking in some files. All this code is no longer needed (and
20572           actually breaks stuff) because we now synchronize the full index
20573           right when reading the header.
20574
20575 2004-10-04  Wim Taymans  <wim@fluendo.com>
20576
20577         * configure.ac:
20578         configure update for libmng.
20579
20580 2004-10-04  Wim Taymans  <wim@fluendo.com>
20581
20582         * ext/libmng/Makefile.am:
20583         * ext/libmng/gstmng.c: (plugin_init):
20584         * ext/libmng/gstmng.h:
20585         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20586         (gst_mngdec_base_init), (gst_mngdec_class_init),
20587         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20588         (gst_mngdec_loop), (gst_mngdec_get_property),
20589         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20590         (mngdec_closestream), (mngdec_handle_sink_event),
20591         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20592         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20593         (gst_mngdec_change_state):
20594         * ext/libmng/gstmngdec.h:
20595         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20596         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20597         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20598         (gst_mngenc_chain), (gst_mngenc_get_property),
20599         (gst_mngenc_set_property):
20600         * ext/libmng/gstmngenc.h:
20601         Added basic MNG decoder. Needs more work. The encoder does
20602         not work yet.
20603
20604 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20605
20606         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20607         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20608         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20609           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20610           no-more-pads.
20611
20612 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20613
20614         * configure.ac:
20615           you need at least 1.0.4 of speex
20616
20617 2004-10-04 Iain <iaingnome@gmail.com>
20618
20619         * ext/speex/gstspeexdec.h: Revert the includes changes.
20620
20621         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20622
20623 2004-09-30 Iain <iaingnome@gmail.com>
20624
20625         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20626         found during init or set as a property instead of hardcoding /dev/audio
20627
20628 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20629
20630         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20631         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20632         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20633         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20634         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20635         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20636         (gst_rmdemux_dump_data):
20637           Use debug category, fix EOS handling. filesrc ! rmdemux now
20638           works.
20639
20640 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20643         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20644         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20645           Improve allocation, cutting and sorting of the index. How takes a
20646           few seconds instead of minutes.
20647
20648 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20649
20650         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20651           fixed compilation
20652
20653 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20654
20655         * gst-libs/gst/riff/riff-media.c:
20656         (gst_riff_create_video_caps_with_data),
20657         (gst_riff_create_video_template_caps):
20658           Add wing commander format mimetype/fourccs.
20659         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20660           Don't crash if some value is 0.
20661
20662 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20663
20664         * gst-libs/gst/riff/riff-media.c:
20665         (gst_riff_create_video_caps_with_data),
20666         (gst_riff_create_video_template_caps):
20667           Add DIB fourcc (raw, palettized 8-bit RGB).
20668         * gst-libs/gst/riff/riff-read.c:
20669         (gst_riff_read_strf_vids_with_data):
20670           Oops, fix strf_data reading bug.
20671         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20672           Use a non-NULL tag.
20673         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20674           Time for hacks. Sorry Dave. At least one quicktime movie (a
20675           trailer) that I've encountered contains multiple video tracks.
20676           One of those is the actual video track, the other are one-frame
20677           tracks (images). Unfortunately, the number of frames according
20678           to the trak header is 1 for each, so that doesn't help. So
20679           instead, I look at the duration and discard tracks with a
20680           duration shorter than 20% of the length of the stream. Better
20681           than nothing.
20682
20683 2004-10-01  Christian Schaller <christian@fluendo.com>
20684
20685         * ext/ivorbis/vorbis.c:
20686           Patch from Phil Blundell (Bug 152341)
20687
20688 2004-10-01  Wim Taymans  <wim@fluendo.com>
20689
20690         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20691         (speex_dec_get_formats), (speex_dec_convert),
20692         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20693         (speex_dec_chain), (gst_speexdec_get_property),
20694         (gst_speexdec_set_property):
20695         Small cleanups.
20696
20697 2004-10-01  Wim Taymans  <wim@fluendo.com>
20698
20699         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20700         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20701         (gst_wavparse_other), (gst_wavparse_loop),
20702         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20703         (gst_wavparse_srcpad_event):
20704         * gst/wavparse/gstwavparse.h:
20705         Added some more debugging info.
20706         Fix the case where the length of the file is 0.
20707         Make sure we seek to sample borders.
20708
20709 2004-10-01  Wim Taymans  <wim@fluendo.com>
20710
20711         * gst/playback/README:
20712         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20713         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20714         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20715         Add some debug info to decodebin, update README
20716
20717 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20720           Don't use g_print(); use GST_DEBUG().
20721
20722 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20725         (gst_ogg_mux_queue_pads):
20726           Handle EOS properly.
20727
20728 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20729
20730         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20731
20732         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20733         (gst_faad_chain), (gst_faad_change_state):
20734         * ext/faad/gstfaad.h:
20735           Allow playback of raw (unframed) MPEG AAC files (#148993).
20736
20737 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20738
20739         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20742           Throw error if we didn't recognize the stream. Fixes #152289.
20743
20744 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20747           Fix negotiation.
20748
20749 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20750
20751         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20754           Fix memleak.
20755
20756 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20757
20758         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20759
20760         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20761           Solve #152805.
20762         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20763           Solve 152806.
20764
20765 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * gst-libs/gst/riff/riff-media.c:
20768         (gst_riff_create_video_caps_with_data),
20769         (gst_riff_create_audio_caps_with_data):
20770           Add codec_data handling (like asfdemux used to do).
20771         * gst/asfdemux/gstasf.c: (plugin_init):
20772         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20773         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20774           Use riff-media for caps creation instead of our own (mostly
20775           broken) copy of its functions.
20776
20777 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20780           Don't actually error out if we get another return value than
20781           -EINVAL. Opposite to what I first thought, drivers have random
20782           return values for this, although -EINVAL is the expected return
20783           value. Since this is not fatal, we shouldn't use
20784           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20785
20786 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20789         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20790         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20791         (dvdreadsrc_get), (dvdreadsrc_open_file),
20792         (dvdreadsrc_change_state):
20793           Fix. Don't do one big huge loop around the whole DVD, that will
20794           cache all data and thus eat sizeof(dvd) (several GB) before we
20795           see something.
20796         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20797           Actually NULL'ify event after using it.
20798         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20799         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20800         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20801         (gst_ebml_read_seek), (gst_ebml_read_skip):
20802           Handle events.
20803         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20804         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20805         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20806           Fix timing (this will probably break if I seek using menus, but
20807           I didn't get there yet). VOBs and normal DVDs should now work.
20808           Add a mpeg2-only pad with high rank so this get autoplugged for
20809           MPEG-2 movies.
20810         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20811         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20812         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20813         (gst_mpeg_demux_get_audio_stream),
20814         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20815         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20816           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20817           MPEG-1 but use dvddemux for MPEG-2.
20818         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20819         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20820         (gst_mpeg_parse_parse_packhead):
20821           Timing. Only add pad template if it exists. Add sink template from
20822           class and not from ourselves. This means we will always use the
20823           correct sink template even if it is not the one defined in this
20824           file.
20825
20826 2004-09-29  Wim Taymans  <wim@fluendo.com>
20827
20828         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20829         (gst_mpeg_demux_parse_pes):
20830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20831         Fix playback of mpeg again, timestamps where screwed up by
20832         patch 1.61.
20833
20834 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20837           Only return true if we actually filled something in. Prevents
20838           player applications from showing a random length for flac files.
20839         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20840         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20841         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20842         (gst_riff_read_strf_vids_with_data),
20843         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20844           OK, ok, so I implemented event handling. Apparently it's normal
20845           that we receive random events at random points without asking
20846           for it.
20847         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20848         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20849         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20850         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20851         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20852         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20853         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20854         * gst/avi/gstavidemux.h:
20855           Implement non-lineair chunk handling and subchunk processing.
20856           The first solves playback of AVI files where the audio and video
20857           data of individual buffers that we read are not synchronized.
20858           This should not happen according to the wonderful AVI specs, but
20859           of course it does happen in reality. It is also a prerequisite for
20860           the second. Subchunk processing allows us to cut chunks in small
20861           pieces and process each of these pieces separately. This is
20862           required because I've seen several AVI files with incredibly large
20863           audio chunks, even some files with only one audio chunk for the
20864           whole file. This allows for proper playback including seeking.
20865           This patch is supposed to fix all AVI A/V sync issues.
20866         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20867         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20868           Work.
20869         * gst/modplug/gstmodplug.cc:
20870           Proper return value setting for the query() function.
20871         * gst/playback/gstplaybasebin.c: (setup_source):
20872           Being in non-playing state (after, e.g., EOS) is not necessarily
20873           a bad thing. Allow for that. This fixes playback of short files.
20874           They don't actually playback fully now, because the clock already
20875           runs. This means that small files (<500kB) with a small length
20876           (<2sec) will still not or barely play. Other files, such as mod
20877           or flx, will work correctly, however.
20878
20879 2004-09-28  Wim Taymans  <wim@fluendo.com>
20880
20881         * ext/speex/gstspeex.c: (plugin_init):
20882         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20883         (gst_speex_dec_class_init), (speex_dec_get_formats),
20884         (speex_get_event_masks), (speex_get_query_types),
20885         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20886         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20887         (gst_speexdec_get_property), (gst_speexdec_set_property),
20888         (speex_dec_change_state):
20889         * ext/speex/gstspeexdec.h:
20890         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20891         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20892         (gst_speexenc_base_init), (gst_speexenc_class_init),
20893         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20894         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20895         (gst_speexenc_src_query), (gst_speexenc_init),
20896         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20897         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20898         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20899         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20900         (gst_speexenc_chain), (gst_speexenc_get_property),
20901         (gst_speexenc_set_property), (gst_speexenc_change_state):
20902         * ext/speex/gstspeexenc.h:
20903         Rewrote speex encoder, make sure it can be embedded in ogg.
20904         Implemented speex decoder.
20905
20906 2004-09-28  Christian Schaller <christian@fluendo.com>
20907
20908         * configure.ac:
20909         Remove kioslave plugin. Markey is brewing a new working one
20910         * ext/Makefile.am: Remove kioslave plugin
20911         * ext/kio: remove
20912         * gst-plugins.spec.in: remove kio plugin from spec
20913
20914 2004-09-27  Wim Taymans  <wim@fluendo.com>
20915
20916         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20917         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20918         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20919         (gst_multifdsink_new_client),
20920         (gst_multifdsink_handle_client_write),
20921         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20922         (gst_multifdsink_handle_clients):
20923         * gst/tcp/gstmultifdsink.h:
20924         Make syncing to keyframes actually work for new clients and lagging
20925         clients.
20926
20927 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20928
20929         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20930         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20931         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20932         * gst/debug/gstnavigationtest.h:
20933           make navigationtest display button-press and button-release events
20934
20935 2004-09-26 Iain <iaingnome@gmail.com>
20936
20937         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20938         the channels have received a new media event.
20939         (interleave_buffered_loop): Compresses a new media event on all
20940         channels into one.
20941
20942 2004-09-26 Iain <iaingnome@gmail.com>
20943
20944         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20945         call the sinkpad's default event handler and not the srcpads. He also
20946         says this is confusing :)
20947         (gst_wavenc_stop_file): Company says that seek events only go upstream
20948         we should send a discontinuous downstream instead.
20949
20950 2004-09-25  Christian Schaller <christian@fluendo.com>
20951
20952         * Update SPEC file to be usable in conjunction with Fedora Core,
20953           Fedora.us and freshrpms packages
20954         * Fix typo in multifilesrc test Makefile
20955
20956 2004-09-24  Wim Taymans  <wim@fluendo.com>
20957
20958         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20959         Only signal the no_more_pads signal when we have
20960         added the stream to our list.
20961
20962 2004-09-24  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20965         (new_decoded_pad):
20966         * gst/playback/gstplaybasebin.h:
20967         * gst/playback/gstplaybin.c: (setup_sinks):
20968         Don't try to preroll or decode more than one audio/video
20969         track.
20970
20971 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20974           Throw error if we failed to find a suitable output. This should
20975           throw an error if we successfully set up a pipeline (e.g. because
20976           we recognized a media file) but found no decodable streams in it
20977           (e.g. because it contains only media stream types for which we
20978           have no decoders, or because it's not a media type).
20979
20980 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * ext/dirac/Makefile.am:
20983         * ext/dirac/gstdirac.cc:
20984         * ext/dirac/gstdiracdec.cc:
20985         * ext/dirac/gstdiracdec.h:
20986           Do something. Don't actually know if this works because I don't
20987           have a demuxer yet.
20988         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20989           Add channels=1 to caps returned from _getcaps().
20990         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20991         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20992         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20993         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20994         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20995         (gst_ogm_parse_change_state):
20996           Separate between audio/video so ogmaudioparse actually uses the
20997           audio pad templates. Both audio and video work now, including
20998           autoplugging. Also use sometimes-srcpad hack.
20999         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21000           Handle events better. Don't hang on infinite loops.
21001         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21002         (gst_avi_demux_init), (gst_avi_demux_reset),
21003         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21004         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21005         (gst_avi_demux_change_state):
21006         * gst/avi/gstavidemux.h:
21007           Improve A/V sync. Still not perfect.
21008         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21009         (gst_ebml_read_skip):
21010           Handle events better.
21011         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21012         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21013         (qtdemux_audio_caps):
21014           Add IMA4. Improve event handling. Save offset after a seek when
21015           the headers are at the end of the file so that we don't end up in
21016           an infinite loop.
21017         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21018           Add low-priority typefind support for files with no length.
21019
21020 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21021
21022         * testsuite/multifilesink/Makefile.am:
21023         fix typo
21024
21025 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21026
21027         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21029         mistakes from thaytan's patches.
21030
21031 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21032
21033         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21034           For completeness, XSync in the destroy function as xvimage does.
21035
21036 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21037
21038         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21039            Correct caps negotiation
21040         * gst/volume/gstvolume.c: (volume_chain_float),
21041         (volume_chain_int16):
21042            Modify debug output to be little more informative
21043         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21045         (gst_xvimagesink_xvimage_destroy):
21046           Add XSync calls after detaching from the shared memory segment to
21047           avoid a crash.
21048
21049 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21050
21051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21052         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21053         * ext/vorbis/vorbis.c: (plugin_init):
21054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21055         (gst_vorbisenc_chain):
21056         * ext/vorbis/vorbisenc.h:
21057         remove explicit newmedia support from oggmux and vorbisenc
21058         add debug category to vorbisenc
21059         * gst/multifilesink/gstmultifilesink.c:
21060         (gst_multifilesink_class_init), (gst_multifilesink_init),
21061         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21062         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21063         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21064         (plugin_init):
21065         * gst/multifilesink/gstmultifilesink.h:
21066         add support for streamheader in multifilesink
21067
21068 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21071         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21072         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21073           Prevent infinite loops. More correct error reporting.
21074         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21075           Error out if negotiation fails.
21076         * gst/playback/gstplaybasebin.c: (setup_source),
21077         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21078         (gst_play_base_bin_found_tag):
21079           Error/tag forwarding. Pre-roll fixes for source errors on state
21080           changes (e.g. "file does not exist") to prevent hangs.
21081
21082 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21083
21084         * testsuite/multifilesink/Makefile.am:
21085         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21086         (gst_newmedia_class_init), (gst_newmedia_init),
21087         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21088         (newfile_signal), (test_signal), (main):
21089         * testsuite/multifilesink/multifilesrc_test.c: (main):
21090         * testsuite/multifilesink/oggtheora_test.c:
21091         (gst_newmedia_base_init), (gst_newmedia_class_init),
21092         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21093         (test_format), (newfile_signal), (test_signal), (main):
21094         * testsuite/multifilesink/oggvorbis_test.c:
21095         (gst_newmedia_base_init), (gst_newmedia_class_init),
21096         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21097         (test_format), (newfile_signal), (test_signal), (main):
21098         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21099         (gst_newmedia_class_init), (gst_newmedia_init),
21100         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21101         (newfile_signal), (test_signal), (main):
21102         New media tests
21103
21104 2004-09-20  Christian Schaller <christian@fluendo.com>
21105
21106         * Fix mikmod license to LGPL as they have relicensed
21107         * Move Dirac and Effectv into LGPL section of README_license
21108
21109 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21112         (gst_mad_change_state):
21113           Allow for mp3 rate/channels changes. However, only very
21114           conservatively. Reason that we *have* to enable this is smiply
21115           because the mad find_sync() function is not good enough, it will
21116           regularly sync on random data as valid frames and therefore make
21117           us provide random caps as *final* caps of the stream. The best fix
21118           I could think of is to simply require several of the same stream
21119           changes in a row before we change caps.
21120           The actual testcase that works now is #
21121         * ext/ogg/Makefile.am:
21122         * ext/ogg/gstogg.c: (plugin_init):
21123         * ext/ogg/gstogmparse.c:
21124           OGM support (video only for now; I need an audio sample file).
21125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21126         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21127         (gst_asf_demux_add_video_stream):
21128           WMV extradata.
21129         * gst/playback/gstplaybasebin.c: (unknown_type):
21130           Don't error out on single unknown-types after all. It's wrong.
21131           If we found type of video and audio but not of a subtitle stream,
21132           it will still error out (which is unwanted). Will find a better fix
21133           later on.
21134         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21135         (ogmaudio_type_find), (plugin_init):
21136           OGM support.
21137
21138 2004-09-20  Johan Dahlin  <johan@gnome.org>
21139
21140         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21141         after setting caps.
21142
21143 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21144
21145         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21146         * gst/wavenc/gstwavenc.h:
21147         Added newmedia support to wavenc
21148
21149 2004-09-17  Wim Taymans  <wim@fluendo.com>
21150
21151         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21152         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21153         (gst_fdset_fd_can_write), (gst_fdset_wait):
21154         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21155         (gst_multifdsink_init), (gst_multifdsink_add),
21156         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21157         (gst_multifdsink_remove_client_link),
21158         (gst_multifdsink_client_queue_buffer),
21159         (gst_multifdsink_handle_client_write),
21160         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21161         (gst_multifdsink_close), (gst_multifdsink_change_state):
21162         * gst/tcp/gstmultifdsink.h:
21163         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21164         (gst_tcpserversink_removed):
21165         Small cleanups in fdset.c
21166         Use a hastable to map fd to the client structure for faster
21167         lookup in _remove and get_stats.
21168         Added virtual function to close the fds.
21169         Handle clients even when the select/poll call was unblocked because
21170         of a command.
21171         Implement syncing to keyframe in the recovery procedure.
21172
21173 2004-09-16 Iain <iaingnome@gmail.com>
21174
21175         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21176         try caps.
21177
21178 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21181           Caps are only set if the type of the stream is unknown, but this
21182           is initialized in ->init_stream(), so set to UNKNOWN after calling
21183           ->init_stream() so that capsnego starts.
21184
21185 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21186
21187         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21188         (gst_avi_demux_stream_data):
21189           Just hardcode for raw audio then. AVI audio sucks.
21190
21191 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21192
21193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21194         * gst/matroska/matroska-mux.c: (audiosink_templ),
21195         (gst_matroska_mux_audio_pad_link):
21196         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21197         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21198
21199 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21202         (gst_avi_demux_stream_data):
21203           Try to fix a/v sync issues.
21204
21205 2004-09-15  David Schleef  <ds@schleef.org>
21206
21207         * configure.ac: remove NASM check, since we don't use it.  Update
21208         dirac check to 0.4
21209         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21211         Initialized variables.
21212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21213         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21214         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21215         SVQ3 format
21216
21217 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21220         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21221         * gst/avi/gstavidemux.h:
21222           Fix for compressed audio (mp3) timestamp generation. How did this
21223           ever work?
21224
21225 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21226
21227         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21228           Volume is a double not a float.
21229
21230 2004-09-15  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21233         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21234         Don't close the fd in multifdsink as we didn't open it in the
21235         first place. Some cleanups.
21236
21237 2004-09-15  Wim Taymans  <wim@fluendo.com>
21238
21239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21241         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21242         Fix the case where the muxer would mark pages as delta
21243         frames when they are not (vorbis only ogg).
21244
21245 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21246
21247         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21248         (gst_play_base_bin_change_state):
21249           Handle the case where we failed to setup a clear pipeline. This
21250           will throw an error (or EOS, another nice case) and if you don't
21251           catch that, the app will wait for the signal forever (and thus
21252           hang).
21253
21254 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21255
21256         * ext/gnomevfs/gstgnomevfssink.c:
21257         (gst_gnomevfssink_uri_get_protocols):
21258         * ext/gnomevfs/gstgnomevfssrc.c:
21259         (gst_gnomevfssrc_uri_get_protocols):
21260         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21261         * ext/gnomevfs/gstgnomevfsuri.h:
21262           Use _uri_new() instead of _open(), so it doesn't take as long and
21263           Christophe's computer won't hang.
21264         * gst/playback/gstplaybasebin.c: (unknown_type):
21265           Throw error on unknown media type, so apps actually display it.
21266
21267 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21268
21269         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21270           this script to work on Solaris since bash shell handles echo
21271           differenly than bash.
21272
21273 2004-09-17  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21276         (setup_source), (gst_play_base_bin_set_property),
21277         (gst_play_base_bin_add_element):
21278         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21279         Some more work on making sure seeking pauses the pipeline and
21280         that changing the uri actually does something.
21281
21282 2004-09-17  Wim Taymans  <wim@fluendo.com>
21283
21284         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21286         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21287         (gst_tcpserversink_close):
21288         Be a bit more paranoid when freeing memory.
21289
21290 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21291
21292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21293         (qtdemux_parse_trak):
21294           Don't crash by dividing by zero (see sample movie in #126922).
21295
21296 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21297
21298         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21299           Don't touch non-existing data (fixes crash on file in #140147).
21300
21301 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * gst/playback/gstplaybasebin.c:
21304         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21305           Handle double disposals, and proper change of URIs.
21306
21307 2004-09-13  Martin Eikermann <meiker@upb.de>
21308
21309         * gst/mpegstream/gstmpegparse.c:
21310           fix synchronistation for streams recorded from digital PCR
21311           fixes bug #119376
21312
21313 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21314
21315         * ext/gnomevfs/Makefile.am:
21316         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21317         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21318         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21319         (gst_gnomevfssink_uri_get_type),
21320         (gst_gnomevfssink_uri_get_protocols),
21321         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21322         (gst_gnomevfssink_uri_handler_init),
21323         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21324         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21326         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21327         (gst_gnomevfssrc_uri_get_type),
21328         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21329         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21330         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21331         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21332         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21333         * ext/gnomevfs/gstgnomevfsuri.h:
21334           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21335           of fake URIs to see which this version of Gnome-VFS likes, and
21336           uses that for the Gst-URI interface. Makes playbin support http://
21337           streams. Also fix up some stupid behaviour in gnomevfssrc.
21338
21339 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21340
21341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21342         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21343         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21344         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21345           Update mixer (to sync with other sessions) if we try to obtain
21346           a new value. This makes alsamixer work accross applications.
21347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21348           Only call sync functions if we're running, else alsalib asserts.
21349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21350           Sometimes fails to compile. Possibly a gcc bug.
21351         * gst/playback/gstplaybin.c: (gen_video_element),
21352         (gen_audio_element):
21353           Add a reference to an application-provided object, because we lose
21354           this same reference if we add it to the bin. If we don't do this,
21355           we can only use this object once and thus crash if we go from
21356           ready to playing, back to ready and back to playing again.
21357           Also add an audioscale element because several cheap soundcards -
21358           like mine - don't support all samplerates.
21359         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21360         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21361           Fix wrong order or PAR calls. Makes automatically obtained PAR
21362           from the X server atually being used.
21363
21364 2004-09-12  David Schleef  <ds@schleef.org>
21365
21366         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21367         #151887, #152102, #152247.
21368         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21369         * examples/seeking/cdparanoia.c: same
21370         * examples/seeking/cdplayer.c: same
21371         * examples/seeking/seek.c: same
21372         * examples/seeking/spider_seek.c: same
21373         * examples/seeking/vorbisfile.c: same
21374         * examples/stats/mp2ogg.c: same
21375         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21376         (gst_esdsink_dispose): Dispose of element properly.
21377         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21378         fixes.
21379         * ext/nas/nassink.c: (gst_nassink_class_init),
21380         (gst_nassink_dispose): Dispose of element correctly.
21381         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21382         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21383         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21384         Fix 64-bit warning.
21385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21386         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21387         Fix 64-bit warning.
21388
21389 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21390
21391         * configure.ac : change speex detection as 1.1.6 now uses
21392           .pc/pkg-config and they changed their headers location.
21393
21394 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21395
21396         * gst/matroska/matroska-mux.h:
21397         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21398         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21399         (gst_matroska_mux_write_data):
21400           Write multiple blocks/frames per cluster.
21401                 Write meta-seek information (seek heads).
21402
21403 2004-09-09  Scott Wheeler <wheeler@kde.org>
21404
21405         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21406         (gst_play_bin_set_property), (gst_play_bin_get_property),
21407         (gen_audio_element), (gen_audio_element):
21408           Add a volume element / property to the pipeline.
21409
21410 2004-09-07  Wim Taymans  <wim@fluendo.com>
21411
21412         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21413         Copy timestamps from the master pad to the output buffers.
21414
21415 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21416
21417         * ext/raw1394/gstdv1394src.c:
21418           throw errors when applicable
21419
21420 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21421
21422         * gst/matroska/ebml-ids.h:
21423         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21424         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21426           automatically convert unix time <-> ebml time when reading/writing
21427           a date, use gst_ebml_write_uint to write CUETIME,
21428           not gst_ebml_write_date.
21429         * gst/matroska/matroska-ids.h:
21430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21431         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21432         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21433         (gst_matroska_mux_write_data):
21434           Write track and segment UIDs, write muxing date, write
21435           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21436           Create cues for audio only files.
21437
21438 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21441         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21442           Re-commit ALSA switches.
21443         * gst/adder/gstadder.c: (gst_adder_loop):
21444           64-bit fix (#151416).
21445         * gst/debug/progressreport.c: (gst_progressreport_report):
21446           64-bit fix (#151419).
21447         * gst/matroska/matroska-demux.c:
21448         (gst_matroska_demux_parse_contents):
21449           64-bit fix (#151420).
21450         * gst/playback/test3.c: (update_scale):
21451           64-bit fix (#151421).
21452
21453 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21454
21455         * configure.ac:
21456           bump nano to cvs
21457
21458 === release 0.8.4 ===
21459
21460 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21461
21462         * configure.ac: releasing 0.8.4, "Alias"
21463
21464 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21465
21466         * ext/theora/Makefile.am:
21467           fix makefile.  Fixes #151462.
21468
21469 2004-08-30  Wim Taymans  <wim@fluendo.com>
21470
21471         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21472         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21473         (gst_multifdsink_remove_client_link),
21474         (gst_multifdsink_client_queue_buffer),
21475         (gst_multifdsink_handle_client_write):
21476         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21477         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21478         Fix some memory leaks.
21479
21480 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21481
21482         Patch by: David Schleef
21483
21484         * configure.ac:
21485         * sys/Makefile.am:
21486           rename our detection macro for V4L2.  Fixes #151236.
21487
21488 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21489
21490         Patch by: David Schleef
21491
21492         * configure.ac:
21493           check to define LAMEPRESET.  Fixes #151232.
21494
21495 2004-08-27  David Schleef  <ds@schleef.org>
21496
21497         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21498         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21499         (gst_glimagesink_fixate):  Move local variable declarations to
21500         make gcc-2.95 happy.
21501
21502 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21503
21504         * configure.ac:
21505           bump nano for prerelease
21506
21507 2004-08-27  David Schleef  <ds@schleef.org>
21508
21509         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21510         * sys/sunaudio/gstsunaudiosrc.c:
21511         * sys/sunaudio/gstsunaudiosrc.h:
21512
21513 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21514
21515         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21516         handle EOS correctly
21517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21518         * gst/matroska/matroska-mux.h:
21519         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21520         VFW compatibility mode
21521
21522 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         patch by: Zaheer Abbas Merali
21525
21526         * ext/ogg/gstoggmux.c:
21527         * ext/vorbis/vorbisenc.c:
21528         * ext/vorbis/vorbisenc.h:
21529           handle NEWMEDIA
21530
21531 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21532
21533         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21534         fix byte order reversion on little endian machines.
21535         * gst/matroska/matroska-mux.c: (audiosink_templ),
21536         (gst_matroska_mux_audio_pad_link):
21537         add TTA codec to the list of supported codecs.
21538         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21539         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21540         (gst_matroska_mux_write_data):
21541         * gst/matroska/matroska-mux.h:
21542         write segment duration correctly, write muxing app string, fixes bugs
21543         #140897 and #140898.
21544         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21545         wait for all pads to be negotiated before starting to mux.
21546
21547 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21548
21549         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21550         * ext/lame/gstlame.h:
21551         Added new media support to lame
21552
21553 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21554
21555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21556         send vorbis headers at the beginning of a stream, fixes bug #141554.
21557         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21558         bug #148950.
21559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21560         (gst_matroska_demux_plugin_init):
21561         * gst/matroska/matroska-ids.h:
21562         enable demuxing of TTA audio streams, fixes bug #148951.
21563         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21564         enable typefinding for TTA audio files, fixes bug #148711.
21565         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21566         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21567         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21568
21569 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21570
21571         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21572         (gst_riff_read_element_data), (gst_riff_read_seek),
21573         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21574         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21575         <teuf@gnome.org>
21576
21577 2004-08-23 Iain <iaingnome@gmail.com>
21578
21579         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21580         tags. They appear to be handled differently to normal.
21581         (tag_list_to_id3_tag_foreach): Ditto.
21582
21583 2004-08-22  Wim Taymans  <wim@fluendo.com>
21584
21585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21586         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21587         Make sure we never send -1 granulepos.
21588
21589 2004-08-20  Wim Taymans  <wim@fluendo.com>
21590
21591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21592         (gst_ogg_mux_loop):
21593         I will accept bitchslappings with non sharp objects.
21594
21595 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21596
21597         * configure.ac:
21598         Clean up the test for lame presets
21599
21600 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21601
21602         * configure.ac:
21603         * ext/lame/Makefile.am:
21604         * ext/lame/gstlame.c: (gst_lame_class_init),
21605         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21606         Only enable lame presets if version of lame has presets in API
21607
21608 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21609         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21610         * gst/udp/gstudpsrc.h:
21611           Don't call gst_pad_push in a get function. Fixes #150449
21612
21613 2004-08-18  Wim Taymans  <wim@fluendo.com>
21614
21615         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21616         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21617         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21618         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21619         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21620         (gst_fdset_wait):
21621         * gst/tcp/gstfdset.h:
21622         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21623         (gst_multifdsink_client_queue_buffer),
21624         (gst_multifdsink_handle_client_write):
21625         * gst/tcp/gstmultifdsink.h:
21626         Some extra checks in gstfdset.
21627         Only use send() when the fd is a socket. Don't try to
21628         read from write only fds.
21629
21630 2004-08-18  Wim Taymans  <wim@fluendo.com>
21631
21632         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21633         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21634         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21635         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21636         (gst_fdset_wait):
21637         Add more locking and bounds checking.
21638
21639 2004-08-18  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21642         Realloc test fdset in the lock and right before starting
21643         the poll call. Bump the limit to 4096.
21644
21645 2004-08-17  David Schleef  <ds@schleef.org>
21646
21647         * sys/sunaudio/Makefile.am:
21648         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21649         of rates and channels.  Make debugging less obnoxious.
21650
21651         Patch from Balamurali Viswanathan implementing a mixer for
21652         Sun audio.  (bug #144091):
21653         * sys/sunaudio/gstsunelement.c:
21654         * sys/sunaudio/gstsunelement.h:
21655         * sys/sunaudio/gstsunmixer.c:
21656         * sys/sunaudio/gstsunmixer.h:
21657
21658 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21659
21660         * gst/audioscale/gstaudioscale.c:
21661         * gst/audioscale/gstaudioscale.h:
21662         made audioscale resample from any sample rate to any sample rate
21663
21664 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21665
21666         * ext/libpng/gstpngdec.c:
21667           error out on unsupported types
21668
21669 2004-08-17  Iain <iaingnome@gmail.com>
21670
21671         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21672         mid_side and loose_mid_side properties if its a stereo stream.
21673
21674 2004-08-17  Wim Taymans  <wim@fluendo.com>
21675
21676         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21677         (theora_get_formats), (theora_dec_src_convert),
21678         (theora_dec_sink_convert), (theora_dec_src_query),
21679         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21680         Add a debug line.
21681
21682 2004-08-17  Wim Taymans  <wim@fluendo.com>
21683
21684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21685         (gst_ogg_pad_push):
21686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21687         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21688         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21689         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21690         Mark delta units in the muxer.
21691         Try to decode the packet after an out-of-sync error from
21692         libogg.
21693
21694 2004-08-17  Wim Taymans  <wim@fluendo.com>
21695
21696         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21697         (gst_multifdsink_init), (gst_multifdsink_add),
21698         (gst_multifdsink_client_queue_buffer),
21699         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21700         * gst/tcp/gstmultifdsink.h:
21701         Added option to send a keyframe to clients as the first buffer.
21702         Make timeout property writable.
21703
21704 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         patch by: Wim Taymans
21707
21708         * gst/tcp/gstfdset.c:
21709         * gst/tcp/gstmultifdsink.c:
21710           fix index comparison, should include 0
21711
21712 2004-08-16  Wim Taymans  <wim@fluendo.com>
21713
21714         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21715         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21716         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21717         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21718         (gst_fdset_wait):
21719           copy when reallocing for poll so the select arguments don't get
21720           changed during the call
21721
21722 2004-08-16  Wim Taymans  <wim@fluendo.com>
21723
21724         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21725         (gst_theora_enc_class_init), (theora_enc_sink_link),
21726         (theora_buffer_from_packet), (theora_enc_chain):
21727         Fix bug where buffers were not marked as keyframes
21728         correctly.
21729
21730 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21731
21732         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21733         (gst_lame_preset_get_type), (gst_lame_class_init):
21734         describe the enum values for vbr mode and presets more verbosely
21735
21736 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21737
21738         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21739         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21740         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21741         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21742         * ext/lame/gstlame.h:
21743         add preset property to lame so it can use lame presets
21744
21745 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21746
21747         * ext/lame/gstlame.c: (gst_lame_get_property):
21748         whoops forgot break, thanks teuf
21749
21750 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21751
21752         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21753         (gst_lame_class_init), (gst_lame_src_getcaps),
21754         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21755         (gst_lame_get_property), (gst_lame_setup):
21756         * ext/lame/gstlame.h:
21757         fix lame's broken vbr stuff, allow it to resample if need be, and also
21758         make xing header optional
21759
21760 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21761
21762         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21763         added getcaps function so samplerate doesnt get fixated to silly values
21764
21765 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21766
21767         * ext/lame/gstlame.c: (gst_lame_src_link):
21768         revert previous fix
21769
21770 2004-08-12  Johan Dahlin  <johan@gnome.org>
21771
21772         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21773         checks. Doesn't matter what state we are in. Interfaces are a
21774         compile time thing, not runtime. It also broke the python bindings.
21775
21776 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21777
21778         * ext/lame/gstlame.c: (gst_lame_src_link):
21779         made source pad link function check if sinkpad is ok..fixes the problem
21780         where core fixates the output rate of lame stupidly
21781
21782 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21783
21784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21785         * sys/v4l/v4l_calls.c:
21786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21787           fix fixate function to handle nonsimple caps.
21788           remove bogus check in _link
21789           cleanups
21790
21791 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21792
21793         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21794         set default compression ratio parameter to 0.0 so bitrate parameter
21795         works :)
21796
21797 2004-08-11  David Schleef  <ds@schleef.org>
21798
21799         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21800
21801 2004-08-11  David Schleef  <ds@schleef.org>
21802
21803         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21804         before.
21805
21806 2004-08-11  David Schleef  <ds@schleef.org>
21807
21808         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21809
21810 2004-08-11  David Schleef  <ds@schleef.org>
21811
21812         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21813           license field
21814         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21815         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21816           LGPL.
21817         * gst/auparse/gstauparse.c: Fix plugin license field.
21818         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21819         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21820         * gst/rtp/gstrtp.c: Fix plugin license field.
21821
21822 2004-08-11  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst/tcp/Makefile.am:
21825         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21826         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21827         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21828         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21829         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21830         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21831         (gst_fdset_fd_can_write), (gst_fdset_wait):
21832         * gst/tcp/gstfdset.h:
21833         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21834         (gst_multifdsink_class_init), (gst_multifdsink_init),
21835         (gst_multifdsink_add), (gst_multifdsink_remove),
21836         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21837         (gst_multifdsink_remove_client_link),
21838         (gst_multifdsink_handle_client_read),
21839         (gst_multifdsink_client_queue_data),
21840         (gst_multifdsink_client_queue_caps),
21841         (gst_multifdsink_client_queue_buffer),
21842         (gst_multifdsink_handle_client_write),
21843         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21844         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21845         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21846         (gst_multifdsink_close):
21847         * gst/tcp/gstmultifdsink.h:
21848         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21849         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21850         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21851         (gst_tcpserversink_close):
21852         * gst/tcp/gsttcpserversink.h:
21853         Abstracted away the select call, implemented poll (yes we ran into
21854         the 1024 limit in production).
21855
21856 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21857
21858         * gst/tcp/gsttcp.c:
21859         * gst/tcp/gsttcpplugin.c:
21860           improve debuggging, remove assert
21861
21862 2004-08-10  Wim Taymans  <wim@fluendo.com>
21863
21864         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21865         (gst_client_status_get_type), (gst_multifdsink_class_init),
21866         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21867         (gst_multifdsink_handle_client_read),
21868         (gst_multifdsink_handle_client_write),
21869         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21870         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21871         (gst_multifdsink_get_property):
21872         * gst/tcp/gstmultifdsink.h:
21873         * gst/tcp/gsttcp-marshal.list:
21874         Starting to prepare for specifying buffer time in other units
21875         than buffers. Expose remove reason in signal.
21876
21877 2004-08-10  Wim Taymans  <wim@fluendo.com>
21878
21879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21880         (gst_multifdsink_remove), (gst_multifdsink_clear),
21881         (gst_multifdsink_remove_client_link),
21882         (gst_multifdsink_handle_client_read),
21883         (gst_multifdsink_client_queue_data),
21884         (gst_multifdsink_client_queue_buffer),
21885         (gst_multifdsink_handle_client_write),
21886         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21887         (gst_multifdsink_chain), (gst_multifdsink_close):
21888         * gst/tcp/gstmultifdsink.h:
21889         Added more debugging info. Changed the way clients are
21890         removed from the lists. Fixed a bug where a bad file descriptor
21891         could cause many clients to be removed.
21892
21893 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21894
21895         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21896           allow all pixel-aspect-ratios, not just 1:1
21897
21898 2004-08-09  David Schleef  <ds@schleef.org>
21899
21900         * sys/glsink/ARB_multitexture.h:  Remove old files.
21901         * sys/glsink/EXT_paletted_texture.h:
21902         * sys/glsink/NV_register_combiners.h:
21903         * sys/glsink/gstgl_nvimage.c:
21904         * sys/glsink/gstgl_pdrimage.c:
21905         * sys/glsink/gstgl_rgbimage.c:
21906         * sys/glsink/gstglsink.c:
21907         * sys/glsink/gstglsink.h:
21908         * sys/glsink/gstglxwindow.c:
21909         * sys/glsink/regcomb_yuvrgb.c:
21910
21911 2004-08-09  David Schleef  <ds@schleef.org>
21912
21913         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21914         GL sink plugin.  (Bug #147302)
21915
21916         * configure.ac: Test for OpenGL
21917         * sys/Makefile.am: Use test for OpenGL
21918         * sys/glsink/Makefile.am:
21919         * sys/glsink/glimagesink.c: rewrite
21920         * sys/glsink/glimagesink.h: rewrite
21921
21922 2004-08-09  David Schleef  <ds@schleef.org>
21923
21924         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21925         sane framerates.
21926         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21928         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21929
21930 2004-08-09  Wim Taymans  <wim@fluendo.com>
21931
21932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21933         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21934         (gst_multifdsink_client_remove),
21935         (gst_multifdsink_handle_client_read),
21936         (gst_multifdsink_handle_client_write),
21937         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21938         Do a bit more logging, make the client_read code more robust.
21939
21940 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21943         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21944         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21945         (gst_jpegdec_init), (gst_jpegdec_chain):
21946         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21947         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21948           cleanups, debugging fixes and memleak plugging
21949
21950 2004-08-09  Wim Taymans  <wim@fluendo.com>
21951
21952         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21953         (theora_get_formats), (theora_dec_src_convert),
21954         (theora_dec_sink_convert), (theora_dec_src_query),
21955         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21956         (theora_dec_change_state):
21957         Don't crash on missing header packets.
21958
21959 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21960
21961         * po/LINGUAS:
21962         * po/sq.po:
21963           Added Albanian translation (Laurent Dhima)
21964         * po/cs.po:
21965           updated
21966
21967 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         * ext/lame/gstlame.c:
21970           fix/add debugging
21971
21972 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * sys/ximage/ximagesink.c:
21975         * sys/xvimage/xvimagesink.c:
21976           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21977
21978 2004-08-06  Wim Taymans  <wim@fluendo.com>
21979
21980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21981         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21982         (gst_multifdsink_client_remove),
21983         (gst_multifdsink_handle_client_read),
21984         (gst_multifdsink_handle_client_write),
21985         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21986         Make sure we don't try to read more from a client that what
21987         ioctl says us or we deadlock.
21988
21989 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21990
21991         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21992         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21993         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21994           decouple running_time and n_frames so it can handle changing
21995           framerate while running
21996
21997 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21998
21999         * po/nl.po:
22000         * po/sv.po:
22001           updated translations
22002
22003 2004-08-04  Benjamin Otte  <otte@gnome.org>
22004
22005         * gst/videotestsrc/gstvideotestsrc.c:
22006         (gst_videotestsrc_get_capslist), (generate_capslist),
22007         (plugin_init):
22008           generate the list of supported caps at startup and reuse it instead
22009           of always generating it
22010
22011 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22012
22013         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22014           whoops, last checkin broke normal build
22015
22016 2004-08-03  Benjamin Otte  <otte@gnome.org>
22017
22018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22019         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22020         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22021         (gst_alsa_mixer_get_option):
22022         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22023         (dvdnavsrc_print_event):
22024         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22026         (gst_ogg_mux_pad_unlink):
22027         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22028         (gst_multipart_mux_pad_unlink):
22029         * gst/videofilter/gstvideobalance.c:
22030         (gst_videobalance_colorbalance_set_value):
22031         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22032         (gst_videomixer_pad_unlink):
22033         * po/uk.po:
22034         * sys/oss/gstossmixer.c:
22035         * sys/v4l/gstv4lcolorbalance.c:
22036         * sys/v4l/gstv4ltuner.c:
22037         * sys/v4l/v4lsrc_calls.c:
22038         * sys/v4l2/gstv4l2colorbalance.c:
22039         * sys/v4l2/gstv4l2tuner.c:
22040           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22041
22042 2004-08-03  Benjamin Otte  <otte@gnome.org>
22043
22044         * examples/dynparams/filter.c: (ui_control_create):
22045         * examples/gstplay/player.c: (print_tag):
22046         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22047         * ext/gdk_pixbuf/gstgdkanimation.c:
22048         (gst_gdk_animation_iter_may_advance):
22049         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22050         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22051         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22052         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22053         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22054         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22055         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22056         * gst/sine/demo-dparams.c: (main):
22057         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22058         * testsuite/alsa/formats.c: (create_pipeline):
22059         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22060           fixes for G_DISABLE_ASSERT and friends
22061         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22062         (mp3_type_frame_length_from_header), (mp3_type_find),
22063         (plugin_init):
22064           require mp3 typefinding to have at least MIN_HEADERS valid headers
22065           add typefinding for AAC adts files
22066
22067 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22068
22069         * sys/ximage/ximagesink.c:
22070         (gst_ximagesink_calculate_pixel_aspect_ratio):
22071         * sys/xvimage/xvimagesink.c:
22072         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22073         Make sure we calculate pixel-aspect-ratio using floating point maths
22074
22075 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * po/uk.po:
22078           updated translation
22079
22080 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22081
22082         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22084           add debugging for display PAR calculation
22085
22086 2004-08-02  David Schleef  <ds@schleef.org>
22087
22088         * configure.ac: Fix mikmod CFLAGS.
22089
22090 2004-07-27  Benjamin Otte  <otte@gnome.org>
22091
22092         * gst/audioscale/gstaudioscale.c:
22093         - fix templates to only support S16, it's the only format that works
22094         - make caps nego code use try_set_caps_nonfixed and fixation instead
22095         of try_set_caps twice, which is not nice for autopluggers
22096         - change rank to secondary, so autopluggers can pick it up after
22097         audioconvert
22098
22099 2004-08-02  Iain <iain@prettypeople.org>
22100
22101         * gst/interleave/interleave.c (interleave_init),
22102         (interleave_request_new_pad),
22103         (interleave_pad_removed),
22104         (interleave_buffered_loop): Use the real pad count, not the artificial
22105         one.
22106
22107 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22108
22109         * configure.ac: bump nano back to development
22110
22111 === release 0.8.3 ===
22112
22113 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * configure.ac: releasing 0.8.3, "Water"
22116
22117 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * sys/xvimage/xvimagesink.c:
22120         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22121         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22122         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22123         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22124         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22125         * sys/xvimage/xvimagesink.h:
22126           apply similar PAR fixes as to ximagesink
22127
22128 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22129
22130         patch from: Benjamin Otte
22131
22132         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22133           add link function to lame.  Fixes #148986.
22134
22135 2004-08-02  Johan Dahlin  <johan@gnome.org>
22136
22137         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22138         fix debugging log
22139
22140 2004-07-30  David Schleef  <ds@schleef.org>
22141
22142         * gst/videomixer/Makefile.am: Fix things that should have been
22143         fixed in the last checkin.
22144
22145 2004-07-30  David Schleef  <ds@schleef.org>
22146
22147         * gst/multipart/Makefile.am: Fix things that should have been
22148         fixed in the last checkin.
22149
22150 2004-07-30  David Schleef  <ds@schleef.org>
22151
22152         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22153
22154 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22155
22156         * configure.ac:
22157           bump nano for prerelease
22158         * po/af.po:
22159         * po/az.po:
22160         * po/cs.po:
22161         * po/en_GB.po:
22162         * po/hu.po:
22163         * po/nl.po:
22164         * po/sr.po:
22165         * po/sv.po:
22166         * po/uk.po:
22167           updates
22168
22169 2004-07-30  Wim Taymans  <wim@fluendo.com>
22170
22171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22172         (gst_multifdsink_add), (gst_multifdsink_remove),
22173         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22174         (gst_multifdsink_client_remove),
22175         (gst_multifdsink_handle_client_write),
22176         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22177         * gst/tcp/gstmultifdsink.h:
22178         Recover from a select with a bad file descriptor by removing
22179         the client.
22180
22181 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * configure.ac:
22184           fix requirement of core
22185         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22186         (gst_play_pipeline_setup):
22187           don't use colorspace element.  do use hermescolorspace element.
22188           make macro to get a colorspace element.
22189           mark strings for translation.
22190         * po/POTFILES.in:
22191           add play.c
22192         * po/af.po:
22193         * po/az.po:
22194         * po/cs.po:
22195         * po/en_GB.po:
22196         * po/hu.po:
22197         * po/nl.po:
22198         * po/sr.po:
22199         * po/sv.po:
22200         * po/uk.po:
22201           update translations
22202
22203 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22204
22205         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22206         fix default for newmedia flag
22207
22208 2004-07-30  Wim Taymans  <wim@fluendo.com>
22209
22210         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22211         (gst_theora_dec_init), (theora_get_formats),
22212         (theora_dec_src_convert), (theora_dec_sink_convert),
22213         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22214         (theora_dec_chain), (theora_dec_set_property),
22215         (theora_dec_get_property):
22216         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22217         (gst_theora_enc_class_init), (gst_theora_enc_init),
22218         (theora_enc_sink_link), (theora_enc_chain),
22219         (theora_enc_set_property), (theora_enc_get_property):
22220         Added cropping option to theora decoder.
22221         Added border option to theora encoder.
22222
22223 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22224
22225         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22226         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22227         (gst_pngenc_set_property):
22228         * ext/libpng/gstpngenc.h:
22229         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
22230
22231 2004-07-30  Wim Taymans  <wim@fluendo.com>
22232
22233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22234         (theora_enc_sink_link), (theora_enc_chain),
22235         (theora_enc_set_property), (theora_enc_get_property):
22236         Fix encoding of non-multiple-of-16 video.
22237
22238 2004-07-29  David Schleef  <ds@schleef.org>
22239
22240         * configure.ac: make test for audiofile more strict
22241
22242 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22243
22244         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22245           give different names to typefind functions
22246
22247 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22248
22249         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22250         (gst_ximagesink_calculate_pixel_aspect_ratio),
22251         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22252         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22253         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22254         (gst_ximagesink_get_property), (gst_ximagesink_init):
22255         * sys/ximage/ximagesink.h:
22256           allocate PAR's dynamically.
22257           use autodetected PAR if no object-set PAR is given.
22258           add workaround for directfb's X not setting physical size.
22259           fix to xvimagesink will follow tomorrow.
22260
22261 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22262
22263         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22264         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22265         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22266         (gst_shout2send_class_init), (gst_shout2send_init),
22267         (set_shout_metadata), (gst_shout2send_set_metadata),
22268         (gst_shout2send_chain), (gst_shout2send_set_property),
22269         (gst_shout2send_get_property), (gst_shout2send_connect),
22270         (gst_shout2send_change_state):
22271         * ext/shout2/gstshout2.h:
22272         - fix for sending mp3 audio to icecast2 server, if pad link function not
22273         called before PAUSED state
22274         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22275         - added tagging support for mp3 audio broadcasted
22276         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22277         debug info
22278
22279 2004-07-28  Wim Taymans  <wim@fluendo.com>
22280
22281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22282         (gst_ogg_demux_push):
22283         Return query failure when we don't know the length of
22284         an ogg stream insteda of returning TRUE with a bogus value.
22285
22286 2004-07-28  Wim Taymans  <wim@fluendo.com>
22287
22288         * ext/theora/theoradec.c: (theora_get_formats),
22289         (theora_dec_src_convert), (theora_dec_sink_convert),
22290         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22291         (theora_dec_chain):
22292         Don't screw up the 1 Chroma for 1 luma sample situation when we
22293         have an odd offset/width by adding a black border in those cases.
22294
22295 2004-07-28  Wim Taymans  <wim@fluendo.com>
22296
22297         * ext/theora/theoradec.c: (theora_get_formats),
22298         (theora_dec_src_convert), (theora_dec_sink_convert),
22299         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22300         (theora_dec_chain):
22301         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22302         Added first attempt at cropping of the image as required by the
22303         theora spec. We need more properties in the caps (offset_x,
22304         offset_y,stride) to implement this correctly.
22305
22306 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22307
22308         * ext/dvdnav/README:
22309           Update the README to use dvddemux
22310         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22311           Ensure getcaps returns a subset of the template caps
22312         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22313         (gst_mpeg2subt_init):
22314           Ensure getcaps returns a subset of the template caps
22315         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22316         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22317         (gst_dvd_demux_get_subpicture_stream),
22318         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22319         * gst/mpegstream/gstdvddemux.h:
22320           Set the explicit caps on the current_video pad before pushing
22321           anything
22322         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22323         (gst_mpeg_demux_get_audio_stream):
22324           Free caps used to gst_pad_set_explicit_caps, which takes a const
22325           GstCaps *
22326
22327 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22328
22329         * configure.ac: update GStreamer requirement to 0.8.4 because of
22330           GstFraction.
22331
22332 2004-07-28  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22335         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22336         Add the pad to the element after setting up the caps. This
22337         makes it a lot easier to autoplug.
22338
22339 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22340
22341         * gst/median/gstmedian.c:
22342         * gst/mpeg2subt/gstmpeg2subt.c:
22343         * gst/mpegaudioparse/gstmpegaudioparse.c:
22344         * gst/mpegstream/gstdvddemux.c:
22345         * gst/mpegstream/gstmpegdemux.c:
22346         * gst/mpegstream/gstmpegpacketize.c:
22347         * gst/rtjpeg/gstrtjpeg.c:
22348         * gst/rtjpeg/gstrtjpegdec.c:
22349         * gst/rtjpeg/gstrtjpegenc.c:
22350         * gst/sine/gstsinesrc.c:
22351         * gst/smooth/gstsmooth.c:
22352         * gst/smpte/gstsmpte.c:
22353         * gst/smpte/gstsmpte.h:
22354         * gst/stereo/gststereo.c:
22355         * gst/videofilter/gstgamma.c:
22356         * gst/videofilter/gstvideobalance.c:
22357         * gst/videofilter/gstvideofilter.c:
22358         * gst/videofilter/gstvideoflip.c:
22359         * gst/videoscale/gstvideoscale.c:
22360         * gst/videoscale/videoscale.c:
22361         * gst/videotestsrc/gstvideotestsrc.c:
22362         * gst/videotestsrc/videotestsrc.c:
22363         * gst/wavenc/gstwavenc.c:
22364         * gst/wavparse/gstwavparse.c:
22365           fix local includes and 64 bits constants
22366
22367 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22368
22369         * win32/gst.sln:
22370         * gst-libs/gst/*/*.vcproj:
22371         * gst/*/*.vcproj:
22372           more working plugins
22373
22374 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22375
22376         * testsuite/alsa/Makefile.am:
22377         * testsuite/alsa/srcstate.c:
22378         add test for alsasrc changing state
22379
22380 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22381
22382         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22383         (gst_silence_get):
22384         * gst/silence/gstsilence.h:
22385         fix silence generation for 16bit raw audio
22386
22387 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22388
22389         * gst/matroska/matroska-demux.c:
22390         (gst_matroska_demux_parse_metadata),
22391         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22392         * gst/mpegaudio/common.c:
22393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22394         (gst_videoscale_getcaps), (gst_videoscale_link),
22395         (gst_videoscale_src_fixate), (gst_videoscale_init),
22396         (gst_videoscale_finalize):
22397         * gst/videoscale/gstvideoscale.h:
22398         * gst/videotestsrc/gstvideotestsrc.c:
22399         (gst_videotestsrc_get_capslist):
22400         * gst/wavenc/gstwavenc.c:
22401         * sys/oss/gstossmixer.c: (fill_labels):
22402         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22403         (gst_ximagesink_handle_xevents),
22404         (gst_ximagesink_calculate_pixel_aspect_ratio),
22405         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22406         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22407         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22408         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22409         (gst_ximagesink_init), (gst_ximagesink_class_init):
22410         * sys/ximage/ximagesink.h:
22411         * sys/xvimage/xvimagesink.c:
22412         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22413         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22414         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22415         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22416         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22417         * sys/xvimage/xvimagesink.h:
22418           first batch of pixel aspect ratio commits.
22419
22420 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22423         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22424         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22425           handle stride, needs work if we want to move stride handling
22426           upstream, but works correctly for our purposes.
22427
22428 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22429
22430         * gst/videoscale/README:
22431           add testing examples
22432         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22433         (gst_videoscale_chain):
22434         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22435         (gst_videoscale_get_size):
22436           add get_size function that handles stride like videotestsrc.
22437           fixes conversion for YUV formats for as much as I can test them.
22438
22439 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22442         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22444         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22445         (gst_xvimagesink_xvimage_put):
22446           further cleanups, logging, error handling and synchronizing
22447
22448 2004-07-27  Wim Taymans  <wim@fluendo.com>
22449
22450         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22451         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22452         (gst_videomixer_pad_set_property),
22453         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22454         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22455         (gst_videomixer_class_init), (gst_videomixer_init),
22456         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22457         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22458         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22459         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22460         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22461         (gst_videomixer_loop), (plugin_init):
22462         Be a nicer negotiation citizen and provide a getcaps function on
22463         the srcpad. This also fixes a crash when resizing.
22464
22465 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22466
22467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22468         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22469
22470 2004-07-27  Wim Taymans  <wim@fluendo.com>
22471
22472         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22473         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22474         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22475         (gst_pngenc_set_property):
22476         * ext/libpng/gstpngenc.h:
22477         Added snapshot property to pngenc.
22478         removed g_print from pngdec
22479
22480 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22481
22482         * gst/ac3parse/ac3parse.vcproj
22483         * gst/adder/adder.vcproj
22484         * gst/alpha/alpha.vcproj
22485         * gst/alpha/alphacolor.vcproj
22486         * gst/asfdemux/asf.vcproj
22487         * gst/audioconvert/audioconvert.vcproj
22488         * gst/audiorate/audiorate.vcproj
22489         * gst/audioscale/audioscale.vcproj
22490         * gst/auparse/auparse.vcproj
22491         * gst/avi/avi.vcproj
22492         * gst/cdxaparse/cdxaparse.vcproj
22493         * gst/chart/chart.vcproj
22494         * gst/colorspace/colorspace.vcproj
22495         * gst/cutter/cutter.vcproj
22496         * gst/debug/debug.vcproj
22497         * gst/debug/efence.vcproj
22498         * gst/debug/navigationtest.vcproj
22499         * gst/deinterlace/deinterlace.vcproj
22500         * gst/effectv/effectv.vcproj
22501         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22502         * gst/filter/filter.vcproj
22503         * gst/flx/flxdec.vcproj
22504         * gst/goom/goom.vcproj
22505         * gst/interleave/interleave.vcproj
22506         * gst/law/alaw.vcproj
22507         * gst/law/mulaw.vcproj
22508         * gst/matroska/matroska.vcproj
22509         * gst/median/median.vcproj
22510         * gst/mixmatrix/mixmatrix.vcproj
22511         * gst/mpeg1sys/mpeg1systemencode.vcproj
22512         * gst/mpeg1videoparse/mp1videoparse.vcproj
22513         * gst/mpeg2sub/mpeg2subt.vcproj
22514         * gst/mpegaudio/mpegaudio.vcproj
22515         * gst/mpegaudioparse/mpegaudioparse.vcproj
22516         * gst/mpegstream/mpegstream.vcproj
22517         * gst/multifilesink/multifilesink.vcproj
22518         * gst/multipart/multipart.vcproj
22519         * gst/oneton/oneton.vcproj
22520         * gst/overlay/overlay.vcproj
22521         * gst/passthrough/passthrough.vcproj
22522         * gst/qtdemux/qtdemux.vcproj
22523         * gst/realmedia/rmdemux.vcproj
22524         * gst/rtjpeg/rtjpeg.vcproj
22525         * gst/rtp/rtp.vcproj
22526         * gst/silence/silence.vcproj
22527         * gst/sine/sinesrc.vcproj
22528         * gst/smooth/smooth.vcproj
22529         * gst/smpte/smpte.vcproj
22530         * gst/spectrum/spectrum.vcproj
22531         * gst/speed/speed.vcproj
22532         * gst/stereo/stereo.vcproj
22533         * gst/switch/switch.vcproj
22534         * gst/tags/tagedit.vcproj
22535         * gst/tcp/tcp.vcproj
22536         * gst/typefind/typefindfunctions.vcproj
22537         * gst/udp/udp.vcproj
22538         * gst/videobox/videobox.vcproj
22539         * gst/videocrop/videocrop.vcproj
22540         * gst/videodrop/videodrop.vcproj
22541         * gst/videofilter/gamma.vcproj
22542         * gst/videofilter/videobalance.vcproj
22543         * gst/videofilter/videofilter.vcproj
22544         * gst/videofilter/videoflip.vcproj
22545         * gst/videoflip/videoflip.vcproj
22546         * gst/videomixer/videomixer.vcproj
22547         * gst/videorate/videorate.vcproj
22548         * gst/videoscale/videoscale.vcproj
22549         * gst/videotestsrc/videotestsrc.vcproj
22550         * gst/virtualdub/virtualdub.vcproj
22551         * gst/volenv/volenv.vcproj
22552         * gst/volume/volume.vcproj
22553         * gst/wavenc/wavenc.vcproj
22554         * gst/wavparse/wavparse.vcproj
22555         * gst/y4m/y4menc.vcproj
22556         * gst-libs/gst/audio/audio.vcproj
22557         * gst-libs/gst/audio/audiofilter.vcproj
22558         * gst-libs/gst/colorbalance/colorbalance.vcproj
22559         * gst-libs/gst/idct/idtc.vcproj
22560         * gst-libs/gst/media-info/media-info.vcproj
22561         * gst-libs/gst/mixer/mixer.vcproj
22562         * gst-libs/gst/navigation/navigation.vcproj
22563         * gst-libs/gst/play/play.vcproj
22564         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22565         * gst-libs/gst/resample/resample.vcproj
22566         * gst-libs/gst/riff/riff.vcproj
22567         * gst-libs/gst/tuner/tuner.vcproj
22568         * gst-libs/gst/video/video.vcproj
22569         * gst-libs/gst/xoverlay/xoverlay.vcproj
22570           avoid problems with math.h, fix release dependancy
22571           rename GStreamer-0.8.lib to libgstreamer.lib
22572
22573 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22574
22575         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22577         the atom is not available we have to unlock the mutex. Fixes #148023
22578
22579 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22580
22581         * gst-libs/gst/media-info/media-info.h:
22582           issue for a vararg macro with MSVC
22583
22584 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22585
22586         * gst/effectv/effectv.vcproj
22587         * gst-libs/gst/idct/idct.vcproj:
22588         * gst-libs/gst/media-info/media-info.vcproj:
22589         * gst-libs/gst/navigation/navigation.vcproj:
22590         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22591         * gst-libs/gst/video/video.vcproj:
22592         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22593           fixes for build problems
22594
22595 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22596
22597         * gst-libs/gst/audio/audio.def:
22598         * gst-libs/gst/audio/riff.def:
22599           add some definitions needed by plugins
22600
22601 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22602
22603         * gst/asfdemux/gstasfmux.c
22604           Fix some 64 bits constants to be glib friendly
22605
22606 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22607
22608         * gst/ac3parse/gstac3parse.c
22609         * gst/audioscale/gstaudioscale.c
22610         * gst/auparse/gstauparse.c
22611         * gst/colorspace/gstcolorspace.c
22612         * gst/colorspace/yuv2rgb.h
22613           local include fixes
22614
22615 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22616
22617         * win32/gst.sln
22618           add more plugins to the build
22619
22620 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22621
22622         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22623         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22624
22625 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22628         (gst_level_set_property), (gst_level_get_property),
22629         (gst_level_base_init), (gst_level_class_init):
22630           add debugging categories.  cleanups.
22631
22632 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22633
22634         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22635         (gst_videoscale_planar411), (gst_videoscale_planar400),
22636         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22637         (gst_videoscale_scale_nearest_str1),
22638         (gst_videoscale_scale_nearest_str2),
22639         (gst_videoscale_scale_nearest_str4),
22640         (gst_videoscale_scale_nearest_16bit),
22641         (gst_videoscale_scale_nearest_24bit):
22642           fixed stride issues
22643           tested with 320x240 -> 321, 322, 324 x240
22644           tested with YV12, I420, YUY2, UYVY
22645           fixed packed422rev (don't think it could have worked before)
22646           by testing with UYVY
22647
22648 2004-07-26  Benjamin Otte  <otte@gnome.org>
22649
22650         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22651         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22652         (plugin_init):
22653           add debugging category, add error checks like checking return values
22654           of setup calls, make sure it still works after
22655           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22656
22657 2004-07-26  Wim Taymans  <wim@fluendo.com>
22658
22659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22660         (gst_mpeg_demux_get_audio_stream),
22661         (gst_mpeg_demux_process_private):
22662         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22663         Check for error codes from the negotiation functions. Make sure
22664         we really set the pad caps when a new pad is created.
22665
22666 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22667
22668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22669         (gst_ffmpeg_caps_to_pix_fmt):
22670         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22672         (gst_ffmpegcolorspace_pad_link):
22673           don't make function do two things at the same time without reason.
22674
22675 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22676
22677         * gst/ac3parse/ac3parse.vcproj
22678         * gst/adder/adder.vcproj
22679         * gst/alpha/alpha.vcproj
22680         * gst/alpha/alphacolor.vcproj
22681         * gst/asfdemux/asf.vcproj
22682         * gst/audioconvert/audioconvert.vcproj
22683         * gst/audiorate/audiorate.vcproj
22684         * gst/audioscale/audioscale.vcproj
22685         * gst/auparse/auparse.vcproj
22686         * gst/avi/avi.vcproj
22687         * gst/cdxaparse/cdxaparse.vcproj
22688         * gst/chart/chart.vcproj
22689         * gst/colorspace/colorspace.vcproj
22690         * gst/cutter/cutter.vcproj
22691         * gst/debug/debug.vcproj
22692         * gst/debug/efence.vcproj
22693         * gst/debug/navigationtest.vcproj
22694         * gst/deinterlace/deinterlace.vcproj
22695         * gst/effectv/effectv.vcproj
22696         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22697         * gst/filter/filter.vcproj
22698         * gst/flx/flxdec.vcproj
22699         * gst/goom/goom.vcproj
22700         * gst/interleave/interleave.vcproj
22701         * gst/law/alaw.vcproj
22702         * gst/law/mulaw.vcproj
22703         * gst/matroska/matroska.vcproj
22704         * gst/median/median.vcproj
22705         * gst/mixmatrix/mixmatrix.vcproj
22706         * gst/mpeg1sys/mpeg1systemencode.vcproj
22707         * gst/mpeg1videoparse/mp1videoparse.vcproj
22708         * gst/mpeg2sub/mpeg2subt.vcproj
22709         * gst/mpegaudio/mpegaudio.vcproj
22710         * gst/mpegaudioparse/mpegaudioparse.vcproj
22711         * gst/mpegstream/mpegstream.vcproj
22712         * gst/multifilesink/multifilesink.vcproj
22713         * gst/multipart/multipart.vcproj
22714         * gst/oneton/oneton.vcproj
22715         * gst/overlay/overlay.vcproj
22716         * gst/passthrough/passthrough.vcproj
22717         * gst/qtdemux/qtdemux.vcproj
22718         * gst/realmedia/rmdemux.vcproj
22719         * gst/rtjpeg/rtjpeg.vcproj
22720         * gst/rtp/rtp.vcproj
22721         * gst/silence/silence.vcproj
22722         * gst/sine/sinesrc.vcproj
22723         * gst/smooth/smooth.vcproj
22724         * gst/smpte/smpte.vcproj
22725         * gst/spectrum/spectrum.vcproj
22726         * gst/speed/speed.vcproj
22727         * gst/stereo/stereo.vcproj
22728         * gst/switch/switch.vcproj
22729         * gst/tags/tagedit.vcproj
22730         * gst/tcp/tcp.vcproj
22731         * gst/typefind/typefindfunctions.vcproj
22732         * gst/udp/udp.vcproj
22733         * gst/videobox/videobox.vcproj
22734         * gst/videocrop/videocrop.vcproj
22735         * gst/videodrop/videodrop.vcproj
22736         * gst/videofilter/gamma.vcproj
22737         * gst/videofilter/videobalance.vcproj
22738         * gst/videofilter/videofilter.vcproj
22739         * gst/videofilter/videoflip.vcproj
22740         * gst/videoflip/videoflip.vcproj
22741         * gst/videomixer/videomixer.vcproj
22742         * gst/videorate/videorate.vcproj
22743         * gst/videoscale/videoscale.vcproj
22744         * gst/videotestsrc/videotestsrc.vcproj
22745         * gst/virtualdub/virtualdub.vcproj
22746         * gst/volenv/volenv.vcproj
22747         * gst/volume/volume.vcproj
22748         * gst/wavenc/wavenc.vcproj
22749         * gst/wavparse/wavparse.vcproj
22750         * gst/y4m/y4menc.vcproj
22751           more plugins supported under windows
22752
22753 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22754
22755         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22756         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22757         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22759         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22760           Add debugging statements.  Use the sizes as returned by the
22761           *CreateImage calls.
22762
22763 2004-07-26  Johan Dahlin  <johan@gnome.org>
22764
22765         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22766         the pad is negotiated.
22767
22768         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22769
22770 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22771
22772         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22773         * gst-libs/gst/idct/idct.vcproj:
22774         * gst-libs/gst/media-info/media-info.vcproj:
22775         * gst-libs/gst/mixer/mixer.vcproj:
22776         * gst-libs/gst/navigation/navigation.vcproj:
22777         * gst-libs/gst/play/play.vcproj:
22778         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22779         * gst-libs/gst/resample/resample.vcproj:
22780         * gst-libs/gst/tuner/tuner.vcproj:
22781         * gst-libs/gst/video/video.vcproj:
22782         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22783           more plugins supported under windows
22784
22785 2004-07-25 Iain <iain@prettypeople.org>
22786
22787         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22788         pad now rather than when the pad is created because state changes wipe
22789         explicit caps (fixes #148043).
22790
22791 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22792
22793         reviewed by Benjamin Otte  <otte@gnome.org>
22794
22795         * ext/mad/gstmad.c:
22796           fix mad plugin crashing on Sun (fixes #148289)
22797
22798 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22799
22800         * gst/avi/avi.def:
22801         * gst/avi/avi.vcproj:
22802         * gst/matroska/matroska.def:
22803         * gst/matroska/matroska.vcproj:
22804           remove unused .def files
22805
22806 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22807
22808         * gst-libs/gst/audio/gstaudiofilter.c:
22809           Clean the local include
22810
22811 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22812
22813         * win32/gst.sln:
22814         * gst-libs/gst/audio/audio.def:
22815         * gst-libs/gst/audio/audio.vcproj:
22816         * gst-libs/gst/audio/audiofilter.vcproj:
22817         * gst-libs/gst/audio/riff.def:
22818         * gst-libs/gst/audio/riff.vcproj:
22819         * gst-libs/gst/gst-libs.def:
22820         * gst-libs/gst/gst-libs.vcproj:
22821         * gst/avi/avi.vcproj:
22822         * gst/avi/avi.vcproj:
22823           Copy the files where needed after building, cleaner projects
22824
22825 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22826
22827         * gst/matroska/ebml-write.c:
22828           Fix some 64 bits constants to be glib friendly
22829
22830 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22831
22832         * win32/gst.sln:
22833         * gst-libs/gst/gst-libs.def:
22834         * gst-libs/gst/gst-libs.vcproj:
22835         * gst/matroska/matroska.def:
22836         * gst/matroska/matroska.vcproj:
22837           Add the preliminary canvas to build plugins on Win32
22838
22839 2004-07-23  Benjamin Otte  <otte@gnome.org>
22840
22841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22842           don't enfore negotiation from source side, it breaks
22843           sinesrc ! audioconvert ! osssink
22844
22845 2004-07-22  David Schleef  <ds@schleef.org>
22846
22847         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22848         for ELF files, since they can easily be recognized as audio/mpeg.
22849         (bug #147441)
22850
22851 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22852
22853         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22854         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22855         (gst_videoscale_scale_nearest_24bit),
22856         (gst_videoscale_scale_nearest_16bit):
22857           fix 16bit and 24bit for stride (24bit might need testing)
22858           don't pretend we do more than one algorithm
22859
22860 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22861
22862         * configure.ac:
22863         * gst/Makefile.am:
22864         * gst/multifilesink/Makefile.am:
22865         * gst/multifilesink/gstmultifilesink.c:
22866         (gst_multifilesink_get_formats),
22867         (gst_multifilesink_get_query_types), (_do_init),
22868         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22869         (gst_multifilesink_init), (gst_multifilesink_dispose),
22870         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22871         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22872         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22873         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22874         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22875         (gst_multifilesink_uri_get_type),
22876         (gst_multifilesink_uri_get_protocols),
22877         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22878         (gst_multifilesink_uri_handler_init), (plugin_init):
22879         * gst/multifilesink/gstmultifilesink.h:
22880         * testsuite/Makefile.am:
22881         * testsuite/multifilesink/Makefile.am:
22882         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22883         (gst_newmedia_class_init), (gst_newmedia_init),
22884         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22885         (newfile_signal), (test_signal), (main):
22886         multifilesink plugin for creating new files every time a new media
22887         discontinuity event occurs
22888
22889 2004-07-22  Wim Taymans  <wim@fluendo.com>
22890
22891         * gst/alpha/Makefile.am:
22892         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22893         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22894         (gst_alpha_color_init), (gst_alpha_color_set_property),
22895         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22896         (transform), (gst_alpha_color_chain),
22897         (gst_alpha_color_change_state), (plugin_init):
22898         Stupid plugin to to RGBA to AYUV conversion because none of
22899         the colorspace plugins can handle that yet.
22900
22901 2004-07-22  Wim Taymans  <wim@fluendo.com>
22902
22903         * examples/seeking/seek.c: (update_scale), (main):
22904         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22905         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22906         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22907         (gst_decode_bin_init), (gst_decode_bin_dispose),
22908         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22909         (no_more_pads), (close_link), (type_found),
22910         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22911         (plugin_init):
22912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22913         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22914         (gst_play_base_bin_dispose), (queue_overrun),
22915         (gen_preroll_element), (remove_prerolls), (unknown_type),
22916         (no_more_pads), (new_stream), (setup_source),
22917         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22918         (play_base_eos), (gst_play_base_bin_change_state),
22919         (gst_play_base_bin_add_element),
22920         (gst_play_base_bin_remove_element),
22921         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22922         (gst_play_base_bin_unlink_stream),
22923         (gst_play_base_bin_get_streaminfo):
22924         * gst/playback/gstplaybin.c: (gen_video_element),
22925         (gen_audio_element):
22926         * gst/playback/gststreaminfo.h:
22927         More playback updates, attempt to fix things after the state change
22928         breakage.
22929
22930 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22931
22932         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22933         (gst_videoscale_scale_nearest_16bit):
22934           comment algorithm
22935
22936 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22937
22938         * gst/videotestsrc/gstvideotestsrc.c:
22939         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22940         (gst_videotestsrc_init), (gst_videotestsrc_get),
22941         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22942         (gst_videotestsrc_get_property):
22943         * gst/videotestsrc/gstvideotestsrc.h:
22944         * gst/videotestsrc/videotestsrc.c:
22945         * gst/videotestsrc/videotestsrc.h:
22946           cleanup and commenting
22947
22948 2004-07-21  Wim Taymans  <wim@fluendo.com>
22949
22950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22951         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22952         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22953         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22954         (_find_chain_get_unknown_part), (_find_streams_check),
22955         (gst_ogg_demux_push), (gst_ogg_pad_push):
22956         * ext/theora/theoradec.c: (theora_get_formats),
22957         (theora_dec_src_convert), (theora_dec_sink_convert),
22958         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22959         (theora_dec_chain):
22960         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22961         (vorbis_dec_convert), (vorbis_dec_src_query),
22962         (vorbis_dec_src_event), (vorbis_dec_event):
22963         More seeking fixes, oggdemux now supports seeking to time and
22964         uses the downstream element to convert granulepos to time.
22965         Seeking in theora-only ogg files now works.
22966
22967 2004-07-21  Wim Taymans  <wim@fluendo.com>
22968
22969         * ext/theora/theoradec.c: (gst_theora_dec_init),
22970         (theora_get_formats), (theora_get_event_masks),
22971         (theora_get_query_types), (theora_dec_src_convert),
22972         (theora_dec_sink_convert), (theora_dec_src_query),
22973         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22974         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22975         (vorbis_get_event_masks), (vorbis_get_query_types),
22976         (gst_vorbis_dec_init), (vorbis_dec_convert),
22977         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22978         Added query/convert/formats functions to vorbis and theora decoders
22979         so that the outside world can use them too. Fixed seeking on an
22980         ogg/theora/vorbis file by disabling the seeking seeking on the
22981         theora srcpad.
22982
22983 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22984
22985         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22986         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22987         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22988         images creation for both elements. We don't create the image on caps
22989         nego or renego, we just destroy the internal one if present if it does
22990         not match the needs. The chain function takes care of creating a new
22991         image when needed.
22992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22993         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22994         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22995         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22996         the image format information. The buffer pool checks for the context
22997         image format and discard images with different formats.
22998         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22999
23000 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23001
23002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23003         (gst_ffmpegcolorspace_chain):
23004           no point in doing any chaining if the pad we want to push from
23005           isn't usable.
23006
23007 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23008
23009         * gst-libs/gst/riff/riff-media.c:
23010         (gst_riff_create_audio_caps_with_data):
23011           Fix double end-to-native symbol conversion (#148021).
23012
23013 2004-07-20  David Schleef  <ds@schleef.org>
23014
23015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23016         Don't use an Atom that doesn't exist.
23017
23018 2004-07-20  Wim Taymans  <wim@fluendo.com>
23019
23020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23021         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23022         (gst_multifdsink_client_remove),
23023         (gst_multifdsink_handle_client_write),
23024         (gst_multifdsink_queue_buffer):
23025         * gst/tcp/gstmultifdsink.h:
23026         More multifdsink stats. Avoid deadlock by releasing locks
23027         before sending out a signal.
23028
23029 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23030
23031         * po/LINGUAS:
23032         * po/hu.po:
23033           added Hungarian translation (Laszlo Dvornik)
23034
23035 2004-07-20  Wim Taymans  <wim@fluendo.com>
23036
23037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23038         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23039         (gst_multifdsink_handle_client_write),
23040         (gst_multifdsink_queue_buffer):
23041         * gst/tcp/gsttcp-marshal.list:
23042         Fixed the stupid marshal definition.
23043
23044 2004-07-20  Wim Taymans  <wim@fluendo.com>
23045
23046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23047         (gst_multifdsink_init), (gst_multifdsink_add),
23048         (gst_multifdsink_client_remove),
23049         (gst_multifdsink_handle_client_write),
23050         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23051         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23052         (gst_multifdsink_init_send):
23053         * gst/tcp/gstmultifdsink.h:
23054         Added more stats, added timeout for a client, fixed some typos
23055         and added some comments.
23056
23057 2004-07-20  Wim Taymans  <wim@fluendo.com>
23058
23059         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23060         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23061         (gst_multifdsink_client_remove),
23062         (gst_multifdsink_handle_client_write):
23063         * gst/tcp/gstmultifdsink.h:
23064         * gst/tcp/gsttcp-marshal.list:
23065         Added get_stats method that returns a GValueArray of
23066         stats values.
23067
23068 2004-07-19  Benjamin Otte  <otte@gnome.org>
23069
23070         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23071           make sure longname, description and author are valid UTF-8
23072
23073 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23074
23075         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23076         (gst_ximagesink_set_property):
23077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23078         (gst_xvimagesink_set_property):
23079           make sure SYNCHRONOUS is respected after getting the X context
23080
23081 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23082
23083         * gst/matroska/matroska-demux.c:
23084         (gst_matroska_demux_handle_src_event),
23085         (gst_matroska_demux_parse_blockgroup):
23086         * gst/matroska/matroska-ids.h:
23087           add BlockReference tag and ignore it to clear out log.
23088           ignore NAVIGATION events to clear out log.
23089
23090 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23091
23092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23093         (gst_matroska_demux_add_stream):
23094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23095           add debug categories
23096
23097 2004-07-16  Wim Taymans  <wim@fluendo.com>
23098
23099         * ext/libpng/Makefile.am:
23100         * ext/libpng/gstpng.c: (plugin_init):
23101         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23102         (gst_pngdec_get_type), (gst_pngdec_base_init),
23103         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23104         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23105         * ext/libpng/gstpngdec.h:
23106         Added png decoder.
23107
23108 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23109
23110         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23111         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23112         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23113         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23114         (gst_ximagesink_buffer_alloc):
23115         * sys/ximage/ximagesink.h:
23116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23117         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23118         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23119         (gst_xvimagesink_buffer_alloc):
23120         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23121         again. Using internal data pointer of the x(v)image to store image's
23122         data to be coherent with the buffer alloc mechanism. Investigated the
23123         image destruction code to be sure that everything gets freed correctly.
23124
23125 2004-07-16  Wim Taymans  <wim@fluendo.com>
23126
23127         * gst-libs/gst/riff/riff-read.c:
23128         (gst_riff_read_strf_vids_with_data),
23129         (gst_riff_read_strf_auds_with_data):
23130         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23131         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23132         Make sure we don't create 0 sized subbuffers in riff-read.
23133         Signal the no more pads signal after reading the avi header.
23134
23135 2004-07-16  Wim Taymans  <wim@fluendo.com>
23136
23137         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23138         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23139         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23140         (gst_decode_bin_init), (gst_decode_bin_dispose),
23141         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23142         (no_more_pads), (close_link), (type_found),
23143         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23144         (gst_decode_bin_change_state), (plugin_init):
23145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23146         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23147         (gst_play_base_bin_dispose), (queue_overrun),
23148         (gen_preroll_element), (remove_prerolls), (unknown_type),
23149         (no_more_pads), (new_stream), (setup_source),
23150         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23151         (play_base_eos), (gst_play_base_bin_change_state),
23152         (gst_play_base_bin_add_element),
23153         (gst_play_base_bin_remove_element),
23154         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23155         (gst_play_base_bin_unlink_stream),
23156         (gst_play_base_bin_get_streaminfo):
23157         * gst/playback/gstplaybasebin.h:
23158         Better error recovery. Added configurable preroll queue size. Faster
23159         detection of no-more-pads.
23160
23161 2004-07-16  Wim Taymans  <wim@fluendo.com>
23162
23163         * gst-libs/gst/video/video.h:
23164         Added 32 bits RGBA. Not sure if we should use another mime-type
23165         for alpha rgb. Currently the presence of the alpha_mask property
23166         signals an alpha channel.
23167
23168 2004-07-16  Wim Taymans  <wim@fluendo.com>
23169
23170         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23172         FPS seems to be 0.0 to MAX everywhere else.
23173
23174 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23175
23176         * gst-libs/gst/riff/riff-media.c:
23177         (gst_riff_create_video_caps_with_data):
23178           mp42/mp43 (no caps) exist too.
23179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23180           Set pixel_width/height; we've got them in-caps.
23181         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23182         * gst/wavparse/gstwavparse.c: (plugin_init):
23183           Both are valid primary.
23184         * sys/oss/gstossmixer.c:
23185           Remove i18n hack and enable translations.
23186
23187 2004-07-15  Benjamin Otte  <otte@gnome.org>
23188
23189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23190         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23191           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23192
23193 2004-07-15  Benjamin Otte  <otte@gnome.org>
23194
23195         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23196         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23197         (gst_alsa_close_audio):
23198           disable some of the debugging code for now. Writing debugging to a
23199           buffer is broken in current alsalib releases.
23200
23201 2004-07-12  Benjamin Otte  <otte@gnome.org>
23202
23203         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23204           use bufferpools
23205
23206 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23207
23208         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23209         (theora_dec_src_query), (theora_dec_event):
23210         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23211           add debugging categories.  Remove \n's.
23212
23213 2004-07-13  Johan Dahlin  <johan@gnome.org>
23214
23215         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23216         (gst_play_bin_get_property): Impl.
23217
23218 2004-07-13  Wim Taymans  <wim@fluendo.com>
23219
23220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23221         When trying to find the stream length, seek back N pages
23222         instead of just one, where N is the number of streams in
23223         the current chain.
23224
23225 2004-07-13  Wim Taymans  <wim@fluendo.com>
23226
23227         * gst-libs/gst/riff/riff-media.c:
23228         (gst_riff_create_audio_caps_with_data),
23229         (gst_riff_create_audio_caps),
23230         (gst_riff_create_audio_template_caps):
23231         * gst-libs/gst/riff/riff-media.h:
23232         * gst-libs/gst/riff/riff-read.c:
23233         (gst_riff_read_strf_vids_with_data),
23234         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23235         * gst-libs/gst/riff/riff-read.h:
23236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23237         (gst_avi_demux_add_stream):
23238         Set codec_data on caps for avidemuxer.
23239
23240 2004-07-12  David Schleef  <ds@schleef.org>
23241
23242         * configure.ac: Fix test for Objective C
23243
23244 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23246         (gst_gdk_pixbuf_chain):
23247           Add svg and pcx to template caps, and ensure that getcaps returns a
23248           subset of the template caps.
23249           Copy each row manually for output, as gdkpixbuf may pad the
23250           rowstride to a 32-bit word boundary.
23251
23252 2004-07-12  Wim Taymans  <wim@fluendo.com>
23253
23254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23255         (gst_riff_create_video_template_caps):
23256         Fix the template caps to include some more media types.
23257
23258 2004-07-12  Wim Taymans  <wim@fluendo.com>
23259
23260         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23261         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23262         (compare_ranks), (print_feature), (gst_decode_bin_init),
23263         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23264         (try_to_link_1), (new_pad), (close_link), (type_found),
23265         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23266         (gst_decode_bin_change_state), (plugin_init):
23267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23268         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23269         (gst_play_base_bin_dispose), (queue_overrun),
23270         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23271         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23272         (gst_play_base_bin_get_property), (play_base_eos),
23273         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23274         (gst_play_base_bin_remove_element),
23275         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23276         (gst_play_base_bin_unlink_stream),
23277         (gst_play_base_bin_get_streaminfo):
23278         * gst/playback/gstplaybasebin.h:
23279         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23280         (gst_play_bin_class_init), (gst_play_bin_init),
23281         (gst_play_bin_dispose), (gst_play_bin_set_property),
23282         (gst_play_bin_get_property), (gen_video_element),
23283         (gen_audio_element), (remove_sinks), (setup_sinks),
23284         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23285         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23286         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23287         (gst_play_bin_query), (plugin_init):
23288         * gst/playback/test4.c: (main):
23289         More fixes on reusing of the element.
23290
23291 2004-07-11  Benjamin Otte  <otte@gnome.org>
23292
23293         * ext/mad/gstmad.c: (normal_seek):
23294           allow seeking for other methods than just SET
23295
23296 2004-07-11  Andy Wingo  <wingo@pobox.com>
23297
23298         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23299         float, "any" caps -> buffer_frames=[0,MAX].
23300
23301         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23302         doesn't intersect our caps with the template any more. Do it
23303         ourselves.
23304         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23305
23306 2004-07-09  Wim Taymans  <wim@fluendo.com>
23307
23308         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23309         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23310         (compare_ranks), (print_feature), (gst_decode_bin_init),
23311         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23312         (try_to_link_1), (new_pad), (close_link), (type_found),
23313         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23314         (gst_decode_bin_change_state), (plugin_init):
23315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23316         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23317         (gst_play_base_bin_dispose), (queue_overrun),
23318         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23319         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23320         (gst_play_base_bin_get_property), (play_base_eos),
23321         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23322         (gst_play_base_bin_remove_element),
23323         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23324         (gst_play_base_bin_unlink_stream),
23325         (gst_play_base_bin_get_streaminfo):
23326         * gst/playback/gstplaybasebin.h:
23327         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23328         (gst_play_bin_class_init), (gst_play_bin_init),
23329         (gst_play_bin_dispose), (gst_play_bin_set_property),
23330         (gst_play_bin_get_property), (gen_video_element),
23331         (gen_audio_element), (remove_sinks), (setup_sinks),
23332         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23333         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23334         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23335         (gst_play_bin_query), (plugin_init):
23336         * gst/playback/test4.c: (main):
23337         Work on object reuse and seeking.
23338
23339 2004-07-09  Wim Taymans  <wim@fluendo.com>
23340
23341         * examples/seeking/seek.c: (iterate):
23342         Don't consume all CPU in the idle loop.
23343
23344 2004-07-09  Wim Taymans  <wim@fluendo.com>
23345
23346         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23347         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23348         Add pad to element *after* setting the pad functions so that
23349         the scheduler can use the correct ones.
23350
23351 2004-07-09  Wim Taymans  <wim@fluendo.com>
23352
23353         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23354         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23355         Sync to keyframe after seek
23356
23357 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23358
23359         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23361         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23363         * ext/libvisual/visual.c: (gst_visual_change_state):
23364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23365         * ext/theora/theoradec.c: (theora_dec_change_state):
23366         * ext/theora/theoraenc.c: (theora_enc_change_state):
23367         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23368         * gst-libs/gst/navigation/navigation.c:
23369         * gst/adder/gstadder.c: (gst_adder_change_state):
23370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23371         (gst_audio_convert_get_buffer):
23372         * gst/multipart/multipartdemux.c:
23373         (gst_multipart_demux_change_state):
23374         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23376         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23377         * gst/videoscale/gstvideoscale.c:
23378         (gst_videoscale_handle_src_event):
23379         * gst/volume/gstvolume.c: (volume_chain_int16):
23380           don't assert in state change, this should be done by the base
23381           GstElement class.
23382           various debugging fixes.
23383
23384 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23385
23386         * configure.ac:
23387         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23388         (gst_play_dispose), (gst_play_set_location),
23389         (gst_play_set_data_src), (gst_play_set_video_sink),
23390         (gst_play_set_audio_sink), (gst_play_set_visualization),
23391         (gst_play_connect_visualization), (gst_play_get_sink_element),
23392         (gst_play_get_all_by_interface):
23393         * gst-libs/gst/play/play.h:
23394           add new method to get elements implementing an interface.
23395           add various error logging
23396
23397 2004-07-08  Wim Taymans  <wim@fluendo.com>
23398
23399         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23400         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23401         (make_playerbin_pipeline), (query_durations_elems),
23402         (query_durations_pads), (query_positions_elems),
23403         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23404         (main):
23405         Added playbin seeking example.
23406
23407 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23408
23409         * gst-libs/gst/play/play.c: (gst_play_set_location),
23410         (gst_play_set_data_src), (gst_play_set_video_sink),
23411         (gst_play_set_audio_sink), (gst_play_set_visualization),
23412         (gst_play_connect_visualization), (gst_play_get_framerate):
23413           use a macro to look up elements from hash table
23414
23415 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23416
23417         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23418         (gst_play_get_length_callback), (gst_play_set_location),
23419         (gst_play_seek_to_time), (gst_play_set_data_src),
23420         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23421         (gst_play_set_visualization), (gst_play_connect_visualization),
23422         (gst_play_get_sink_element):
23423         - add debugging info
23424         - fix looking up sink elements by iterating over complete caps
23425         - put everything except for source and autoplugger in a complete bin
23426
23427 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23428
23429         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23431         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23432         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23433         * ext/alsa/gstalsasink.h:
23434         - add debugging info
23435         - clean up schizophrenia of data/buffer/event
23436         - fix double event unref error
23437
23438 2004-07-08  Wim Taymans  <wim@fluendo.com>
23439
23440         * gst/playback/Makefile.am:
23441         Add headers to noinst
23442
23443 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23444
23445         * tools/gst-launch-ext-m.m:
23446         * tools/gst-launch-ext.1.in:
23447           convert to the third millenium
23448
23449 2004-07-07  David Schleef  <ds@schleef.org>
23450
23451         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23452
23453 2004-07-07  Wim Taymans  <wim@fluendo.com>
23454
23455         * gst/playback/Makefile.am:
23456         * gst/playback/README:
23457         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23458         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23459         (compare_ranks), (print_feature), (gst_decode_bin_init),
23460         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23461         (try_to_link_1), (new_pad), (close_link), (type_found),
23462         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23463         (plugin_init):
23464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23465         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23466         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23467         (gen_preroll_element), (no_more_pads), (new_stream),
23468         (setup_source), (gst_play_base_bin_set_property),
23469         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23470         (gst_play_base_bin_add_element),
23471         (gst_play_base_bin_remove_element),
23472         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23473         (gst_play_base_bin_unlink_stream),
23474         (gst_play_base_bin_get_streaminfo):
23475         * gst/playback/gstplaybasebin.h:
23476         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23477         (gst_play_bin_class_init), (gst_play_bin_init),
23478         (gst_play_bin_dispose), (gst_play_bin_set_property),
23479         (gst_play_bin_get_property), (gen_video_element),
23480         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23481         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23482         (gst_play_bin_get_formats), (gst_play_bin_convert),
23483         (gst_play_bin_get_query_types), (gst_play_bin_query),
23484         (plugin_init):
23485         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23486         (gst_stream_info_get_type), (gst_stream_info_class_init),
23487         (gst_stream_info_init), (gst_stream_info_new),
23488         (gst_stream_info_dispose), (gst_stream_info_set_property),
23489         (gst_stream_info_get_property):
23490         * gst/playback/gststreaminfo.h:
23491         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23492         (main):
23493         * gst/playback/test2.c: (main):
23494         * gst/playback/test3.c: (update_scale), (main):
23495         More playbin fixes. Added README. Do better element filtering.
23496         Added base class to preroll media. Added test apps.
23497
23498 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23499
23500         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23501         * ext/mpeg2dec/gstmpeg2dec.h:
23502           various debugging improvements.  Reset stream to next picture
23503           instead of sequence header, otherwise seeks cannot work.
23504
23505 2004-07-07  Wim Taymans  <wim@fluendo.com>
23506
23507         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23508         (gst_video_box_class_init), (gst_video_box_set_property),
23509         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23510         Use pad_alloc where possible.
23511
23512 2004-07-07  Wim Taymans  <wim@fluendo.com>
23513
23514         * sys/oss/gstosselement.c: (gst_osselement_reset),
23515         (gst_osselement_parse_caps):
23516         * sys/oss/gstosselement.h:
23517         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23518         Fix offset on osssrc.
23519
23520 2004-07-07  Wim Taymans  <wim@fluendo.com>
23521
23522         * ext/theora/theora.c: (plugin_init):
23523         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23524         (theora_dec_src_query), (theora_dec_chain):
23525         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23526         (theora_enc_sink_link), (theora_buffer_from_packet),
23527         (theora_push_packet), (theora_enc_chain):
23528         Fix theora granulepos calculation.
23529         Fix overflow in duration/position calculation.
23530         Bump rank to PRIMARY for theoradec.
23531         Use granulepos of last packet to calculate position.
23532         Set keyframe flag on buffers when needed.
23533
23534 2004-07-06  David Schleef  <ds@schleef.org>
23535
23536         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23537         serious?  (Fixed, obviously.)
23538
23539 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23540
23541         * po/LINGUAS:
23542         * po/cs.po:
23543           added Czech translation (Miloslav Trmac)
23544
23545 2004-07-05  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23548         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23549         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23550         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23551         (close_link), (type_found), (gst_decode_bin_set_property),
23552         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23553         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23554         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23555         (gst_decode_bin_query), (plugin_init):
23556         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23557         (gst_play_bin_class_init), (gst_play_bin_init),
23558         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23559         (get_video_element), (new_pad), (setup_source),
23560         (gst_play_bin_set_property), (gst_play_bin_get_property),
23561         (gst_play_bin_change_state), (gst_play_bin_add_element),
23562         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23563         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23564         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23565         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23566         * gst/playback/test.c: (main):
23567         More fixes, cleaned up playbin, make it use decodebin. Added
23568         threaded property to playbin.
23569
23570 2004-07-05  Wim Taymans  <wim@fluendo.com>
23571
23572         * configure.ac:
23573         * gst/playback/Makefile.am:
23574         * gst/playback/decodetest.c: (main):
23575         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23576         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23577         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23578         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23579         (close_link), (type_found), (gst_decode_bin_set_property),
23580         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23581         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23582         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23583         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23584         (plugin_init):
23585         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23586         (gst_play_bin_class_init), (gst_play_bin_init),
23587         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23588         (collect_sink_pads), (find_compatibles), (close_pad_link),
23589         (try_to_link_1), (new_pad), (close_link), (type_found),
23590         (setup_source), (gst_play_bin_set_property),
23591         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23592         (compare_ranks), (gst_play_bin_collect_factories),
23593         (gst_play_bin_change_state), (gst_play_bin_add_element),
23594         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23595         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23596         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23597         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23598         * gst/playback/test.c: (main):
23599         Added some playback helper elements and some test apps, very alpha
23600         still.
23601
23602 2004-07-04  Benjamin Otte  <otte@gnome.org>
23603
23604         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23605           only restart audio when we indeed have an xrun to fix repeated
23606           xruns. Fix suggested by Giuliano Pochini.
23607
23608 2004-07-03  David Schleef  <ds@schleef.org>
23609
23610         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23611         call to gst_debug_log() if debugging is disabled (bug #145118)
23612
23613 2004-07-03  Benjamin Otte  <otte@gnome.org>
23614
23615         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23616           use our own functions for restarting the alsa device.
23617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23618           I should apply patches myself - use MIN for the third argument, not
23619           the second, this fixes seeking
23620
23621 2004-07-02  David Schleef  <ds@schleef.org>
23622
23623         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23624         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23625         do with the logic.
23626
23627 2004-07-02  David Schleef  <ds@schleef.org>
23628
23629         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23630         output buffers.  Fix logic mistake.  (bug #144866)
23631
23632 2004-07-02  David Schleef  <ds@schleef.org>
23633
23634         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23635         on X.  (bug #144753)
23636
23637 2004-07-02  David Schleef  <ds@schleef.org>
23638
23639         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23640         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23641         (bug #144624)
23642         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23643         (gst_osselement_rate_probe_check): Add another workaround for
23644         buggy drivers (bug #145336)
23645
23646 2004-07-02  David Schleef  <ds@schleef.org>
23647
23648         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23649         Most systems don't have MSG_NOSIGNAL.
23650
23651 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23652
23653         * Makefile.am:
23654         * gst-libs/gst/colorbalance/Makefile.am:
23655         * gst-libs/gst/mixer/Makefile.am:
23656         * gst-libs/gst/play/Makefile.am:
23657         * gst-libs/gst/tuner/Makefile.am:
23658           (hopefully) fix both install and dist and make error message useful.
23659           needs testing across automakes.
23660
23661 2004-07-02  Benjamin Otte  <otte@gnome.org>
23662
23663         * ext/ogg/gstogg.c: (plugin_init):
23664           we require bytestream now
23665         * ext/ogg/gstoggdemux.c:
23666           huge diff to implement chain setup in a fast and generic way. This
23667           improves tag reading and startup of huge files (read: Theora videos)
23668           quite a bit. It probably contains bugs, too, so please test.
23669           Seeking is not improved to the fast method.
23670
23671 2004-06-29  Wim Taymans  <wim@fluendo.com>
23672
23673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23674         * ext/ogg/gstoggmux.c:
23675         Fix memleak in oggdemux when running unconnected pads.
23676         doc update in mux, start working on keyframe mode.
23677
23678 2004-06-29  Benjamin Otte  <otte@gnome.org>
23679
23680         * sys/oss/gstosssink.c:
23681         * sys/oss/gstosssrc.c:
23682           advertise correct template caps - we indeed do non-native endianness
23683           and 8bit audio has no endianness
23684         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23686           avoid (wrong) duplications in getcaps function and return
23687           template caps
23688
23689 2004-06-29  Wim Taymans  <wim@fluendo.com>
23690
23691         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23692         (gst_multifdsink_class_init), (gst_multifdsink_add),
23693         (gst_multifdsink_remove), (gst_multifdsink_clear),
23694         (gst_multifdsink_client_remove),
23695         (gst_multifdsink_handle_client_read),
23696         (gst_multifdsink_client_queue_data),
23697         (gst_multifdsink_client_queue_caps),
23698         (gst_multifdsink_client_queue_buffer),
23699         (gst_multifdsink_handle_client_write),
23700         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23701         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23702         (gst_multifdsink_init_send), (gst_multifdsink_close):
23703         Fix wrong GList iteration that could crash the server when
23704         more then 2 clients disconnect at the same time. Read all the
23705         pending commands in one batch to recover from command storms under
23706         very heavy load.
23707
23708 2004-06-28  Wim Taymans  <wim@fluendo.com>
23709
23710         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23711         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23712         (gst_videomixer_pad_set_property),
23713         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23714         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23715         (gst_videomixer_class_init), (gst_videomixer_init),
23716         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23717         (pad_zorder_compare), (gst_videomixer_sort_pads),
23718         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23719         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23720         (gst_videomixer_update_queues), (gst_videomixer_loop),
23721         (plugin_init):
23722         Avoid divide by zero, choose masterpad as the pad with the highest
23723         framerate.
23724
23725 2004-06-27  Julien Moutte  <julien@moutte.net>
23726
23727         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23728         (gst_ximagesink_xwindow_new):
23729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23730         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23731         function directly. We might want to call it from somewhere else one day.
23732
23733 2004-06-27  Julien Moutte  <julien@moutte.net>
23734
23735         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23736         (gst_ximagesink_xwindow_new):
23737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23738         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23739         window decorations.
23740
23741 2004-06-27  Wim Taymans  <wim@fluendo.com>
23742
23743         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23744         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23745         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23746         (gst_dvdec_set_property), (gst_dvdec_get_property):
23747         * ext/dv/gstdvdec.h:
23748         Implement drop_factor property to lower the framerate with
23749         a factor.
23750
23751 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * gst-libs/gst/colorbalance/Makefile.am:
23754         * gst-libs/gst/mixer/Makefile.am:
23755         * gst-libs/gst/play/Makefile.am:
23756         * gst-libs/gst/tuner/Makefile.am:
23757           unbreak Company's fix that didn't install the -enum.h files
23758
23759 2004-06-27  Wim Taymans  <wim@fluendo.com>
23760
23761         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23762         (gst_dvdec_change_state):
23763         * ext/dv/gstdvdec.h:
23764         Fix timestamp, duration and offset of the buffers.
23765
23766 2004-06-27  Wim Taymans  <wim@fluendo.com>
23767
23768         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23769         (gst_multifdsink_class_init), (gst_multifdsink_add),
23770         (gst_multifdsink_remove), (gst_multifdsink_clear),
23771         (gst_multifdsink_client_remove),
23772         (gst_multifdsink_handle_client_read),
23773         (gst_multifdsink_client_queue_data),
23774         (gst_multifdsink_client_queue_caps),
23775         (gst_multifdsink_client_queue_buffer),
23776         (gst_multifdsink_handle_client_write),
23777         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23778         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23779         (gst_multifdsink_init_send), (gst_multifdsink_close):
23780         * gst/tcp/gstmultifdsink.h:
23781         * gst/tcp/gsttcpserversink.c:
23782         (gst_tcpserversink_handle_server_read),
23783         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23784         More multifdsink fixes, more recovery policy fixes.
23785         Removed stupid g_print
23786
23787 2004-06-26  Wim Taymans  <wim@fluendo.com>
23788
23789         * gst/tcp/Makefile.am:
23790         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23791         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23792         (gst_multifdsink_class_init), (gst_multifdsink_init),
23793         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23794         (gst_multifdsink_handle_client_read),
23795         (gst_multifdsink_client_queue_data),
23796         (gst_multifdsink_client_queue_caps),
23797         (gst_multifdsink_client_queue_buffer),
23798         (gst_multifdsink_handle_client_write),
23799         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23800         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23801         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23802         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23803         (gst_multifdsink_close), (gst_multifdsink_change_state):
23804         * gst/tcp/gstmultifdsink.h:
23805         * gst/tcp/gsttcpplugin.c: (plugin_init):
23806         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23807         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23808         (gst_tcpserversink_handle_server_read),
23809         (gst_tcpserversink_handle_select),
23810         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23811         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23812         * gst/tcp/gsttcpserversink.h:
23813         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23814         one of the locks, added recovery policy to multifdsink.
23815
23816 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23817
23818         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23819           fix decision for when getting frames with same timestamp
23820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23821         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23822         (gst_v4lsrc_get_property):
23823         * sys/v4l/gstv4lsrc.h:
23824           add latency offset property
23825
23826 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23827
23828         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23829         (plugin_init):
23830           fix debugging. add category.
23831
23832 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23833
23834         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23835           fix wrong offsets
23836
23837 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23838
23839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23840         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23841         (gst_alsa_src_change_state):
23842           return a time that is in sync with the element's processing
23843
23844 2004-06-25  Wim Taymans  <wim@fluendo.com>
23845
23846         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23847         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23848         (gst_tcpserversink_client_remove),
23849         (gst_tcpserversink_handle_client_read),
23850         (gst_tcpserversink_client_queue_data),
23851         (gst_tcpserversink_client_queue_caps),
23852         (gst_tcpserversink_client_queue_buffer),
23853         (gst_tcpserversink_handle_client_write),
23854         (gst_tcpserversink_queue_buffer),
23855         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23856         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23857         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23858         (gst_tcpserversink_close):
23859         * gst/tcp/gsttcpserversink.h:
23860         Serversink rewrite. Really do non blocking writes to clients and
23861         maintain an internal queue to handle slower clients while not
23862         disturbing fast clients.
23863
23864 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23865
23866         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23867           better debug, don't override OFFSET and OFFSET_END
23868
23869 2004-06-25  Iain <iain@prettypeople.org>
23870
23871         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23872         name=source for the wavparse pipeline.
23873
23874 2004-06-24  Johan Dahlin  <johan@gnome.org>
23875
23876         * ext/theora/theoraenc.c (theora_enc_chain): Call
23877         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23878         streamheader caps are set correctly.
23879
23880 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23881
23882         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23883         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23884           respect minimum bitrate; same could be done for max bitrate
23885
23886 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23887
23888         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23889         (gst_vorbisenc_setup):
23890           fix sample rate range
23891
23892 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23893
23894         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23895         (gst_oggvorbisenc_setup):
23896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23897         (gst_vorbisenc_setup):
23898           resolve ambiguities in code and description
23899
23900 2004-06-24  Wim Taymans  <wim@fluendo.com>
23901
23902         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23903         * ext/alsa/gstalsa.h:
23904         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23905         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23906         Use alsa trigger_tstamp to get the timestamp of the first
23907         sample in the buffer for more precise sync. Some cleanups.
23908
23909 2004-06-24  Wim Taymans  <wim@fluendo.com>
23910
23911         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23912         (gst_audiorate_init), (gst_audiorate_chain),
23913         (gst_audiorate_set_property), (gst_audiorate_get_property):
23914         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23915         (gst_videorate_chain):
23916         Added some logging, fixed an overflow bug in videorate.
23917
23918 2004-06-24  Benjamin Otte  <otte@gnome.org>
23919
23920         * ext/kio/Makefile.am:
23921           fix for builddir != srcdir and distcheck
23922
23923 2004-06-24  Benjamin Otte  <otte@gnome.org>
23924
23925         * gst-libs/gst/colorbalance/Makefile.am:
23926         * gst-libs/gst/mixer/Makefile.am:
23927         * gst-libs/gst/play/Makefile.am:
23928         * gst-libs/gst/tuner/Makefile.am:
23929         * gst/tcp/Makefile.am:
23930         * sys/dxr3/Makefile.am:
23931           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23932           tarball.
23933           Also add all *.list files that were missing.
23934         * Makefile.am:
23935           add a distcheck hook to ensure the above doesn't happen again.
23936
23937 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23938
23939         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23940
23941 2004-06-23  Colin Walters  <walters@redhat.com>
23942
23943         * m4/Makefile.am: Distribute gst-fionread.m4.
23944
23945 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23946
23947         * configure.ac: back to dev
23948
23949 2004-06-23  Wim Taymans  <wim@fluendo.com>
23950
23951         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23952         (gst_alsa_xrun_recovery):
23953         * ext/alsa/gstalsa.h:
23954         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23955         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23956         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23957         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23958         (gst_alsa_src_loop):
23959         Add clock to alsasrc. Take new capture timestamp when
23960         restarting after an overrun. Split up some functions between
23961         alsasrc and alsasink.
23962
23963 === release 0.8.2 ===
23964
23965 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23966
23967         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23968         (gst_alsa_change_state), (gst_alsa_update_avail),
23969         (gst_alsa_xrun_recovery):
23970         * ext/alsa/gstalsa.h:
23971         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23972           merge back changes from release
23973
23974 2004-06-23  Wim Taymans  <wim@fluendo.com>
23975
23976         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23977         (gst_audiorate_init), (gst_audiorate_chain),
23978         (gst_audiorate_set_property), (gst_audiorate_get_property):
23979         Implement sample dropping and notify
23980
23981 2004-06-22  Wim Taymans  <wim@fluendo.com>
23982
23983         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23984         (theora_enc_sink_link), (theora_buffer_from_packet),
23985         (theora_push_packet), (theora_enc_chain):
23986         Some cleanups, make sure the timestamps are correct.
23987
23988 2004-06-22  Wim Taymans  <wim@fluendo.com>
23989
23990         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23991         (gst_alsa_change_state), (gst_alsa_update_avail),
23992         (gst_alsa_xrun_recovery):
23993         * ext/alsa/gstalsa.h:
23994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23995         Cleanups, take queued samples into account when reporting
23996         the time.
23997
23998 2004-06-22  Wim Taymans  <wim@fluendo.com>
23999
24000         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24001         (gst_videorate_init):
24002         Initialize the property as well.
24003
24004 2004-06-22  Wim Taymans  <wim@fluendo.com>
24005
24006         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24007         (gst_videorate_init), (gst_videorate_chain),
24008         (gst_videorate_set_property), (gst_videorate_get_property):
24009         Add property to make videorate silent.
24010         Add property to prefer new frames over old ones.
24011
24012 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24013
24014         * sys/osxvideo/Makefile.am:
24015         Workaround so that the osxvideo .so file gets linked with the
24016         Cocoa, OpenGL and QuickTime frameworks
24017
24018 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24019
24020         * sys/osxaudio/Makefile.am:
24021         Workaround so that the osxaudio .so file gets linked with the
24022         CoreAudio framework
24023
24024 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24025
24026         * configure.ac:
24027         Whoops, my fault...fixed build issues
24028
24029 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24030
24031         * configure.ac:
24032         Add objective-c support if running in Darwin/Mac OS X
24033         * sys/Makefile.am:
24034         * sys/osxvideo:
24035         * sys/osxvideo/Makefile.am:
24036         * sys/osxvideo/osxvideosink.h:
24037         * sys/osxvideo/osxvideosink.m:
24038         * sys/osxvideo/cocoawindow.h:
24039         * sys/osxvideo/cocoawindow.m:
24040         Add osxvideosink, a cocoa-based osx video sink
24041
24042
24043 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24044         * ext/dvdnav/gst-dvd:
24045         Grab the gconf key from the right spot
24046         * gst/debug/gstnavseek.c: (gst_navseek_init),
24047         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24048         (gst_navseek_chain):
24049         * gst/debug/gstnavseek.h:
24050           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24051           and loop parameters of a segment seek.
24052         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24053         (gst_videotestsrc_get_event_masks),
24054         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24055         * gst/videotestsrc/gstvideotestsrc.h:
24056           Add seeking support to videotestsrc
24057           Initialise the timestamp_offset variable.
24058
24059 2004-06-18  Wim Taymans  <wim@fluendo.com>
24060
24061         * ext/sidplay/gstsiddec.cc:
24062         Fix negotiation and set correct end offset.
24063
24064 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24065
24066         * configure.ac: branch and prerelease
24067
24068 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24069
24070         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24071         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24072         (gst_tcpclientsrc_init_receive):
24073         * gst/tcp/gsttcpclientsrc.h:
24074           read caps when connecting to server for GDP so we set them correctly
24075
24076 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24077
24078         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24079           notify drops and duplicates
24080         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24081           no good reason to limit ourselves to 100x100
24082
24083 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24084
24085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24086         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24087         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24088         (gst_v4lsrc_get_property):
24089         * sys/v4l/gstv4lsrc.h:
24090         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24091         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24092         (gst_v4l_set_audio):
24093         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24094         (gst_v4lsrc_try_capture):
24095         * sys/v4l/v4lsrc_calls.h:
24096           change try_palette to more general try_capture
24097           add autoprobe option so we can turn off autoprobing
24098           various fixes
24099
24100 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * configure.ac:
24103           add videorate
24104         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24105         (gst_ximagesink_class_init):
24106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24107         (gst_xvimagesink_class_init):
24108           run them as finalize, not dispose, since dispose can be invoked
24109           multiple times
24110
24111 2004-06-17  Wim Taymans  <wim@fluendo.com>
24112
24113         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24114         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24115         * ext/alsa/gstalsa.h:
24116         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24117         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24118         (gst_alsa_src_change_state):
24119         * ext/alsa/gstalsasrc.h:
24120         Make the xrun code timestamp and offset the buffers correctly.
24121         moved the clock to the base class, use alsa methods to get time.
24122         Do correct timestamping on outgoing buffers.
24123
24124 2004-06-17  Wim Taymans  <wim@fluendo.com>
24125
24126         * gst/audiorate/Makefile.am:
24127         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24128         (gst_audiorate_base_init), (gst_audiorate_class_init),
24129         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24130         (gst_audiorate_set_property), (gst_audiorate_get_property),
24131         (gst_audiorate_change_state), (plugin_init):
24132         Added an audiorate converter that fills in gaps.
24133
24134 2004-06-17  Johan Dahlin  <johan@gnome.org>
24135
24136         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24137
24138 2004-06-16  Wim Taymans  <wim@fluendo.com>
24139
24140         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24142         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24143         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24144         (gst_v4lsrc_get_property):
24145         * sys/v4l/gstv4lsrc.h:
24146         Added a copy mode to v4lsrc where it will output a copied version
24147         of its internal hardware buffer.
24148         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24149         can't | them.
24150
24151 2004-06-16  Wim Taymans  <wim@fluendo.com>
24152
24153         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24154         Timestamp fixes.
24155
24156 2004-06-16  Wim Taymans  <wim@fluendo.com>
24157
24158         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24159         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24160         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24161         (gst_v4lsrc_get_property):
24162         * sys/v4l/gstv4lsrc.h:
24163         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24164         Added a sync mode enum property to control v4lsrc timestamp method
24165         Removed the use-fixed-fps property and moved functionality in
24166         the enum.
24167         Don't error on an error value from v4l-conf, it might not always
24168         be a real error.
24169
24170 2004-06-16  Wim Taymans  <wim@fluendo.com>
24171
24172         * gst/videorate/Makefile.am:
24173         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24174         (gst_videorate_base_init), (gst_videorate_class_init),
24175         (gst_videorate_getcaps), (gst_videorate_link),
24176         (gst_videorate_init), (gst_videorate_chain),
24177         (gst_videorate_set_property), (gst_videorate_get_property),
24178         (gst_videorate_change_state), (plugin_init):
24179         Added a video timestamp corrector.
24180
24181 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24182
24183         fixed a potential leak with previous commit
24184
24185         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24186
24187 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24188
24189         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24190         Added missing refcount, fixes bug #144425
24191         Cheers Tim for finding the bug
24192
24193 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24194
24195         * sys/v4l/gstv4l.c: (plugin_init):
24196         * sys/v4l/gstv4lcolorbalance.c:
24197         * sys/v4l/gstv4lcolorbalance.h:
24198         * sys/v4l/gstv4lelement.c:
24199         * sys/v4l/gstv4lelement.h:
24200         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24201         * sys/v4l/gstv4lmjpegsink.h:
24202         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24203         * sys/v4l/gstv4lmjpegsrc.h:
24204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24205         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24206         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24207         * sys/v4l/gstv4lsrc.h:
24208         * sys/v4l/gstv4ltuner.c:
24209         * sys/v4l/gstv4ltuner.h:
24210         * sys/v4l/gstv4lxoverlay.c:
24211         * sys/v4l/gstv4lxoverlay.h:
24212         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24213         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24214         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24215         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24216         (gst_v4l_set_audio):
24217         * sys/v4l/v4l_calls.h:
24218         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24219         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24220         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24221         (gst_v4lmjpegsink_playback_init),
24222         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24223         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24224         (gst_v4lmjpegsink_playback_stop),
24225         (gst_v4lmjpegsink_playback_deinit):
24226         * sys/v4l/v4lmjpegsink_calls.h:
24227         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24228         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24229         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24230         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24231         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24232         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24233         * sys/v4l/v4lmjpegsrc_calls.h:
24234         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24235         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24236         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24237         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24238         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24239         (gst_v4lsrc_try_palette):
24240         * sys/v4l/v4lsrc_calls.h:
24241           bunch of paranoia cleanups
24242
24243 2004-06-14  David Schleef  <ds@schleef.org>
24244
24245         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24246         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24247         Send discont events and change timestamps appropriately when
24248         we get a seek event.  (bug #144240)
24249         * ext/cdparanoia/gstcdparanoia.h:
24250
24251 2004-06-14  Benjamin Otte  <otte@gnome.org>
24252
24253         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24254           snd_pcm_hw_params_set_rate  since the latter fails for no good
24255           reason on some setups.
24256
24257 2004-06-14  David Schleef  <ds@schleef.org>
24258
24259         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24260         standard.  Thank you for playing.
24261
24262 2004-06-14  Wim Taymans  <wim@fluendo.com>
24263
24264         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24265         Patch 1.3 broke the ordering of the colorspace info and
24266         made the plugin basically work by coincidence, reordered
24267         the info.
24268
24269 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24270
24271         * ext/lame/gstlame.c:
24272         * ext/mad/gstmad.c:
24273           sync caps.  Make sure mad can only output a list of rates, not
24274           a full range.  In the future, have three caps lists for each of the
24275           mpeg versions.  Change mpegversion to a double as well.
24276
24277 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24278
24279         * gst/volume/.cvsignore:
24280         * gst/volume/Makefile.am:
24281         * gst/volume/demo.c: (value_changed_callback), (idler),
24282         (setup_gui), (main):
24283           added small demo app
24284
24285 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24286         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24287         * ext/esd/esdsink.h:
24288         Close the esd connection on pause, because esd will just wait -
24289         blocking all other esd clients indefinitely.
24290
24291 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24292
24293         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24294           previous commit with GST_DEBUG
24295
24296 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24297
24298         * configure.ac:
24299           add a header check for a dvdread header in dvdnav.  Fixes #133002
24300
24301 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24302
24303         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24304         * gst/tcp/gsttcpclientsink.h:
24305         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24306         * gst/tcp/gsttcpclientsrc.h:
24307         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24308         (gst_tcpserversink_handle_server_read),
24309         (gst_tcpserversink_init_send):
24310         * gst/tcp/gsttcpserversink.h:
24311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24312         * gst/tcp/gsttcpserversrc.h:
24313         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24314         version of IP)
24315
24316 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24317
24318         * configure.ac:
24319         Added ogg library so that OSX detects libtheora properly
24320
24321 2004-06-11  Wim Taymans  <wim@fluendo.com>
24322
24323         * ext/theora/theoradec.c: (theora_dec_chain),
24324         (theora_dec_change_state):
24325         Don't try to decode frames before we received a keyframe.
24326
24327 2004-06-11  Wim Taymans  <wim@fluendo.com>
24328
24329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24330         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24331         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24332         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24333         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24334         Added property to set the maximum delay of a page.
24335
24336 2004-06-10  Wim Taymans  <wim@fluendo.com>
24337
24338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24339         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24340         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24341         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24342         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24343         Added max-delay property to control the maximum amount
24344         of data to put in one page.
24345
24346 2004-06-10  Wim Taymans  <wim@fluendo.com>
24347
24348         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24349         (gst_theora_enc_init), (theora_enc_sink_link),
24350         (theora_buffer_from_packet), (theora_enc_set_property),
24351         (theora_enc_get_property):
24352         Set duration on encoded buffer, added some more properties
24353
24354 2004-06-10  Wim Taymans  <wim@fluendo.com>
24355
24356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24357         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24358         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24359         * ext/theora/theoraenc.c: (theora_enc_chain):
24360         Fix refcounting bugs
24361
24362 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24363
24364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24365         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24366         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24367         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24368         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24369         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24370         (gst_asf_demux_change_state):
24371         * gst/asfdemux/gstasfdemux.h:
24372           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24373           feels like. I think we should set a new requirement for demuxers
24374           from now on to implement sane loop functions, data loops, query
24375           and seek functions before first commit into CVS. And this commit
24376           fixes all of the above.
24377
24378 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24379
24380         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24381           vorbis comments are properly encoded in UTF-8 before adding them
24382           to a GstTagList
24383
24384 2004-06-09  Benjamin Otte  <otte@gnome.org>
24385
24386         * ext/alsa/gstalsa.c: (add_channels):
24387           handle min <= max correctly
24388         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24389         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24390           add fixation functions so we fixate correctly. No preferring of alaw
24391           anymore because it's the first structure.
24392         * ext/alsa/gstalsa.h:
24393         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24394         (gst_alsa_hw_params_dump):
24395           add functions to ease debugging in alsalib
24396         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24397         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24398         (gst_alsa_start_audio):
24399           only specify hw params if we really setup a format (fixes #134007 -
24400           or at least works around it)
24401
24402 2004-06-09  Wim Taymans  <wim@fluendo.com>
24403
24404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24405         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24406         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24407         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24408         (gst_ogg_mux_loop):
24409         Use stream caps to setup the initial pages in the ogg stream.
24410         Correctly set the streamheader caps on the srcpad.
24411
24412 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24413
24414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24415         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24416         (gst_v4lsrc_getcaps):
24417         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24418         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24419           add querying of fps lists for webcams.  Negotiating to a framerate
24420           now works.
24421
24422 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24423
24424         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24425         (theora_push_buffer), (theora_push_packet),
24426         (theora_set_header_on_caps), (theora_enc_chain):
24427           mark buffers and put on streamheader, raw theora streaming
24428           now works too, whee
24429
24430 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24431
24432         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24433         (gst_tcp_gdp_read_caps):
24434           do a looping read for caps and GDP headers too
24435
24436 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24437
24438         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24439         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24440           return EOS instead of NULL in _get
24441
24442 2004-06-08  Wim Taymans  <wim@fluendo.com>
24443
24444         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24445         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24446         (gst_tcp_gdp_write_caps):
24447         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24448         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24449         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24450         Memory leak fixes
24451
24452 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24453
24454         * ext/vorbis/Makefile.am:
24455         * ext/vorbis/vorbis.c: (plugin_init):
24456         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24457         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24458         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24459         (vorbis_parse_change_state):
24460         * ext/vorbis/vorbisparse.h:
24461           adding a vorbisparse element that marks the buffers, streaming
24462           raw vorbis using GDP now works, whee
24463
24464 2004-06-08  Wim Taymans  <wim@fluendo.com>
24465
24466         * ext/jpeg/Makefile.am:
24467         * ext/jpeg/README:
24468         * ext/jpeg/gstjpeg.c: (plugin_init):
24469         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24470         (gst_smokedec_base_init), (gst_smokedec_class_init),
24471         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24472         * ext/jpeg/gstsmokedec.h:
24473         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24474         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24475         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24476         (gst_smokeenc_resync), (gst_smokeenc_chain),
24477         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24478         * ext/jpeg/gstsmokeenc.h:
24479         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24480         (smokecodec_flush_destination), (smokecodec_term_destination),
24481         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24482         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24483         (smokecodec_term_source), (smokecodec_encode_new),
24484         (smokecodec_decode_new), (smokecodec_info_free),
24485         (smokecodec_set_quality), (smokecodec_get_quality),
24486         (smokecodec_set_threshold), (smokecodec_get_threshold),
24487         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24488         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24489         (smokecodec_parse_header), (smokecodec_decode):
24490         * ext/jpeg/smokecodec.h:
24491         Added a new simple jpeg based codec
24492
24493 2004-06-08  Wim Taymans  <wim@fluendo.com>
24494
24495         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24496         (gst_multipart_mux_loop):
24497         Fix memory leak
24498
24499 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24500
24501         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24502         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24503         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24504         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24505         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24506         * gst/tcp/gsttcpserversink.h:
24507           take streamheader into account
24508
24509 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24510
24511         * gst/level/Makefile.am:
24512         * gst/level/gstlevel.c: (gst_level_class_init):
24513           clean up marshal generation
24514
24515 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24516
24517         * gst/tcp/Makefile.am:
24518         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24519         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24520         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24521         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24522         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24523         (gst_tcpclientsrc_get_property):
24524         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24525         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24526         (gst_tcpserversink_handle_client_read),
24527         (gst_tcpserversink_handle_client_write),
24528         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24529         * gst/tcp/gsttcpserversink.h:
24530           add signals client-added and client-removed
24531         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24532         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24533         (gst_tcpserversrc_get_property):
24534         uniformized, change default protocol to NONE
24535         * gst/tcp/gsttcp-marshal.list: added
24536 2004-06-07  Benjamin Otte  <otte@gnome.org>
24537
24538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24539           handle discont events if they happen before caps nego
24540
24541 2004-06-07  Wim Taymans  <wim@fluendo.com>
24542
24543         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24544         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24545         (gst_multipart_demux_plugin_init):
24546         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24547         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24548         (gst_multipart_mux_change_state):
24549         Small updates, fix a memleak
24550
24551 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24552
24553         * configure.ac: OSS portability
24554         * ext/arts/gst_arts.c: idem
24555         * sys/oss/gstosselement.c: idem
24556         * sys/oss/gstossmixer.c: idem
24557         * sys/oss/gstosssink.c: idem
24558         * sys/oss/gstosssrc.c: idem
24559         * sys/oss/oss_probe.c: idem
24560           - check for soundcard.h in different places for some BSD
24561
24562 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24563
24564         * AUTHORS:
24565         Add me to the authors file
24566         * configure.ac:
24567         Increase the libdv requirement to >= version 0.100
24568         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24569         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24570         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24571         * ext/dv/gstdvdec.h:
24572         Add support for the new_media flag when sending DISCONT events
24573         Make the querying work when video pad is not linked
24574
24575 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24576
24577         reviewed by Benjamin Otte  <otte@gnome.org>
24578
24579         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24580           create a NULL-initialized array of pads, so we don't think they
24581           exist already. (fixes #143130)
24582
24583 2004-06-07  Benjamin Otte  <otte@gnome.org>
24584
24585         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24586         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24587         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24588           don't use // coments
24589
24590 2004-06-07  Benjamin Otte  <otte@gnome.org>
24591
24592         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24593           cast to GstClockTime to get higher granularity
24594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24595           use gst_element_set_time_delay to get the exact time
24596         * ext/mad/gstmad.c: (gst_mad_chain):
24597           use the negotiated rate instead of the current frame's rate which
24598           might be wrong because of bit errors. This avoids emitting totally
24599           bogus timestamps and screwing sync.
24600         (fixes #143454)
24601
24602 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24603
24604         reviewed by Benjamin Otte  <otte@gnome.org>
24605
24606         * gst/adder/gstadder.c: (gst_adder_loop):
24607           properly error out when no negotiation has happened yet. (fixes
24608           #143032)
24609
24610 2004-06-06  Benjamin Otte  <otte@gnome.org>
24611
24612         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24613           forward correctly transformed offset in discont events. Based on
24614           patch by Arwed v. Merkatz. (fixes #142851)
24615
24616 2004-06-06  David Schleef  <ds@schleef.org>
24617
24618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24619         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24620         problems on several systems.
24621
24622 2004-06-06  Benjamin Otte  <otte@gnome.org>
24623
24624         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24625           use explicit caps on the srcpad
24626         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24627           properly error out if caps couldn't be set (fixes #142764)
24628
24629 2004-06-06  Benjamin Otte  <otte@gnome.org>
24630
24631         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24632         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24633         (gst_alsa_start_audio):
24634           - don't call set_periods_integer anymore, it breaks the
24635           configuration randomly
24636           - call snd_pcm_hw_params_set_access directly instead of using masks
24637           - don't fail if the sw_params can't be set, just use the default
24638           params and hope it works. Alsalib has weird issues when you touch
24639           sw_params and does no proper error reporting about what failed.
24640         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24641         (gst_alsa_close_audio):
24642           make our alsa debugging go via gst debugging and not conditionally
24643           defined
24644         * ext/alsa/gstalsa.h:
24645           add ALSA_DEBUG_FLUSH macro
24646         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24647         (plugin_init):
24648           wrap alsa errors to be printed via the gst debugging system and not
24649           spammed to stderr
24650
24651 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24652
24653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24654         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24655         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24656         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24657         (qtdemux_parse_trak):
24658         * gst/qtdemux/qtdemux.h:
24659           Bitch. Also known as seeking, querying & co.
24660         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24661         (gst_osssink_change_state):
24662         * sys/oss/gstosssink.h:
24663           Resyncing is for weenies, this hack is no longer needed and was
24664           broken anyway (since it - unintendedly - always leaves resync to
24665           TRUE).
24666
24667 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24668
24669         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24670         * gst/tcp/gsttcpclientsrc.h: idem
24671           - define MSG_NOSIGNAL if not done
24672           - include unistd.h for off_t
24673           (fixes #143749)
24674
24675 2004-06-05  Benjamin Otte  <otte@gnome.org>
24676
24677         * configure.ac:
24678         * ext/kio/Makefile.am:
24679           check for qt's moc preprocessor explicitly and use it
24680
24681 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24682
24683         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24684           don't get a signal for EPIPE on socket writes
24685           (somebody check if this works on other platforms)
24686
24687 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24688
24689         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24690         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24691           check error condition on available samples correctly
24692
24693 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24694
24695         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24696           avoid a segfault
24697         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24698         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24699         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24700         (gst_tcpserversrc_gdp_read_header):
24701          use ssize_t over size_t since the former is signed and thus the
24702          check for error codes can work
24703
24704 2004-06-02  Wim Taymans  <wim@fluendo.com>
24705
24706         reviewed by: Johan
24707
24708         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24709         (gst_multipart_mux_loop):
24710         Oops
24711
24712 2004-06-02  Wim Taymans  <wim@fluendo.com>
24713
24714         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24715         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24716         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24717         (gst_multipart_mux_change_state):
24718         Added configurable boundary specifier, added the value as a
24719         caps field as well.
24720
24721 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24722
24723         * gst/tcp/gsttcp.c:
24724         * gst/tcp/gsttcpclientsrc.c:
24725         * gst/tcp/gsttcpclientsrc.h:
24726         * gst/tcp/gsttcpserversrc.c:
24727           - portability fix, to compile on OSX
24728             (fixes #143146)
24729
24730         * sys/osxaudio/gstosxaudioelement.c:
24731         * sys/osxaudio/gstosxaudiosink.c:
24732         * sys/osxaudio/gstosxaudiosrc.c:
24733           - compilation warnings on OSX
24734             (fixes #143153)
24735
24736 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24737
24738         * ext/vorbis/vorbisdec.c : sign warning fixes
24739
24740         * gst-libs/gst/mixer/mixertrack.c :
24741           do no use defines which are glib 2.4 specific
24742
24743 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24744
24745         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24746           buffer since libflac doesn't expect it (reports a sync error when
24747           it encounters that)
24748
24749
24750 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24751
24752         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24753         * gst-libs/gst/mixer/mixertrack.c:
24754         (gst_mixer_track_get_property), (get_mixer_track_init),
24755         (get_mixer_track_get_property): Added property accessors
24756         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24757         * gst-libs/gst/mixer/mixeroptions.c:
24758         (gst_mixer_options_get_values): Added
24759         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24760         * gst-libs/gst/mixer/mixer.c: Fixed comment
24761
24762
24763 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24764
24765         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24766           improve error messages on open
24767
24768
24769 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24770
24771         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24772           check if v4l-conf is in path
24773
24774 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24775
24776         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24777           change assert to a more readable error message
24778
24779 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24780
24781         * gst-libs/gst/tuner/tunerchannel.h:
24782           - add a freq_multiplicator field to make the conversion
24783             between internal frequency unit and Hz
24784         * sys/v4l/gstv4lelement.c:
24785         * sys/v4l2/gstv4l2element.c:
24786           - change default video device to /dev/video0
24787         * sys/v4l/v4l_calls.c:
24788         * sys/v4l2/v4l2_calls.c:
24789           - we only expose frequency to the user in Hz instead of
24790             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24791
24792 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24793         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24794           Initialise b_o_s and e_o_s variables
24795         * gst-libs/gst/riff/riff-media.c:
24796         (gst_riff_create_video_caps_with_data):
24797           Add some unusual fourcc's from mplayer avi's
24798         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24799           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24800           autoplugging.
24801
24802 2004-05-28  Wim Taymans  <wim@fluendo.com>
24803
24804         * configure.ac:
24805         * gst/alpha/Makefile.am:
24806         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24807         (gst_alpha_get_type), (gst_alpha_base_init),
24808         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24809         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24810         (gst_alpha_chroma_key), (gst_alpha_chain),
24811         (gst_alpha_change_state), (plugin_init):
24812         A plugin to add an alpha channel to I420 video. Can optionally do
24813         chroma keying.
24814         * gst/multipart/Makefile.am:
24815         * gst/multipart/multipart.c: (plugin_init):
24816         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24817         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24818         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24819         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24820         (gst_multipart_demux_change_state),
24821         (gst_multipart_demux_plugin_init):
24822         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24823         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24824         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24825         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24826         (gst_multipart_mux_pad_unlink),
24827         (gst_multipart_mux_request_new_pad),
24828         (gst_multipart_mux_handle_src_event),
24829         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24830         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24831         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24832         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24833         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24834         send multipart jpeg images to a browser.
24835         * gst/videobox/Makefile.am:
24836         * gst/videobox/README:
24837         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24838         (gst_video_box_get_type), (gst_video_box_base_init),
24839         (gst_video_box_class_init), (gst_video_box_init),
24840         (gst_video_box_set_property), (gst_video_box_get_property),
24841         (gst_video_box_sink_link), (gst_video_box_i420),
24842         (gst_video_box_ayuv), (gst_video_box_chain),
24843         (gst_video_box_change_state), (plugin_init):
24844         Crops or adds borders around an image. can do alpha channel
24845         borders as well.
24846         * gst/videomixer/Makefile.am:
24847         * gst/videomixer/README:
24848         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24849         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24850         (gst_videomixer_pad_get_sink_event_masks),
24851         (gst_videomixer_pad_get_property),
24852         (gst_videomixer_pad_set_property),
24853         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24854         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24855         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24856         (gst_videomixer_base_init), (gst_videomixer_class_init),
24857         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24858         (gst_videomixer_handle_src_event),
24859         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24860         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24861         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24862         (gst_videomixer_loop), (gst_videomixer_get_property),
24863         (gst_videomixer_set_property), (gst_videomixer_change_state),
24864         (plugin_init):
24865         Generic video mixer plugin, can handle multiple inputs all with
24866         different framerates and video sizes. Is fully alpha channel
24867         aware.
24868
24869 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24870
24871         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24872           Select first track as master track. Not sure how else to handle
24873           that...
24874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24875           Discard discont events. Should fix #142962.
24876
24877 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24878
24879         * ext/alsa/Makefile.am:
24880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24881         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24882         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24883         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24884         (gst_alsa_mixer_get_option):
24885         * ext/alsa/gstalsamixer.h:
24886         * ext/alsa/gstalsamixeroptions.c:
24887         (gst_alsa_mixer_options_get_type),
24888         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24889         (gst_alsa_mixer_options_new):
24890         * ext/alsa/gstalsamixeroptions.h:
24891         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24892         * ext/alsa/gstalsamixertrack.h:
24893           Add enumerations (as GstMixerOptions). Make correct distinction
24894           between input/output tracks. Add capture/playback private flag.
24895           Use flag to decide on whether to set capture or playback volumes
24896           or switches. Use playback and record switches.
24897         * gst-libs/gst/mixer/Makefile.am:
24898         * gst-libs/gst/mixer/mixer-marshal.list:
24899         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24900         (gst_mixer_set_option), (gst_mixer_get_option),
24901         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24902         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24903         * gst-libs/gst/mixer/mixer.h:
24904         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24905         (gst_mixer_options_class_init), (gst_mixer_options_init),
24906         (gst_mixer_options_dispose):
24907         * gst-libs/gst/mixer/mixeroptions.h:
24908           Add GstMixerOptions.
24909         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24910           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24911           broken device detection on computers with multiple OSS sound
24912           cards.
24913
24914 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24915
24916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24917           fixate nicely even when the peer is not negotiating
24918
24919 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24920
24921         * gst/audioconvert/gstaudioconvert.c:
24922         (gst_audio_convert_parse_caps):
24923           make sure we don't allow depth > width
24924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24925           fixate endianness to G_BYTE_ORDER as default
24926         * gst/audioscale/gstaudioscale.c:
24927           we don't handle another endianness as host-endianness
24928
24929 2004-05-25  David Schleef  <ds@schleef.org>
24930
24931         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24932
24933 2004-05-24  Benjamin Otte  <otte@gnome.org>
24934
24935         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24936         (gst_oggvorbisenc_setup):
24937           properly fail when we can't setup the vorbis encoder due to
24938           unsupported settings
24939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24940         (gst_vorbisenc_setup):
24941           same
24942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24943           fix case where warnings occured when one pad was unlinked while the
24944           other's link function was called
24945
24946 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24947
24948         * gst/tcp/Makefile.am:
24949           use GST_ENABLE_NEW
24950
24951 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24952
24953         * gst-libs/gst/resample/private.h:
24954           don't use optimizations that are #if 0'ed
24955
24956 2004-05-24  Wim Taymans  <wim@fluendo.com>
24957
24958         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24959         Fix potential division by zero error and hopefully get
24960         the position query right to get correct timestamps on avi
24961         audio.
24962
24963 2004-05-24  Wim Taymans  <wim@fluendo.com>
24964
24965         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24966         (gst_videoscale_scale_nearest_str2),
24967         (gst_videoscale_scale_nearest_str4),
24968         (gst_videoscale_scale_nearest_32bit),
24969         (gst_videoscale_scale_nearest_24bit),
24970         (gst_videoscale_scale_nearest_16bit):
24971         Fix the scaling algorithm and avoid a buffer overflow.
24972         removed the while loop in the scaling function as it
24973         was used for point sampling only.
24974
24975 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24976
24977         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24978         (gst_id3_tag_class_init), (gst_id3_tag_init),
24979         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24980         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24981         (gst_id3_tag_send_tag_event):
24982           lots of fixes to make id3mux work and id3demux work correctly
24983
24984 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985
24986         * ext/Makefile.am:
24987           add rules to build shout2send (was removed by accident
24988           when this module was no more marked experimental/broken)
24989
24990 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24991
24992         * ext/shout2/gstshout2.c:
24993         * ext/shout2/gstshout2.h:
24994           adding a "connection problem" signal to shout2send
24995           (fixes #142954)
24996
24997 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24998
24999         * ext/kio/kioreceiver.cpp:
25000         * ext/kio/kioreceiver.h:
25001           fix sign comparison issues
25002
25003 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25004
25005         * gst/cdxaparse/gstcdxaparse.c:
25006         * gst/cdxaparse/gstcdxaparse.h:
25007           some renaming
25008           add some checks/sanity
25009           prepare for seek addition
25010
25011         * sys/sunaudio/gstsunaudio.c:
25012           remove exported dupe init function
25013
25014 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25015
25016         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25017         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25018           Fix format conversion and position querying.
25019         * gst/debug/progressreport.c: (gst_progressreport_report):
25020           Don't output a bogus total value that we didn't query.
25021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25022           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25023           only a blank window after xine has been used.
25024
25025 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25026
25027         * m4/as-arts.m4:
25028           sync with upstream version to fix test on FC2
25029           readd with -ko to preserve Id header
25030
25031 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25032
25033         * configure.ac:
25034           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25035         * gst/tcp/gsttcpclientsrc.c: idem
25036         * gst/tcp/gsttcpserversink.c: idem
25037         * gst/tcp/gsttcpserversrc.c: idem
25038         * m4/gst-fionread.m4: idem
25039
25040         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25041
25042         * configure.ac: enable speex plugin for speex 1.1.5+
25043         * ext/speex/gstspeexenc.c: fix cast warning
25044
25045         * ext/esd/README: fix typo
25046
25047 2004-05-20  David Schleef  <ds@schleef.org>
25048
25049         * configure.ac: Minor cosmetic change to convince the buildbot to
25050         reautogen.
25051         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25052         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25053         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25054         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25055         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25056         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25057         More hacking.  Plays audio now.
25058
25059 2004-05-20  David Schleef  <ds@schleef.org>
25060
25061         * configure.ac:
25062         * sys/Makefile.am:
25063
25064 2004-05-20  David Schleef  <ds@schleef.org>
25065
25066         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25067         * sys/osxaudio/gstosxaudio.c:
25068         * sys/osxaudio/gstosxaudioelement.c:
25069         * sys/osxaudio/gstosxaudioelement.h:
25070         * sys/osxaudio/gstosxaudiosink.c:
25071         * sys/osxaudio/gstosxaudiosink.h:
25072         * sys/osxaudio/gstosxaudiosrc.c:
25073         * sys/osxaudio/gstosxaudiosrc.h:
25074
25075 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25076
25077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25078         (gst_vorbisenc_chain):
25079           put the codec headers on the caps as streamheader as well as
25080           pushing them out
25081
25082 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25083
25084         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25085         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25086         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25087         split up push_packet into two functions
25088
25089 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25090
25091         * gst/tcp/.cvsignore:
25092           ignore enums
25093         * gst/tcp/Makefile.am:
25094         * gst/tcp/README:
25095         * gst/tcp/gsttcp.c:
25096         * gst/tcp/gsttcp.h:
25097         * gst/tcp/gsttcpclientsink.c:
25098         * gst/tcp/gsttcpclientsink.h:
25099         * gst/tcp/gsttcpclientsrc.c:
25100         * gst/tcp/gsttcpclientsrc.h:
25101         * gst/tcp/gsttcpplugin.c:
25102         * gst/tcp/gsttcpserversink.c:
25103         * gst/tcp/gsttcpserversink.h:
25104         * gst/tcp/gsttcpserversrc.c:
25105         * gst/tcp/gsttcpserversrc.h:
25106           add new tcp elements
25107
25108 2004-05-19  Wim Taymans  <wim@fluendo.com>
25109
25110         * gst/law/mulaw-conversion.c: (mulaw_encode):
25111         Fix overflow bug in ulaw encoding.
25112
25113 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25114
25115         * ext/mad/gstmad.c: (gst_mad_handle_event):
25116           don't unref the event twice
25117
25118 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25119
25120         * configure.ac:
25121           remove -Wno-sign-compare
25122
25123 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25124
25125         * configure.ac:
25126           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25127           if you want to work against glib 2.2 and 2.4
25128
25129 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25130
25131         * gst/tcp/Makefile.am:
25132         * gst/tcp/gsttcp.c:
25133         * gst/tcp/gsttcp.h:
25134         * gst/tcp/gsttcpsink.h:
25135         * gst/tcp/gsttcpsrc.h:
25136           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25137
25138 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25139
25140         * gst/debug/tests.c: (md5_get_value):
25141           fix segfault on gst-inspect
25142
25143 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25144
25145         * gst/debug/testplugin.c:
25146         * gst/debug/tests.c:
25147         * gst/debug/tests.h:
25148           add new extensible and configurable testing element. Current tests
25149           include buffer count, stream length, timestamp/duration matching and
25150           md5.
25151         * gst/debug/Makefile.am:
25152         * gst/debug/gstdebug.c: (plugin_init):
25153           add infrastructure for new element
25154
25155 2004-05-19  Johan Dahlin  <johan@gnome.org>
25156
25157         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25158         ending of the array. Fixes gst-inspect segfault on ppc.
25159
25160 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25161
25162         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25163
25164         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25165
25166 2004-05-18  David Schleef  <ds@schleef.org>
25167
25168         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25169         warnings (bugs, actually) noticed by gcc but not forte.
25170
25171 2004-05-18  David Schleef  <ds@schleef.org>
25172
25173         * sys/sunaudio/Makefile.am:
25174         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25175
25176 2004-05-18  David Schleef  <ds@schleef.org>
25177
25178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25179         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25180         to allow qtdemux to use non-seekable streams. (bug #142272)
25181
25182 2004-05-18  David Schleef  <ds@schleef.org>
25183
25184         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25185         (gst_resample_sinc_ft_float): Remove use of static temporary
25186         buffer.  This code was obviously not supposed to last long, but
25187         it's stuck in our ABI, so it required a little hack to make it
25188         ABI-compatible.  Fixes #142585.
25189         * gst-libs/gst/resample/resample.h: same.
25190
25191 2004-05-18  David Schleef  <ds@schleef.org>
25192
25193         * configure.ac: Add sunaudio
25194         * examples/Makefile.am: make gstplay depend on gconf
25195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25196         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25197         (convert_table_lookup), (img_convert): remove c99-isms
25198         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25199           unsigned, to fix a warning on Solaris
25200         * gst/mpeg1sys/systems.c: bcopy->memcpy
25201         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25202         * sys/Makefile.am: Add sunaudio
25203
25204 2004-05-18  Wim Taymans  <wim@fluendo.com>
25205
25206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25207         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25208         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25209         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25210         (gst_ogg_mux_loop):
25211         Fix an ugly memleak where the muxer didn't flush enough ogg
25212         pages. This also resulted in badly muxed ogg files.
25213
25214 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25215
25216         * gst/asfdemux/asfheaders.c :
25217         * gst/asfdemux/asfheaders.h :
25218         * gst/asfdemux/gstasfdemux.c :
25219           - fix ASF_OBJ_PADDING guid
25220           - add 3 new object guids (language list, metadata,
25221             extended stream properties)
25222           - add a function to parse extended header objects
25223
25224 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25225
25226         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25227           remove leftover debugging g_print
25228
25229 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25230
25231         * ext/mad/gstmad.c: (gst_mad_handle_event):
25232           Fix for when the first format in a discont event is not a
25233           byte-based one. Should fix #137710.
25234
25235 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25236
25237         * m4/a52.m4 : fix compilation with -Wall -Werror
25238         * m4/libfame.m4 : idem
25239         * m4/libmikmod.m4 : idem
25240
25241 2004-05-17  Benjamin Otte  <otte@gnome.org>
25242
25243         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25244           signal the new tags before giving up the reference
25245
25246 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25247
25248         * ext/shout2/gstshout2.c:
25249           use application/ogg instead of application/x-ogg (patch by Patrick
25250           Guimond, fixes #142432)
25251         * sys/oss/gstosselement.c: (gst_osselement_reset),
25252         (gst_osselement_sync_parms):
25253           don't set fragment size unless specified (fixes #142493)
25254
25255 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25256
25257         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25258           fixes #142664
25259
25260 2004-05-17  Benjamin Otte  <otte@gnome.org>
25261
25262         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25263           compute offsets correctly for internal buffers so timestamps are set
25264           correctly when we can't seek. Also handle cases where there are no
25265           offsets. (based on a patch by David Moore, fixes #142507)
25266
25267 2004-05-17  Benjamin Otte  <otte@gnome.org>
25268
25269         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25270           use correct variable when determining amount of data to skip so we
25271           don't skip into the void and segfault
25272
25273 2004-05-16  Benjamin Otte  <otte@gnome.org>
25274
25275         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25276           Hi, I'm a memleak
25277
25278 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25279
25280         * gst/asfdemux/gstasfdemux.c:
25281           - fix a mem leak and always propagate tags
25282           - add WMV3 to known video codecs (but no decoder yet)
25283           - replace "surplus data" at end of audio header for what
25284             it is : codec specific data
25285           - fix a typo
25286
25287 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25288
25289         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25290
25291         * gst-libs/gst/audio/audioclock.c:
25292           Fix wrong return type (#142205).
25293
25294 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25295
25296         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25297           Ignore CRCs by default (fixes #142566).
25298
25299 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25300
25301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25302         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25303         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25304         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25305         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25306         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25307           Fix for cases where we fail to attach to a mixer.
25308
25309 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25310
25311         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25312           Don't touch events after not owning them anymore.
25313         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25314         (gst_wavparse_fmt), (gst_wavparse_other),
25315         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25316         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25317         (gst_wavparse_srcpad_event):
25318         * gst/wavparse/gstwavparse.h:
25319           Add seeking, fix querying.
25320
25321 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25322
25323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25324           - process comments even if they don't end with \0\0
25325             g_convert would ignore them if present and works well without them
25326
25327 2004-05-16  Benjamin Otte  <otte@gnome.org>
25328
25329         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25330           simplify caps
25331
25332 2004-05-16  Benjamin Otte  <otte@gnome.org>
25333
25334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25335           don't write to memory we might not write to - g_convert does that
25336           for us anyway (fixes #142613)
25337         (gst_asf_demux_audio_caps):
25338           comment out gst_util_dump_mem
25339
25340 2004-05-16  Benjamin Otte  <otte@gnome.org>
25341
25342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25343           compute correct expected timestamps after seek (broken since
25344           last commit)
25345         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25346           rename element and debugging category to gdkpixbufscale
25347
25348 2004-05-16  Benjamin Otte  <otte@gnome.org>
25349
25350         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25351           add error checking to snd_pcm_delay and remove duplicate call to
25352           snd_pcm_delay that caused issues (see inline code comments)
25353         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25354           make more readable and fix return value when snd_pcm_delay fails
25355         (fixes #142586)
25356
25357 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25358         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25359         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25360         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25361         (gst_pixbufscale_link), (gst_pixbufscale_init),
25362         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25363         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25364         (gst_pixbufscale_get_property), (pixbufscale_init):
25365         * ext/gdk_pixbuf/pixbufscale.h:
25366         Add these files I forgot earlier
25367
25368 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25369         * ext/gdk_pixbuf/Makefile.am:
25370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25371         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25372         Add new pixbufscale element to scale RGB video
25373         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25374         and HYPER interpolation correctly.
25375         * ext/theora/theoraenc.c: (theora_enc_chain),
25376         Discard buffer and return if explicit caps could not be set
25377         (theora_enc_get_property):
25378         Make _get return kbps for the bitrate consistent with
25379         the _set function.
25380
25381
25382 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25383
25384         * ext/libvisual/visual.c: (gst_visual_chain):
25385           add missing visual_audio_analyze
25386
25387 2004-05-14  David Schleef  <ds@schleef.org>
25388
25389         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25390         is killed while we're playing.
25391         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25392         gst_element_no_more_pads().
25393
25394 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25395
25396         * gst-libs/gst/riff/riff-read.c :
25397           - fix INFO tag extraction in RIFF/AVI files
25398             because gst_event_unref (event) also freed taglist
25399           - avoid a mem leak
25400
25401 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25402
25403         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25404         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25405
25406         * gst/auparse/gstauparse.c :
25407           - add code (commented for now) to support audio/x-adpcm on src pad
25408             (we have no decoder for those layout yet)
25409
25410         * gst/cdxaparse/gstcdxaparse.c :
25411         * gst/cdxaparse/gstcdxaparse.h :
25412           - partial rewrite using RiffRead (ripped iain's wavparse code)
25413
25414         * gst/rtp/gstrtpL16enc.c : typo
25415         * gst/rtp/gstrtpgsmenc.c : typo
25416
25417 2004-05-13  Benjamin Otte  <otte@gnome.org>
25418
25419         * configure.ac:
25420           check for exact version of libvisual, it's not supposed to be
25421           API/ABI stable yet
25422
25423 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25424
25425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25426           signal no-more-pads
25427
25428 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25429
25430         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25431         Report which format was used for GST_FORMAT_DEFAULT
25432         * gst/debug/Makefile.am:
25433         * gst/debug/gstdebug.c: (plugin_init):
25434         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25435         (gst_progressreport_class_init), (gst_progressreport_init),
25436         (gst_progressreport_report), (gst_progressreport_set_property),
25437         (gst_progressreport_get_property), (gst_progressreport_chain),
25438         (gst_progressreport_plugin_init):
25439         Add progressreport element for testing.
25440
25441 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25442
25443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25444         * sys/v4l/gstv4lsrc.h:
25445         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25446         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25447         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25448         (gst_v4lsrc_grab_frame):
25449           add more debugging
25450           send a discont at start
25451
25452 2004-05-12  Colin Walters  <walters@redhat.com>
25453
25454         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25455         inflooping if we can't find a chunk.  Or in other words, don't blow
25456         chunks if we don't have a chunk to blow.
25457
25458 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25459         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25460         Remove old debug output
25461         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25462         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25463         (gst_dvdec_set_property), (gst_dvdec_get_property):
25464         Change the quality setting to an enum, so it works from gst-launch
25465         Don't renegotiate a non-linked pad. Allows audio only decoding.
25466         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25467         (gst_deinterlace_link), (gst_deinterlace_init):
25468         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25469         (gst_videodrop_link):
25470         Some caps negotiation fixes
25471
25472 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25473
25474         * ext/tarkin/gsttarkin.c :
25475           - Change RANK from NONE to PRIMARY
25476         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25477           - Change RANK from NONE to MARGINAL
25478         * ext/divx/gstdivxenc.c :
25479           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25480
25481 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25482
25483         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25484         (gst_vorbisenc_push_packet):
25485           copy a function that was added between 1.0 and 1.0.1 until we
25486           depend on worthwhile features of post-1.0
25487
25488 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25489
25490         * configure.ac:
25491           enable shout2 by default
25492         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25493         (gst_shout2send_base_init), (gst_shout2send_init),
25494         (gst_shout2send_connect), (gst_shout2send_change_state):
25495         * ext/shout2/gstshout2.h:
25496           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25497           #142262)
25498         * ext/theora/theora.c: (plugin_init):
25499           don't set rank on encoders
25500
25501 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25502
25503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25504           Use codec_data property instead of flag1 and flag2 for wma
25505
25506 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25507
25508         * gst/cdxaparse/gstcdxaparse.c :
25509           - Add mpegversion to CAPS to make it link
25510           - Rank is as GST_RANK_SECONDARY instead of NONE
25511         * gst/auparse/gstauparse.c :
25512           - Document all audio encoding we can encounter from Solaris 9
25513             headers and libsndfile information.
25514           - Increase max. rate from 48000 to 192000 (to match other elements)
25515           - Don't try to play junk data between header and samples
25516
25517 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25518
25519         * ext/libvisual/visual.c: (gst_visual_getcaps):
25520           use the right caps depending on endianness (I hope)
25521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25522           use GST_RANK_NONE for all non-decoding elements or spider gets
25523           mighty confused
25524
25525 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25526
25527         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25528           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25529
25530 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25531
25532         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25533         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25534         (gst_switch_loop), (gst_switch_get_type):
25535           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25536           HEADERS. Had to be said.
25537
25538 2004-05-10  David Schleef  <ds@schleef.org>
25539
25540         * configure.ac: Add prototype Dirac support.
25541         * ext/Makefile.am:
25542         * ext/dirac/Makefile.am:
25543         * ext/dirac/gstdirac.cc:
25544         * ext/dirac/gstdiracdec.cc:
25545
25546 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25547
25548         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25549         (gst_auparse_init), (gst_auparse_chain),
25550         (gst_auparse_change_state):
25551           Hack around spider. Remove me some day please.
25552
25553 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25556           Fix for some uninitialized variables in previous patch, also
25557           makes it work. Fixes #142286 while we're at it.
25558
25559 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25560
25561         * gst/auparse/gstauparse.c:
25562                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25563                 only unsupported formats are ADPCM/CCITT G.72x
25564                 reviewed by Ronald
25565         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25566
25567 2004-05-10  Wim Taymans  <wim@fluendo.com>
25568
25569         * ext/vorbis/Makefile.am:
25570         * ext/vorbis/README:
25571         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25572         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25573         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25574         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25575         (gst_oggvorbisenc_convert_sink),
25576         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25577         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25578         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25579         (get_constraints_string), (update_start_message),
25580         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25581         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25582         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25583         * ext/vorbis/oggvorbisenc.h:
25584         * ext/vorbis/vorbis.c: (plugin_init):
25585         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25586         (raw_caps_factory), (gst_vorbisenc_class_init),
25587         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25588         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25589         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25590         * ext/vorbis/vorbisenc.h:
25591         Added a raw vorbis encoder to be used with the oggmuxer.
25592         We still need the old encoder for some gnome applications,
25593         read the README to find out how that works.
25594         The raw encoder is called "rawvorbisenc" until 0.9.
25595
25596 2004-05-10  Wim Taymans  <wim@fluendo.com>
25597
25598         * ext/ogg/gstogg.c: (plugin_init):
25599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25600         (gst_ogg_print):
25601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25602         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25603         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25604         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25605         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25606         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25607         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25608         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25609         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25610         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25611         Added an ogg muxer.
25612         Small typo fixes in the demuxer.
25613
25614 2004-05-10  Wim Taymans  <wim@fluendo.com>
25615
25616         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25617         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25618         (theora_enc_change_state), (theora_enc_set_property),
25619         (theora_enc_get_property):
25620         Mark the last packet with an EOS flag which is not really needed
25621         in gstreamer.
25622         Do some better video framerate initialisation.
25623         Update the buffer timestamp.
25624
25625 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25626
25627         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25628         Return the result of the parent state change call
25629
25630 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25631
25632         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25633         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25634         * gst/law/alaw-encode.c : (idem)
25635         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25636         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25637         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25638
25639 2004-05-09  Benjamin Otte  <otte@gnome.org>
25640
25641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25642           don't use a fixed buffer size when writing variable length data to
25643           it. Fixes memory corruption and makes alsasrc work
25644
25645 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25646
25647         * ext/gnomevfs/gstgnomevfssink.c:
25648         (_gst_boolean_allow_overwrite_accumulator),
25649         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25650           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25651           RUN_LAST, and don't use that to set the accumulator value because
25652           then it's always FALSE.
25653
25654 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25655
25656         * gst-libs/gst/riff/riff-media.c:
25657         (gst_riff_create_video_caps_with_data),
25658         (gst_riff_create_audio_caps),
25659         (gst_riff_create_audio_template_caps):
25660         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25661           Fix for unaligned RIFF files (i.e. where all the chunks together
25662           in a LIST chunk are not of the same size as the size given in
25663           the LIST chunk header). Fixes several odd WAVE files. Also fix
25664           ADPCM (block_align property) in audio, so that wavparse based
25665           on this works now as it used to stand-alone.
25666
25667 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25668
25669         reviewed by Benjamin Otte  <otte@gnome.org>
25670
25671         * ext/a52dec/gsta52dec.c:
25672         * ext/divx/gstdivxdec.c:
25673         * ext/divx/gstdivxenc.c:
25674         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25675         * ext/faac/gstfaac.c: (gst_faac_base_init):
25676         * ext/faad/gstfaad.c: (gst_faad_base_init):
25677         * ext/ivorbis/vorbisfile.c:
25678         * ext/lame/gstlame.c:
25679         * ext/libfame/gstlibfame.c:
25680         * ext/mpeg2enc/gstmpeg2enc.cc:
25681         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25682         * ext/sidplay/gstsiddec.cc:
25683         * ext/speex/gstspeexdec.c:
25684         * ext/speex/gstspeexenc.c:
25685         * ext/xvid/gstxviddec.c:
25686         * ext/xvid/gstxvidenc.c:
25687           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25688           (fixes #142193)
25689
25690 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25691
25692         * ext/alsa/gstalsa.c: (device_list),
25693         (gst_alsa_class_probe_devices):
25694         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25695           Fix alsa oddness in mixer after the combination of using mixer
25696           in source/sink elements and using hw:x,y instead of just hw:x.
25697
25698 2004-05-09  Benjamin Otte  <otte@gnome.org>
25699
25700         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25701         (gst_wavparse_create_sourcepad):
25702           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25703           sourcepads
25704
25705 2004-05-09  Benjamin Otte  <otte@gnome.org>
25706
25707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25708           allow discont events before caps nego
25709
25710 2004-05-08  Benjamin Otte  <otte@gnome.org>
25711
25712         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25713           don't leak events
25714
25715 2004-05-08  Benjamin Otte  <otte@gnome.org>
25716
25717         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25718         (gst_level_change_state), (gst_level_init):
25719         * gst/level/gstlevel.h:
25720           figure out if we're initialized directly instead of keeping a
25721           variable that's wrong in 90% of cases
25722           don't initialize pads and then leak them and use a new unitialized
25723           pad. (fixes #142084)
25724           these were bugs so n00bish I didn't find them for an hour :/
25725
25726 2004-05-08 Iain <iain@prettypeople.org>
25727
25728         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25729         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25730         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25731         return the length that was read.
25732         (gst_riff_read_strf_auds): Allow fmt tags as well.
25733
25734 2004-05-07  David Schleef  <ds@schleef.org>
25735
25736         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25737         signed char assumption in faad.h.
25738
25739 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25740
25741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25742           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25743
25744 2004-05-07  Colin Walters  <walters@redhat.com>
25745
25746         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25747         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25748         function.
25749         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25750         Add dispose function.
25751
25752 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25753         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25754           Fix caps nego and pad templates. RGB mode caps should
25755           work now.
25756         * ext/dvdnav/gst-dvd:
25757           Move mpeg2dec inside the thread because otherwise the
25758           queue rejects cap changes mid-stream
25759         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25760         (gst_mpeg2dec_flush_decoder):
25761           For mpeg2dec > 0.4.0, call the flush function instead of
25762           manually extracting all in-flight frames.
25763         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25764         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25765           Change mime type video/dv go video/x-dv to match the
25766           rest of gst-plugins
25767
25768 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25769
25770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25772         (gst_alsa_sink_class_init):
25773         * ext/alsa/gstalsasink.h:
25774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25775         (gst_alsa_src_class_init):
25776         * ext/alsa/gstalsasrc.h:
25777           Make alsasink/src a subclass of alsamixer so that mixer stuff
25778           shows up in gst-rec. Needs some finetuning.
25779
25780 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25781
25782         * ext/lame/gstlame.c: (gst_lame_chain):
25783           simplify
25784         * ext/mad/gstmad.c: (gst_mad_handle_event):
25785           fix event leak
25786         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25787           be able to detect mp3 files < 4096 bytes
25788
25789 2004-05-06  Wim Taymans  <wim@fluendo.com>
25790
25791         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25792         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25793         (theora_enc_set_property), (theora_enc_get_property):
25794         Also encode the first frame, cleanup some code.
25795
25796 2004-05-06  Wim Taymans  <wim@fluendo.com>
25797
25798         * ext/mpeg2enc/gstmpeg2enc.cc:
25799         Forward events first before deciding that negotiation was
25800         not performed.
25801
25802 2004-05-06  Wim Taymans  <wim@fluendo.com>
25803
25804         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25805         First process the events before deciding that negotiation
25806         was not performed.
25807
25808 2004-05-06  Wim Taymans  <wim@fluendo.com>
25809
25810         * ext/theora/Makefile.am:
25811         * ext/theora/theora.c: (plugin_init):
25812         * ext/theora/theoradec.c: (theora_dec_change_state):
25813         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25814         (gst_theora_enc_class_init), (gst_theora_enc_init),
25815         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25816         (theora_enc_chain), (theora_enc_change_state),
25817         (theora_enc_set_property), (theora_enc_get_property):
25818         Added a theora encoder, grouped the encoder and decoder into the
25819         same plugin.
25820
25821 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25822
25823         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25824         (gst_jpegenc_chain):
25825         fix DURATION on outgoing buffers
25826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25827         debug using time formats
25828         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25830         (gst_xvimagesink_sink_link):
25831         windows with width/height 0 generate X errors, so don't allow them
25832
25833 2004-05-05  Wim Taymans  <wim@fluendo.com>
25834
25835         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25836         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25837         (gst_mpeg2dec_negotiate_format):
25838         * ext/mpeg2dec/gstmpeg2dec.h:
25839           removed the static pad template so that we can add the
25840           more accurate framerate value to the caps.
25841
25842
25843 2004-05-04  Benjamin Otte  <otte@gnome.org>
25844
25845         * configure.ac:
25846           check for kdemacros.h, too (should fix #141821)
25847         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25848           don't crash if no header was sent, but nicely error out (fixes part
25849           of #141554)
25850
25851 2004-05-04  Wim Taymans  <wim@fluendo.com>
25852
25853         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25854         parent dispose function to avoid segfault on destroy.
25855
25856 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25857
25858         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25859         (plugin_init):
25860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25861         (gst_xvimagesink_sink_link):
25862         clean up debugging caps
25863         also recreate xvimage when format has changed
25864
25865 2004-05-04  Benjamin Otte  <otte@gnome.org>
25866
25867         * ext/libvisual/Makefile.am:
25868         * ext/libvisual/visual.c: (gst_visual_class_init),
25869         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25870         (gst_visual_srclink), (gst_visual_chain),
25871         (gst_visual_change_state), (plugin_init):
25872           use a GstAdapter to correctly adapt buffer sizes - allows using a
25873           framerate
25874
25875 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25876
25877         * sys/v4l/gstv4lelement.h:
25878         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25880         (gst_v4lsrc_buffer_free):
25881         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25882         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25883         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25884         (gst_v4lsrc_requeue_frame):
25885         move some debugging categories around
25886         query for fps index and set accordingly if found
25887
25888 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25889
25890         * ext/lame/gstlame.c:
25891         correct defaults that lame_init puts out of range
25892
25893 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25894
25895         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25896         (gst_divxenc_class_init):
25897         fix range since -1 is the default
25898         * gst/mpeg1sys/gstmpeg1systemencode.c:
25899         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25900         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25901         (gst_rtjpegdec_chain):
25902         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25903         (gst_rtjpegenc_chain):
25904         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25905         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25906         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25907         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25908         * sys/v4l/gstv4lsrc.c:
25909         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25910         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25911         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25912         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25913         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25914           remove gst_info calls
25915
25916 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25917
25918         * Makefile.am:
25919         * po/af.po:
25920         * po/az.po:
25921         * po/en_GB.po:
25922         * po/nl.po:
25923         * po/sr.po:
25924         * po/sv.po:
25925           Updated translations
25926
25927 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25928
25929         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25930           refactor/comment code
25931
25932 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * gst/asfdemux/Makefile.am:
25935         * gst/asfdemux/asfheaders.c:
25936         * gst/asfdemux/asfheaders.h:
25937         * gst/asfdemux/gstasf.c: (plugin_init):
25938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25939         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25940         (gst_asf_demux_setup_pad):
25941         * gst/asfdemux/gstasfdemux.h:
25942         * gst/asfdemux/gstasfmux.c:
25943         * gst/asfdemux/gstasfmux.h:
25944           Add tagging support to demuxer, split out registration in its own
25945           file instead of in demux (hacky), and prevent having some tables
25946           in our memory multiple times (in asfheaders.h).
25947
25948 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * gst/matroska/matroska-demux.c:
25951         (gst_matroska_demux_parse_metadata):
25952         * gst/matroska/matroska-ids.h:
25953           Basic tag reading support.
25954
25955 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25956
25957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25958           Really detect ac-3 audio.
25959         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25960           really detect matroska files (off-by-1).
25961
25962 2004-04-30  David Schleef  <ds@schleef.org>
25963
25964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25965         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25966         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25967         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25968         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25969         hackage -- parse a lot more atoms, extract a few tags.  One might even
25970         mistake this for tag support.  Maybe it is.
25971         * gst/qtdemux/qtdemux.h:
25972
25973 2004-04-30  Colin Walters  <walters@verbum.org>
25974
25975         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25976
25977 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25978
25979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25980         (gst_ffmpegcolorspace_getcaps):
25981           remove broken nego fix
25982
25983 2004-04-30  Benjamin Otte  <otte@gnome.org>
25984
25985         * configure.ac:
25986         * ext/Makefile.am:
25987         * ext/libvisual/Makefile.am:
25988         * ext/libvisual/visual.c:
25989           add initial support for libvisual (http://libvisual.sourceforge.net)
25990           libvisual is still quite alpha, so expect crashes in there :)
25991
25992 2004-04-29  David Schleef  <ds@schleef.org>
25993
25994         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25995         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25996         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25997         code; you will no longer respect me.
25998
25999 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26000
26001         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26002         * ext/alsa/gstalsa.h :
26003         change alsa pcm device discovery to find more than 1 device
26004         per card. code review by Ronald.
26005
26006 2004-04-29  David Schleef  <ds@schleef.org>
26007
26008         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26009         Add a check for a driver bug on FreeBSD.  (bug #140565)
26010
26011 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26012
26013         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26014         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26015         (gst_jpegenc_getcaps):
26016           move format setting to inner loop
26017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26018         (gst_ffmpegcolorspace_getcaps):
26019           use GST_PAD_CAPS if available so that we use already negotiated
26020           caps
26021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26022         (qtdemux_parse_moov), (qtdemux_parse):
26023           extra debugging
26024         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26025         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26026           move hardcoded path to DEFINE
26027
26028 2004-04-28  David Schleef  <ds@schleef.org>
26029
26030         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26031         (bug #140064)
26032
26033 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26034
26035         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26036           Don't probe for playback device if we're a source element. Fixes
26037           #139658.
26038
26039 2004-04-29  Benjamin Otte  <otte@gnome.org>
26040
26041         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26042         (gst_id3_tag_chain):
26043           rewrite buffer offset
26044
26045 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * configure.ac:
26048         * ext/Makefile.am:
26049         * ext/dts/Makefile.am:
26050         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26051         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26052         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26053         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26054         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26055         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26056         (plugin_init):
26057         * ext/dts/gstdtsdec.h:
26058           New DTS decoder.
26059         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26060         (gst_faad_srcconnect):
26061           Add ESDS atom handling (.m4a).
26062
26063 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26064
26065         * ext/divx/gstdivxdec.c: (plugin_init):
26066           Remove comment that makes no sense.
26067         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26068           Fix for obvious typo that resulted in warnings during gst-register.
26069         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26070         (gst_xviddec_sink_link):
26071           Fix caps negotiation a bit better.
26072         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26073           We call this 'codec_data', not 'esds'.
26074
26075 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26076
26077         * gst/monoscope/gstmonoscope.c:
26078           make sure we only provide 256x128
26079         * gst/monoscope/monoscope.c: (monoscope_init):
26080           assert size of 256x128
26081
26082 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26083
26084         * Makefile.am:
26085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26086         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26087           fixate to max width and height of device
26088
26089 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26090
26091         * Makefile.am:
26092         * sys/v4l/gstv4l.c:
26093         * sys/v4l/gstv4lsrc.c:
26094         * sys/v4l/v4l_calls.c:
26095         * sys/v4l/v4lsrc_calls.c:
26096           fix for qc-usb driver which fakes having more than one buffer
26097           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26098           buffer_free override
26099           add debugging
26100
26101 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26102
26103         * Makefile.am:
26104         * gst/videotestsrc/gstvideotestsrc.c:
26105         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26106         (gst_videotestsrc_init), (gst_videotestsrc_get),
26107         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26108         * gst/videotestsrc/gstvideotestsrc.h:
26109           add num-buffers property
26110
26111         2004-04-26  Benjamin Otte  <otte@gnome.org>
26112
26113         * ext/mad/gstid3tag.c: (plugin_init):
26114           set id3mux rank to NONE so it doesn't confuse spider
26115           require audio/mpeg,mpegversion=1 in id3mux
26116
26117 2004-04-26  Benjamin Otte  <otte@gnome.org>
26118
26119         * configure.ac:
26120           detect faad correctly as non-working if it's indeed non-working
26121
26122 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26123
26124         * Makefile.am:
26125         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26126         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26127         fix _getcaps so it only negotiates to its supported format
26128
26129 2004-04-25  Benjamin Otte  <otte@gnome.org>
26130
26131         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26132           fix memleak
26133
26134 2004-04-23  Benjamin Otte  <otte@gnome.org>
26135
26136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26137           audio/x-raw-int with height rules! not. Now it's depth.
26138
26139 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26140
26141         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26142         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26143         (gst_wavparse_loop):
26144           Missing variable initialization. Add handling of DVI ADPCM. Fix
26145           mis-parsing of LIST chunks. This works around a bug where we mis-
26146           parse non-aligning LIST chunks (so LIST chunks where the contents
26147           don't align with the actual LIST size). The correct fix is to use
26148           rifflib, I'm not going to fix wavparse - too much work. All this
26149           fixes #104878.
26150
26151 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26152
26153         reviewed by Benjamin Otte  <otte@gnome.org>
26154
26155         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26156           fix shoutcast not working (fixes #140844)
26157
26158 2004-04-22  Benjamin Otte  <otte@gnome.org>
26159
26160         * ext/hermes/gsthermescolorspace.c:
26161         (gst_hermes_colorspace_caps_remove_format_info):
26162         * gst/colorspace/gstcolorspace.c:
26163         (gst_colorspace_caps_remove_format_info):
26164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26165         (gst_ffmpegcolorspace_caps_remove_format_info):
26166           s/gst_caps_simplify/gst_caps_do_simplify/
26167
26168 2004-04-22  Benjamin Otte  <otte@gnome.org>
26169
26170         * gst-libs/gst/riff/riff-media.c:
26171         (gst_riff_create_video_caps_with_data):
26172           mpegversion is an int
26173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26174           don't try to create pad templates with NULL caps, use any caps
26175           instead.
26176
26177 2004-04-20  David Schleef  <ds@schleef.org>
26178
26179         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26180         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26181         (bug #140384)
26182
26183 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26184
26185         reviewed by David Schleef
26186
26187         * ext/mad/gstid3tag.c: Add stdlib.h
26188         * gst/rtp/gstrtpgsmenc.c: same
26189         * gst/tags/gstid3tag.c: same
26190         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26191         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26192         GST_DISABLE_LOADSAVE use.
26193         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26194         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26195         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26196         atol(3)).
26197         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26198         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26199         strtoul(3)).
26200         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26201         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26202         $(ID3_CFLAGS).
26203         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26204         $(LIBFAME_CFLAGS).
26205
26206 2004-04-20  David Schleef  <ds@schleef.org>
26207
26208         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26209         last checkin.  Same idea.
26210
26211 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26212
26213         reviewed by David Schleef
26214
26215         * configure.ac: bump required gstreamer version to 0.8.1.1
26216         because of following changes [--ds]
26217
26218         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26219         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26220         (gst_riff_read_header):  Use GST_READ_UINT*
26221         macros to access possibly unaligned memory.
26222
26223         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26224         (mp3_type_find):  Use GST_READ_UINT*
26225         macros to access possibly unaligned memory.
26226         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26227         (speex_type_find): Likewise
26228
26229         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26230
26231         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26232         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26233         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26234         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26235         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26236         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26237         macros to access possibly unaligned memory.
26238
26239         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26240         Likewise.
26241
26242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26243         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26244
26245         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26246         Likewise.
26247
26248         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26249         (gst_mpeg2subt_chain_subtitle): Likewise.
26250
26251         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26252         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26253         Likewise.
26254
26255         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26256         Likewise.
26257
26258         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26259         Likewise.
26260
26261         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26262         Likewise.
26263
26264 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26265
26266         * configure.ac:
26267           update required version of GStreamer because of GST_TIME_FORMAT
26268
26269 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26270
26271         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26272           remove leftover g_print
26273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26274           don't try setting only a subset of the caps. We don't want to kill
26275           autoplugging on purpose
26276
26277 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26278
26279         * sys/ximage/ximagesink.c: (plugin_init):
26280         * sys/xvimage/xvimagesink.c: (plugin_init):
26281           add debugging categories
26282
26283 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26284
26285         * po/en_GB.po:
26286         * po/LINGUAS:
26287           Adding en_GB translation (Gareth Owen)
26288
26289 2004-04-20  David Schleef  <ds@schleef.org>
26290
26291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26292         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26293         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26294         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26295         A number of new features and hacks to extract the esds atom and
26296         put it into the caps.  (bug #137724)
26297
26298 2004-04-19  David Schleef  <ds@schleef.org>
26299
26300         * gconf/Makefile.am: Fix for non-GNU make
26301         * gst-libs/gst/Makefile.am: Change directory order to handle
26302         GstPlay linking with gstinterfaces
26303         * gst-libs/gst/audio/make_filter: make use of tr portable
26304         * gst-libs/gst/play/Makefile.am: Add intended \
26305         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26306         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26307         function prototype instead of void *.
26308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26309         macro.
26310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26311         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26312         * gst/videofilter/make_filter: make use of tr portable
26313         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26314
26315 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26316
26317         * po/LINGUAS:
26318         * po/uk.po:
26319           Added Ukrainian translation (Maxim V. Dziumanenko)
26320
26321 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26324         (gst_gsmdec_link), (gst_gsmdec_chain):
26325           Fix capsnego, simplify chain function slightly.
26326         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26327           Add GSM.
26328
26329 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26332         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26333         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26334           Hack to make wavparse work with spider (always -> sometimes pad).
26335           Fixes #135862 && #140411.
26336
26337 2004-04-18  Benjamin Otte  <otte@gnome.org>
26338
26339         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26340         (gst_osselement_rate_probe_check),
26341         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26342           get rid of \n in debug output
26343
26344 2004-04-17  Iain <iain@prettypeople.org>
26345
26346         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26347         not just EOS.
26348
26349 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26350
26351         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26352         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26353         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26354         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26355         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26356         (gst_id3_tag_change_state), (plugin_init):
26357           deprecate id3tag element and replace with id3demux/id3mux.
26358           great side effect: this ugly file is now even uglier, yay!
26359         * ext/mad/gstmad.h:
26360           remove non-available function
26361           update for new get_type
26362
26363 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26364
26365         * configure.ac:
26366           require mpeg2dec >= 0.4.0
26367
26368 2004-04-17  Benjamin Otte  <otte@gnome.org>
26369
26370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26371         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26372         (gst_xvimagesink_set_xwindow_id):
26373           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26374           assorted cleanup fixes.
26375
26376 2004-04-16  David Schleef  <ds@schleef.org>
26377
26378         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26379         * sys/xvimage/xvimagesink.h: same
26380
26381 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26384           Fix GST_ELEMENT_ERROR with (NULL)
26385
26386 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26387
26388         * gst-libs/gst/riff/riff-media.c:
26389         (gst_riff_create_video_caps_with_data):
26390           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26391
26392 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * gst-libs/gst/riff/riff-media.c:
26395         (gst_riff_create_video_caps_with_data),
26396         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26397         (gst_riff_create_video_template_caps),
26398         (gst_riff_create_audio_template_caps):
26399         * gst-libs/gst/riff/riff-media.h:
26400         * gst-libs/gst/riff/riff-read.c:
26401         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26402         * gst-libs/gst/riff/riff-read.h:
26403         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26404           Add MS RLE support. I added some functions to read out strf chunks
26405           into strf chunks and the data behind it. This is usually color
26406           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26407           caps creation. Lastly, add ADPCM (similar to wavparse - which
26408           should eventually be rifflib based).
26409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26410         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26411         * gst/matroska/matroska-demux.h:
26412           Remove placeholders for some prehistoric tagging system. Didn't add
26413           support for any tag system really anyway.
26414         * gst/qtdemux/qtdemux.c:
26415           Add support for audio/x-m4a (MPEG-4) through spider.
26416         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26417         (gst_wavparse_loop):
26418           ADPCM support (#135862). Increase max. buffer size because we
26419           cannot split buffers for ADPCM (screws references) and I've seen
26420           files with 2048 byte chunks. 4096 seems safe for now.
26421
26422 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26423
26424         * configure.ac: bump nano to 1
26425
26426 === release 0.8.1 ===
26427
26428 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26429
26430         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26431
26432 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26433
26434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26435           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26436           Fixes #140058
26437
26438 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26439
26440         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26441           lower rank of dvddemux so that it's not used for mpeg playback.
26442
26443 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26444
26445         * configure.ac:
26446           save libs correctly when checking mad
26447
26448 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26449
26450         * ext/mad/gstid3tag.c: (plugin_init):
26451           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26452
26453 2004-04-13  David Schleef  <ds@schleef.org>
26454
26455         * common/m4/gst-feature.m4: Call -config scripts with
26456         --plugin-libs if it is supported.
26457         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26458         JPEG images are image/jpeg.
26459         * gst/debug/Makefile.am:
26460         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26461         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26462         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26463         (gst_negotiation_plugin_init): Add a property that acts like
26464         filter caps.
26465         * testsuite/gst-lint:  Move license checking to be a standard
26466         test.
26467
26468 2004-04-13  David Schleef  <ds@schleef.org>
26469
26470         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26471         patch from Sebastien Cote (bug #139958)
26472
26473 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26474
26475         * examples/gstplay/Makefile.am:
26476         * examples/gstplay/player.c: (main):
26477           make the commandline player example use gconf settings
26478
26479 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26480
26481         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26482         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26483         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26484           init/end library during state transition, not object
26485           creation/disposal.  get rid of custom dispose handler.
26486
26487
26488 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26489
26490         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26491         be a symlink
26492
26493 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26496           Handle JUNK chunks inside data section. Prevents warnings.
26497
26498 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26501         (gst_riff_create_video_template_caps):
26502           Add MS video v1.
26503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26504         (gst_avi_demux_stream_data):
26505           Add support for "rec-list" chunks.
26506
26507 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26510           Fix another codecname mismatch.
26511
26512 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26515           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26516           so that MJPEG plays back.
26517
26518 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26519
26520         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26521         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26522         * gst/mpeg1videoparse/gstmp1videoparse.h:
26523           Fix for some slight mis-cuts in buffer parsing, and for some
26524           potential overflows or faults-causers. Adds disconts. Also fixes
26525           #139105 while we're at it.
26526
26527 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * configure.ac:
26530         * sys/v4l2/gstv4l2element.h:
26531           Workaround for missing struct v4l2_buffer declaration in Suse 9
26532           and Mandrake 10 linux/videodev2.h header file (#135919).
26533
26534 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26537           Bail out if no filename was given.
26538
26539 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26540
26541         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26542         (gst_v4l2_fourcc_from_structure):
26543           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26544           Y41B somewhere).
26545
26546 2004-04-09  Benjamin Otte  <otte@gnome.org>
26547
26548         * ext/gnomevfs/gstgnomevfssink.c:
26549         (_gst_boolean_allow_overwrite_accumulator),
26550         (gst_gnomevfssink_class_init):
26551           fix erase signal - if any handler returns false the file will not be
26552           overwritten. If no handler is connected, the file will not be
26553           overwritten either.
26554           renamed signal to "allow-overwrite"
26555         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26556           free string when adding it to ID3 failed
26557         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26558           unref event when done
26559         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26560           free caps
26561         * gst/typefind/gsttypefindfunctions.c:
26562         (mpeg_video_stream_type_find):
26563           fix invalid read
26564
26565 2004-04-08  David Schleef  <ds@schleef.org>
26566
26567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26568         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26569
26570 2004-04-08  David Schleef  <ds@schleef.org>
26571
26572         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26573         we don't support (bug #139532)
26574
26575 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26576
26577         * ext/mad/gstmad.c: (gst_mad_handle_event),
26578         (gst_mad_check_caps_reset), (gst_mad_chain),
26579         (gst_mad_change_state):
26580           only set explicit caps if they haven't been set before for
26581           this stream.  MPEG-audio sample rate/channels aren't allowed
26582           to change in-stream.
26583           Fixes #139382
26584
26585 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26586
26587         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26588         (_gst_boolean_did_something_accumulator),
26589         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26590         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26591         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26592         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26593         (gst_gnomevfssink_change_state):
26594           Fix erase signal. Don't erase by default. Remove handoff signal.
26595           Remove erase property. Don't segfault. General cleanup.
26596
26597 2004-04-07  Benjamin Otte  <otte@gnome.org>
26598
26599         * gst-libs/gst/gconf/test-gconf.c: (main):
26600           add missing gst_init
26601
26602 2004-04-07  Benjamin Otte  <otte@gnome.org>
26603
26604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26605           free the mutexes, too
26606
26607 2004-04-07  Benjamin Otte  <otte@gnome.org>
26608
26609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26610           actually free the URI string
26611         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26612           compute offset correctly when passing discont events
26613         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26614           don't leak discont events
26615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26616           add some missing breaks so caps aren't copied randomly
26617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26618           if we realloc memory, we better use it
26619
26620 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26621
26622         * ext/mad/gstmad.c: (normal_seek):
26623           fix GST_FORMAT_TIME usage
26624
26625 2004-04-05  David Schleef  <ds@schleef.org>
26626
26627         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26628         a deprecated function (hack!)
26629
26630 2004-04-05  Benjamin Otte  <otte@gnome.org>
26631
26632         * ext/esd/esdmon.c: (gst_esdmon_get):
26633           fix nonterminated vararg and memleak
26634
26635 2004-04-05  Benjamin Otte  <otte@gnome.org>
26636
26637         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26638         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26639         (gst_ladspa_set_property), (gst_ladspa_get_property),
26640         (gst_ladspa_instantiate), (gst_ladspa_activate),
26641         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26642           clean up debugging
26643
26644 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26645
26646         reviewed by Benjamin Otte  <otte@gnome.org>
26647
26648         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26649           check for broken LADSPA parameters (fixes #138635)
26650
26651 2004-04-05  Benjamin Otte  <otte@gnome.org>
26652
26653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26654           advertise buffer-frames correctly on sinkpads
26655
26656 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26659         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26660         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26661         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26662         (gst_mad_check_caps_reset), (gst_mad_chain):
26663         add more debugging, only reset caps when we're not in error state
26664
26665 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26666
26667         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26668
26669 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26670
26671         reviewed by Benjamin Otte  <otte@gnome.org>
26672
26673         * configure.ac:
26674           fix == in test(1) operator
26675
26676 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26677
26678         reviewed by Benjamin Otte  <otte@gnome.org>
26679
26680         * configure.ac:
26681           fix --export-symblos-regex to a working regex.
26682
26683 2004-04-04  Benjamin Otte  <otte@gnome.org>
26684
26685         * sys/oss/.cvsignore:
26686           add for oss_probe
26687
26688 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26689
26690         reviewed by Benjamin Otte  <otte@gnome.org>
26691
26692         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26693           add missing 'new_media' argument (fixes #138168)
26694         * gst/matroska/matroska-demux.c:
26695         (gst_matroska_demux_handle_seek_event):
26696           add vararg terminator (fixes #138169)
26697
26698 2004-04-02  David Schleef  <ds@schleef.org>
26699
26700         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26701         disted (bug #138914)
26702
26703 2004-04-01  Benjamin Otte  <otte@gnome.org>
26704
26705         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26706         (gst_alsa_close_audio):
26707           handle case better where a soundcard can't pause
26708         * ext/ogg/gstoggdemux.c:
26709           don't crash when we get events but don't have pads yet
26710
26711 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26712
26713         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26714           throw an error if we couldn't probe any caps.
26715
26716 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26717
26718         * ext/dvdnav/gst-dvd:
26719         Add a really simple sample DVD player
26720
26721 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26722
26723         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26724         (gst_a52dec_push), (gst_a52dec_handle_event),
26725         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26726         (gst_a52dec_change_state):
26727         * ext/a52dec/gsta52dec.h:
26728           Use a debug category, Output timestamps correctly
26729           Emit tag info, Handle events, tell liba52dec about cpu
26730           capabilities so it can use MMX etc.
26731         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26732           Fix a crasher accessing invalid memory
26733         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26734         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26735         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26736         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26737         (dvdnavsrc_query):
26738           Some support for byte-format seeking.
26739           Small fixes for still frames and menu button overlays
26740         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26741         (gst_mpeg2dec_alloc_buffer):
26742           Use a debug category. Adjust the report level of several items to
26743           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26744           so it doesn't lose the GstBuffer pointer
26745         * gst/debug/Makefile.am:
26746         * gst/debug/gstdebug.c: (plugin_init):
26747         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26748         (gst_navseek_base_init), (gst_navseek_class_init),
26749         (gst_navseek_init), (gst_navseek_seek),
26750         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26751         (gst_navseek_get_property), (gst_navseek_chain),
26752         (gst_navseek_plugin_init):
26753         * gst/debug/gstnavseek.h:
26754           Add the navseek debug element for seeking back and forth in a
26755           video stream using arrow keys.
26756         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26757         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26758         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26759         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26760         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26761         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26762         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26763         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26764         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26765         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26766         * gst/mpeg2sub/gstmpeg2subt.h:
26767           Pretty much a complete rewrite. Now a loopbased element. May still
26768           require work to properly synchronise subtitle buffers.
26769         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26770         (gst_dvd_demux_send_subbuffer):
26771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26772           Don't attempt to create subbuffers of size 0
26773           Reduce a couple of error outputs to warnings.
26774         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26775         (gst_y4mencode_chain):
26776         Output the y4m frame header correctly.
26777
26778 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26779
26780         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26781           throw errors instead of allowing SIGFPE
26782
26783 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26784
26785         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26786         (gst_gconf_render_bin_from_key):
26787           leak plugging and style fixing
26788
26789 2004-03-31  David Schleef  <ds@schleef.org>
26790
26791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26792         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26793         (bug #138225)
26794         * gst/debug/Makefile.am:
26795         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26796         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26797         plugin.
26798         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26799         (gst_negotiation_base_init), (gst_negotiation_class_init),
26800         (gst_negotiation_init), (gst_negotiation_getcaps),
26801         (gst_negotiation_pad_link), (gst_negotiation_chain),
26802         (gst_negotiation_set_property), (gst_negotiation_get_property),
26803         (gst_negotiation_plugin_init):  New element to talk about random
26804         negotiation things happening in a pipeline.
26805
26806 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26807
26808         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26809           fix integer addition with help of Stefan Kost
26810
26811 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26812
26813         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26814
26815 2004-03-30  David Schleef  <ds@schleef.org>
26816
26817         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26818         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26819         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26820         (bug #137504)
26821         * ext/mpeg2dec/gstmpeg2dec.h:
26822
26823 2004-03-30  David Schleef  <ds@schleef.org>
26824
26825         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26826
26827 2004-03-30  David Schleef  <ds@schleef.org>
26828
26829         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26830         Michael Petullo) to handle .mov
26831
26832 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26833
26834         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26835         (gst_osselement_rate_check_rate):
26836           probe caps correctly for sound cards that only support one format
26837
26838 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26839
26840         * ext/kio/kiosrc.cpp: (process_events):
26841           update handling event processing if inside KDE - untested
26842
26843 2004-03-29  David Schleef  <ds@schleef.org>
26844
26845         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26846         by 2 to not interfere with other colorspaces.
26847         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26848         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26849         one to not interfere with ffmpeg_colorspace.
26850
26851 2004-03-29  David Schleef  <ds@schleef.org>
26852
26853         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26854         aren't in the caps.
26855         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26856         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26857
26858 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26859
26860         * gst-libs/gst/riff/riff-media.c:
26861           fail on error, don't try to set stuff on NULL caps
26862
26863 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26864
26865         * configure.ac:
26866         * ext/Makefile.am:
26867         * ext/kio/Makefile.am:
26868         * ext/kio/kioreceiver.cpp:
26869         * ext/kio/kioreceiver.h:
26870         * ext/kio/kiosrc.cpp:
26871         * ext/kio/kiosrc.h:
26872           add experimental kiosrc plugin
26873         * ext/alsa/gstalsaplugin.c: (plugin_init):
26874           initialize debugging category only when we're sure registering the
26875           plugins worked.
26876
26877 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26878
26879         * examples/gstplay/player.c: (main):
26880         * gst-libs/gst/play/play.c: (gst_play_class_init),
26881         (gst_play_set_location), (gst_play_set_data_src),
26882         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26883         (gst_play_set_visualization), (gst_play_connect_visualization):
26884           check return values of element_set_state and return FALSE where
26885           failed
26886
26887 2004-03-29  Benjamin Otte  <otte@gnome.org>
26888
26889         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26890           try harder to check if an event is really a discont
26891
26892 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26893
26894         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26895         * po/az.po:
26896
26897 2004-03-28  Benjamin Otte  <otte@gnome.org>
26898
26899         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26901         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26902           get rid of non-standard "..." ranges in case statements.
26903
26904 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26905
26906         * gst/mpegstream/gstmpegdemux.c:
26907         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26908         specific functionality split to the new dvddemux element.
26909         * gst/mpegstream/gstdvddemux.c:
26910         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26911         streams, derived from mpegdemux.
26912         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26913         up. SCR based timestamp rewriting can be turned off (will probably
26914         completely disappear soon).
26915         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26916         hacking. General cleanup. All printf statements replaced by
26917         debugging messages. Almost complete libdvdnav support.
26918         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26919         by events. New properties for audio and subpicture languages.
26920         (dvdnavsrc_update_highlight): Now uses events.
26921         (dvdnavsrc_user_op): Cleaned up.
26922         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26923         based). Lots of cleanup, and propper support for most libdvdnav
26924         events.
26925         (dvdnavsrc_make_dvd_event): New function.
26926         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26927         (dvdnavsrc_make_clut_change_event): New function.
26928
26929 2004-03-26  Benjamin Otte  <otte@gnome.org>
26930
26931         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26932           fix bug where typefinding would claim it's theora whenever less then
26933           7 bytes of data were available
26934
26935 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26938         (gst_alawdec_base_init), (gst_alawdec_class_init),
26939         (gst_alawdec_init), (gst_alawdec_chain):
26940         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26941         (gst_alawenc_base_init), (gst_alawenc_class_init),
26942         (gst_alawenc_init), (gst_alawenc_chain):
26943         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26944         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26945         (gst_mulawdec_init), (gst_mulawdec_chain):
26946         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26947         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26948         (gst_mulawenc_init), (gst_mulawenc_chain):
26949           Fix capsnego in all four, remove the unused property functions and
26950           simplify the chain functions slightly. I guess we could use macros
26951           or something similar for those, since the code is so similar, but
26952           I'm currently too lazy...
26953
26954 2004-03-24  David Schleef  <ds@schleef.org>
26955
26956         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26957         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26958         (gst_osselement_get_format_structure),
26959         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26960         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26961         (gst_osselement_rate_int_compare): Add code to handle rate probing
26962         (bug #120883)
26963         * sys/oss/gstosselement.h: same
26964         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26965         Use rate probing provided by osselement.
26966         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26967
26968 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26969
26970         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26971         (gst_xvidenc_get_property):
26972           ulong/int mess-up.
26973
26974 2004-03-24  David Schleef  <ds@schleef.org>
26975
26976         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26977         (gst_speexdec_init):
26978         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26979         (gst_speexenc_init):  Create the pad template correctly (from
26980         the static pad template, not a NULL pointer.)
26981
26982 2004-03-25  Benjamin Otte  <otte@gnome.org>
26983
26984         * gst/debug/Makefile.am:
26985         * gst/debug/breakmydata.c:
26986           add element that quasi-randomly changes bytes in the stream.
26987           Intended use is robustness checking of demuxers and decoders in
26988           media tests.
26989
26990 2004-03-24  Benjamin Otte  <otte@gnome.org>
26991
26992         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26993         (gst_alsa_probe_hw_params):
26994         * ext/alsa/gstalsa.h:
26995           debugging output fixes
26996
26997 2004-03-24  Benjamin Otte  <otte@gnome.org>
26998
26999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27000           don't g_return_if_fail if element is PLAYING, fail silently as every
27001           other element.
27002         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27003           only fix needed for cast lvalue issues in gst-plugins
27004         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27005           add proxy_getcaps
27006
27007 2004-03-24  Benjamin Otte  <otte@gnome.org>
27008
27009         * gst/level/gstlevel.c: (gst_level_init):
27010           add proxying getcaps function, so level doesn't advertise impossible
27011           caps
27012
27013 2004-03-24  David Schleef  <ds@schleef.org>
27014
27015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27016         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27017         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27018         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27019         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27020         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27021         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27022         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27023         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27024         messages.  Divide the chunk size by the compression ratio
27025         (needed for MACE audio)
27026
27027 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27030           Fix buffer overflow read error.
27031
27032 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * ext/alsa/gstalsa.h:
27035           Remove unused entry.
27036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27037           Add cinepak.
27038         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27039         (gst_videodrop_link), (gst_videodrop_chain):
27040           Fix, sort of. Was horribly broken with new capsnego. Bah...
27041
27042 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27043
27044         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27045         (plugin_init):
27046         Add a monkeysaudio typefind function
27047
27048 2004-03-23  Johan Dahlin  <johan@gnome.org>
27049
27050         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27051         (gst_play_video_fixate): Check so the structure has the field
27052         before trying to fixate them, this makes it possible to have
27053         fakesinks for video and audio output without printing errors on
27054         the output console.
27055
27056 2004-03-22  David Schleef  <ds@schleef.org>
27057
27058         * sys/oss/Makefile.am:
27059         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27060         (check_rate), (add_rate):  Rate probing test app.
27061
27062 2004-03-21  Benjamin Otte  <otte@gnome.org>
27063
27064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27065         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27066           add a fixation function that pretty much does the right thing (fixes
27067           #137556)
27068
27069 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27070
27071         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27072
27073 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27074
27075         reviewed by: Benjamin Otte  <otte@gnome.org>
27076
27077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27078           terminate gst_event_new_discontinuous correctly (fixes parts of
27079           #137711)
27080
27081 2004-03-19  David Schleef  <ds@schleef.org>
27082
27083         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27084         since it doesn't depend on X, and it's part of our ABI.
27085
27086 2004-03-19  Iain <iain@prettypeople.org>
27087
27088         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27089         is_int in the structure, not the local variable.
27090
27091 2004-03-19  David Schleef  <ds@schleef.org>
27092
27093         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27094         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27095         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27096         Improvements in caps negotiation.
27097
27098 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27099
27100         * po/LINGUAS:
27101         * po/af.po:
27102           adding Afrikaans (Petri Jooste)
27103
27104 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27105
27106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27107         (gst_ffmpegcolorspace_chain):
27108         throw error instead of g_critical (#137588)
27109
27110 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27111
27112         * Makefile.am:
27113         * configure.ac:
27114           dist common and m4 correctly
27115         * po/sv.po:
27116
27117 2004-03-17  David Schleef  <ds@schleef.org>
27118
27119         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27120         (bug #137348)
27121
27122 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27123
27124         * po/LINGUAS:
27125         * po/sv.po:
27126           adding Swedish translation (Christian Rose)
27127
27128 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27129
27130         * Makefile.am: use release.mak
27131
27132 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * common/ChangeLog:
27135         * common/gst-autogen.sh:
27136           add some explanation about the version detection
27137         * configure.ac:
27138           fix X check
27139
27140 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27141
27142         * configure.ac: bump nano to 1
27143
27144 === release 0.8.0 ===
27145
27146 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27147
27148         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27149
27150 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27151
27152         * configure.ac:
27153           update libtool version
27154         * gst-libs/gst/media-info/Makefile.am:
27155           actually use libtool version
27156
27157 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27158
27159         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27160
27161 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * configure.ac:
27164         * gst-plugins.spec.in:
27165         * pkgconfig/Makefile.am:
27166         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27167         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27168         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27169         * pkgconfig/gstreamer-libs.pc.in:
27170         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27171         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27172         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27173         * pkgconfig/gstreamer-plugins.pc.in:
27174           remove @VERSION@ from some of the pc files since core and plugins
27175           are decoupled.
27176           created gstreamer-plugins.pc as it's a better name, but keeping
27177           -libs around for now to get fixes upstream done first.
27178
27179 2004-03-15  Julien MOUTTE <julien@moutte.net>
27180
27181         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27182         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27183         * gst-libs/gst/play/play.h:
27184
27185 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * *.c, *.cc: don't mix tabs and spaces
27188
27189 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27190
27191         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27192           use the new ffmpegcolorspace
27193         * gst-plugins.spec.in:
27194           package new colorspace and media-info
27195         * configure.ac:
27196         * pkgconfig/Makefile.am:
27197           fix some more disting issues
27198         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27199         * pkgconfig/gstreamer-media-info.pc.in:
27200           generate media-info pc files
27201
27202 2004-03-15  Johan Dahlin  <johan@gnome.org>
27203
27204         * *.h: Revert indenting
27205
27206 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27207
27208         * configure.ac:
27209           adding ffmpegcolorspace element
27210         * gst/ffmpegcolorspace/Makefile.am:
27211         * gst/ffmpegcolorspace/avcodec.h:
27212         * gst/ffmpegcolorspace/common.h:
27213         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27214         * gst/ffmpegcolorspace/dsputil.h:
27215         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27217         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27218         (gst_ffmpeg_caps_to_pix_fmt):
27219         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27221         (gst_ffmpegcolorspace_caps_remove_format_info),
27222         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27223         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27224         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27225         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27226         (gst_ffmpegcolorspace_set_property),
27227         (gst_ffmpegcolorspace_get_property),
27228         (gst_ffmpegcolorspace_register):
27229         * gst/ffmpegcolorspace/imgconvert.c:
27230         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27231         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27232         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27233         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27234         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27235         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27236         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27237         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27238         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27239         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27240         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27241         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27242         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27243         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27244         (img_get_alpha_info), (deinterlace_line),
27245         (deinterlace_line_inplace), (deinterlace_bottom_field),
27246         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27247         * gst/ffmpegcolorspace/imgconvert_template.h:
27248         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27249         * gst/ffmpegcolorspace/mmx.h:
27250         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27251           adding ffmpegcolorspace element supplied by Ronald after cleaning
27252           up and pulling in the right bits of upstream source.
27253           I'm sure a better C/compiler wizard could do some cleaning up (for
27254           example use GLIB's malloc stuff), but as a first pass this
27255           works very well
27256
27257 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27258
27259         * ext/alsa/gstalsa.h:
27260           I assume Ronald forgot to commit the change to have cardname
27261           as a struct member.  Expect some public spanking at the next
27262           opportunity.
27263
27264 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27267         (gst_alsa_open_audio), (gst_alsa_close_audio):
27268         * ext/alsa/gstalsa.c:
27269           Don't open the device if we're a mixer (= padless).
27270         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27271         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27272         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27273           Open mixer during state change rather than during object
27274           initialization. Also, get a device name. Currently in a somewhat
27275           hackish fashion, but I didn't really find something better.
27276
27277 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27278
27279         * *.c, *.h: run gst-indent
27280
27281 2004-03-14  Benjamin Otte  <otte@gnome.org>
27282
27283         * gst/modplug/gstmodplug.cc:
27284         * gst/modplug/gstmodplug.h:
27285           set correct timestamps on outgoing buffers
27286
27287 2004-03-14  Benjamin Otte  <otte@gnome.org>
27288
27289         * gst/modplug/gstmodplug.cc:
27290           handle events - don't do crap when a discont arrives that's not
27291           necessary
27292           This allows correct loading and playback of mods in Rhythmbox
27293
27294 2004-03-14  Benjamin Otte  <otte@gnome.org>
27295
27296         * configure.ac:
27297         * gst-libs/gst/gconf/Makefile.am:
27298         * pkgconfig/Makefile.am:
27299           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27300           they get rebuilt properly
27301         * configure.ac:
27302           when checking for vorbis, try pkgconfig first.
27303         * gst/modplug/gstmodplug.cc:
27304           add fixate function
27305
27306 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27309           Fix for obvious mistake, where we first shift the offset and then
27310           read a samplesize element assuming the old offset. Note that this
27311           part still has something weird, i.e. my movies containing those
27312           don't actually play well, but at least there's something that looks
27313           like sound now.
27314
27315 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27316         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27317         (plugin_init):
27318         Add a typefind function for speex format
27319
27320 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27321
27322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27323         (gst_asf_demux_setup_pad):
27324           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27325           instead of 0. Reason is simple: some elements have a fps range
27326           of 1-max instead of 0-max. So now ASF video actually works.
27327
27328 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27329
27330         * po/LINGUAS:
27331         * po/sr.po:
27332           adding serbian as a language
27333
27334 2004-03-13  Benjamin Otte  <otte@gnome.org>
27335
27336         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27337           return taglist correctly from _get function, don't gst_pad_push it.
27338           (fixes #137042)
27339
27340 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27341         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27342
27343 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27346         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27347         (gst_alsa_mixer_track_new):
27348         * ext/alsa/gstalsamixertrack.h:
27349           Fix ancient leftovers... MixerTrack is a GObject.
27350
27351 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27352
27353         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27354         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27355           Don't block during probing...
27356
27357 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27358
27359         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27360         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27361         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27362         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27363         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27364         (gst_alsa_open_audio), (gst_alsa_close_audio):
27365         * ext/alsa/gstalsa.h:
27366           Add propertyprobe interface implementation, add some device-name
27367           property, all this so that it looks good in gnome-volume-control.
27368
27369 2004-03-12  David Schleef  <ds@schleef.org>
27370
27371         * configure.ac: the Hermes library controls hermescolorspace, not
27372         colorspace.
27373         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27374         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27375         not /* */
27376         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27377         * ext/sdl/sdlvideosink.h: ditto.
27378         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27379
27380 2004-03-12  Benjamin Otte  <otte@gnome.org>
27381
27382         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27383         (gst_x_overlay_got_xwindow_id):
27384         * gst-libs/gst/xoverlay/xoverlay.h:
27385           replace XID with unsigned long to get rid of the xlibs dependency in
27386           XOverlay (fixes #137004)
27387
27388 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27389         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27390         (gst_agingtv_setup):
27391         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27392         (gst_dicetv_base_init), (gst_dicetv_class_init),
27393         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27394         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27395         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27396         (gst_edgetv_setup), (gst_edgetv_rgb32):
27397         * gst/effectv/gsteffectv.c:
27398         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27399         (gst_quarktv_set_property):
27400         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27401         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27402         (gst_revtv_setup), (gst_revtv_rgb32):
27403         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27404         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27405         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27406         (gst_shagadelictv_rgb32):
27407         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27408         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27409         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27410         * gst/effectv/gstwarp.c:
27411         Port everything that can be ported to videofilter and fix up the caps.
27412         Can someone with a big-endian machine please check these?
27413
27414 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27415
27416         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27417         (gst_osssink_chain), (gst_osssink_change_state):
27418           Latest fixes for A/V sync, audio playback and such. This is about
27419           all... MPEG playback issues are mostly related to the async build-
27420           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27421
27422 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27423
27424         patch from: Stephane Loeuillet
27425
27426         * configure.ac:
27427           use pkg-config for some libraries, falling back to the old .m4 way
27428           (fixes #131270)
27429         * m4/libdv.m4:
27430           removed
27431
27432 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27433
27434         * configure.ac:
27435         * tools/Makefile.am:
27436         * tools/Makefile.in:
27437         * tools/gst-launch-ext-m.m:
27438         * tools/gst-launch-ext.1.in:
27439         * tools/gst-visualise-m.m:
27440         * tools/gst-visualise.1:
27441         * tools/gst-visualise.1.in:
27442           reorganizing generation of script tools
27443
27444 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * ext/divx/gstdivxdec.c:
27447           Downgrade priority. We prefer ffdec_mpeg4.
27448         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27449         (gst_faad_chain), (gst_faad_change_state):
27450           Fix capsnego. Doesn't work for some sounds because we don't have
27451           a 5:1 to stereo element.
27452         * ext/xvid/gstxvid.c: (plugin_init):
27453           Add priority.
27454         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27455         (gst_osssink_change_state):
27456           Add discont handling.
27457
27458 2004-03-09  Colin Walters  <walters@verbum.org>
27459
27460         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27461         conversion.
27462
27463 2004-03-09  Benjamin Otte  <otte@gnome.org>
27464
27465         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27466           the signals take 2 arguments
27467
27468 2004-03-09  David Schleef  <ds@schleef.org>
27469
27470         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27471         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27472         * ext/alsa/gstalsa.h:
27473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27474
27475 2004-03-09  Benjamin Otte  <otte@gnome.org>
27476
27477         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27478         (gst_mikmod_change_state):
27479         * ext/mikmod/gstmikmod.h:
27480           make mikmod's loop function not loop infinitely and call
27481           gst_element_yield anymore
27482         * gst/modplug/gstmodplug.cc:
27483           fix pad negotiation (fixes #136590)
27484
27485 2004-03-09  David Schleef  <ds@schleef.org>
27486
27487         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27488         doesn't conflict with the internal colorspace plugin.
27489         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27490         satisfy the crappy-ass shell shipped by a certain vendor.
27491         * gst/videofilter/make_filter: same (bug #135299)
27492
27493 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27494
27495         * configure.ac: bump nano to 1
27496
27497 === release 0.7.6 ===
27498
27499 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * configure.in: releasing 0.7.6, "There"
27502
27503 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27506         * pkgconfig/gstreamer-play.pc.in:
27507           synchronize the two
27508
27509 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27510
27511         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27512         (cdparanoia_open), (cdparanoia_event):
27513           fix/add error handling
27514         * po/POTFILES.in:
27515           add cdparanoia source
27516         * tools/Makefile.am:
27517           make scripts executable
27518
27519 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27520
27521         * configure.ac:
27522         * ext/vorbis/Makefile.am:
27523         * sys/Makefile.am:
27524           remove id3types, vorbisfile and xvideosink from the build (#133783)
27525
27526 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27529           Fix metadata read crash (#136537).
27530
27531 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27532
27533         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27534         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27535           adding mime types, fixing the one-stop function
27536
27537 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27538
27539         * ext/nas/nassink.c and /ext/nas/nassink.h:
27540         More NAS love from Arwed von Merkatz
27541         So lets all sing 'Can you feel the NAS tonight'
27542
27543 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27544
27545         * tools/gst-launch-ext.in:
27546         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27547
27548 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27551         (gst_mpeg2dec_init):
27552         remove the user_data pad for now, because it is being used in
27553         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27554         If someone knows how to fix this properly, please do.
27555
27556 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27559         (gst_osssink_get_time):
27560         add a warning, IMO this won't get triggered anymore, remove later
27561
27562 2004-03-07  David Schleef  <ds@schleef.org>
27563
27564         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27565         format (bug #136470)
27566
27567 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         * gst-libs/Makefile.am:
27570         * gst-libs/gst/media-info/Makefile.am:
27571         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27572         (error_callback), (gst_media_info_error_create),
27573         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27574         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27575         * gst-libs/gst/media-info/media-info-priv.h:
27576         * gst-libs/gst/media-info/media-info-test.c: (main):
27577         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27578         (gst_media_info_class_init), (gst_media_info_instance_init),
27579         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27580         (gst_media_info_read_idler), (gst_media_info_read):
27581         * gst-libs/gst/media-info/media-info.h:
27582         fixed, should work now
27583
27584 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27585
27586         * ext/nas/nassink.c:
27587         A bunch of NAS fixes from Arwed von Merkatz
27588
27589 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27590
27591         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27592         (qtdemux_parse_trak):
27593           Fix crash (j might be greater than n_samples, in which case we're
27594           writing outside the allocated space for the array) and memleak.
27595
27596 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27597
27598         * sys/oss/gstosssink.c: (gst_osssink_chain):
27599           And another caller that couldn't handle delay < 0 (unsigned
27600           integer overflow). Video now continues playing on an audio
27601           buffer underrun, and the clock continues working. Audio still
27602           stalls.
27603
27604 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27605
27606         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27607         (gst_osssink_get_time):
27608           get_delay() may return values lower than 0. In those cases, we
27609           should not actually cast to *unsigned* int64, that will break
27610           stuff horribly. In my case, it screwed up A/V sync in movies
27611           in totem rather badly.
27612
27613 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27614
27615         * ext/faac/gstfaac.c: (gst_faac_chain):
27616         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27617         * ext/libpng/gstpngenc.c: (user_write_data):
27618         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27619         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27620         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27621         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27622         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27623         of any buffer), should fix some leaks. I hope I didn't unref buffers
27624         that shouldn't be...
27625
27626 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27627
27628         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27629         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27630         (error_callback), (gmi_reset), (gmi_seek_to_track),
27631         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27632         (gmip_find_type_post), (gmip_find_stream_post),
27633         (gmip_find_track_streaminfo_post):
27634         * gst-libs/gst/media-info/media-info-priv.h:
27635         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27636         (info_print), (main):
27637         * gst-libs/gst/media-info/media-info.c:
27638         (gst_media_info_error_create), (gst_media_info_error_element),
27639         (gst_media_info_instance_init), (gst_media_info_get_property),
27640         (gst_media_info_new), (gst_media_info_set_source),
27641         (gst_media_info_read_idler), (gst_media_info_read):
27642         * gst-libs/gst/media-info/media-info.h:
27643           first pass at making this work again.  This seems to work on
27644           tagged ogg/vorbis and mp3 files.
27645
27646 2004-03-06  Benjamin Otte  <otte@gnome.org>
27647
27648         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27649           fix huge leak: gst_buffer_merge doesn't unref the first argument
27650           itself.
27651
27652 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27655           report layer/mode/emphasis
27656
27657 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27658
27659         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27660
27661 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27664           signal serial
27665
27666 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27667
27668         * ext/vorbis/vorbis.c: (plugin_init):
27669         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27670         (gst_vorbis_dec_init), (vorbis_dec_event):
27671         add debug category
27672         make vorbisdec handle _BYTE and _TIME queries
27673
27674 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27675
27676         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27677           from the xing header
27678
27679 2004-03-06  Benjamin Otte  <otte@gnome.org>
27680
27681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27682         (gst_audio_convert_link), (gst_audio_convert_change_state),
27683         (gst_audio_convert_buffer_from_default_format):
27684           do conversions from/to float correctly, fix some caps nego errors,
27685           export correct supported caps in template and getcaps, use correct
27686           caps in try_set_caps functions
27687
27688 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27689
27690         For some reason, I only committed a ChangeLog entry yesterday and
27691         not the corresponding code...
27692         * ext/mad/gstmad.c: Fix detection of Xing headers
27693         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27694
27695 2004-03-06  Benjamin Otte  <otte@gnome.org>
27696
27697         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27698         (gst_ogg_demux_src_query):
27699           make sure to handle the case where there's no current chain
27700           gracefully.
27701
27702 2004-03-05  David Schleef  <ds@schleef.org>
27703
27704         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27705         Add fixate function. (bug #131128)
27706         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27707         (gst_sdlvideosink_fixate):  Add fixate function.
27708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27709         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27710         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27711         Fix missing break that was causing ulaw to be interpreted as
27712         raw int.
27713
27714 2004-03-05  David Schleef  <ds@schleef.org>
27715
27716         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27717         Fix code that ignores return value of gst_buffer_merge().
27718         (bug #114560)
27719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27720         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27721         * testsuite/gst-lint:  Check for above.
27722
27723 2004-03-05  David Schleef  <ds@schleef.org>
27724
27725         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27726         caps and throw an element error.  (bug #136334)
27727
27728 2004-03-05  David Schleef  <ds@schleef.org>
27729
27730         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27731         (gst_faad_chain): Fix negotiation.
27732         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27733         key and button events.
27734         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27735         dung heap of code.
27736         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27737         depends on gconf
27738         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27739         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27740         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27741         function to encourage better negotiation, particularly between
27742         audioconvert and osssink.
27743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27744         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27745         more important.
27746         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27747         typefinding.
27748         * gst/vbidec/vbiscreen.c:  Add glib header
27749         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27750
27751 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27752
27753         * ext/mad/gstmad.c: Fix detection of Xing headers
27754         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27755
27756 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27759         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27760           debug updates
27761
27762 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27763
27764         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27765         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27766         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27767         files, and report the parsed length as a GST_TAG_DURATION tag.
27768         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27769
27770 2004-03-05  Benjamin Otte  <otte@gnome.org>
27771
27772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27773           convert channels correctly. convert correctly to unsigned.
27774
27775 2004-03-05  Julien MOUTTE <julien@moutte.net>
27776
27777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27778         we have a window before clearing it.
27779
27780 2004-03-05  Julien MOUTTE <julien@moutte.net>
27781
27782         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27783         have a window before clearing it.
27784
27785 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27786
27787         * gconf/gstreamer.schemas.in:
27788         * gst-libs/gst/gconf/Makefile.am:
27789           version installation path the same way as for 0.6
27790         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27791         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27792         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27793           remove comment that was fixed
27794
27795 2004-03-05  David Schleef  <ds@schleef.org>
27796
27797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27798         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27799         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27800         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27801         Add prototype code for handling seeking and querying.
27802
27803 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27804
27805         * examples/gstplay/player.c: (main):
27806           Initialize variables to NULL. Prevents a segfault because the
27807           (uninitialized) variable is not NULL, resulting in a crash on
27808           trying to reach error->message.
27809
27810 2004-03-05  Benjamin Otte  <otte@gnome.org>
27811
27812         * gst/audioconvert/gstaudioconvert.c:
27813         (gst_audio_convert_buffer_to_default_format):
27814         make float=>int conversion work correctly even in cornercases.
27815
27816 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27817
27818         * debian/README.Debian:
27819         * debian/build-deps:
27820         * debian/changelog:
27821         * debian/control:
27822         * debian/control.in:
27823         * debian/copyright:
27824         * debian/gstreamer-a52dec.files:
27825         * debian/gstreamer-aa.files:
27826         * debian/gstreamer-alsa.files:
27827         * debian/gstreamer-alsa.manpages:
27828         * debian/gstreamer-arts.files:
27829         * debian/gstreamer-artsd.files:
27830         * debian/gstreamer-audiofile.files:
27831         * debian/gstreamer-avifile.files:
27832         * debian/gstreamer-cdparanoia.files:
27833         * debian/gstreamer-colorspace.files:
27834         * debian/gstreamer-doc.files:
27835         * debian/gstreamer-dv.files:
27836         * debian/gstreamer-dvd.files:
27837         * debian/gstreamer-esd.files:
27838         * debian/gstreamer-festival.files:
27839         * debian/gstreamer-flac.files:
27840         * debian/gstreamer-gconf.conffiles:
27841         * debian/gstreamer-gconf.files:
27842         * debian/gstreamer-gconf.postinst:
27843         * debian/gstreamer-gnomevfs.files:
27844         * debian/gstreamer-gsm.files:
27845         * debian/gstreamer-http.files:
27846         * debian/gstreamer-jack.files:
27847         * debian/gstreamer-jpeg.files:
27848         * debian/gstreamer-mad.files:
27849         * debian/gstreamer-mikmod.files:
27850         * debian/gstreamer-misc.files:
27851         * debian/gstreamer-mpeg2dec.files:
27852         * debian/gstreamer-oss.files:
27853         * debian/gstreamer-plugin-apps.files:
27854         * debian/gstreamer-plugin-apps.manpages:
27855         * debian/gstreamer-plugin-libs-dev.files:
27856         * debian/gstreamer-plugin-libs.files:
27857         * debian/gstreamer-plugin-template.postinst:
27858         * debian/gstreamer-plugin-template.postrm:
27859         * debian/gstreamer-sdl.files:
27860         * debian/gstreamer-sid.files:
27861         * debian/gstreamer-vorbis.files:
27862         * debian/gstreamer-x.files:
27863         * debian/mk.control:
27864         * debian/rules:
27865         Debian package info not maintained here.
27866
27867 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27868
27869         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27870         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27871         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27872         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27873         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27874         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27875         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27876         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27877         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27878         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27879         * gst-libs/gst/colorbalance/colorbalance.c:
27880         (gst_color_balance_class_init):
27881         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27882         (gst_color_balance_channel_class_init):
27883         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27884         * gst-libs/gst/play/play.c: (gst_play_class_init):
27885         * gst-libs/gst/propertyprobe/propertyprobe.c:
27886         (gst_property_probe_iface_init):
27887         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27888         * gst-libs/gst/tuner/tunerchannel.c:
27889         (gst_tuner_channel_class_init):
27890         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27891         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27892         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27893         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27894         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27895         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27896         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27898         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27899           fix signals to use - instead of _
27900         * ext/libcaca/gstcacasink.h:
27901         * ext/sdl/sdlvideosink.h:
27902           fix header rename
27903
27904 2004-03-04  David Schleef  <ds@schleef.org>
27905
27906         * testsuite/gst-lint:  Add a check for bad signal names.
27907
27908 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27909
27910         reviewed by David Schleef
27911
27912         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27913         modified the alpha channel and caused a warning. (bug #136192)
27914
27915 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27916
27917         * gst-plugins.spec.in:
27918         Change names of plugins to actually be correct. Try to keep things
27919         alphabetical to avoid getting beat up by Thomas
27920
27921 2004-03-03  Julien MOUTTE <julien@moutte.net>
27922
27923         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27924         Using ximagesink as a default if no gconf key found. We should
27925         probably consider using alsasink instead of osssink for the audio
27926         part.
27927
27928 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27929
27930         * configure.ac:
27931           fix --with-plugins, don't think it ever worked before
27932         * gst-plugins.spec.in:
27933           even more updates
27934
27935 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27936
27937         * ext/sdl/sdlvideosink.h:
27938         * sys/ximage/ximagesink.h:
27939         * sys/xvideo/xvideosink.h:
27940         * sys/xvimage/xvimagesink.h:
27941           Fix for move of gstvideosink.h -> videosink.h.
27942
27943 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * gst-libs/gst/xwindowlistener/Makefile.am:
27946           this is a plugin library, not a library
27947
27948 2004-03-01  David Schleef  <ds@schleef.org>
27949
27950         * AUTHORS:  Added some names.  Add yourself if you're still
27951         missing.
27952
27953 2004-03-01  David Schleef  <ds@schleef.org>
27954
27955         * MAINTAINERS: Add
27956
27957 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27958
27959         * gst-plugins.spec.in: clean up spec file
27960
27961 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27962
27963         * gst-libs/gst/video/Makefile.am:
27964         * gst-libs/gst/video/gstvideosink.c:
27965         * gst-libs/gst/video/gstvideosink.h:
27966           rename gstvideosink.h to videosink.h to match other headers
27967         * gst/mixmatrix/Makefile.am:
27968           fix plugin filename
27969         * gst/tags/Makefile.am: fix plugin filename
27970
27971 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27972
27973         * gst/tags/Makefile.am: fix plugin filename
27974
27975 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27976
27977         * examples/gstplay/player.c: (got_time_tick), (main):
27978           add error handler
27979           display time_tick more readably
27980         * gst/mixmatrix/Makefile.am:
27981           fix plugin file name
27982
27983 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27984
27985         * sys/oss/gstosselement.c: (gst_osselement_probe),
27986         (device_combination_append), (gst_osselement_class_probe_devices):
27987         * sys/oss/gstosselement.h:
27988           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27989           on my system using alsa oss emulation, fixes bug #135597
27990
27991 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27994         (gst_videodrop_chain), (gst_videodrop_change_state):
27995         * gst/videodrop/gstvideodrop.h:
27996           Work based on timestamp of input data, not based on the expected
27997           framerate from the input. The consequence is that this element now
27998           not only scales framerates, but also functions as a framerate
27999           corrector or framerate stabilizer/constantizer.
28000
28001 2004-02-27  David Schleef  <ds@schleef.org>
28002
28003         patches from jmmv@menta.net (Julio M. Merino Vidal)
28004
28005         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28006         GST_ELEMENT_ERROR call (bug #135634)
28007         * gst/interleave/interleave.c: (interleave_buffered_loop),
28008         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28009         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28010         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28011         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28012         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28013         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28014         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28015         Fix GST_ELEMENT_ERROR call.
28016         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28017         GST_ELEMENT_ERROR call.
28018
28019 2004-02-27  Benjamin Otte  <otte@gnome.org>
28020
28021         * gst-libs/gst/audio/audio.h:
28022           add macro to make sure header isn't included twice
28023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28024           don't use gst_buffer_free
28025         * gst/playondemand/filter.func:
28026           don't use gst_data_free. Free data only once.
28027
28028 2004-02-26  David Schleef  <ds@schleef.org>
28029
28030         * gst-libs/gst/colorbalance/Makefile.am:
28031         * gst-libs/gst/mixer/Makefile.am:
28032         * gst-libs/gst/tuner/Makefile.am:
28033         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28034         should not be disted, -marshal.h files should not be installed,
28035         and -enum.h files _should_ be installed.  Fix to make this the
28036         case.
28037
28038 === release 0.7.5 ===
28039
28040 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28041
28042         * configure.ac: release 0.7.5, "Under The Sea"
28043
28044 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28045
28046         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28047         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28048         * gst/videoscale/gstvideoscale.c:
28049         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28050           assorted debug/warning fixes
28051
28052 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28053
28054         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28055         (gst_videoscale_init), (gst_videoscale_chain),
28056         (gst_videoscale_set_property), (plugin_init):
28057         * gst/videoscale/gstvideoscale.h:
28058         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28059         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28060         (gst_videoscale_planar400), (gst_videoscale_packed422),
28061         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28062         (gst_videoscale_24bit), (gst_videoscale_16bit),
28063         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28064         (gst_videoscale_scale_plane_slow),
28065         (gst_videoscale_scale_point_sample),
28066         (gst_videoscale_scale_nearest),
28067         (gst_videoscale_scale_nearest_str2),
28068         (gst_videoscale_scale_nearest_str4),
28069         (gst_videoscale_scale_nearest_32bit),
28070         (gst_videoscale_scale_nearest_24bit),
28071         (gst_videoscale_scale_nearest_16bit):
28072         add debugging category and use it properly
28073         fix use of GST_PTR_FORMAT
28074
28075 2004-02-25  Andy Wingo  <wingo@pobox.com>
28076
28077         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28078         push only when channel->buffer is NULL. Prevents segfaults doing
28079         the state change after a nonlocal exit, like a scheme exception.
28080
28081         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28082         Handle the case where the intersected caps is empty.
28083
28084 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28085
28086         * gst/law/mulaw-decode.c: (mulawdec_link):
28087         * gst/law/mulaw.c: (plugin_init):
28088           fix mulawdec so it actually works again
28089
28090 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28091
28092         reviewed by: David Schleef  <ds@schleef.org>
28093
28094         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28095         (gst_gamma_init), (gst_gamma_set_property),
28096         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28097         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28098         for RGB, with separate r g and b correction factors. (#131167)
28099
28100 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28101
28102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28103           only signal tags for bitrate if they're > 0 (#134894)
28104
28105 2004-02-24  David Schleef  <ds@schleef.org>
28106
28107         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28108         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28109         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28110         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28111         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28112         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28113         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28114         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28115         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28116         category.  Attempt to fix timestamp calculation.
28117
28118 2004-02-24  Johan Dahlin  <johan@gnome.org>
28119
28120         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28121
28122 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28123
28124         * configure.ac:
28125         * gconf/Makefile.am:
28126         * gconf/gstreamer.schemas:
28127         * gst-libs/gst/gconf/Makefile.am:
28128         * gst-libs/gst/gconf/gconf.c:
28129           version gconf schemas and install locations
28130
28131 2004-02-23  Benjamin Otte  <otte@gnome.org>
28132
28133         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28134         (gst_xine_input_subclass_init):
28135           call parent dispose.
28136           change pad template for CD reader correctly
28137         * ext/xine/Makefile.am:
28138         * ext/xine/gstxine.h:
28139         * ext/xine/xine.c: (plugin_init):
28140         * ext/xine/xineaudiosink.c:
28141           wrap audio sinks, too
28142         * gst-libs/gst/resample/private.h:
28143         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28144         (gst_resample_reinit), (gst_resample_scale),
28145         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28146         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28147         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28148         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28149         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28150         * gst-libs/gst/resample/resample.h:
28151         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28152         (gst_audioscale_class_init), (gst_audioscale_link),
28153         (gst_audioscale_get_buffer), (gst_audioscale_init),
28154         (gst_audioscale_chain), (gst_audioscale_set_property),
28155         (gst_audioscale_get_property):
28156         * gst/audioscale/gstaudioscale.h:
28157           s/resample_*/gst_resample_*/i to not clobber namespaces
28158
28159 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28160
28161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28162         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28163         (gst_riff_create_video_template_caps),
28164         (gst_riff_create_audio_template_caps),
28165         (gst_riff_create_iavs_template_caps):
28166         * gst-libs/gst/riff/riff-media.h:
28167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28168         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28169         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28170         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28172         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28173         (gst_matroska_demux_plugin_init): First batch implementing audio and
28174         video codec tags in demuxers.
28175
28176 2004-02-22  Benjamin Otte  <otte@gnome.org>
28177
28178         * ext/xine/Makefile.am:
28179         * ext/xine/gstxine.h:
28180         * ext/xine/xine.c: (plugin_init):
28181         * ext/xine/xineinput.c:
28182           add input plugin wrapper. Playback from files, http, mms and cdda
28183           works.
28184         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28185           remove leftover G_GNUC_UNUSED
28186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28187         (gst_asf_demux_identify_guid):
28188           improve debugging output
28189
28190 2004-02-22  Benjamin Otte  <otte@gnome.org>
28191
28192         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28193
28194         * autogen.sh:
28195           replace test -e with test -x for mkinstalldirs to be more portable.
28196           (fixes #134816)
28197
28198 2004-02-22  Benjamin Otte  <otte@gnome.org>
28199
28200         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28201
28202         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28203           set rank to PRIMARY
28204         * gst/volume/gstvolume.c: (plugin_init):
28205           set rank to NONE
28206         fixes #134960
28207
28208 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28209
28210         reviewed by Benjamin Otte  <otte@gnome.org>
28211
28212         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28213           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28214
28215 2004-02-22  Benjamin Otte  <otte@gnome.org>
28216
28217         * configure.ac:
28218           export [_]*{gst,Gst,GST}.* symbols from plugins
28219
28220 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28221
28222         reviewed by: Benjamin Otte  <otte@gnome.org>
28223
28224         * ext/lame/gstlame.c: (add_one_tag):
28225         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28227         (gst_vorbisenc_metadata_set1):
28228         * gst/tags/gstid3tag.c:
28229         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28230           apply fixes from bugs #135042 (lame can't write tags) and #133817
28231           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28232
28233 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28234
28235         * configure.ac: Export only gst_plugin_desc from plugins.
28236          Note that this change only makes any effect with Linux using libtool
28237          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28238          fine. And don't try to have several versions of libtool in different
28239          directories.
28240
28241 2004-02-20  Andy Wingo  <wingo@pobox.com>
28242
28243         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28244         interleave respectively.
28245
28246         * gst/interleave/deinterleave.c: New plugin: deinterleave
28247         (replaces on oneton).
28248         * gst/interleave/interleave.c: New plugin: interleave.
28249         * gst/interleave/plugin.h: Support file.
28250         * gst/interleave/plugin.c: Support file.
28251
28252         * configure.ac: Remove intfloat and oneton, add interleave.
28253
28254         * ext/sndfile/gstsf.c: Handle events better.
28255
28256         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28257         and float2int operation. int2float has scheduling problems as
28258         noted in in2float_chain.
28259
28260 2004-02-20  Benjamin Otte  <otte@gnome.org>
28261
28262         * ext/xine/Makefile.am:
28263         * ext/xine/gstxine.h:
28264         * ext/xine/xine.c:
28265         * ext/xine/xineaudiodec.c:
28266         * ext/xine/xinecaps.c:
28267           add first version of xine plugin wrapper. Currently only wraps the
28268           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28269         * configure.ac:
28270         * ext/Makefile.am:
28271           add xine plugin wrapper, disabled by default. Use --enable-xine to
28272           build. Note that it'll segfault on gst-register if you don't remove
28273           the goom and tvtime post plugins from xine.
28274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28275         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28276           add extradata parsing for QDM2.
28277           change around debugging prints.
28278
28279 2004-02-19  Benjamin Otte  <otte@gnome.org>
28280
28281         * ext/lame/gstlame.c: (gst_lame_chain):
28282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28283           use gst_tag_list_insert when you want to insert tags
28284
28285 2004-02-18  David Schleef  <ds@schleef.org>
28286
28287         * configure.ac:  Move massink to gst-rotten
28288         * ext/Makefile.am:
28289         * ext/mas/Makefile.am:
28290         * ext/mas/massink.c:
28291         * ext/mas/massink.h:
28292
28293 2004-02-18  David Schleef  <ds@schleef.org>
28294
28295         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28296         typefinding, since it seems to be worse than nothing.
28297         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28298         atom to recognize .mp4 and .m4a files as video/quicktime.
28299
28300 2004-02-18  David Schleef  <ds@schleef.org>
28301
28302         * gst/sine/demo-dparams.c: (quit_live),
28303         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28304         Use double dparams, not float.
28305         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28306         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28307         sync'd elements don't really work correctly.
28308         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28309         (volume_update_volume), (volume_get_property):  Change dparam
28310         to double.
28311
28312 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28313
28314         * sys/ximage/ximagesink.c:
28315         (gst_ximagesink_xwindow_update_geometry),
28316         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28317         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28318         (gst_ximagesink_init): Rework the way software video scaling works. So
28319         now we check on each chain call if the video frames are feeling the
28320         window. If not we try to renegotiate caps. On failure we memorize that
28321         and we won't try again for that PLAYING sessions.
28322         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28323         failure.
28324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28325         synchronous flag.
28326
28327 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28328
28329         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28330           break up _link so we can give a better debug message for errors
28331
28332 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28333
28334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28335           set up debug category
28336
28337 2004-02-18  Julien MOUTTE <julien@moutte.net>
28338
28339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28340         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28341         the way renegotiation work. The event handling function is not taking
28342         care of external windows and renegotiate method check for pad flags
28343         NEGOTIATING. Should fix : #133209
28344
28345 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28346
28347         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28348         pad is negotiating before trying renegotiation.
28349
28350 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28351
28352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28353           pass on all possible mime types as typefind hints
28354
28355 2004-02-17  Julien MOUTTE <julien@moutte.net>
28356
28357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28359         possible SHM leak if we crash. All other apps using XShm are doing
28360         that.
28361
28362 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28363
28364         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28365         (gst_ximagesink_expose): Renegotiate size on expose.
28366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28367         size on expose.
28368
28369 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28370
28371         * testsuite/alsa/sinesrc.c:
28372           cosmetic fix to fix compile issue with gcc 2.95.4
28373
28374 2004-02-16  Julien MOUTTE <julien@moutte.net>
28375
28376         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28377         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28378         failed opening the audio device.
28379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28380         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28381         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28382         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28383         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28384         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28385         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28386         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28387         Removing some useless g_return_if_fail like wingo suggested.
28388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28389         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28390         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28391         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28392         (gst_xvimagesink_update_colorbalance),
28393         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28394         (gst_xvimagesink_xcontext_clear),
28395         (gst_xvimagesink_get_fourcc_from_caps),
28396         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28397         (gst_xvimagesink_set_xwindow_id),
28398         (gst_xvimagesink_colorbalance_list_channels),
28399         (gst_xvimagesink_colorbalance_set_value),
28400         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28401         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28402
28403 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28404
28405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28406           throw error when not negotiated instead of asserting
28407
28408 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28409
28410         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28411         correct data refcounting.
28412
28413 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28414
28415         * gst/switch/gstswitch.c: (gst_switch_change_state),
28416         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28417         change, mostly the EOS flag.
28418
28419 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28420
28421         * examples/gstplay/player.c: (got_eos), (main): Adding some
28422         output for debugging.
28423         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28424         timeouts if we go to any state different from PLAYING.
28425         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28426         more EOS bugs in riff lib.
28427
28428 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28429
28430         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28431         visualization until i find a way to fix switch correctly.
28432         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28433         EOS arrives.
28434         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28435         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28436         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28437         Reworked switch to get a more correct behaviour with events and refing
28438         of data stored in sinkpads.
28439         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28440         we don't pull from a pad in EOS.
28441
28442 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28443
28444         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28445           remove v1 tag even if we can't read it (makes sure we don't detect
28446           it again)
28447
28448 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28449
28450         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28451         (gst_alsa_xrun_recovery):
28452         * ext/alsa/gstalsa.h:
28453           try xrun recovery when wait failed. Make xrun recovery function
28454           return TRUE/FALSE to indicate success. (might fix #134354)
28455
28456 2004-02-13  David Schleef  <ds@schleef.org>
28457
28458         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28459         (dynparm_value_changed), (main): Convert from float to double.
28460         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28461
28462 2004-02-13  David Schleef  <ds@schleef.org>
28463
28464         * gst/silence/gstsilence.c: (gst_silence_class_init),
28465         (gst_silence_set_clock), (gst_silence_get),
28466         (gst_silence_set_property), (gst_silence_get_property):
28467         * gst/silence/gstsilence.h: Add sync property.
28468         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28469         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28470         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28471         * gst/sine/gstsinesrc.h: Add sync property.
28472
28473 2004-02-13  David Schleef  <ds@schleef.org>
28474
28475         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28476         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28477
28478 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28479
28480         * configure.ac:
28481         * ext/Makefile.am:
28482         * gst-libs/ext/Makefile.am:
28483           move ffmpeg plugin to gst-ffmpeg module
28484
28485 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28486
28487         * configure.ac: use GST_ARCH to detect architecture
28488
28489 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28490
28491         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28492
28493 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28494
28495         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28496           classify LADSPA plugins based on number of src/sink pads
28497           (#133663, Stefan Kost)
28498         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28499           fix dparams registration
28500           (#133528, Stefan Kost)
28501         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28502           fix use of isprint and use g_ascii_isprint instead
28503           (#133316, Stefan Kost)
28504
28505 2004-02-11  David Schleef  <ds@schleef.org>
28506
28507         Convert a few inner loops to use liboil.  This is currently
28508         optional, and is only enabled if liboil is present (duh!).
28509         * configure.ac: Check for liboil-0.1
28510         * gst/intfloat/Makefile.am:
28511         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28512         (gst_int2float_chain_gint16):
28513         * gst/videofilter/Makefile.am:
28514         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28515         (tablelookup_u8), (gst_videobalance_planar411):
28516         * gst/videotestsrc/Makefile.am:
28517         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28518         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28519         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28520         (paint_hline_RGB565), (paint_hline_xRGB1555):
28521
28522 2004-02-11  David Schleef  <ds@schleef.org>
28523
28524         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28525         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28526         (gst_colorspace_getcaps), (gst_colorspace_link),
28527         (gst_colorspace_base_init), (gst_colorspace_init),
28528         (gst_colorspace_chain), (gst_colorspace_change_state),
28529         (plugin_init): Merge Ronald's patch (bug #117897) and update
28530         for new caps and negotiation.  Seems to work, although it
28531         shows off bugs in lcs.
28532
28533 2004-02-11  David Schleef  <ds@schleef.org>
28534
28535         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28536         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28537
28538 2004-02-11  David Schleef  <ds@schleef.org>
28539
28540         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28541         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28542         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28543         Add server and port properties
28544
28545 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28546
28547         * m4/a52.m4:
28548         * m4/aalib.m4:
28549         * m4/as-ffmpeg.m4:
28550         * m4/as-liblame.m4:
28551         * m4/as-slurp-ffmpeg.m4:
28552         * m4/check-libheader.m4:
28553         * m4/esd.m4:
28554         * m4/freetype2.m4:
28555         * m4/gconf-2.m4:
28556         * m4/glib.m4:
28557         * m4/gst-alsa.m4:
28558         * m4/gst-artsc.m4:
28559         * m4/gst-ivorbis.m4:
28560         * m4/gst-matroska.m4:
28561         * m4/gst-sdl.m4:
28562         * m4/gst-shout2.m4:
28563         * m4/gst-sid.m4:
28564         * m4/gtk.m4:
28565         * m4/libdv.m4:
28566         * m4/libfame.m4:
28567         * m4/libmikmod.m4:
28568         * m4/ogg.m4:
28569         * m4/vorbis.m4:
28570           fix underquotedness of macros (#133800)
28571         * m4/as-avifile.m4:
28572         * m4/xmms.m4:
28573           removed because no longer used
28574
28575 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28576
28577         * configure.ac:
28578           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28579           by autopoint (fixes #132996)
28580
28581 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28582
28583         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28584         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28585         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28586         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28587           fix memleaks
28588
28589 2004-02-11  David Schleef  <ds@schleef.org>
28590
28591         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28592         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28593         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28594         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28595         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28596         (gst_jpegenc_class_init), (gst_jpegenc_init),
28597         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28598         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28599         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28600         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28601
28602 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28603
28604         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28605         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28606         * ext/mikmod/gstmikmod.h:
28607           fix caps negotiation in mikmod
28608         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28609           output debug information
28610
28611 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28612
28613         * gst-libs/gst/colorbalance/Makefile.am:
28614         * gst-libs/gst/navigation/Makefile.am:
28615         * gst-libs/gst/xoverlay/Makefile.am:
28616           remove unused GST_OPT_CFLAGS from Makefiles
28617           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28618
28619 2004-02-07  David Schleef  <ds@schleef.org>
28620
28621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28622         push events to pads that haven't been created (#133508)
28623
28624 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28625
28626         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28627         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28628         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28629         (gst_dvdec_loop), (gst_dvdec_change_state):
28630         Second attempt at committing a working dvdec element.
28631
28632 2004-02-06  David Schleef  <ds@schleef.org>
28633
28634         Build fixes for OS X: (see #129600)
28635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28636         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28637         (gst_riff_read_strf_iavs):
28638         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28639         (gst_avi_demux_stream_odml):
28640         * gst/playondemand/Makefile.am:
28641         * gst/rtp/rtp-packet.c:
28642
28643 2004-02-05  David Schleef  <ds@schleef.org>
28644
28645         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28646         last change, because it Just Doesn't Compile.
28647
28648 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28649
28650         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28651           skip undecodable id3v2 tag instead of keeping it
28652
28653 2004-02-05  David Schleef  <ds@schleef.org>
28654
28655         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28656         Unref leaked buffer.  (Noticed by Ronald)
28657
28658 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28659
28660         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28661         Sync requires with other checks.  >= vs =.
28662
28663 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28664
28665         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28666         (gst_dvdec_video_link), (gst_dvdec_loop):
28667         * ext/dv/gstdvdec.h:
28668           rework the caps negotiation so that dvdec works again instead
28669           of just segfaulting.
28670
28671 === release 0.7.4 ===
28672
28673 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28674
28675         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28676         * configure.ac: changed for release
28677
28678 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28679
28680         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28681         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28682         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28683         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28684           reworked patch by David Lehn to fix libdir and includedir for
28685           uninstalled libraries
28686           removed play and gconf from gstreamer-libs since they have their
28687           own pkgconfig files
28688
28689 2004-02-04  David Schleef  <ds@schleef.org>
28690
28691         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28692         memleak.
28693
28694 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28695
28696         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28697           use correct GST_TAG_ENCODER tag
28698
28699 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28700
28701         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28702           be sure to stop the clock when going to paused
28703         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28704           reset number of transmitted when going to ready.
28705         fixes #132935
28706
28707 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28708
28709         reviewed by Benjamin Otte
28710
28711         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28712           extract track count (fixes #133410)
28713
28714 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28715
28716         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28717           that should be !=, not == (fixes #132519)
28718
28719 2004-02-04  David Schleef  <ds@schleef.org>
28720
28721         Make sure set_explicit_caps() is called before adding pad.
28722         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28723         * gst/id3/gstid3types.c: (gst_id3types_loop):
28724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28725         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28726
28727 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * configure.ac:
28730           bump nano to 2, first prerelease
28731           put back AM_PROG_LIBTOOL
28732
28733 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28734
28735         * testsuite/alsa/Makefile.am:
28736           these are user test apps, not automatic testsuite tests
28737
28738 2004-02-04  David Schleef  <ds@schleef.org>
28739
28740         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28741         * gst/mpeg1videoparse/gstmp1videoparse.c:
28742         (mp1videoparse_parse_seq):
28743         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28745         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28746         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28747         (gst_xvideosink_getcaps):
28748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28749         * testsuite/gst-lint: more tests
28750
28751 2004-02-04  David Schleef  <ds@schleef.org>
28752
28753         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28754         with the code that they would expand to.
28755         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28756         (gst_flacdec_get_src_query_types),
28757         (gst_flacdec_get_src_event_masks):
28758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28759         (gst_gnomevfssrc_get_query_types),
28760         (gst_gnomevfssrc_get_event_mask):
28761
28762 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28763
28764         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28765         (gst_sinesrc_dispose):
28766           fix memleak by properly disposing sinesrc
28767
28768 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28769
28770         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28771         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28772         an overlay to redraw the image because it has been exposed.
28773         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28774         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28775         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28776         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28777         interface
28778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28779         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28780         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28781         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28782         interface
28783
28784 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28785
28786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28787           more memleak fixage
28788
28789 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28790
28791         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28792         * gst/typefind/gsttypefindfunctions.c:
28793           fix memleaks shown by gst-typefind
28794
28795 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28796
28797         * common/glib-gen.mak:
28798           add hack rule to touch .Plo files
28799         * gst-libs/gst/colorbalance/Makefile.am:
28800         * gst-libs/gst/mixer/Makefile.am:
28801         * gst-libs/gst/play/Makefile.am:
28802         * gst-libs/gst/tuner/Makefile.am:
28803           remove glib_root variable
28804
28805 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28806
28807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28808           set explicit caps before adding the element, so the autopluggers can
28809           plug correctly.
28810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28811         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28812         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28813         (dv_type_find):
28814           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28815           argument.
28816
28817 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28818
28819         * gst-libs/gst/colorbalance/Makefile.am:
28820         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28821         * gst-libs/gst/colorbalance/colorbalance.c:
28822         * gst-libs/gst/colorbalance/colorbalance.h:
28823         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28824         * gst-libs/gst/mixer/Makefile.am:
28825         * gst-libs/gst/mixer/mixer-marshal.list:
28826         * gst-libs/gst/mixer/mixer.c:
28827         * gst-libs/gst/mixer/mixer.h:
28828         * gst-libs/gst/mixer/mixermarshal.list:
28829         * gst-libs/gst/play/Makefile.am:
28830         * gst-libs/gst/play/play.h:
28831         * gst-libs/gst/tuner/Makefile.am:
28832         * gst-libs/gst/tuner/tuner-marshal.list:
28833         * gst-libs/gst/tuner/tuner.c:
28834         * gst-libs/gst/tuner/tuner.h:
28835         * gst-libs/gst/tuner/tunermarshal.list:
28836           use new glib-gen.mak snippet to clean up Makefile.am
28837           fix various bugs in Makefile.am's
28838
28839 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28840
28841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28842           handle chain parsing correctly in the multichain case
28843         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28844         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28845         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28846         (theora_dec_chain):
28847           handle events and queries correctly
28848
28849 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28850
28851         * .cvsignore:
28852         Ignore generated file _stdint.h.
28853
28854 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28855
28856         * gst-libs/gst/colorbalance/Makefile.am:
28857         * gst-libs/gst/colorbalance/colorbalance.h:
28858         * gst-libs/gst/mixer/Makefile.am:
28859         * gst-libs/gst/mixer/mixer.h:
28860         * gst-libs/gst/play/Makefile.am:
28861         * gst-libs/gst/play/play.h:
28862         * gst-libs/gst/tuner/Makefile.am:
28863         * gst-libs/gst/tuner/tuner.h:
28864         Generate enum type code with glib-mkenums.
28865         * gst-libs/gst/colorbalance/.cvsignore:
28866         * gst-libs/gst/mixer/.cvsignore:
28867         * gst-libs/gst/play/.cvsignore:
28868         * gst-libs/gst/tuner/.cvsignore:
28869         Ignore generated files.
28870
28871 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28872
28873         * gst-libs/gst/audio/.cvsignore:
28874         Ignore generated file.
28875         * gst-libs/gst/audio/Makefile.am:
28876         Do not install example filter.
28877
28878 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28879
28880         * examples/switch/.cvsignore:
28881         Ignore generated file.
28882
28883 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28884
28885         * common/m4/ax_create_stdint_h.m4:
28886         * configure.ac:
28887           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28888           _stdint.h.
28889         * Makefile.am:
28890           remove generated _stdint.h in DISTCLEANFILES
28891         * ext/a52dec/gsta52dec.c:
28892           include _stdint.h for a52dec. (should fix #133064)
28893
28894 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28895
28896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28897         (gst_tag_to_vorbis_comments):
28898         Add replaygain support to vorbistag
28899
28900 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28901         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28902         (gst_ffmpeg_caps_to_extradata):
28903           Fix SVQ3 caps flag properties
28904           Use glib macro for bytes swap
28905
28906 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28907
28908         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28909         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28910         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28911         * ext/sndfile/gstsf.c: (plugin_init):
28912         * gst/avi/gstavi.c: (plugin_init):
28913         * sys/dxr3/dxr3init.c: (plugin_init):
28914         * sys/oss/gstossaudio.c: (plugin_init):
28915         * sys/v4l/gstv4l.c: (plugin_init):
28916         * sys/v4l2/gstv4l2.c: (plugin_init):
28917           remove textdomain calls
28918         * po/nl.po:
28919           update Dutch translation
28920
28921 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28922
28923         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28924         (gst_play_set_audio_sink): Moving volume in the audio thread for
28925         instantaneous volume change. Maybe i will add another volume in front
28926         of visualization later, not sure yet though.
28927
28928 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28929
28930         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28931         (gst_ximagesink_handle_xevents): Better X events handling, only take
28932         the latest events for configure and motion.
28933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28934
28935 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28936
28937         reviewed by: David Schleef  <ds@schleef.org>
28938
28939         Fix memory leaks:
28940         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28941         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28942
28943 2004-02-02  David Schleef  <ds@schleef.org>
28944
28945         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28946         of lines.
28947         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28948         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28949         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28950         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28951         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28952         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28953         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28954         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28955         (gst_float2_2_int_link):
28956         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28957         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28958         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28959         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28960         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28961         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28962         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28963         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28964         * testsuite/gst-lint: Add tests for bzero and ;;
28965
28966 2004-02-02  David Schleef  <ds@schleef.org>
28967
28968         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28969
28970 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28971
28972         * ext/aalib/gstaasink.c: (gst_aasink_open):
28973         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28976         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28977         (gst_afsink_close_file):
28978         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28979         (gst_afsrc_close_file):
28980         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28981         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28982         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28983         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28984         * ext/esd/esdmon.c: (gst_esdmon_get):
28985         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28986         * ext/faac/gstfaac.c: (gst_faac_chain):
28987         * ext/faad/gstfaad.c: (gst_faad_chain):
28988         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28989         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28990         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28991         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28992         (gst_flacdec_loop):
28993         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28994         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28997         (gst_gnomevfssink_close_file):
28998         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28999         (gst_gnomevfssrc_open_file):
29000         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29001         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29002         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29003         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29004         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29005         * ext/mad/gstmad.c: (gst_mad_chain):
29006         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29007         * ext/mpeg2dec/gstmpeg2dec.c:
29008         * ext/mpeg2enc/gstmpeg2enc.cc:
29009         * ext/mplex/gstmplex.cc:
29010         * ext/mplex/gstmplexibitstream.cc:
29011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29012         (gst_ogg_demux_push):
29013         * ext/raw1394/gstdv1394src.c:
29014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29015         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29016         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29017         (gst_sf_loop):
29018         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29019         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29020         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29021         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29023         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29024         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29025         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29026         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29027         (gst_riff_read_element_data), (gst_riff_read_seek),
29028         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29029         * gst/adder/gstadder.c: (gst_adder_loop):
29030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29031         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29033         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29034         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29035         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29036         * gst/goom/gstgoom.c: (gst_goom_chain):
29037         * gst/id3/gstid3types.c: (gst_id3types_loop):
29038         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29039         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29040         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29041         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29042         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29043         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29044         (gst_ebml_read_float), (gst_ebml_read_header):
29045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29046         (gst_matroska_demux_parse_blockgroup):
29047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29048         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29049         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29050         * gst/silence/gstsilence.c: (gst_silence_get):
29051         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29052         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29053         * gst/speed/gstspeed.c: (speed_loop):
29054         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29056         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29057         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29058         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29059         (gst_wavparse_loop):
29060         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29061         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29062         (dxr3audiosink_close):
29063         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29064         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29065         (dxr3videosink_close), (dxr3videosink_write_data):
29066         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29067         * sys/oss/gstosssink.c: (gst_osssink_chain):
29068         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29072         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29073         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29074         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29075         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29076         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29077         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29078         (gst_v4l_set_audio):
29079         * sys/v4l/v4l_calls.h:
29080         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29081         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29082         (gst_v4lmjpegsink_playback_init),
29083         (gst_v4lmjpegsink_playback_start):
29084         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29085         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29086         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29087         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29089         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29090         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29092         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29093         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29094         (gst_v4l2_get_output), (gst_v4l2_set_output),
29095         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29096         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29097         (gst_v4l2_set_attribute):
29098         * sys/v4l2/v4l2_calls.h:
29099         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29100         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29101         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29102         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29103         (gst_v4l2src_capture_stop):
29104         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29106         (gst_ximagesink_chain):
29107         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29108         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29109         (gst_xvideosink_xwindow_new):
29110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29111         (gst_xvimagesink_chain):
29112
29113 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29114
29115         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29116         (gst_volume_get_volume), (volume_class_init), (volume_init),
29117         (volume_chain_int16), (volume_update_volume):
29118         * gst/volume/gstvolume.h:
29119           make code more readable by removing magic numbers
29120           make mixer interface export 0-100 range
29121           make it internally map to 0.0-1.0 range so users don't distort
29122           output by putting the sliders at full volume
29123
29124 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29125
29126         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29127         (gst_play_state_change), (gst_play_seek_to_time):
29128         block the tick callback for 0.5 secs after doing a seek
29129
29130 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29131
29132         * gst-libs/gst/play/play.c: (gst_play_new):
29133           check for GError
29134
29135 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29136
29137         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29138         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29139         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29140         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29142         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29143
29144 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29145
29146         * configure.ac:
29147         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29148           check for a function added in vorbis 1.1
29149
29150 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29151
29152         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29153         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29154           really start/stop clock only on PLAYING <=> PAUSED
29155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29156           remove \n from debugging lines
29157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29158           make it work when seeking does not
29159         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29160           reset on DISCONT
29161
29162 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29163
29164         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29165           start clock on PAUSED=>PLAYING, not later
29166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29167           extract correct time for different discont formats
29168         (gst_alsa_sink_get_time):
29169           don't segfault when no format is negotiated yet, just return 0
29170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29171         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29172         (gst_ogg_pad_push):
29173           handle flush and discont events correctly
29174         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29175           handle discont events correctly
29176
29177 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29178
29179         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29180         (gst_play_error_create), (gst_play_error_plugin),
29181         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29182         * gst-libs/gst/play/play.h:
29183           add error handling during creation
29184         * examples/gstplay/player.c: (main):
29185           use new gst_play_new
29186
29187
29188 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29189
29190         * ext/theora/theoradec.c: (theora_dec_chain):
29191           make comments work
29192         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29193         (vorbis_dec_src_event), (vorbis_dec_chain):
29194           add encoder tag, fix tag reading to be more error tolerant, change
29195           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29196           gst_pad_event_default.
29197         * gst/tags/gstvorbistag.c:
29198         (gst_tag_list_from_vorbiscomment_buffer):
29199           undefine function specific define at end of function
29200
29201 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29202
29203         * ext/flac/gstflac.c: (plugin_init):
29204         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29205         * ext/flac/gstflacdec.h:
29206         * ext/flac/gstflacenc.h:
29207           Fix typos
29208
29209 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29210
29211         * examples/gstplay/player.c: s/gstplay.h/play.h/
29212
29213 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29214
29215         * gst-libs/gst/play/Makefile.am:
29216         * gst-libs/gst/play/gstplay.c:
29217         * gst-libs/gst/play/gstplay.h:
29218         * gst-libs/gst/play/play.c:
29219           more surgery, operation complete
29220
29221 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29222
29223         * gst-libs/gst/play/play.old.c:
29224         * gst-libs/gst/play/play.old.h:
29225           after CVS surgery by moving, remove
29226         * gst-libs/gst/play/playpipelines.c:
29227           remove
29228
29229         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29230           add negotiation error
29231
29232 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29233
29234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29235         (gst_ogg_demux_push):
29236           add some seeking debug info
29237           send a flush when seeking
29238
29239 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29240
29241         * configure.ac:
29242           use AC_C_INLINE
29243         * configure.ac:
29244         * ext/Makefile.am:
29245         * ext/theora/Makefile.am:
29246         * ext/theora/theoradec.c:
29247           add theora video decoder. Does just do simple decoding for now and
29248           has been tested against Theora cvs only. It only works when theora
29249           is compiled with --enable-static.
29250         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29251           always reset packetno on DISCONT
29252
29253 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29256           Fix audio.
29257
29258 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * gst/mpegaudioparse/gstmpegaudioparse.c:
29261         (mp3_type_frame_length_from_header):
29262           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29263
29264 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29265
29266         * ext/esd/esdsink.c: (gst_esdsink_init):
29267           Since we have static pad template caps, we don't need to negotiate;
29268           either the core errors out or we know the format.
29269
29270 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29271
29272         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29273         (gst_riff_read_seek):
29274         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29275         (gst_ebml_read_seek):
29276           Fix event handling.
29277
29278 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29279
29280         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29281           removee video/x-theora from vp3 decoder, it doesn't handle raw
29282           theora streams
29283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29284           fix bug with finalizing element that never went to PAUSED
29285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29286           length and position queries were swapped
29287         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29288         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29289         (vorbis_dec_src_event):
29290           implement querying time and bytes
29291
29292 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29293
29294         * just about every source file:
29295           gst_element_error -> GST_ELEMENT_ERROR
29296
29297 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29298
29299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29300         emiting FLUSH and even before DISCONT.
29301         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29302         get the best instant seeking as possible yay!
29303
29304 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29305
29306         * gst/mpeg1videoparse/gstmp1videoparse.c:
29307         (gst_mp1videoparse_real_chain):
29308           Committed wrong version last week... Grr... Didn't notice until now.
29309
29310 2004-01-29  Julien MOUTTE <julien@moutte.net>
29311
29312         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29314         have_xwindow_id signal in xwindow_create.
29315
29316 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29317
29318         * ext/ogg/gstoggdemux.c:
29319           lots of changes - mainly support for chained bitstreams, seeking,
29320           querying and bugfixes of course
29321         * ext/vorbis/Makefile.am:
29322         * ext/vorbis/vorbisdec.c:
29323         * ext/vorbis/vorbisdec.h:
29324           add vorbisdec raw vorbis decoder
29325         * ext/vorbis/vorbis.c: (plugin_init):
29326           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29327         * gst/intfloat/Makefile.am:
29328         * gst/intfloat/float22int.c:
29329         * gst/intfloat/float22int.h:
29330         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29331           add float2intnew plugin. It converts multichannel interleaved float to
29332           multichannel interleaved int. The name should probably be changed.
29333         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29334         (plugin_init):
29335           add typefinding for raw theora video so oggdemux can detect it.
29336
29337 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29338
29339         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29340         sink element first.
29341         * gst/videoscale/gstvideoscale.c:
29342         (gst_videoscale_handle_src_event): Fixing src event handler.
29343
29344 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29345
29346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29347         (gst_v4lsrc_open), (gst_v4lsrc_close),
29348         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29349         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29350         * sys/v4l/gstv4lsrc.h:
29351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29352         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29353           Implement resizing... Hack. But that's why v4l is b0rked...
29354
29355 2004-01-28  Julien MOUTTE <julien@moutte.net>
29356
29357         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29358         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29359         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29360         (gst_ximagesink_xwindow_destroy):
29361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29362         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29363         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29364         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29365         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29366         correctly cleaning the image created to check xshm calls on succes,
29367         added a lot of XSync calls in X11 functions, and fixed a segfault when
29368         no image format was defined before negotiation happened.
29369
29370 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29371
29372         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29373           use gst_element_get_time to get correct time
29374
29375 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29376
29377         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29378         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29379         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29381         (gst_xvimagesink_check_xshm_calls),
29382         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29383         X plugins are now able to detect that XShm calls will fail even if the
29384         server claims that it has XShm support (remote displays most of the
29385         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29386         so that we use non XShm functions. This feature is almost useless for
29387         xvimagesink as Xv is not supported on remote displays anyway, but
29388         it might happen than even on the local display XShm calls fail.
29389
29390 2004-01-27  David Schleef  <ds@schleef.org>
29391
29392         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29393         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29394         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29395         changed esdsink to only use 44100,16,2, since esd sucks at rate
29396         conversion and esdsink has had difficulty negotiating.
29397
29398 2004-01-27  Julien MOUTTE <julien@moutte.net>
29399
29400         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29401         (gst_play_seek_to_time): Fixing the way to get current position.
29402
29403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29404
29405         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29406           use gst_element_get_time to get correct time
29407
29408 2004-01-27  Julien MOUTTE <julien@moutte.net>
29409
29410         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29411         fix ever... Inverting 2 lines of code make spider autoplug correctly
29412         tagged mp3 !
29413
29414 2004-01-27  David Schleef  <ds@schleef.org>
29415
29416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29417         Use gst_pad_try_set_caps_nonfixed().
29418
29419 2004-01-27  David Schleef  <ds@schleef.org>
29420
29421         * gst/ac3parse/gstac3parse.c: update to checklist 5
29422         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29423         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29424         * gst/audioscale/gstaudioscale.c: same
29425         * gst/auparse/gstauparse.c: same
29426         * gst/avi/gstavidemux.c: same
29427
29428 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29429
29430         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29431           stop processing after EOS
29432
29433 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29434
29435         * gst/asfdemux/asfheaders.h:
29436         * gst/asfdemux/gstasfdemux.c:
29437         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29438         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29439         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29440           lot's of fixes to make data extraction simpler and get the code
29441           architecture and compiler independant. Add debugging category
29442         * gst/goom/gstgoom.c: (gst_goom_change_state):
29443           reset channel count on PAUSED=>READY, not READY=>PAUSED
29444
29445 2004-01-26  Colin Walters  <walters@verbum.org>
29446
29447         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29448         code to pull a bigger buffer in iradio mode.  This as a side effect
29449         makes typefinding work.
29450
29451 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29452
29453         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29454         Fix SVQ3 decoding on PPC
29455
29456 2004-01-26  Julien MOUTTE <julien@moutte.net>
29457
29458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29459         that one managed to stay there... Fixed.
29460
29461 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29462
29463         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29464         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29465         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29466         (qtdemux_video_caps):
29467         * gst/qtdemux/qtdemux.h:
29468         Add SVQ3 specific flags to qtdemux and ffmpeg
29469
29470 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29471
29472         * gst-libs/gst/audio/audio.h:
29473           remove buffer-frames from audio caps
29474         * gst/audioconvert/gstaudioconvert.c:
29475           fix plugin to really work.
29476
29477 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * gst-libs/gst/mixer/mixer.c:
29480         * gst-libs/gst/propertyprobe/propertyprobe.c:
29481         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29482         (gst_tuner_find_channel_by_name):
29483         * gst-libs/gst/tuner/tuner.h:
29484           Add gtk-doc style comments. Also fix a function name.
29485
29486 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29489         (gst_divxdec_negotiate):
29490           Fix for new capsnego - also fixes gst-player with divxdec.
29491
29492 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29493
29494         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29495         (gst_play_identity_handoff), (gst_play_set_location),
29496         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29497         try in visualization implementation. Still have an issue with switch
29498         blocking when pulling from video_queue and only audio comes out of
29499         spider.
29500         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29501         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29502         release method. And check if the pad is usable before pulling.
29503
29504 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29505
29506         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29507         (gst_videobalance_init),
29508         (gst_videobalance_colorbalance_list_channels),
29509         (gst_videobalance_colorbalance_set_value),
29510         (gst_videobalance_colorbalance_get_value),
29511         (gst_videobalance_update_properties),
29512         (gst_videobalance_update_tables_planar411),
29513         (gst_videobalance_planar411):
29514         * gst/videofilter/gstvideobalance.h:
29515           Implement lookup-tables. +/- 10x faster.
29516
29517 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29518
29519         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29520         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29521           The index reading was broken. The rest worked fine, but the whole
29522           goal of my rewrite was to make avidemux readable, and this was
29523           not at all readable. Please use typed variables.
29524
29525 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29526
29527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29528           Additional pad usability check.
29529         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29530         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29531         (gst_mp1videoparse_real_chain):
29532           Fix MPEG video stream parsing. The original plugin had several
29533           issues, including not timestamping streams where the source was
29534           not timestamped (this happens with PTS values in mpeg system
29535           streams, but MPEG video is also a valid stream on its own so
29536           that needs timestamps too). We use the display time code for that
29537           for now. Also, if one incoming buffer contains multiple valid
29538           frames, we push them all on correctly now, including proper EOS
29539           handling. Lastly, several potential segfaults were fixed, and we
29540           properly sync on new sequence/gop headers to include them in next,
29541           not previous frames (since they're header for the next frame, not
29542           the previous). Also see #119206.
29543         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29544         (bpf_from_header):
29545           Move caps setting so we only do it after finding several valid
29546           MPEG-1 fraes sequentially, not right after the first one (which
29547           might be coincidental).
29548         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29549         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29550         (plugin_init):
29551           Add unsynced MPEG video stream typefinding, and change some
29552           probability values so we detect streams rightly. The idea is as
29553           follows: I can have an unsynced system stream which contains
29554           video. In the current code, I would randomly get a type for either
29555           system or video stream type found, because the probabilities are
29556           being calculated rather randomly. I now use fixed values, so we
29557           always prefer system stream if that was found (and that is how it
29558           should be). If no system stream was found, we can still identity                the stream as video-only.
29559
29560 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29561
29562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29563         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29564           don't write to buffer. Extract data without the need of
29565           __attribute__ ((packed))
29566
29567 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29568
29569         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29570         (mpeg1_sys_type_find):
29571           Fix MPEG-1 stream typefinding.
29572
29573 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29574
29575         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29576           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29577
29578 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29579
29580         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29581         * ext/esd/gstesd.c: (plugin_init):
29582           private debugging, better error reporting
29583
29584 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29585
29586         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29587         (gst_riff_read_init), (gst_riff_read_change_state):
29588         * gst-libs/gst/riff/riff-read.h:
29589           Remove stuff fromold metadata system.
29590
29591 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * ext/ogg/gstoggdemux.c:
29594           Fix wrong file comment.
29595         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29596         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29597           Add metadata reading properly.
29598
29599 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29600
29601         * ext/Makefile.am:
29602           Fix nas DIST_SUBDIRS
29603           Uraeus:
29604           Fix bug where make distcheck doesn't get run on adding stuff to
29605           the build.
29606
29607 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29608
29609         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29610         * ext/divx/gstdivxdec.h:
29611           Fix divx3 ("msmpeg4") playback using divxdec.
29612
29613 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29614
29615         * gst/typefind/gsttypefindfunctions.c:
29616         (mp3_type_frame_length_from_header): fix bug in length computation
29617         (mp3_type_find): improve debugging output
29618
29619 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29620
29621         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29622         (gst_play_set_location), (gst_play_seek_to_time),
29623         (gst_play_set_audio_sink), (gst_play_set_visualization),
29624         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29625         the pipeline from scratch. Visualization is back and switch went out as
29626         i realized it was not possible to use the way i wanted.
29627         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29628         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29629         clearing in state change from READY to NULL. So that one can clean the
29630         X ressources keeping the element.
29631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29632         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29633         (gst_xvimagesink_colorbalance_set_value),
29634         (gst_xvimagesink_colorbalance_get_value),
29635         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29636         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29637         change from READY to NULL and fixed some stupid bugs in colorbalance
29638         get/set values. Also added the following feature : when nobody tries to
29639         set some values to the colorbalance levels before the xcontext is
29640         grabbed, then when creating channels list from Xv attributes we set the
29641         internal values to the Xv defaults. This way we handle buggy Xv drivers
29642         that set default hue values far from the middle of the range (Thanks
29643         to Jon Trowbridge for pointing that issue).
29644         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29645         colorbalance levels have been set before xcontext is grabbed.
29646
29647 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29648
29649         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29650           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29651           it might block operations (which is bad for a mixer).
29652
29653 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29654
29655         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29656         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29657         (gmip_find_type_pre):
29658         * gst-libs/gst/media-info/media-info-priv.h:
29659         * gst-libs/gst/media-info/media-info.c:
29660         (gst_media_info_instance_init), (gst_media_info_read_idler):
29661         add fakesink to get caps on decoder src pad again
29662         fix callback prototype to match new have_type signal signature
29663
29664 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29665
29666         * gst/adder/gstadder.c: (gst_adder_link):
29667           fix non-compile and cut-n-paste code
29668
29669 2004-01-21  David Schleef  <ds@schleef.org>
29670
29671         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29672         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29673         (gst_swfdec_init), (gst_swfdec_change_state):
29674         * ext/swfdec/gstswfdec.h:
29675         Fix negotiation.
29676         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29677         (gst_adder_request_new_pad): Fix negotiation.
29678         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29679         Add a fixate function.
29680         * gst/intfloat/gstfloat2int.c:
29681         * gst/intfloat/gstfloat2int.h:
29682         * gst/intfloat/gstint2float.c:
29683         * gst/intfloat/gstint2float.h:
29684         Completely rewrite the negotiation.  Doesn't quite work yet,
29685         due to some buffer-frames problem.
29686
29687 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29688
29689         * ext/gnomevfs/gstgnomevfssrc.c:
29690         * sys/v4l2/v4l2_calls.h:
29691           fix includes for distcheck
29692
29693 2004-01-21  Christian Schaller <uraeus@gnome.org>
29694
29695         * ext/nas/
29696         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29697         based on earlier patch from Laurent Vivier
29698
29699 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29700
29701         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29702         Fix wma caps property
29703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29704         Fix typo (flags1 and flags2)
29705
29706 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29707
29708         * gst-libs/gst/media-info/media-info-priv.c:
29709         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29710         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29711         (gmip_find_stream), (gmip_find_track_metadata),
29712         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29713         (gmip_find_track_format):
29714         * gst-libs/gst/media-info/media-info-priv.h:
29715         * gst-libs/gst/media-info/media-info-test.c: (main):
29716         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29717         (gst_media_info_read_idler), (gst_media_info_read):
29718         * gst-libs/gst/media-info/media-info.h:
29719           register debugging category and use it for debugging
29720
29721 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29722
29723         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29724         (gst_vorbisfile_new_link):
29725           signal streaminfo through tags
29726
29727 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29728
29729         * ext/mplex/gstmplex.cc:
29730         * ext/mplex/gstmplexibitstream.cc:
29731           g++ doesn't like NULL in our i18n/error macros, should be
29732           either (NULL) or ("").
29733
29734 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29735
29736         * sys/dxr3/dxr3audiosink.c:
29737         * sys/dxr3/dxr3init.c:
29738         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29739         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29740           Fix more error error error errors (missing includes here).
29741
29742 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29743
29744         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29745           fix thomas' error errors.
29746
29747 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29748
29749         * ext/mpeg2enc/gstmpeg2enc.cc:
29750           fix error errors.
29751
29752 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29753
29754         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29755         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29756           Fix for new error system.
29757
29758 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29759
29760         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29761           fix for new error reporting
29762
29763 2004-01-20  David Schleef  <ds@schleef.org>
29764
29765         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29766         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29767         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29768         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29769         and neither is 100+, most likely.
29770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29771         (gst_xvimagesink_getcaps): same
29772
29773 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29774
29775         * configure.ac:
29776           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29777           clashes with ffmpeg.
29778
29779 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29780
29781         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29782         (gst_switch_init): Fixed switch element : proxying link and setting
29783         caps from src to sink on request.
29784
29785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29788         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29789         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29790         fix element_error
29791
29792 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29793
29794         * sys/v4l/v4l_calls.h:
29795         * sys/v4l2/v4l2_calls.h:
29796           element_error fixes
29797
29798 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29799
29800         * gst-libs/gst/gst-i18n-plugin.h:
29801           add locale.h
29802           remove config.h inclusion
29803
29804 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29805
29806         * autogen.sh:
29807           adding autopoint invocation
29808         * Makefile.am:
29809         * configure.ac:
29810         * gst-libs/gst/gettext.h:
29811           adding gettext bits
29812         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29813         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29814         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29816         (gst_gnomevfssink_close_file):
29817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29818         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29819         * gst-libs/gst/gst-i18n-plugin.h:
29820         * gst/avi/gstavi.c: (plugin_init):
29821         * sys/dxr3/dxr3init.c: (plugin_init):
29822         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29823         * sys/oss/gstossaudio.c: (plugin_init):
29824         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29825         * sys/v4l/gstv4l.c: (plugin_init):
29826         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29827         * sys/v4l2/gstv4l2.c: (plugin_init):
29828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29829         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29830         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29831         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29832         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29833         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29834           make sure locale and translation domain are set
29835           fix translated strings
29836         * po/.cvsignore:
29837         * po/LINGUAS:
29838         * po/Makevars:
29839         * po/POTFILES.in:
29840         * po/nl.po:
29841           put translation files into place
29842         * sys/xvideo/imagetest.c: (main):
29843         * ext/dv/demo-play.c: (main):
29844           fix unnecessary translations
29845
29846 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29847
29848         * ext/sndfile/gstsf.c:
29849         * gst/avi/gstavimux.c:
29850         * ext/audiofile/gstafsink.c:
29851         * ext/audiofile/gstafsrc.c:
29852         * ext/gnomevfs/gstgnomevfssink.c:
29853         * ext/gnomevfs/gstgnomevfssrc.c:
29854         * sys/oss/gstosselement.c:
29855         * sys/v4l/v4l_calls.h:
29856           fix i18n include
29857
29858 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29859
29860         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29861         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29862         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29863         (gst_v4l2_get_output), (gst_v4l2_set_output),
29864         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29865         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29866         (gst_v4l2_set_attribute):
29867         update to new error handling
29868
29869 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29870
29871         * ext/sidplay/gstsiddec.cc:
29872         * gst/modplug/gstmodplug.cc:
29873           parenthese NULL because C++ seems angry about it
29874
29875 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29876
29877         * gst-libs/gst/gst-i18n-plugin.h:
29878           add skeleton i18n stuff, but needs to be further implemented
29879
29880 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29881
29882         * examples/gstplay/player.c: (main):
29883         * ext/aalib/gstaasink.c: (gst_aasink_open):
29884         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29887         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29888         (gst_afsink_close_file):
29889         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29890         (gst_afsrc_close_file):
29891         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29892         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29893         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29894         * ext/esd/esdmon.c: (gst_esdmon_get):
29895         * ext/esd/esdsink.c: (gst_esdsink_chain):
29896         * ext/faac/gstfaac.c: (gst_faac_chain):
29897         * ext/faad/gstfaad.c: (gst_faad_chain):
29898         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29899         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29900         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29901         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29902         (gst_flacdec_loop):
29903         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29904         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29906         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29907         (gst_gnomevfssink_close_file):
29908         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29909         (gst_gnomevfssrc_open_file):
29910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29911         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29912         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29913         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29914         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29915         * ext/mad/gstmad.c: (gst_mad_chain):
29916         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29917         * ext/mpeg2dec/gstmpeg2dec.c:
29918         * ext/mpeg2enc/gstmpeg2enc.cc:
29919         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29920         * ext/mplex/gstmplex.cc:
29921         * ext/mplex/gstmplexibitstream.cc:
29922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29923         (gst_ogg_demux_push), (gst_ogg_pad_push):
29924         * ext/raw1394/gstdv1394src.c:
29925         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29926         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29927         * ext/sidplay/gstsiddec.cc:
29928         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29929         (gst_sf_loop):
29930         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29931         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29932         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29934         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29935         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29936         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29937         * gst-libs/gst/Makefile.am:
29938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29939         (gst_riff_read_element_data), (gst_riff_read_seek),
29940         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29941         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29943         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29944         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29945         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29946         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29947         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29948         * gst/goom/gstgoom.c: (gst_goom_chain):
29949         * gst/id3/gstid3types.c: (gst_id3types_loop):
29950         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29951         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29952         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29953         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29954         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29955         (gst_ebml_read_float), (gst_ebml_read_header):
29956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29957         (gst_matroska_demux_parse_blockgroup):
29958         * gst/modplug/gstmodplug.cc:
29959         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29960         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29961         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29962         * gst/silence/gstsilence.c: (gst_silence_get):
29963         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29964         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29965         * gst/speed/gstspeed.c: (speed_loop):
29966         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29967         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29968         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29969         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29970         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29971         (gst_wavparse_loop):
29972         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29973         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29974         (dxr3audiosink_close):
29975         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29976         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29977         (dxr3videosink_close), (dxr3videosink_write_data):
29978         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29979         * sys/oss/gstosselement.h:
29980         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29981         (gst_osssink_chain):
29982         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29983         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29986         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29987         (gst_v4l_enable_overlay):
29988         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29989         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29990         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29991         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29992         (gst_v4l_set_audio):
29993         * sys/v4l/v4l_calls.h:
29994         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29995         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29996         (gst_v4lmjpegsink_playback_init),
29997         (gst_v4lmjpegsink_playback_start):
29998         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29999         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30000         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30001         (gst_v4lmjpegsrc_requeue_frame):
30002         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30003         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30004         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30007         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30008         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30009         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30010         (gst_v4l2src_capture_stop):
30011         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30012         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30013         (gst_ximagesink_chain):
30014         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30015         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30016         (gst_xvideosink_xwindow_new):
30017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30018         (gst_xvimagesink_chain):
30019         use new error signal, function and categories
30020
30021 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30022
30023         * configure.ac:
30024         * ext/Makefile.am:
30025         * ext/musicbrainz/gsttrm.c:
30026         * ext/musicbrainz/gsttrm.h:
30027         * ext/musicbrainz/Makefile.am:
30028         Add a trm plugin
30029
30030 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30031
30032         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30033         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30034         synchronous property for debugging.
30035         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30037         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30038         smaller block, fixing indent.
30039
30040 2004-01-16  David Schleef  <ds@schleef.org>
30041
30042         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30043         property affects the video stream.
30044         * sys/xvimage/xvimagesink.c:
30045         * sys/xvimage/xvimagesink.h:
30046         Add synchronous property for debugging.  Should probably be
30047         disabled in non-CVS builds.  Make sure that the Xv attribute
30048         exists before we set it (crash!).  Fix a silly float bug that
30049         caused colorbalance to just not work.
30050
30051 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30052
30053         * tools/gst-launch-ext.in - update for new plugins
30054
30055 2004-01-16  David Schleef  <ds@schleef.org>
30056
30057         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30058         already-freed caps.
30059
30060 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30061
30062         * Update spec for new colorspace plugin and libcaca plugin
30063         * Fix compilation of libcaca plugin (clock -> id)
30064
30065 2004-01-16  Julien MOUTTE <julien@moutte.net>
30066
30067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30068         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30069         (gst_xvimagesink_set_xwindow_id),
30070         (gst_xvimagesink_colorbalance_set_value),
30071         (gst_xvimagesink_colorbalance_get_value),
30072         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30073         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30074         correct colorbalance properties. They can now be set when the element
30075         is still in NULL state. The values will be committed to the Xv Port
30076         when xcontext is initialized.
30077         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30078         brightness int values in the GstXvImagesink structure.
30079
30080 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30081
30082         * gst-libs/gst/Makefile.am:
30083           restructure so having local patches works easier.
30084
30085 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * ext/mpeg2enc/Makefile.am:
30088         * ext/mpeg2enc/gstmpeg2enc.cc:
30089         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30090           Bugfix with respect to EOS handling.
30091
30092 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30095           Link with right caps (else, it segfaults).
30096         * ext/mplex/gstmplexjob.cc:
30097           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30098
30099 2004-01-15  David Schleef  <ds@schleef.org>
30100
30101         * gst-libs/gst/audio/Makefile.am:
30102         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30103         from the template.
30104         * gst-libs/gst/audio/gstaudiofilter.c:
30105         * gst-libs/gst/audio/gstaudiofilter.h:
30106         Add bytes_per_sample and size and n_samples calculation.
30107         * gst-libs/gst/audio/gstaudiofilterexample.c:
30108         Remove, now autogenerated.
30109         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30110         Moved from gstaudiofilterexample, object name changed, code added
30111         so that it actually works.
30112         * gst-libs/gst/audio/make_filter:
30113         Script to build an audiofilter subclass from the template.
30114         * gst/colorspace/Makefile.am:
30115         * gst/colorspace/yuv2yuv.c:
30116         Remove file, since it's GPL, and we don't use it.
30117
30118 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30119
30120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30122         them use the buffer free function to test how the buffer was allocated.
30123
30124 2004-01-15  David Schleef  <ds@schleef.org>
30125
30126         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30127         that handles osssink fallback.
30128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30129         (gst_audio_convert_getcaps):
30130         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30131         Add audio/x-qdm2 for QDM2 audio.
30132         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30133         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30135         Decrease minimum size to 16x16.
30136         * gst/wavparse/gstwavparse.c:
30137         Convert disabled pad template caps to new caps.
30138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30140         (gst_xvimagesink_chain): Throw element error when display cannot
30141         be opened.  Increase minimum framerate to 1.0.  Check the data
30142         free function on a buffer to make sure it is the type we expect
30143         before manipulating it.
30144
30145 2004-01-15  Julien MOUTTE <julien@moutte.net>
30146
30147         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30148         (gst_videobalance_colorbalance_set_value): Implement passthru if
30149         settings are in the middle.
30150         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30151
30152 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30153
30154         * gst/videofilter/Makefile.am:
30155         * gst/volume/Makefile.am:
30156           Since we use videofilter symbols, link to it.
30157
30158 2004-01-15  Julien MOUTTE <julien@moutte.net>
30159
30160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30161         mixer interface type to HARDWARE.
30162         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30163         type to SOFTWARE.
30164         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30165         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30166         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30167         (gst_volume_interface_init), (gst_volume_list_tracks),
30168         (gst_volume_set_volume), (gst_volume_get_volume),
30169         (gst_volume_set_mute), (gst_volume_mixer_init),
30170         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30171         (volume_init): Implementing mixer interface.
30172         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30173         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30174         (gst_osselement_change_state): Removing some trailing commas in
30175         structures.
30176         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30177         interface type to HARDWARE.
30178         * sys/v4l/gstv4lcolorbalance.c:
30179         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30180         type to HARDWARE.
30181         * sys/v4l2/gstv4l2colorbalance.c:
30182         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30183         interface type to HARDWARE.
30184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30185         same code than ximagesink for event handling.
30186
30187 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * ext/snapshot/Makefile.am:
30190         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30191         (gst_snapshot_chain):
30192         * ext/snapshot/gstsnapshot.h:
30193           This has to be a joke... Snapshot should be connected to a tee,
30194           colorspace element before it and EOS after that, where the other
30195           src of the tee receives normal data.
30196           The current way is *wrong*.
30197
30198 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30199
30200         * ext/hermes/gsthermescolorspace.c:
30201           Fix another compile error. Same as below.
30202
30203 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30204
30205         * gst/colorspace/gstcolorspace.c:
30206         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30207         (gst_colorspace_i420_to_yv12):
30208           Fix compiling... Didn't test if it actually works.
30209
30210 2004-01-15  David Schleef  <ds@schleef.org>
30211
30212         * configure.ac:
30213         * gst/colorspace/Makefile.am:
30214         * gst/colorspace/gstcolorspace.c:
30215         * gst/colorspace/gstcolorspace.h:
30216         * gst/colorspace/yuv2rgb.c:
30217         * gst/colorspace/yuv2rgb.h:
30218         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30219         code and GPL code.  Fix for new caps negotiation.  Rewrite
30220         much of the format handling code, and some of the conversion
30221         code.  Basically, rewrote almost everything.  This element
30222         handles I420, YV12 to RGB conversions.
30223         * ext/hermes/Makefile.am:
30224         * ext/hermes/gsthermescolorspace.c:
30225         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30226         Remove non-Hermes related code.  This element handles lots of
30227         RGB to RGB conversions, but no YUV.
30228         * ext/hermes/gstcolorspace.c:
30229         * ext/hermes/gstcolorspace.h:
30230         * ext/hermes/rgb2yuv.c:
30231         * ext/hermes/yuv2rgb.c:
30232         * ext/hermes/yuv2rgb.h:
30233         * ext/hermes/yuv2rgb_mmx16.s:
30234         * ext/hermes/yuv2yuv.c:
30235         * ext/hermes/yuv2yuv.h:
30236         Remove old code.
30237
30238 2004-01-14  Colin Walters  <walters@verbum.org>
30239
30240         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30241         they've already been.
30242
30243 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30244
30245         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30246           assume tag mode when pad is not connected
30247
30248 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30249
30250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30251           Don't update the time of the clock
30252         (gst_alsa_sink_loop):
30253           sync to the clock given to alsasink, not the own clock
30254         * sys/oss/gstosssink.c: (gst_osssink_chain):
30255           sync to the clock
30256         (gst_osssink_change_state):
30257           activate the clock
30258         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30260           remove bogus code that made DISCONT events unhandled
30261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30262           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30263           #131502)
30264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30265         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30266         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30267           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30268           2nd warning in bug #131502)
30269
30270 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30271
30272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30273         (gst_videobalance_colorbalance_set_value),
30274         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30275         for colorbalance interface implementation.
30276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30277         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30278         (gst_ximagesink_dispose), (gst_ximagesink_init),
30279         (gst_ximagesink_class_init): Adding DISPLAY property.
30280         * sys/ximage/ximagesink.h: Adding display_name to store display.
30281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30282         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30283         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30284         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30285         properties (they still need polishing though for gst-launch use : no
30286         xcontext yet, i ll do that tomorrow).
30287         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30288
30289 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30290
30291         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30292         (gst_play_set_location), (gst_play_set_visualization): Preparing
30293         switch integration, adding videobalance in the pipeline.
30294
30295 2004-01-14  Julien MOUTTE <julien@moutte.net>
30296
30297         * gst-libs/gst/colorbalance/colorbalance.c:
30298         (gst_color_balance_class_init): Adding a default type.
30299         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30300         the type.
30301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30302         (gst_videobalance_dispose), (gst_videobalance_class_init),
30303         (gst_videobalance_init), (gst_videobalance_interface_supported),
30304         (gst_videobalance_interface_init),
30305         (gst_videobalance_colorbalance_list_channels),
30306         (gst_videobalance_colorbalance_set_value),
30307         (gst_videobalance_colorbalance_get_value),
30308         (gst_videobalance_colorbalance_init): Implementing colorbalance
30309         interface.
30310         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30311         list.
30312         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30313         bug which was triggering a BadAccess X error when setting an overlay
30314         before pad was really negotiated.
30315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30316         Using the colorbalance type macro.
30317
30318 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30319
30320         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30321         (gst_flacenc_chain):
30322           handle tags correctly
30323         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30324           extract ID3v1 tags correctly
30325
30326 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30327
30328         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30329         (plugin_init):
30330           Improve matroska typefinding for odd-typed headers...
30331
30332 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30333
30334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30335           Fix for using incremental number on padnames.
30336
30337 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30338
30339         * ext/divx/gstdivxdec.c:
30340         * ext/divx/gstdivxenc.c:
30341           Set category to divx4linux instead of divx (too generic).
30342         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30343         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30344         (gst_wavparse_loop), (gst_wavparse_change_state):
30345         * gst/wavparse/gstwavparse.h:
30346           fix parsing of WAV files with non-standard fmt-tag size and fix
30347           skipping of unrecognized chunks... Someone please fix this thing
30348           to use rifflib so all this is automated.
30349         * sys/v4l/Makefile.am:
30350         * sys/v4l2/Makefile.am:
30351           Add X_CFLAGS because we depend on X (for overlay).
30352
30353 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30354
30355         * ext/mpeg2dec/gstmpeg2dec.c:
30356           Don't issue a timestamp unless we tagged the frame
30357           with a PTS.
30358
30359 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30360
30361         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30362           Query the audio element to get the time, not the clock. We're
30363           interested in the element's time here.
30364
30365 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30366
30367         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30368         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30369         * ext/esd/esdsink.c: (gst_esdsink_chain):
30370         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30371         * ext/mas/massink.c: (gst_massink_chain):
30372         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30374         (gst_matroska_demux_parse_metadata):
30375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30376         (gst_mpeg_parse_release_locks):
30377         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30378         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30379         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30380         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30381         (gst_osssink_change_state):
30382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30384         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30385         (gst_xvideosink_release_locks):
30386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30387           use element time.
30388         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30389         (gst_alsa_clock_stop):
30390         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30391         (gst_audio_clock_get_internal_time):
30392           simplify for use with new clocking code.
30393         * testsuite/alsa/Makefile.am:
30394         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30395           fix testsuite for new caps system
30396
30397 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30398
30399         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30400         * ext/flac/gstflacenc.c: (add_one_tag):
30401           length is already host endian, no need to convert. Fixes playback of
30402           tagged files on PPC. (bug #128384)
30403
30404 2004-01-13  Julien MOUTTE <julien@moutte.net>
30405
30406         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30407         colorbalance interface stating if it is hardware based or software
30408         based.
30409         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30410         Removing a trailing comma.
30411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30412         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30413         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30414         the documentation seems to be wrong on the -1000 to 1000 interval.
30415
30416 2004-01-12  David Schleef  <ds@schleef.org>
30417
30418         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30419         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30420         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30421         Fix negotiation.  Add a bufferalloc function for the sink pad,
30422         and generally clean up some of the code.
30423
30424 2004-01-12  Julien MOUTTE <julien@moutte.net>
30425
30426         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30427         (gst_color_balance_channel_dispose): Adding safety check in dispose
30428         method.
30429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30430         (gst_xvimagesink_xcontext_clear),
30431         (gst_xvimagesink_interface_supported),
30432         (gst_xvimagesink_colorbalance_list_channels),
30433         (gst_xvimagesink_colorbalance_set_value),
30434         (gst_xvimagesink_colorbalance_get_value),
30435         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30436         Adding colorbalance interface support to set XV parameters such as
30437         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30438         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30439         interface.
30440
30441 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30442
30443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30444         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30445         (gst_audio_convert_init), (gst_audio_convert_set_property),
30446         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30447         (gst_audio_convert_link),
30448         (gst_audio_convert_buffer_to_default_format),
30449         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30450           - implement _getcaps and use it
30451           - improve linking
30452           - remove float caps since no float conversion is actually done
30453           - remove properties and arguments that were to be used for rate
30454             conversion
30455
30456 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30457
30458         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30459         (gst_audio_structure_set_int):
30460         * gst-libs/gst/audio/audio.h:
30461           add helper functions for _getcaps matching the standard audio
30462           templates
30463
30464 2004-01-12  David Schleef  <ds@schleef.org>
30465
30466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30467         Test that pad is negotiated before getting its caps.
30468
30469 2004-01-12  Julien MOUTTE <julien@moutte.net>
30470
30471         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30472         analyzing the pads of an element the bin is mostly in READY state so
30473         no caps were negotiated. This helper function needs to work with
30474         _get_caps directly then. I was not freeing them though, added that to
30475         fix the mem leak.
30476
30477 2004-01-12  Julien MOUTTE <julien@moutte.net>
30478
30479         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30481         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30482         than the free_func.
30483
30484 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30485
30486         * sys/oss/gstossaudio.c: (plugin_init):
30487         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30488         * sys/oss/gstosselement.h:
30489           make an oss debugging category
30490           make failure more descriptive
30491
30492 2004-01-11  David Schleef  <ds@schleef.org>
30493
30494         * ext/ffmpeg/gstffmpeg.c:
30495         * ext/ffmpeg/gstffmpegcodecmap.c:
30496         * ext/ffmpeg/gstffmpegdec.c:
30497         * ext/ffmpeg/gstffmpegenc.c:
30498         * ext/ffmpeg/gstffmpegprotocol.c:
30499         * ext/gdk_pixbuf/gstgdkanimation.c:
30500         * ext/jpeg/gstjpeg.c:
30501         * ext/libpng/gstpng.c:
30502         * ext/mpeg2dec/perftest.c:
30503         * ext/speex/gstspeex.c:
30504         * gst-libs/gst/resample/dtos.c:
30505         * gst/intfloat/gstintfloatconvert.c:
30506         * gst/oneton/gstoneton.c:
30507         * gst/rtjpeg/RTjpeg.c:
30508         * gst/rtp/gstrtp.c:
30509         * sys/dxr3/dxr3init.c:
30510         * sys/glsink/gstgl_nvimage.c:
30511         * sys/glsink/gstgl_pdrimage.c:
30512         * sys/glsink/gstglsink.c:
30513         * testsuite/gst-lint:
30514         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30515
30516 2004-01-11  David Schleef  <ds@schleef.org>
30517
30518         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30519         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30520         * ext/gdk_pixbuf/gstgdkanimation.c:
30521         (gst_gdk_animation_iter_create_pixbuf):
30522         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30523         (gst_gdk_pixbuf_chain):
30524         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30525         * ext/jack/gstjack.c: (gst_jack_change_state):
30526         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30527         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30528         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30529         * gst/videofilter/gstvideofilter.c:
30530         (gst_videofilter_set_output_size):
30531         Remove all usage of gst_pad_get_caps(), and replace it with
30532         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30533
30534 2004-01-11  David Schleef  <ds@schleef.org>
30535
30536         * configure.ac:
30537         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30538         * ext/divx/gstdivxdec.c:
30539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30540         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30541         handle images that span multiple buffers.  Now work with both
30542         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30543         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30544         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30545         video/video.h changes
30546         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30548         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30549         of GstData free function.
30550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30551         same.
30552
30553 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30554
30555         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30556         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30557         (gst_v4l2element_get_property):
30558         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30559           add norm, channel and frequency properties.
30560         * sys/v4l2/gstv4l2tuner.c:
30561           fixes for tuner interface changes
30562         * sys/v4l2/gstv4l2element.h:
30563         * sys/v4l2/gstv4l2src.c:
30564         * sys/v4l2/gstv4l2src.h:
30565         * sys/v4l2/v4l2src_calls.c:
30566         * sys/v4l2/v4l2src_calls.h:
30567           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30568
30569 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30570
30571         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30572         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30573         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30574         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30575         * gst-libs/gst/tuner/tuner.h:
30576           GObjects aren't const.
30577           Add find_by_name functions.
30578           Add checks to _changed functions.
30579         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30580         (gst_v4l_tuner_get_norm):
30581           Fixes for above.
30582
30583 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30584
30585         * gst-libs/gst/video/video.h:
30586           Fix caps template names to be understandable.
30587           Prefix everything with GST_VIDEO.
30588         * ext/aalib/gstaasink.c:
30589         * ext/divx/gstdivxdec.c:
30590         * ext/divx/gstdivxenc.c:
30591         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30592         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30593         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30594         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30595         * ext/libcaca/gstcacasink.c:
30596         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30597         * ext/snapshot/gstsnapshot.c:
30598         * ext/swfdec/gstswfdec.c:
30599         * ext/xvid/gstxviddec.c:
30600         * ext/xvid/gstxvidenc.c:
30601         * gst/chart/gstchart.c:
30602         * gst/deinterlace/gstdeinterlace.c:
30603         * gst/effectv/gsteffectv.c:
30604         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30605         * gst/goom/gstgoom.c:
30606         * gst/median/gstmedian.c:
30607         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30608         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30609         * gst/overlay/gstoverlay.c:
30610         * gst/smooth/gstsmooth.c:
30611         * gst/smpte/gstsmpte.c:
30612         * gst/synaesthesia/gstsynaesthesia.c:
30613         * gst/videocrop/gstvideocrop.c:
30614         * gst/videodrop/gstvideodrop.c:
30615         * gst/y4m/gsty4mencode.c:
30616         * sys/qcam/gstqcamsrc.c:
30617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30618           Make them work with new video.h file.
30619         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30620         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30622         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30623           Make it work with new buffer allocation system.
30624
30625 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30626
30627         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30628         pad_alloc_buffer implementation to use ->srcpad
30629         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30630         pad_alloc_buffer implementation to use ->srcpad
30631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30632         pad_alloc_buffer implementation to use ->srcpad
30633         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30634         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30635         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30636         a reference to everything we need.
30637         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30639         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30640         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30641         a reference to everything we need.
30642         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30643
30644 2004-01-11  David Schleef  <ds@schleef.org>
30645
30646         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30647         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30648         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30649         structure members.
30650         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30651         value during a resize/renegotiation.
30652         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30653         gst_pad_alloc_buffer();
30654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30655         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30656         structure members.
30657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30658         Fix for rename of buffer private structure members.
30659         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30660         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30661         Fix for rename of buffer private structure members.
30662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30663         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30664         Fix for rename of buffer private structure members.
30665
30666 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30667
30668         reviewed by: David Schleef <ds@schleef.org>
30669
30670         * gst/videofilter/Makefile.am:
30671         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30672         from the patch by ds to fit in with recent make_filter changes.
30673
30674 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30675
30676         * configure.ac: Adding examples/switch/Makefile
30677         * examples/Makefile.am: Adding examples/switch
30678         * examples/switch/Makefile.am: Adding switcher example.
30679         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30680         (switch_timer), (main): Adding an example demonstrating switch usage
30681         with 2 videotestsrc showing different patterns.
30682         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30683         (gst_switch_init): Fixing switch with the new caps system.
30684
30685 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30686
30687         * gst-libs/gst/video/video.h:
30688           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30689           They should probably be like
30690           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30691
30692 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30693
30694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30695         (qtdemux_parse_trak):
30696           fix audio chunk size/timestamp calculation
30697
30698 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30699
30700         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30701           fix SVQ3 caps
30702
30703 2004-01-11  Steve Baker  <steve@stevebaker.org>
30704
30705         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30706         (gst_agingtv_base_init), (gst_agingtv_class_init),
30707         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30708         (gst_agingtv_set_property), (gst_agingtv_get_property):
30709         Port agingTV to videofilter
30710
30711 2004-01-09  Julien MOUTTE <julien@moutte.net>
30712
30713         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30714         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30715
30716 2004-01-09  Julien MOUTTE <julien@moutte.net>
30717
30718         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30719         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30720         * gst-libs/gst/xoverlay/xoverlay.c:
30721         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30723         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30725         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30726         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30727         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30728         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30729         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30730         interface implementation to handle xid being 0 and fix some bugs
30731         triggered by Benjamin's testcase.
30732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30733         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30734         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30735         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30736         interface implementation to handle xid being 0 and fix some bugs
30737         triggered by Benjamin's testcase.
30738
30739 2004-01-09  David Schleef  <ds@schleef.org>
30740
30741         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30742         mouse pointer events.  It works.
30743
30744 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30745
30746         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30747           Use explicit caps - fix capsnego.
30748         * ext/xvid/gstxviddec.c:
30749         * ext/xvid/gstxvidenc.c:
30750           Remove macro-inside-macro which caused compile errors.
30751         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30752           Error out if it's not a RIFF file. Else we error out without
30753           gst_element_error() which is not good...
30754
30755 2004-01-08  David Schleef  <ds@schleef.org>
30756
30757         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30758         Fix pad_link function to handle formats that ffmpeg returns
30759         as multiple caps structures.
30760         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30761         Only complain if source buffer is _smaller_ than expected.
30762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30763         (gst_videoscale_handle_src_event): Resize navigation events
30764         when passing them upstream.
30765         * gst/videotestsrc/gstvideotestsrc.c:
30766         * gst/videotestsrc/gstvideotestsrc.h:
30767         * gst/videotestsrc/videotestsrc.c:
30768         * gst/videotestsrc/videotestsrc.h:
30769         Rewrite many of the buffer painting functions to handle odd
30770         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30771         been verified to work with my video card.
30772         * testsuite/gst-lint:  Add check for elements calling
30773         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30774
30775 2004-01-08  David Schleef  <ds@schleef.org>
30776
30777         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30778         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30779
30780 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30781
30782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30783         configure event is not emiting the desired size signal. That fixes
30784         aspect ratio issues with gst-player.
30785
30786 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30787
30788         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30789           Fix capsnego.
30790
30791 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30792
30793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30794         public method to fire size signal.
30795
30796 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30797
30798         * examples/gstplay/Makefile.am: Adding the interface library.
30799         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30800         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30801         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30802         GST_IS_X_OVERLAY before signal connect.
30803         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30804         Removing the have_video_size signal.
30805         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30806         and associated public method.
30807         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30808         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30809         signal.
30810         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30811         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30812         signal.
30813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30814         Using XOverlay public method to fire size signal.
30815
30816 2004-01-07  David Schleef  <ds@schleef.org>
30817
30818         * gst/videofilter/Makefile.am:
30819         * gst/videofilter/gstvideotemplate.c:
30820         * gst/videofilter/make_filter:
30821         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30822         Convert make_filter to /bin/sh script.
30823
30824 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30825
30826         * gst/modplug/gstmodplug.cc: fix element description
30827
30828 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30829
30830         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30831         (got_video_size): Adding some new lines in g_print calls.
30832         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30833         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30834         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30835         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30836         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30837         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30838         Complete code review, reverting some stuff i disagree with, adding
30839         some fixes : time synchronization on invalid timestamps, renegotiation
30840         of private window.
30841         * sys/ximage/ximagesink.h:
30842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30843         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30844         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30845         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30846         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30847         (gst_xvimagesink_buffer_new),
30848         (gst_xvimagesink_navigation_send_event),
30849         (gst_xvimagesink_set_xwindow_id),
30850         (gst_xvimagesink_get_desired_size),
30851         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30852         stuff i disagree with, adding some fixes : Renegotiation of private
30853         window, implementing get_desired_size.
30854
30855 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30856
30857         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30858         (gst_afsink_handle_event):
30859         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30860         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30861         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30862         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30863         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30864           Fix for instantiate-test (see core). Also remove dead code from
30865           jpegenc (which still needs fixing, but that's lower on my TODO
30866           list...).
30867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30868           Never return NULL as caps.
30869
30870 2004-01-07  David Schleef  <ds@schleef.org>
30871
30872         * configure.ac:
30873         * ext/Makefile.am:
30874         * ext/librfb/Makefile.am:
30875         * ext/librfb/gstrfbsrc.c:
30876         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30877         is the protocol used by VNC.
30878
30879 2004-01-07  David Schleef  <ds@schleef.org>
30880
30881         * gst/videofilter/gstvideotemplate.c:
30882         * gst/videofilter/gstvideotemplate.h:
30883         * gst/videofilter/make_filter:
30884         Merge videotemplate header into source file.
30885         * gst/effectv/Makefile.am:
30886         * gst/effectv/gsteffectv.c: (plugin_init):
30887         * gst/effectv/gstwarp.c:
30888         Make warpTV a subclass of videofilter.
30889
30890 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30891
30892         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30893           Add guard against invalid utf-8 conversions in mad. Just in case.
30894
30895 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30896
30897         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30898           Fix for bug shown by poisoning
30899
30900 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30901
30902         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30903         (gst_v4lmjpegsrc_buffer_free):
30904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30905         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30906         (gst_v4lsrc_buffer_free):
30907           Fix for removed bufferpools.
30908
30909 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30910
30911         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30912         Fix caps negotiation.
30913
30914         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30915         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30916         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30917         (dvdnavsrc_event):
30918         * ext/mpeg2dec/gstmpeg2dec.c:
30919         * gst-libs/gst/navigation/navigation.c:
30920         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30921         * gst-libs/gst/navigation/navigation.h:
30922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30925         Super-simple first version of mouse and keyboard events. Clicking
30926         on a DVD menu now works, although it may not take you where you
30927         expected.
30928
30929         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30930         * gst/videotestsrc/gstvideotestsrc.c:
30931         (gst_videotestsrc_src_fixate):
30932         These fixate functions were broken - they never actually
30933         fixated :)
30934
30935 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30936
30937         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30938         (gst_icecastsend_init):
30939           fix for new caps system.
30940         * gst-libs/gst/mixer/mixertrack.h:
30941         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30942           Add 'master track' flag (for tools like ACME that only want to
30943           change the main volume).
30944
30945 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30946
30947         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30948         (gst_xvid_csp_to_caps):
30949         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30950         * ext/xvid/gstxvidenc.c:
30951         ifdef out ARGB type when it isn't available
30952         in xvidcore 1.0.0beta2
30953
30954 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30955
30956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30957           When we have received a new SCR right in the first buffer after
30958           a seek (so in the same cycle that handles the discont), we should
30959           handle the buffer instead of unreffing it, else we lose data.
30960
30961 2004-01-06  Iain <iain@prettypeople.org>
30962
30963         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30964           buffer-frames caps too.
30965
30966         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30967           caps that we need, don't destroy them all and rebuild them. And when
30968           creating src pads, use the src pad template rather than the sink...
30969
30970 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30971
30972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30973           Add pad to element *after* setting functions such as event handler.
30974           Without this, the scheduler (opt) will link pads, set the event
30975           handler from the default event function (dispatcher in gstpad.c)
30976           and *after* that, we will set our own event function, which will
30977           thus never be used (and thus mpegdemux doesn't handle events).
30978
30979 2004-01-04  David Schleef  <ds@schleef.org>
30980
30981         Fix the fixate functions to handle new prototype:
30982         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30983         * gst/videotestsrc/gstvideotestsrc.c:
30984         (gst_videotestsrc_src_fixate):
30985         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30986         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30988
30989 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30990
30991         * sys/ximage/ximagesink.h:
30992         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30993         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30994         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30995         (gst_ximagesink_xoverlay_init):
30996           assorted fixes to make (re)embedding work
30997         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30998         (gst_ximagesink_get_desired_size):
30999           implement desired size additions to XOverlay
31000
31001 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31002
31003         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31004         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31005         (gst_x_overlay_got_desired_size):
31006         * gst-libs/gst/xoverlay/xoverlay.h:
31007           Add optional "desired size" signal and querying.
31008
31009 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31010
31011         * gst/matroska/matroska-demux.c:
31012         (gst_matroska_demux_parse_blockgroup):
31013           Fix EBML-laced block parsing. Diffs are relative to previous
31014           lace, not the first lace. Thanks to Mosu from the Matroska
31015           team for detecting this.
31016         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31017         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31018         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31019         (gst_wavparse_change_state):
31020         * gst/wavparse/gstwavparse.h:
31021           Quickfix for capsnego.
31022
31023 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31024
31025         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31026           Fix indenting, fix pad creation.
31027
31028 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31029
31030         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31031         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31032         (gst_xviddec_sink_link):
31033           Implement src_getcaps() so proper size caps is negotiated.
31034
31035 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31038           Finish flac decoder on EOS. See #116178.
31039
31040 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31041
31042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31043         (gst_matroska_demux_add_stream):
31044         * gst/matroska/matroska-ids.h:
31045           Add getcaps() function to fix capsnego...
31046
31047 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31048
31049         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31050         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31051         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31052           Fix more integer overflows. Again, see #126967.
31053
31054 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * ext/mpeg2dec/gstmpeg2dec.c:
31057           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31058           #130416.
31059
31060 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * configure.ac:
31063         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31064         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31065         * ext/xvid/gstxvid.h:
31066         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31067         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31068         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31069         (gst_xviddec_change_state):
31070         * ext/xvid/gstxviddec.h:
31071         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31072         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31073         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31074         (gst_xvidenc_link), (gst_xvidenc_set_property),
31075         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31076         * ext/xvid/gstxvidenc.h:
31077           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31078
31079 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31080
31081         * gst/rtp/rtp-packet.c:
31082           Add sys/types.h include, since OS X doesn't define in_addr_t
31083           in netinet/in.h, like it does on Linux (see #129600).
31084
31085 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31086
31087         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31088
31089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31090           Correct logic of dispose function (see #129306).
31091
31092 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31093
31094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31095         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31096         (gst_mpeg_parse_init):
31097         * gst/mpegstream/gstmpegparse.h:
31098           Remove clock (which was never provided, i.e. dead code), and
31099           also fix integer overflows at high PTS values (see #126967).
31100
31101 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31102
31103         * ext/flac/gstflacdec.c:
31104         * ext/libpng/gstpngenc.h:
31105         * ext/mikmod/gstmikmod.h:
31106           OS X fixes (see #126628).
31107
31108 2004-01-02  David Schleef  <ds@schleef.org>
31109
31110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31111         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31113         (gst_mpeg_parse_class_init): Move pad template registration
31114         to class_init, since the derived class (mpegdemux) doesn't
31115         want them.
31116
31117 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31118
31119         * sys/ximage/Makefile.am:
31120         * sys/xvideo/Makefile.am:
31121         * sys/xvimage/Makefile.am:
31122           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31123           after installation (see #127664).
31124
31125 2004-01-02  David Schleef  <ds@schleef.org>
31126
31127         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31128         (gst_ffmpegenc_connect):  Negotiation fixes.
31129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31130         Remove inappropriate gst_caps_free().
31131         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31132         Reenable Ronald's internal resize code, since the core handles
31133         it correctly now.
31134
31135 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31136
31137         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31140           Fix pad template stuff.
31141
31142 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31145         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31146           fix signed integer reading/writing.
31147
31148 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31149
31150         * ext/alsa/README:
31151           Remove outdated document
31152
31153 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31154
31155         * gst/cutter/gstcutter.c: (gst_cutter_init):
31156           src pad was being created twice - oops.
31157
31158 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31159
31160         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31161           Comment out internal resize. It doesn't handle the resulting
31162           XEvent internally, does another try_set_caps() which leads to
31163           a really nice loop.
31164           Real fix will come when Julien and Dave are awake. ;).
31165
31166 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31167
31168         * ext/mpeg2enc/gstmpeg2enc.cc:
31169           fix const/nonconst compile issue.
31170
31171 2004-01-02  David Schleef  <ds@schleef.org>
31172
31173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31174         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31175         Add fixate function and a check for bad formats.
31176
31177 2004-01-01  David Schleef  <ds@schleef.org>
31178
31179         Negotiation fixes:
31180         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31181         (gst_audiofilter_init):
31182         * gst/debug/efence.c: (gst_efence_init):
31183         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31184         (gst_deinterlace_init):
31185         * gst/volume/gstvolume.c: (volume_connect):
31186
31187 2004-01-01  David Schleef  <ds@schleef.org>
31188
31189         Convert elements to use gst_pad_use_explicit_caps() where
31190         appropriate:
31191         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31192         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31193         (gst_afparse_open_file):
31194         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31195         (gst_afsrc_open_file):
31196         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31197         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31198         (gst_ffmpegdec_chain):
31199         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31200         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31202         (gst_gdk_pixbuf_chain):
31203         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31204         (gst_jpegdec_chain):
31205         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31206         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31207         (gst_mikmod_negotiate):
31208         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31209         (gst_mpeg2dec_negotiate_format):
31210         * ext/mpeg2enc/gstmpeg2enc.cc:
31211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31212         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31213         (gst_speexdec_sinkconnect):
31214         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31215         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31216         (gst_vorbisfile_new_link):
31217         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31218         (gst_ac3parse_chain):
31219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31220         (gst_asf_demux_setup_pad):
31221         * gst/auparse/gstauparse.c: (gst_auparse_init),
31222         (gst_auparse_chain):
31223         * gst/id3/gstid3types.c: (gst_id3types_loop):
31224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31225         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31226         (mp1videoparse_parse_seq):
31227         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31228         (bpf_from_header):
31229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31230         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31231         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31232         (gst_mpeg_parse_send_data):
31233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31234         (gst_qtdemux_add_stream):
31235         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31236         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31237         (gst_wavparse_parse_fmt):
31238
31239 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * configure.ac:
31242           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31243           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31244           it therefore uses the wrong include paths. Too bad... Note
31245           that 1.6.1.93 is not release yet. ;).
31246           Also add a check for mplex, which is now using the lib'ified
31247           mplex from mjpegtools, too.
31248         * ext/ffmpeg/gstffmpegcodecmap.c:
31249           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31250           issues. I don't think ffmpeg handles 3ivx correctly, so this
31251           probably won't work. But it won't hurt either.
31252         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31253         (gst_ffmpegdec_chain):
31254         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31255         (gst_ffmpegenc_chain_audio):
31256           Fix memleak in audio encoding. Close codec if open fails, this
31257           calls the cleanup routines so we can re-use the context.
31258         * ext/mpeg2enc/gstmpeg2enc.cc:
31259           Fix pad template names/types, fix memory issue with getcaps().
31260         * ext/mpeg2enc/gstmpeg2encoder.cc:
31261         * ext/mpeg2enc/gstmpeg2encoder.hh:
31262           Fix compile issue with new caps system (const thingy).
31263         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31264         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31265           We read a first frame right on initing, so that we have a caps
31266           when we init the output. This caps is cached in padprivate and
31267           read as first frame.
31268         * ext/mplex/Makefile.am:
31269         * ext/mplex/gstmplex.cc:
31270         * ext/mplex/gstmplex.h:
31271         * ext/mplex/gstmplex.hh:
31272         * ext/mplex/gstmplexibitstream.cc:
31273         * ext/mplex/gstmplexibitstream.hh:
31274         * ext/mplex/gstmplexjob.cc:
31275         * ext/mplex/gstmplexjob.hh:
31276         * ext/mplex/gstmplexoutputstream.cc:
31277         * ext/mplex/gstmplexoutputstream.hh:
31278           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31279           had issues, didn't do capsnego, supported only a subset of the
31280           mplex features and required a mplex fork in our local CVS. Plus
31281           that it worked agaist a very old mplex version. Rewriting was
31282           faster than updating it.
31283         * gst-libs/ext/Makefile.am:
31284         * gst-libs/ext/mplex/INSTRUCT:
31285         * gst-libs/ext/mplex/Makefile.am:
31286         * gst-libs/ext/mplex/README:
31287         * gst-libs/ext/mplex/TODO:
31288         * gst-libs/ext/mplex/ac3strm_in.cc:
31289         * gst-libs/ext/mplex/audiostrm.hh:
31290         * gst-libs/ext/mplex/audiostrm_out.cc:
31291         * gst-libs/ext/mplex/aunit.hh:
31292         * gst-libs/ext/mplex/bits.cc:
31293         * gst-libs/ext/mplex/bits.hh:
31294         * gst-libs/ext/mplex/buffer.cc:
31295         * gst-libs/ext/mplex/buffer.hh:
31296         * gst-libs/ext/mplex/fastintfns.h:
31297         * gst-libs/ext/mplex/format_codes.h:
31298         * gst-libs/ext/mplex/inputstrm.cc:
31299         * gst-libs/ext/mplex/inputstrm.hh:
31300         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31301         * gst-libs/ext/mplex/mjpeg_logging.cc:
31302         * gst-libs/ext/mplex/mjpeg_logging.h:
31303         * gst-libs/ext/mplex/mjpeg_types.h:
31304         * gst-libs/ext/mplex/mpastrm_in.cc:
31305         * gst-libs/ext/mplex/mpegconsts.cc:
31306         * gst-libs/ext/mplex/mpegconsts.h:
31307         * gst-libs/ext/mplex/mplexconsts.hh:
31308         * gst-libs/ext/mplex/multplex.cc:
31309         * gst-libs/ext/mplex/outputstream.hh:
31310         * gst-libs/ext/mplex/padstrm.cc:
31311         * gst-libs/ext/mplex/padstrm.hh:
31312         * gst-libs/ext/mplex/stillsstream.cc:
31313         * gst-libs/ext/mplex/stillsstream.hh:
31314         * gst-libs/ext/mplex/systems.cc:
31315         * gst-libs/ext/mplex/systems.hh:
31316         * gst-libs/ext/mplex/vector.cc:
31317         * gst-libs/ext/mplex/vector.hh:
31318         * gst-libs/ext/mplex/videostrm.hh:
31319         * gst-libs/ext/mplex/videostrm_in.cc:
31320         * gst-libs/ext/mplex/videostrm_out.cc:
31321         * gst-libs/ext/mplex/yuv4mpeg.cc:
31322         * gst-libs/ext/mplex/yuv4mpeg.h:
31323         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31324         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31325           We don't fork mjpegtools' mplex in our CVS anymore.
31326         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31327         (gst_avi_demux_add_stream):
31328         * gst/avi/gstavidemux.h:
31329           Add getcaps() function for proper caps nego. This makes some
31330           parts of AVI playback/reading work.
31331         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31332           Resize window on new capsnego. This is probably wrong, but
31333           I'm still committing it because with current capsnego, the
31334           first successfull capsnego is auto-fixated, therefore rounded
31335           down to the lowest values in the caps. this results in a 16x16
31336           XWindow that is not reized when real capsnego finishes.
31337           Dave, I see more cases of this, do you know a proper solution?
31338         * tools/gst-launch-ext.in:
31339           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31340
31341 2003-12-31  David Schleef  <ds@schleef.org>
31342
31343         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31344         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31345           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31346
31347 2003-12-30  David Schleef  <ds@schleef.org>
31348
31349         * ext/ffmpeg/gstffmpegcolorspace.c:
31350         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31351         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31352         (gst_ffmpegcsp_chain): Negotiation fixes
31353         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31355         (gst_audio_convert_link), (gst_audio_convert_channels):
31356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31357         (gst_audioscale_link), (gst_audioscale_get_buffer),
31358         (gst_audioscale_chain): Negotiation fixes
31359         * gst/audioscale/gstaudioscale.h:
31360         * gst/videofilter/gstvideofilter.c:
31361         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31362         (gst_videofilter_link), (gst_videofilter_init),
31363         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31364         (gst_videofilter_find_format_by_structure):
31365         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31367         (gst_videoscale_link):
31368         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31369         (videoscale_find_by_structure), (gst_videoscale_setup):
31370         * gst/videoscale/videoscale.h: Negotiation fixes
31371         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31372         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31373         function, restrict resizing to a multiple of 4 (hack until
31374         everyone supports odd sizes correctly).
31375
31376 2003-12-29  Colin Walters  <walters@verbum.org>
31377
31378         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31379         signed.
31380
31381 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31382
31383         * ext/sndfile/gstsf.c: (gst_sf_loop):
31384           Fix warning about discarding const qualifier
31385
31386 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31387
31388         * gst/cutter/gstcutter.c:
31389         * gst/videoscale/gstvideoscale.c:
31390         * gst/volenv/gstvolenv.c:
31391         * gst-libs/gst/audio/audio.c:
31392         * gst-libs/gst/video/video.c:
31393           Fix warnings
31394
31395 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31396
31397         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31398           Don't send ALSA debugging to stderr.
31399         * ext/alsa/gstalsa.h:
31400           Use GST_WARNING instead of g_warning when ALSA functions fail.
31401
31402 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31403
31404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31405           Free XVAdapterInfo correctly.
31406
31407 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31408
31409         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31410         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31411           Make id3tag use correct caps nego.
31412
31413 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31414
31415         * ext/ivorbis/vorbis.c:
31416         * ext/ivorbis/vorbisenc.h:
31417         * ext/ivorbis/vorbisfile.c:
31418           Modify so that it uses the new caps things
31419
31420 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31421
31422         * testsuite/spider/spider1.c: (main):
31423         * testsuite/spider/spider2.c: (main):
31424         * testsuite/spider/spider3.c: (main):
31425           Make tests compile again. They probably don't work.
31426
31427 2003-12-24  Colin Walters  <walters@verbum.org>
31428
31429         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31430         we can't fixate the caps anymore.
31431
31432 2003-12-23  David Schleef  <ds@schleef.org>
31433
31434         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31435         * sys/oss/gstosssink.c: (gst_osssink_init),
31436         (gst_osssink_sink_fixate): Add fixate function.
31437
31438 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * ext/ffmpeg/gstffmpegcodecmap.c:
31441         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31442         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31443         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31444         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31445         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31446         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31447         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31448           fix typo in RGB masks, and move back to "old" colorspace
31449           capsnego code until whoever wrote this new crap has actually
31450           tested it so that it works.
31451           And yes, this works, keep it that way please.
31452
31453 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31454
31455         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31456         (gst_divxdec_init), (gst_divxdec_negotiate):
31457         * ext/divx/gstdivxdec.h:
31458         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31459         (gst_divxenc_init):
31460         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31461         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31462         * ext/mpeg2enc/gstmpeg2enc.cc:
31463         * ext/mpeg2enc/gstmpeg2encoder.cc:
31464         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31465         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31466         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31467         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31468         (dxr3spusink_init):
31469         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31470         (dxr3videosink_init):
31471           Fix caps breakage after Dave's caps branch merge.
31472
31473 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31474
31475         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31476           Fix for 24bpp display.
31477
31478 2003-12-23  Colin Walters  <walters@verbum.org>
31479
31480         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31481         a GnomeVFSHandle directly.
31482
31483 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31484
31485         * gst/volume/Makefile.am:
31486         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31487         (volume_base_init), (volume_init):
31488           Reenable volume element and fix to work with new caps stuff.
31489           Rhythmbox needs this.
31490
31491 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31492
31493         * gst/qtdemux/qtdemux.c: (plugin_init):
31494           qtdemux requires bytestream
31495
31496 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31497
31498         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31499           Fix remaining caps handling errors due to CAPS merge.
31500
31501 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31502
31503         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31504         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31505         (gst_faad_srcconnect):
31506           Port to new caps system.
31507
31508 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31509
31510         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31511         (got_video_size), (main): using g_print instead of g_message.
31512         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31513         signal which was not emitted because of "switch" element added to the
31514         bin but not connected. (Removing from the bin temporarily)
31515
31516 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31517
31518         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31519         find X development files. I don't understand the previous tests and
31520         they fail on my debian/ppc unstable. This one works.
31521         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31522         exiting.
31523         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31524         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31525         (gst_play_set_visualization): Add some safety checks in set_ methods
31526         and state_change. This was throwing some ugly CRITICAL messages when
31527         pipeline was getting disposed and casts were failing.
31528
31529 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31530
31531         * configure.ac:
31532           Improve mpeg2enc detection. This is for distributions that do
31533           ship mjpegtools, but without mpeg2enc. Also does object check
31534           for might there ever be ABI incompatibility.
31535         * ext/mpeg2enc/gstmpeg2enc.cc:
31536           Add Andrew as second maintainer (he's helping me), and also add
31537           an error if no caps was set. This happens if I pull before capsnego
31538           and that's something I should solve sometime else.
31539         * gst/matroska/matroska-demux.c:
31540         (gst_matroska_demux_parse_blockgroup):
31541           Fix time parsing.
31542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31543         (gst_matroska_mux_track_header):
31544           Add caps to templates.
31545         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31546           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31547         * gst/mpegstream/gstmpegdemux.c:
31548           Remove layer since it causes warnings about unfixed caps.
31549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31550           Fix obvious typo (we error out if caps were set, we should of
31551           course error out if *no* caps were set).
31552         * sys/oss/gstosselement.c: (gst_osselement_convert):
31553           Fix format conversion, we confused bits/bytes.
31554         * sys/oss/gstosselement.h:
31555           Improve documentation for 'bps'.
31556         * sys/v4l/TODO:
31557           Remove stuff about plugins that need removing - this was done
31558           ages ago.
31559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31560         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31562         (gst_v4lsrc_src_query):
31563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31564         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31565           Add get_query_types(), get_formats() and query() functions.
31566
31567 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31568
31569         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31570           * moved CVS to freedesktop.org